aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/thug.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/thug.json')
-rw-r--r--parser/monsters/thug.json43
1 files changed, 4 insertions, 39 deletions
diff --git a/parser/monsters/thug.json b/parser/monsters/thug.json
index 802dc7a..02eac96 100644
--- a/parser/monsters/thug.json
+++ b/parser/monsters/thug.json
@@ -28,52 +28,17 @@
"inventory": [
{
"name": "leather",
- "cost": 1000,
- "ac": 11,
- "strength": 0,
- "disadvantage": false,
- "weight": 10.0,
- "type": "light"
+ "type": "armor",
+ "text": "leather armor"
},
{
"name": "mace",
- "cost": 500,
- "damage": {
- "dmg_type": "bludgeoning",
- "dmg_die_count": 1,
- "dmg_die_sides": 6
- },
- "weight": 4.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "type": "simple melee weapons",
+ "type": "weapon",
"text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6 + 2) bludgeoning damage."
},
{
"name": "heavy crossbow",
- "cost": 5000,
- "damage": {
- "dmg_type": "piercing",
- "dmg_die_count": 1,
- "dmg_die_sides": 10
- },
- "weight": 18.0,
- "range": [
- 100,
- 400
- ],
- "reach": 0,
- "properties": [
- "ammunition",
- "heavy",
- "loading",
- "two-handed"
- ],
- "type": "martial ranged weapons",
+ "type": "weapon",
"text": "_Ranged Weapon Attack:_ +2 to hit, range 100/400 ft., one target. _Hit:_ 5 (1d10) piercing damage."
}
],