const app = require("genshin_panel");
let art1 = new app.ArtifactBuilder()
.setName("thunderingFury")
.position("flower")
.mainTag("lifeStatic", 4780)
.tag("critical", 0.086)
.tag("elementalMastery", 21)
.tag("attackPercentage", 0.099)
.tag("defendStatic", 39)
.build()
;