{
    "name": "Fantasy Item Names",
    "author": "Luke Rogers",
    "website": "http://www.dempltr.com/",
    "templates": {
        "default": "{type} of {power}",
        "default_stat": "{stats} {type} of {power}",
        "prefix": "{prefix} {type} of {power}",
        "both": "{prefix} {material} {type}",
        "both_stat": "{stats} {prefix} {material} {type}",
        "material": "{material} {type} of {power}",
        "animal": "{prefix} {type} of the {animal}",
        "short": "{prefix} {type}",
        "short_m": "{material} {type}",
        "short_m_stat": "{stats} {material} {type}"
    }, 
    "default_templates": ["default","short","prefix","material","both","both_stat","short_m","short_m_stat","default_stat"], 
    "parts": {
        "type": [
            "Sword",
            "Wand",
            "Cloak",
            "Robe",
            "Stick",
            "Quarterstaff",
            "Ring",
            "Amulet",
            "Axe",
            "Hammer",
            "Shield",
            "Greataxe",
            "Halberd",
            "Scythe",
            "Scroll",
            "Polearm",
            "Kopesh",
            "Falchion",
            "Book",
            "Armor",
            "Dagger",
            "Bow",
            "Lance",
            "Mace",
            "Flail",
            "Bastard Sword",
            "Javelin",
            "Pistol",
            "Dart", 
            "Spear",
            "Sling",
            "Stiletto",
            "Crossbow",
            "Rapier",
            "Ring Mail",
            "Claymore",
            "Cutlass",
            "Coin",
            "Trident",
            "Whip",
            "Scale Mail",
            "Crown",
            "Jewel",
            "Jem",
            "Hoopak",
            "Orb",
            "Gauntlets",
            "Platemail",
            "Field Plate",
            "Full Plate",
            "Needle",
            "Pin",
            "Token",
            "Helm",
            "Battleaxe",
            "Longsword"
        ],
        "animal": [
            "Bear",
            "Horse",
            "Chicken",
            "Wolf",
            "Eagle"
        ],
        "stats": [
            "+3",
            "+2",
            "+1",
            "-2",
            "-1"
        ],
        "prefix": [
            "Carved",
            "Fragile",
            "Heavy",
            "Worn",
            "Arcane",
            "Intricate",
            "Enchanted",
            "Weathered",
            "Damaged",
            "Spiked",
            "Strengthened",
            "Fitted",
            "Cursed",
            "Charred",
            "Reinforced"
        ],
        "material": [
            "Wooden",
            "Stone",
            "Glass",
            "Diamond",
            "Iron",
            "Icy",
            "Ebony",
            "Elven",
            "Steel",
            "Silver",
            "Paper",
            "Bone",
            "Adamantite",
            "Obsidian",
            "Mythril",
            "Granite",
            "Metal",
            "Dwarven",
            "Orcish"
        ],
        "power": [
            "Valor",
            "Magic",
            "Power",
            "Light",
            "Kings",
            "Knights",
            "Shadows",
            "Chaos",
            "Flame",
            "Faith",
            "Fire",
            "Death",
            "Sorcery",
            "Stoning",
            "Hope",
            "Healing",
            "Pain",
            "Hurting",
            "Belar",
            "Slaying",
            "Haste",
            "Avatar",
            "Virtue",
            "the Way",
            "Angels",
            "Devils",
            "Speed",
            "Flying",
            "Seeing",
            "Blocking",
            "Battle",
            "Love",
            "Hatred",
            "Sorcery",
            "Nagash",
            "Sauron",
            "Regeneration",
            "Arthur",
            "Ending",
            "Torak",
            "Aldur",
            "Time",
            "Evil",
            "Notch",
            "Destruction",
            "Morgoth",
            "Lucifer",
            "Allure",
            "Arkhan",
            "Protection",
            "Astair",
            "Malkis",
            "Nuruil",
            "Felumbra",
            "Staerith",
            "Martha",
            "Voraci"
        ]

    }
}
