
setIcon(<quark:ancient_tome>)
setTitle("Over-level Enchantments")
setDescription("Tomes can be found in dungeons and strongholds libraries. When merged in an anvil with an enchanted book of the same level will create a book with one level higher than maximum enchantment, like Efficiency VI or Fortune IV. Then can be added normally to an item with an Anvil. Both processes cost 35 Levels.")

addParent("triumph:quark/root")

criteria1 = addCriteria("tome", "minecraft:inventory_changed")
criteria1.addItem(<quark:ancient_tome>)

setRequirements("any")

drawDirectLines(true)
setPos(166,27)