initial: character creation
This commit is contained in:
parent
454a8c7028
commit
40f9d117f3
8 changed files with 359 additions and 73 deletions
|
|
@ -25,6 +25,14 @@
|
|||
{ "id": "equip_feet_iron", "weight": 2, "difficulty": 4}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "villager_equipment",
|
||||
"table": [
|
||||
{ "id": "equip_pitchfork", "weight": 1, "difficulty": 1},
|
||||
{ "id": "equip_sickle", "weight": 1, "difficulty": 1},
|
||||
{ "id": "equip_handaxe", "weight": 1, "difficulty": 1}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "potions",
|
||||
"table": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue