Improved the item name genrat generator a bit \o/
This commit is contained in:
parent
0ed1a8b4c0
commit
8d840723d4
1 changed files with 94 additions and 91 deletions
|
@ -14,49 +14,49 @@
|
||||||
"short_m": "{material} {type}",
|
"short_m": "{material} {type}",
|
||||||
"short_m_stat": "{stats} {material} {type}"
|
"short_m_stat": "{stats} {material} {type}"
|
||||||
},
|
},
|
||||||
"default_templates": ["default", "short", "prefix", "material", "both", "both_stat", "short_m", "short_m_stat", "default_stat"],
|
"default_templates": ["default","short","prefix","material","both","both_stat","short_m","short_m_stat","default_stat"],
|
||||||
"parts": {
|
"parts": {
|
||||||
"type": [
|
"type": [
|
||||||
"Sword",
|
"Sword",
|
||||||
"Wand",
|
"Wand",
|
||||||
"Cloak",
|
"Cloak",
|
||||||
"Robe",
|
"Robe",
|
||||||
"Stick",
|
"Stick",
|
||||||
"Staff",
|
"Staff",
|
||||||
"Ring",
|
"Ring",
|
||||||
"Amulet",
|
"Amulet",
|
||||||
"Axe",
|
"Axe",
|
||||||
"Hammer",
|
"Hammer",
|
||||||
"Shield",
|
"Shield",
|
||||||
"Greataxe",
|
"Greataxe",
|
||||||
"Halberd",
|
"Halberd",
|
||||||
"Scythe",
|
"Scythe",
|
||||||
"Scroll",
|
"Scroll",
|
||||||
"Book",
|
"Book",
|
||||||
"Armor",
|
"Armor",
|
||||||
"Dagger",
|
"Dagger",
|
||||||
"Bow",
|
"Bow",
|
||||||
"Lance",
|
"Lance",
|
||||||
"Mace",
|
"Mace",
|
||||||
"Flail",
|
"Flail",
|
||||||
"Javelin",
|
"Javelin",
|
||||||
"Dart",
|
"Dart",
|
||||||
"Spear",
|
"Spear",
|
||||||
"Sling",
|
"Sling",
|
||||||
"Rapier",
|
"Rapier",
|
||||||
"Coin",
|
"Coin",
|
||||||
"Trident",
|
"Trident",
|
||||||
"Whip",
|
"Whip",
|
||||||
"Crown",
|
"Crown",
|
||||||
"Jewel",
|
"Jewel",
|
||||||
"Jem",
|
"Jem",
|
||||||
"Hoopak",
|
"Hoopak",
|
||||||
"Orb",
|
"Orb",
|
||||||
"Platemail",
|
"Platemail",
|
||||||
"Needle",
|
"Needle",
|
||||||
"Pin",
|
"Pin",
|
||||||
"Token",
|
"Token",
|
||||||
"Helm",
|
"Helm",
|
||||||
"Battleaxe",
|
"Battleaxe",
|
||||||
"Longsword"
|
"Longsword"
|
||||||
],
|
],
|
||||||
|
@ -73,7 +73,6 @@
|
||||||
"+1",
|
"+1",
|
||||||
"-2",
|
"-2",
|
||||||
"-1"
|
"-1"
|
||||||
|
|
||||||
],
|
],
|
||||||
"prefix": [
|
"prefix": [
|
||||||
"Carved",
|
"Carved",
|
||||||
|
@ -89,7 +88,8 @@
|
||||||
"Strengthened",
|
"Strengthened",
|
||||||
"Fitted",
|
"Fitted",
|
||||||
"Cursed",
|
"Cursed",
|
||||||
"Charred"
|
"Charred",
|
||||||
|
"Reinforced"
|
||||||
],
|
],
|
||||||
"material": [
|
"material": [
|
||||||
"Wooden",
|
"Wooden",
|
||||||
|
@ -98,62 +98,65 @@
|
||||||
"Diamond",
|
"Diamond",
|
||||||
"Iron",
|
"Iron",
|
||||||
"Icy",
|
"Icy",
|
||||||
|
"Ebony",
|
||||||
"Steel",
|
"Steel",
|
||||||
"Paper",
|
"Paper",
|
||||||
"Adamantite",
|
"Adamantite",
|
||||||
"Obsidian",
|
"Obsidian",
|
||||||
"Mythril",
|
"Mythril",
|
||||||
"Granite",
|
"Granite",
|
||||||
"Metal"
|
"Metal",
|
||||||
|
"Dwarven",
|
||||||
|
"Orcish"
|
||||||
],
|
],
|
||||||
"power": [
|
"power": [
|
||||||
"Valor",
|
"Valor",
|
||||||
"Magic",
|
"Magic",
|
||||||
"Power",
|
"Power",
|
||||||
"Light",
|
"Light",
|
||||||
"Kings",
|
"Kings",
|
||||||
"Knights",
|
"Knights",
|
||||||
"Shadows",
|
"Shadows",
|
||||||
"Chaos",
|
"Chaos",
|
||||||
"Flame",
|
"Flame",
|
||||||
"Faith",
|
"Faith",
|
||||||
"Fire",
|
"Fire",
|
||||||
"Death",
|
"Death",
|
||||||
"Sorcery",
|
"Sorcery",
|
||||||
"Stoning",
|
"Stoning",
|
||||||
"Hope",
|
"Hope",
|
||||||
"Healing",
|
"Healing",
|
||||||
"Pain",
|
"Pain",
|
||||||
"Hurting",
|
"Hurting",
|
||||||
"Belar",
|
"Belar",
|
||||||
"Slaying",
|
"Slaying",
|
||||||
"Haste",
|
"Haste",
|
||||||
"Avatar",
|
"Avatar",
|
||||||
"Virtue",
|
"Virtue",
|
||||||
"the Way",
|
"the Way",
|
||||||
"Angels",
|
"Angels",
|
||||||
"Devils",
|
"Devils",
|
||||||
"Speed",
|
"Speed",
|
||||||
"Flying",
|
"Flying",
|
||||||
"Seeing",
|
"Seeing",
|
||||||
"Blocking",
|
"Blocking",
|
||||||
"Battle",
|
"Battle",
|
||||||
"Love",
|
"Love",
|
||||||
"Hatred",
|
"Hatred",
|
||||||
"Sorcery",
|
"Sorcery",
|
||||||
"Nagash",
|
"Nagash",
|
||||||
"Sauron",
|
"Sauron",
|
||||||
"Regeneration",
|
"Regeneration",
|
||||||
"Arthur",
|
"Arthur",
|
||||||
"Ending",
|
"Ending",
|
||||||
"Torak",
|
"Torak",
|
||||||
"Aldur",
|
"Aldur",
|
||||||
"Time",
|
"Time",
|
||||||
"Evil",
|
"Evil",
|
||||||
"Notch",
|
"Notch",
|
||||||
"Destruction",
|
"Destruction",
|
||||||
"Morgoth",
|
"Morgoth",
|
||||||
"Lucifer",
|
"Lucifer",
|
||||||
"Allure",
|
"Allure",
|
||||||
"Arkhan",
|
"Arkhan",
|
||||||
"Protection"
|
"Protection"
|
||||||
|
|
Reference in a new issue