+ rogues, rapiers, and grammar fixes
This commit is contained in:
parent
40f9d117f3
commit
91c2972935
4 changed files with 50 additions and 12 deletions
|
|
@ -137,6 +137,15 @@
|
|||
"flags": ["EQUIP_MELEE", "STRENGTH"],
|
||||
"effects": { "base_damage": "1d6" }
|
||||
},
|
||||
{
|
||||
"id": "equip_rapier",
|
||||
"name": { "name": "rapier", "plural": "rapiers" },
|
||||
"renderable": { "glyph": ")", "fg": "#C0C0C0", "bg": "#000000", "order": 2 },
|
||||
"weight": 2,
|
||||
"value": 10,
|
||||
"flags": ["EQUIP_MELEE", "FINESSE"],
|
||||
"effects": { "base_damage": "1d8" }
|
||||
},
|
||||
{
|
||||
"id": "equip_pitchfork",
|
||||
"name": { "name": "pitchfork", "plural": "pitchforks" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue