alwaysVisible()
setTitle("Collector: lapis armor")
setDescription("Wear full set of lapis armor.\nHelm, Chestplate, Leggings, boots")
setPos(92,-31)
hideLines()
setIcon(<thermalfoundation:armor.plate_copper>)

addParent("triumph:0_progression/root")
addRewardItem(<simple_trophies:trophy, nbt:{TrophyName: "11 - Wear complete set of Lapis armor" ,TrophyColorGreen: 170, TrophyVariant: "neon", TrophyShowsTooltip: 1, TrophyItem: {id: "thermalfoundation:armor.plate_copper", Count: 1, tag: {}}, TrophyColorBlue: 0, TrophyColorRed: 255}>)

criteria = addCriteria("thermalfoundationplanets:lapis_boots", "twilightforest:armor_changed")
criteria.addConditions({"to": {"item": "thermalfoundation:armor.helmet_copper"}})

criteria = addCriteria("thermalfoundationplanets:lapis_chestplate", "twilightforest:armor_changed")
criteria.addConditions({"to": {"item": "thermalfoundation:armor.plate_copper"}})

criteria = addCriteria("thermalfoundationplanets:lapis_helmet", "twilightforest:armor_changed")
criteria.addConditions({"to": {"item": "thermalfoundation:armor.legs_copper"}})

criteria = addCriteria("thermalfoundationplanets:lapis_leggings", "twilightforest:armor_changed")
criteria.addConditions({"to": {"item": "thermalfoundation:armor.boots_copper"}})

// list of unsorted items
