setIcon("atop:topaz_sword")
setTitle("虚空之灾")
setDescription("完成虚空之灾套装。")

addParent("triumph:advancements/setbonuses/root")

criteria = addCriteria("Amethyst Sword", "minecraft:inventory_changed")
criteria.addItem("atop:amethyst_sword")

criteria = addCriteria("Amethyst Scythe", "minecraft:inventory_changed")
criteria.addItem("atop:topaz_sword")

setFrameType("CHALLENGE")
hideLines()
alwaysVisible()
setPos(225,190)