diff options
Diffstat (limited to 'parsed/weapons/lance.json')
-rw-r--r-- | parsed/weapons/lance.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/parsed/weapons/lance.json b/parsed/weapons/lance.json new file mode 100644 index 0000000..1a9172f --- /dev/null +++ b/parsed/weapons/lance.json @@ -0,0 +1,30 @@ +{ + "entry": "item", + "type": "weapons", + "name": "lance", + "cost": 1000, + "damage": [ + { + "dmg_type": "piercing", + "is_or": false, + "dmg_die_count": 1, + "dmg_die_sides": 12 + } + ], + "weight": 6.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [ + "reach", + "special", + "You have disadvantage when you use a lance to attack a target within 5 feet of you. Also, a lance requires two hands to wield when you aren't mounted." + ], + "weapon_type": "martial melee weapons", + "text": "Provided from PHB.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null +}
\ No newline at end of file |