Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {"templateName": "item",
- "nameInfo": {"proc": "default name"}},
- {"templateName": "artifact",
- "categories": {"unique"}
- "nameInfo": {"proc": "unique name"}},
- {"templateName": "money",
- "templates": ["item"],
- "categories": {"money"},
- "display": {"ascii": {"symbol": "$"}}},
- {"templateName": "junk",
- "templates": ["item"],
- "categories": {"junk"},
- "display": {"ascii": {"symbol": "~"},
- "flags": ["EASY_KNOW"]}},
- {"templateName": "skeleton",
- "templates": ["junk"],
- "categories": {"skeleton"},
- "display": {"ascii": {"color": [255, 255, 255]}}},
- {"templateName": "light source",
- "templates": ["item"],
- "categories": {"light source"},
- "equipSlots": ["light source"],
- "display": {"ascii": {"symbol": "~"}}},
- {"templateName": "container",
- "templates": ["item"],
- "categories": {"container"},
- "display": {"ascii": {"symbol": "~"}}},
- {"templateName": "book",
- "templates": ["container"],
- "categories": {"book"},
- "display": {"ascii": {"symbol": "?"}},
- "stats": {"cost": 100, "weight": 3.0},
- "flags": ["EASY_KNOW"]},
- {"templateName": "magic book",
- "templates": ["book"],
- "categories": {"magic book"},
- "nameInfo": {"baseNoun": "Magic Book~"},
- "display": {"ascii": {"color": [255, 64, 64]}}},
- {"templateName": "prayer book",
- "templates": ["book"],
- "categories": {"prayer book"},
- "nameInfo": {"baseNoun": "Prayer Book~"},
- "display": {"ascii": {"color": [0, 255, 0]}}},
- {"templateName": "consumable",
- "templates": ["item"],
- "categories": {"consumable"}
- "procs": [{"name": "reduce quantity", "triggerCondition": "item use"}]},
- {"templateName": "food",
- "templates": ["consumable"],
- "categories": {"food"},
- "nameInfo": {"flavorTypes": ["Colors", "Textures"]},
- "display": {"ascii": {"symbol": ","}},
- "flags": ["EASY_KNOW"]},
- {"templateName": "magic item",
- "templates": ["item"],
- "categories": {"magic item"},
- "flags": ["FLAVORED"]},
- {"templateName": "amulet",
- "templates": ["magic item"],
- "categories": {"amulet"},
- "nameInfo": {"baseNoun": "amulet~", "flavorTypes": ["Stones", "Miscellaneous"]},
- "display": {"ascii": {"color": "flavor", "symbol": "\""}},
- "equipSlots": ["neck"],
- "stats": {"weight": 0.3}},
- {"templateName": "potion",
- "templates": ["magic item", "consumable"],
- "categories": {"potion"},
- "nameInfo": {"baseNoun": "potion~", "flavorTypes": ["Colors", "Liquids"]},
- "display": {"ascii": {"color": "flavor", "symbol": "!"}},
- "stats": {"weight": 0.4},
- "flags": ["EASY_KNOW"]},
- {"templateName": "ring",
- "templates": ["magic item"],
- "categories": {"ring"},
- "nameInfo": {"baseNoun": "ring~", "flavorTypes": ["Stones", "Metals", "Miscellaneous"]},
- "display": {"ascii": {"color": "flavor", "symbol": "="}},
- "equipSlots": ["finger"],
- "stats": {"weight": 0.2},
- "flags": ["HATES_ELEC"]},
- {"templateName": "rod",
- "templates": ["magic item"],
- "categories": {"rod"},
- "nameInfo": {"baseNoun": "rod~", "flavorTypes": ["Metals"]},
- "display": {"ascii": {"color": "flavor", "symbol": "-"}},
- "stats": {"weight": 1.5},
- "flags": ["HATES_ELEC", "EASY_KNOW"]},
- {"templateName": "scroll",
- "templates": ["magic item", "consumable"],
- "categories": {"scroll"},
- "nameInfo": {"baseNoun": "scroll~", "flavorTypes": ["Woods"]},
- "display": {"ascii": {"color": [255, 255, 255], "symbol": "?"}},
- "stats": {"weight": 0.5},
- "flags": ["HATES_FIRE", "HATES_ACID", "EASY_KNOW"]},
- {"templateName": "staff",
- "templates": ["magic item"],
- "categories": {"staff"},
- "nameInfo": {"baseNoun": "staff:staves", "flavorTypes": ["Woods"]},
- "display": {"ascii": {"color": "flavor", "symbol": "_"}},
- "stats": {"weight": 5.0},
- "flags": ["EASY_KNOW"]},
- {"templateName": "wand",
- "templates": ["magic item"],
- "categories": {"wand"},
- "nameInfo": {"baseNoun": "wand~", "flavorTypes": ["Metals"]},
- "display": {"ascii": {"color": "flavor", "symbol": "-"}},
- "stats": {"weight": 5.0},
- "flags": ["EASY_KNOW"]},
- {"templateName": "weapon",
- "templates": ["item"],
- "categories": {"weapon"},
- "equipSlots": ["weapon"]},
- {"templateName": "digger",
- "templates": ["weapon"],
- "categories": {"digger"},
- "display": {"ascii": {"symbol": "\\"}}},
- {"templateName": "hafted",
- "templates": ["weapon"],
- "categories": {"hafted"},
- "display": {"ascii": {"symbol": "\\"}}},
- {"templateName": "polearm",
- "templates": ["weapon"],
- "categories": {"polearm"},
- "display": {"ascii": {"symbol": "/"}}},
- {"templateName": "sword",
- "templates": ["weapon"],
- "categories": {"sword"},
- "display": {"ascii": {"symbol": "|"}}},
- {"templateName": "launcher",
- "templates": ["item"],
- "categories": {"launcher"},
- "display": {"ascii": {"symbol": "}"}},
- "equipSlots": ["launcher"]},
- {"templateName": "sling",
- "templates": ["launcher"],
- "categories": {"sling"},
- "nameInfo": {"baseNoun": "sling~"}},
- {"templateName": "bow",
- "templates": ["launcher"],
- "categories": {"bow"}
- "nameInfo": {"baseNoun": "bow~"}},
- {"templateName": "crossbow",
- "templates": ["launcher"],
- "categories": {"crossbow"},
- "nameInfo": {"baseNoun": "crossbow~"}},
- {"templateName": "ammo",
- "templates": ["item"],
- "categories": {"ammo"},
- "equipSlots": ["quiver"],
- "display": {"ascii": {"symbol": "{"}}},
- {"templateName": "shot",
- "templates": ["ammo"],
- "categories": {"shot"},
- "nameInfo": {"baseNoun": "shot~"}},
- {"templateName": "arrow",
- "templates": ["ammo"],
- "categories": {"arrow"},
- "nameInfo": {"baseNoun": "arrow~"}},
- {"templateName": "bolt",
- "templates": ["ammo"],
- "categories": {"bolt"},
- "nameInfo": {"baseNoun": "bolt~"}},
- {"templateName": "armor",
- "templates": ["item"],
- "categories": {"armor"}},
- {"templateName": "shield",
- "templates": ["armor"],
- "categories": {"shield"},
- "nameInfo": {"baseNoun": "shield~"},
- "display": {"ascii": {"symbol": ")"}},
- "equipSlots": ["shield"]},
- {"templateName": "soft armor",
- "templates": ["armor"],
- "categories": {"body armor", "soft armor"},
- "display": {"ascii": {"symbol": "("}},
- "equipSlots": ["body"]},
- {"templateName": "hard armor",
- "templates": ["armor"],
- "categories": {"body armor", "hard armor"},
- "display": {"ascii": {"symbol": "["}},
- "equipSlots": ["body"]},
- {"templateName": "dragon armor",
- "templates": ["armor"],
- "categories": {"body armor", "dragon armor"},
- "display": {"ascii": {"symbol": "["}},
- "equipSlots": ["body"]
- "stats": {"meleeFinesse": -2, "armorMod": 10},
- "flags": ["IGNORE_ACID", "IGNORE_ELEC", "IGNORE_FIRE", "IGNORE_COLD", "GOOD"]}
- {"templateName": "helm",
- "templates": ["armor"],
- "categories": {"head armor", "helm"},
- "nameInfo": {"baseNoun": "helm~"},
- "display": {"ascii": {"symbol": "]"}},
- "equipSlots": ["head"]},
- {"templateName": "crown",
- "templates": ["armor"],
- "categories": {"head armor", "crown"},
- "nameInfo": {"baseNoun": "crown~"},
- "display": {"ascii": {"symbol": "]"}},
- "equipSlots": ["head"]},
- {"templateName": "gloves",
- "templates": ["armor"],
- "categories": {"gloves"},
- "nameInfo": {"modifierNoun": "set~ of", "baseNoun": "gloves"},
- "display": {"ascii": {"symbol": "]"}},
- "equipSlots": ["hands"]},
- {"templateName": "boots",
- "templates": ["armor"],
- "categories": {"boots"},
- "nameInfo": {"modifierNoun": "pair~ of", "baseNoun": "boots"},
- "display": {"ascii": {"symbol": "]"}},
- "equipSlots": ["feet"]},
- {"templateName": "cloak",
- "templates": ["armor"],
- "categories": {"cloak"},
- "nameInfo": {"baseNoun": "cloak~"},
- "display": {"ascii": {"symbol": "("}},
- "equipSlots": ["back"]},
- ]
Advertisement
Add Comment
Please, Sign In to add comment