initial: character creation
This commit is contained in:
parent
454a8c7028
commit
40f9d117f3
8 changed files with 359 additions and 73 deletions
|
|
@ -137,6 +137,33 @@
|
|||
"flags": ["EQUIP_MELEE", "STRENGTH"],
|
||||
"effects": { "base_damage": "1d6" }
|
||||
},
|
||||
{
|
||||
"id": "equip_pitchfork",
|
||||
"name": { "name": "pitchfork", "plural": "pitchforks" },
|
||||
"renderable": { "glyph": ")", "fg": "#C0C0C0", "bg": "#000000", "order": 2 },
|
||||
"weight": 2,
|
||||
"value": 5,
|
||||
"flags": ["EQUIP_MELEE", "FINESSE"],
|
||||
"effects": { "base_damage": "1d6" }
|
||||
},
|
||||
{
|
||||
"id": "equip_sickle",
|
||||
"name": { "name": "sickle", "plural": "sickles" },
|
||||
"renderable": { "glyph": ")", "fg": "#C0C0C0", "bg": "#000000", "order": 2 },
|
||||
"weight": 2,
|
||||
"value": 5,
|
||||
"flags": ["EQUIP_MELEE", "FINESSE"],
|
||||
"effects": { "base_damage": "1d6" }
|
||||
},
|
||||
{
|
||||
"id": "equip_handaxe",
|
||||
"name": { "name": "handaxe", "plural": "handaxes" },
|
||||
"renderable": { "glyph": ")", "fg": "#C0C0C0", "bg": "#000000", "order": 2 },
|
||||
"weight": 2,
|
||||
"value": 5,
|
||||
"flags": ["EQUIP_MELEE", "FINESSE"],
|
||||
"effects": { "base_damage": "1d6" }
|
||||
},
|
||||
{
|
||||
"id": "equip_longsword",
|
||||
"name": { "name": "longsword", "plural": "longswords" },
|
||||
|
|
|
|||
|
|
@ -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