+ rogues, rapiers, and grammar fixes

This commit is contained in:
Llywelwyn 2023-08-21 00:45:58 +01:00
parent 40f9d117f3
commit 91c2972935
4 changed files with 50 additions and 12 deletions

View file

@ -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" },