setTitle("Key to the City: Minecraftia")

setIcon(<contenttweaker:city_key6>)

setDescription("Earn this Key to the City")

addParent("triumph:billionaire/world/root")
setRequiresParents()


//Criteria
criteria = addCriteria("promotion", "minecraft:inventory_changed")
criteria.addItem(<contenttweaker:city_key6>)

setShowToast(true)
setAnnounceToChat(false)

//Rewards

visibleIf("triumph:billionaire/world/root")