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
|
@ -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,13 +98,16 @@
|
||||||
"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",
|
||||||
|
|
Reference in a new issue