Renamed weapon type to weapon class.

This commit is contained in:
2015-06-09 19:03:41 +02:00
parent d1e81158ac
commit 914aec0fa9

View File

@@ -5,7 +5,7 @@
- name: Gauntlet - name: Gauntlet
category: simple category: simple
type: unarmed class: unarmed
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d2 small: 1d2
@@ -15,7 +15,7 @@
- name: Unarmed Strike - name: Unarmed Strike
category: simple category: simple
type: unarmed class: unarmed
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d2 small: 1d2
@@ -25,7 +25,7 @@
- name: Dagger - name: Dagger
category: simple category: simple
type: light class: light
damage: damage:
types: [piercing, slashing] types: [piercing, slashing]
small: 1d3 small: 1d3
@@ -38,7 +38,7 @@
- name: Punching Dagger - name: Punching Dagger
category: simple category: simple
type: light class: light
damage: damage:
types: [piercing] types: [piercing]
small: 1d3 small: 1d3
@@ -49,7 +49,7 @@
- name: Spiked Gauntlet - name: Spiked Gauntlet
category: simple category: simple
type: light class: light
damage: damage:
types: [piercing] types: [piercing]
small: 1d3 small: 1d3
@@ -59,7 +59,7 @@
- name: Light Mace - name: Light Mace
category: simple category: simple
type: light class: light
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d4 small: 1d4
@@ -69,7 +69,7 @@
- name: Sickle - name: Sickle
category: simple category: simple
type: light class: light
damage: damage:
types: [slashing] types: [slashing]
small: 1d4 small: 1d4
@@ -79,7 +79,7 @@
- name: Club - name: Club
category: simple category: simple
type: one-handed class: one-handed
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d4 small: 1d4
@@ -91,7 +91,7 @@
- name: Heavy Mace - name: Heavy Mace
category: simple category: simple
type: one-handed class: one-handed
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d6 small: 1d6
@@ -101,7 +101,7 @@
- name: Morningstar - name: Morningstar
category: simple category: simple
type: one-handed class: one-handed
damage: damage:
types: [bludgeoning, piercing] types: [bludgeoning, piercing]
small: 1d6 small: 1d6
@@ -111,7 +111,7 @@
- name: Shortspear - name: Shortspear
category: simple category: simple
type: one-handed class: one-handed
damage: damage:
types: [piercing] types: [piercing]
small: 1d4 small: 1d4
@@ -123,7 +123,7 @@
- name: Longspear - name: Longspear
category: simple category: simple
type: two-handed class: two-handed
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -135,7 +135,7 @@
- name: Quarterstaff - name: Quarterstaff
category: simple category: simple
type: two-handed class: two-handed
double: 1 double: 1
damage: damage:
types: [piercing] types: [piercing]
@@ -146,7 +146,7 @@
- name: Spear - name: Spear
category: simple category: simple
type: two-handed class: two-handed
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -159,7 +159,7 @@
- name: Heavy Crossbow - name: Heavy Crossbow
category: simple category: simple
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1d8 small: 1d8
@@ -172,7 +172,7 @@
- name: Light Crossbow - name: Light Crossbow
category: simple category: simple
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -186,7 +186,7 @@
# Bolts and arrows can be used in melee as improvised weapons. # Bolts and arrows can be used in melee as improvised weapons.
- name: Bolt - name: Bolt
category: simple category: simple
type: munition class: munition
damage: damage:
types: [piercing] types: [piercing]
small: 1d4-1 small: 1d4-1
@@ -196,7 +196,7 @@
- name: Dart - name: Dart
category: simple category: simple
type: thrown class: thrown
damage: damage:
types: [piercing] types: [piercing]
small: 1d3 small: 1d3
@@ -208,7 +208,7 @@
- name: Javelin - name: Javelin
category: simple category: simple
type: thrown class: thrown
damage: damage:
types: [piercing] types: [piercing]
small: 1d4 small: 1d4
@@ -220,7 +220,7 @@
- name: Sling - name: Sling
category: simple category: simple
type: ranged class: ranged
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d3 small: 1d3
@@ -233,7 +233,7 @@
# You could throw a bullet... # You could throw a bullet...
- name: Bullet - name: Bullet
category: simple category: simple
type: thrown class: thrown
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d4-1 small: 1d4-1
@@ -246,7 +246,7 @@
- name: Throwing Axe - name: Throwing Axe
category: martial category: martial
type: thrown class: thrown
damage: damage:
types: [slashing] types: [slashing]
small: 1d4 small: 1d4
@@ -258,7 +258,7 @@
- name: Light Hammer - name: Light Hammer
category: martial category: martial
type: light class: light
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d3 small: 1d3
@@ -270,7 +270,7 @@
- name: Handaxe - name: Handaxe
category: martial category: martial
type: light class: light
damage: damage:
types: [slashing] types: [slashing]
small: 1d4 small: 1d4
@@ -281,7 +281,7 @@
- name: Kukri - name: Kukri
category: martial category: martial
type: light class: light
damage: damage:
types: [slashing] types: [slashing]
small: 1d3 small: 1d3
@@ -292,7 +292,7 @@
- name: Light Pick - name: Light Pick
category: martial category: martial
type: light class: light
damage: damage:
types: [slashing] types: [slashing]
small: 1d3 small: 1d3
@@ -303,7 +303,7 @@
- name: Sap - name: Sap
category: martial category: martial
type: light class: light
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d4 small: 1d4
@@ -313,7 +313,7 @@
- name: Light Shield - name: Light Shield
category: martial category: martial
type: light class: light
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d3 small: 1d3
@@ -323,7 +323,7 @@
- name: Spiked Armor - name: Spiked Armor
category: martial category: martial
type: light class: light
damage: damage:
types: [piercing] types: [piercing]
small: 1d4 small: 1d4
@@ -333,7 +333,7 @@
- name: Light Spiked Shield - name: Light Spiked Shield
category: martial category: martial
type: light class: light
damage: damage:
types: [piercing] types: [piercing]
small: 1d3 small: 1d3
@@ -343,7 +343,7 @@
- name: Short Sword - name: Short Sword
category: martial category: martial
type: light class: light
damage: damage:
types: [piercing] types: [piercing]
small: 1d4 small: 1d4
@@ -353,7 +353,7 @@
- name: Battleaxe - name: Battleaxe
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d6 small: 1d6
@@ -364,7 +364,7 @@
- name: Flail - name: Flail
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d6 small: 1d6
@@ -374,7 +374,7 @@
- name: Longsword - name: Longsword
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d6 small: 1d6
@@ -385,7 +385,7 @@
- name: Heavy Pick - name: Heavy Pick
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [piercing] types: [piercing]
small: 1d4 small: 1d4
@@ -396,7 +396,7 @@
- name: Rapier - name: Rapier
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [piercing] types: [piercing]
small: 1d4 small: 1d4
@@ -407,7 +407,7 @@
- name: Scimitar - name: Scimitar
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d4 small: 1d4
@@ -418,7 +418,7 @@
- name: Heavy Shield - name: Heavy Shield
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d4 small: 1d4
@@ -428,7 +428,7 @@
- name: Heavy Spiked Shield - name: Heavy Spiked Shield
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [piercing] types: [piercing]
small: 1d4 small: 1d4
@@ -438,7 +438,7 @@
- name: Trident - name: Trident
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -450,7 +450,7 @@
- name: Warhammer - name: Warhammer
category: martial category: martial
type: one-handed class: one-handed
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d6 small: 1d6
@@ -461,7 +461,7 @@
- name: Falchion - name: Falchion
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d6 small: 1d6
@@ -472,7 +472,7 @@
- name: Glaive - name: Glaive
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d8 small: 1d8
@@ -484,7 +484,7 @@
- name: Greataxe - name: Greataxe
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d10 small: 1d10
@@ -495,7 +495,7 @@
- name: Greatclub - name: Greatclub
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d8 small: 1d8
@@ -505,7 +505,7 @@
- name: Heavy Flail - name: Heavy Flail
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d8 small: 1d8
@@ -516,7 +516,7 @@
- name: Greatsword - name: Greatsword
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d10 small: 1d10
@@ -527,7 +527,7 @@
- name: Guisarme - name: Guisarme
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d6 small: 1d6
@@ -539,7 +539,7 @@
- name: Halberd - name: Halberd
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [slashing, piercing] types: [slashing, piercing]
small: 1d8 small: 1d8
@@ -550,7 +550,7 @@
- name: Lance - name: Lance
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -562,7 +562,7 @@
- name: Ranseur - name: Ranseur
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -574,7 +574,7 @@
- name: Scythe - name: Scythe
category: martial category: martial
type: two-handed class: two-handed
damage: damage:
types: [piercing, slashing] types: [piercing, slashing]
small: 1d6 small: 1d6
@@ -585,7 +585,7 @@
- name: Longbow - name: Longbow
category: martial category: martial
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -598,7 +598,7 @@
- name: Composite Longbow - name: Composite Longbow
category: martial category: martial
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -611,7 +611,7 @@
- name: Shortbow - name: Shortbow
category: martial category: martial
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1d4 small: 1d4
@@ -624,7 +624,7 @@
- name: Composite Shortbow - name: Composite Shortbow
category: martial category: martial
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -637,7 +637,7 @@
- name: Arrow - name: Arrow
category: simple category: simple
type: munition class: munition
damage: damage:
types: [piercing] types: [piercing]
small: 1d4-1 small: 1d4-1
@@ -650,7 +650,7 @@
- name: Kama - name: Kama
category: exotic category: exotic
type: light class: light
damage: damage:
types: [slashing] types: [slashing]
small: 1d4 small: 1d4
@@ -660,7 +660,7 @@
- name: Nunchaku - name: Nunchaku
category: exotic category: exotic
type: light class: light
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d4 small: 1d4
@@ -670,7 +670,7 @@
- name: Sai - name: Sai
category: exotic category: exotic
type: light class: light
damage: damage:
types: [bludgeoning] types: [bludgeoning]
small: 1d3 small: 1d3
@@ -682,7 +682,7 @@
- name: Sai - name: Sai
category: exotic category: exotic
type: light class: light
damage: damage:
types: [piercing] types: [piercing]
small: 1d4 small: 1d4
@@ -692,7 +692,7 @@
- name: Bastard Sword - name: Bastard Sword
category: exotic category: exotic
type: one-handed class: one-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d8 small: 1d8
@@ -703,7 +703,7 @@
- name: Dwarven Waraxe - name: Dwarven Waraxe
category: exotic category: exotic
type: one-handed class: one-handed
damage: damage:
types: [slashing] types: [slashing]
small: 1d8 small: 1d8
@@ -714,7 +714,7 @@
- name: Whip - name: Whip
category: exotic category: exotic
type: one-handed class: one-handed
damage: damage:
types: [slashing, nonlethal] types: [slashing, nonlethal]
small: 1d2 small: 1d2
@@ -725,7 +725,7 @@
- name: Orc Double Axe - name: Orc Double Axe
category: exotic category: exotic
type: two-handed class: two-handed
double: 1 double: 1
damage: damage:
types: [slashing] types: [slashing]
@@ -737,7 +737,7 @@
- name: Spiked Chain - name: Spiked Chain
category: exotic category: exotic
type: two-handed class: two-handed
double: 1 double: 1
damage: damage:
types: [piercing] types: [piercing]
@@ -749,7 +749,7 @@
- name: Dire Flail - name: Dire Flail
category: exotic category: exotic
type: two-handed class: two-handed
double: 1 double: 1
damage: damage:
types: [bludgeoning] types: [bludgeoning]
@@ -760,7 +760,7 @@
- name: Gnome Hooked Hammer - name: Gnome Hooked Hammer
category: exotic category: exotic
type: two-handed class: two-handed
double: 1 double: 1
damage: damage:
types: [bludgeoning, piercing] types: [bludgeoning, piercing]
@@ -774,7 +774,7 @@
- name: Two-Bladed Sword - name: Two-Bladed Sword
category: exotic category: exotic
type: two-handed class: two-handed
double: 1 double: 1
damage: damage:
types: [slashing] types: [slashing]
@@ -786,7 +786,7 @@
- name: Dwarven Urgrosh - name: Dwarven Urgrosh
category: exotic category: exotic
type: two-handed class: two-handed
double: 1 double: 1
damage: damage:
types: [slashing, piercing] types: [slashing, piercing]
@@ -798,7 +798,7 @@
- name: Bolas - name: Bolas
category: exotic category: exotic
type: ranged class: ranged
damage: damage:
types: [bludgeoning, nonlethal] types: [bludgeoning, nonlethal]
small: 1d3 small: 1d3
@@ -810,7 +810,7 @@
- name: Hand Crossbow - name: Hand Crossbow
category: exotic category: exotic
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1d3 small: 1d3
@@ -823,7 +823,7 @@
- name: Repeating Heavy Crossbow - name: Repeating Heavy Crossbow
category: exotic category: exotic
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1d8 small: 1d8
@@ -836,7 +836,7 @@
- name: Repeating Light Crossbow - name: Repeating Light Crossbow
category: exotic category: exotic
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1d6 small: 1d6
@@ -849,7 +849,7 @@
- name: Net - name: Net
category: exotic category: exotic
type: ranged class: ranged
damage: damage:
types: [nonlethal] types: [nonlethal]
small: 0 small: 0
@@ -862,7 +862,7 @@
- name: Shuriken - name: Shuriken
category: exotic category: exotic
type: ranged class: ranged
damage: damage:
types: [piercing] types: [piercing]
small: 1 small: 1