From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/items/weapons/lance.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 parser/items/weapons/lance.json (limited to 'parser/items/weapons/lance.json') diff --git a/parser/items/weapons/lance.json b/parser/items/weapons/lance.json new file mode 100644 index 0000000..ea88c2f --- /dev/null +++ b/parser/items/weapons/lance.json @@ -0,0 +1,22 @@ +{ + "name": "lance", + "cost": 1000, + "damage": { + "dmg_type": "piercing", + "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." + ], + "type": "martial melee weapons", + "text": "Provided from PHB" +} \ No newline at end of file -- cgit v1.2.3