item = ["lantern", "blade", "cloak", "compass"] rarity = ["common", "rare", "ancient", "mythic"] material = ["moonstone", "iron", "silver", "glass"] history = ["guard", "save", "find", "catch"] effect = ["spark", "ember", "shield", "whisper"] count = [2, 3, 4] action = ["glow", "run", "guide", "watch"] title = "{rarity | titlecase} {itemName | titlecase}" origin = "{% itemName:item %}{title}\nForged from {material}, this {itemName} once {history | past_tense} a lost caravan. It releases {count} {effect | pluralize} while {action | present_participle}."