Weapons
Rows can be added to this table to add new weapons.
Do not change the ids of existing weapons!
ID
Weapon
Proficiency
Damage
Range
Class
Group
Properties
Type
Weight
Price
1
club
2
1d6
simple melee
mace
one-handed
1
3
2
dagger
3
1d4
5/10
simple melee
light blade
off-hand,light thrown
one-handed
1
3
3
Javelin
2
1d6
10/20
simple melee
spear
heavy thrown
one-handed
5
2
4
mace
2
1d8
simple melee
mace
versatile
one-handed
5
6
5
sickle
2
1d6
simple melee
light blade
off-hand
one-handed
2
2
6
spear
2
1d8
simple melee
spear
versatile
one-handed
5
6
7
greatclub
2
2d4
simple melee
mace
two-handed
1
10
8
morningstar
2
1d10
simple melee
mace
two-handed
10
8
9
quarterstaff
2
1d8
simple melee
staff
two-handed
5
4
10
scythe
2
2d4
simple melee
heavy blade
two-handed
5
10
11
battleaxe
2
1d10
military melee
axe
versatile
one-handed
15
6
12
flail
2
1d10
military melee
flail
versatile
one-handed
10
5
13
handaxe
2
1d6
5/10
military melee
axe
off-hand,heavy thrown
one-handed
5
3
14
longsword
3
1d8
military melee
heavy blade
versatile
one-handed
15
4
15
scimitar
2
1d8
military melee
heavy blade
high crit
one-handed
10
4
16
short sword
3
1d6
military melee
light blade
off-hand
one-handed
10
2
17
throwing hammer
2
1d6
5/10
military melee
hammer
off-hand,heavy thrown
one-handed
5
2
18
warhammer
2
1d10
military melee
hammer
versatile
one-handed
15
5
19
war pick
2
1d8
military melee
pick
high crit,versatile
one-handed
15
6
20
falchion
3
2d4
military melee
heavy blade
high crit
two-handed
25
7
21
glaive
2
2d4
military melee
heavy blade,polearm
reach
two-handed
25
10
22
greataxe
2
1d12
military melee
axe
high crit
two-handed
30
12
23
greatsword
3
1d10
military melee
heavy blade
two-handed
30
8
24
halberd
2
1d10
military melee
axe,polearm
reach
two-handed
25
12
25
heavy Flail
2
2d6
military melee
flail
two-handed
25
10
26
longspear
2
1d10
military melee
polearm, spear
reach
two-handed
10
9
27
maul
2
2d6
military melee
hammer
two-handed
30
12
28
bastard sword
3
1d10
superior melee
heavy blade
versatile
one-handed
30
6
29
katar
3
1d6
superior melee
light blade
off-hand,high crit
one-handed
3
1
30
rapier
3
1d8
superior melee
light blade
one-handed
25
2
31
spiked chain
3
2d4
superior melee
flail
reach
two-handed
30
10
32
any small
0
1d4
improvised melee
none
one-handed
0
5
33
unarmed attack
0
1d4
improvised melee
unarmed
one-handed
0
0
34
any large
0
1d8
improvised melee
none
two-handed
0
12
35
hand crossbow
2
1d6
10/20
simple ranged
crossbow
load free
one-handed
25
2
36
sling
2
1d6
10/20
simple ranged
sling
load free
one-handed
1
0
37
crossbow
2
1d8
15/30
simple ranged
crossbow
load minor
two-handed
25
4
38
longbow
2
1d10
20/40
military ranged
bow
load free
two-handed
30
3
40
shortbow
2
1d8
15/30
military ranged
bow
load free,small
two-handed
25
2
41
shuriken
3
1d4
6/12
superior ranged
light blade
light thrown
one-handed
1
.5
42
any thrown
0
1d4
5/10
improvised ranged
none
one-handed
1
0
Macros
The following inclusions can be made from other pages using the %INCLUDE% variable. These are convenience functions to let you use data from this topic and should be called whenever possible since they can be maintained in one place.
Drop Down
Provides a drop down. Use %INCLUDE{"WeaponData" section="weapondropdown" NAME="anameforit"}% which will give you an HTML select control with the given name and the contents of the form above.
club dagger Javelin mace sickle spear greatclub morningstar quarterstaff scythe battleaxe flail handaxe longsword scimitar short sword throwing hammer warhammer war pick falchion glaive greataxe greatsword halberd heavy Flail longspear maul bastard sword katar rapier spiked chain any small unarmed attack any large hand crossbow sling crossbow longbow shortbow shuriken any thrown
Java Script
Builds a Javascript construct which contains the data in this table in a form useful to a web client. The character sheet uses this for calculations.
[
{ id:1, name:'club', proficiency:'2', damage:'1d6', range:'', class:'simple melee', group:'mace', properties:'', type:'one-handed', weight:'1' }, { id:2, name:'dagger', proficiency:'3', damage:'1d4', range:'5/10', class:'simple melee', group:'light blade', properties:'off-hand,light thrown', type:'one-handed', weight:'1' }, { id:3, name:'Javelin', proficiency:'2', damage:'1d6', range:'10/20', class:'simple melee', group:'spear', properties:'heavy thrown', type:'one-handed', weight:'5' }, { id:4, name:'mace', proficiency:'2', damage:'1d8', range:'', class:'simple melee', group:'mace', properties:'versatile', type:'one-handed', weight:'5' }, { id:5, name:'sickle', proficiency:'2', damage:'1d6', range:'', class:'simple melee', group:'light blade', properties:'off-hand', type:'one-handed', weight:'2' }, { id:6, name:'spear', proficiency:'2', damage:'1d8', range:'', class:'simple melee', group:'spear', properties:'versatile', type:'one-handed', weight:'5' }, { id:7, name:'greatclub', proficiency:'2', damage:'2d4', range:'', class:'simple melee', group:'mace', properties:'', type:'two-handed', weight:'1' }, { id:8, name:'morningstar', proficiency:'2', damage:'1d10', range:'', class:'simple melee', group:'mace', properties:'', type:'two-handed', weight:'10' }, { id:9, name:'quarterstaff', proficiency:'2', damage:'1d8', range:'', class:'simple melee', group:'staff', properties:'', type:'two-handed', weight:'5' }, { id:10, name:'scythe', proficiency:'2', damage:'2d4', range:'', class:'simple melee', group:'heavy blade', properties:'', type:'two-handed', weight:'5' }, { id:11, name:'battleaxe', proficiency:'2', damage:'1d10', range:'', class:'military melee', group:'axe', properties:'versatile', type:'one-handed', weight:'15' }, { id:12, name:'flail', proficiency:'2', damage:'1d10', range:'', class:'military melee', group:'flail', properties:'versatile', type:'one-handed', weight:'10' }, { id:13, name:'handaxe', proficiency:'2', damage:'1d6', range:'5/10', class:'military melee', group:'axe', properties:'off-hand,heavy thrown', type:'one-handed', weight:'5' }, { id:14, name:'longsword', proficiency:'3', damage:'1d8', range:'', class:'military melee', group:'heavy blade', properties:'versatile', type:'one-handed', weight:'15' }, { id:15, name:'scimitar', proficiency:'2', damage:'1d8', range:'', class:'military melee', group:'heavy blade', properties:'high crit', type:'one-handed', weight:'10' }, { id:16, name:'short sword', proficiency:'3', damage:'1d6', range:'', class:'military melee', group:'light blade', properties:'off-hand', type:'one-handed', weight:'10' }, { id:17, name:'throwing hammer', proficiency:'2', damage:'1d6', range:'5/10', class:'military melee', group:'hammer', properties:'off-hand,heavy thrown', type:'one-handed', weight:'5' }, { id:18, name:'warhammer', proficiency:'2', damage:'1d10', range:'', class:'military melee', group:'hammer', properties:'versatile', type:'one-handed', weight:'15' }, { id:19, name:'war pick', proficiency:'2', damage:'1d8', range:'', class:'military melee', group:'pick', properties:'high crit,versatile', type:'one-handed', weight:'15' }, { id:20, name:'falchion', proficiency:'3', damage:'2d4', range:'', class:'military melee', group:'heavy blade', properties:'high crit', type:'two-handed', weight:'25' }, { id:21, name:'glaive', proficiency:'2', damage:'2d4', range:'', class:'military melee', group:'heavy blade,polearm', properties:'reach', type:'two-handed', weight:'25' }, { id:22, name:'greataxe', proficiency:'2', damage:'1d12', range:'', class:'military melee', group:'axe', properties:'high crit', type:'two-handed', weight:'30' }, { id:23, name:'greatsword', proficiency:'3', damage:'1d10', range:'', class:'military melee', group:'heavy blade', properties:'', type:'two-handed', weight:'30' }, { id:24, name:'halberd', proficiency:'2', damage:'1d10', range:'', class:'military melee', group:'axe,polearm', properties:'reach', type:'two-handed', weight:'25' }, { id:25, name:'heavy Flail', proficiency:'2', damage:'2d6', range:'', class:'military melee', group:'flail', properties:'', type:'two-handed', weight:'25' }, { id:26, name:'longspear', proficiency:'2', damage:'1d10', range:'', class:'military melee', group:'polearm, spear', properties:'reach', type:'two-handed', weight:'10' }, { id:27, name:'maul', proficiency:'2', damage:'2d6', range:'', class:'military melee', group:'hammer', properties:'', type:'two-handed', weight:'30' }, { id:28, name:'bastard sword', proficiency:'3', damage:'1d10', range:'', class:'superior melee', group:'heavy blade', properties:'versatile', type:'one-handed', weight:'30' }, { id:29, name:'katar', proficiency:'3', damage:'1d6', range:'', class:'superior melee', group:'light blade', properties:'off-hand,high crit', type:'one-handed', weight:'3' }, { id:30, name:'rapier', proficiency:'3', damage:'1d8', range:'', class:'superior melee', group:'light blade', properties:'', type:'one-handed', weight:'25' }, { id:31, name:'spiked chain', proficiency:'3', damage:'2d4', range:'', class:'superior melee', group:'flail', properties:'reach', type:'two-handed', weight:'30' }, { id:32, name:'any small', proficiency:'', damage:'1d4', range:'', class:'improvised melee', group:'none', properties:'', type:'one-handed', weight:'' }, { id:33, name:'unarmed attack', proficiency:'', damage:'1d4', range:'', class:'improvised melee', group:'unarmed', properties:'', type:'one-handed', weight:'' }, { id:34, name:'any large', proficiency:'', damage:'1d8', range:'', class:'improvised melee', group:'none', properties:'', type:'two-handed', weight:'' }, { id:35, name:'hand crossbow', proficiency:'2', damage:'1d6', range:'10/20', class:'simple ranged', group:'crossbow', properties:'load free', type:'one-handed', weight:'25' }, { id:36, name:'sling', proficiency:'2', damage:'1d6', range:'10/20', class:'simple ranged', group:'sling', properties:'load free', type:'one-handed', weight:'1' }, { id:37, name:'crossbow', proficiency:'2', damage:'1d8', range:'15/30', class:'simple ranged', group:'crossbow', properties:'load minor', type:'two-handed', weight:'25' }, { id:38, name:'longbow', proficiency:'2', damage:'1d10', range:'20/40', class:'military ranged', group:'bow', properties:'load free', type:'two-handed', weight:'30' }, { id:40, name:'shortbow', proficiency:'2', damage:'1d8', range:'15/30', class:'military ranged', group:'bow', properties:'load free,small', type:'two-handed', weight:'25' }, { id:41, name:'shuriken', proficiency:'3', damage:'1d4', range:'6/12', class:'superior ranged', group:'light blade', properties:'light thrown', type:'one-handed', weight:'1' }, { id:42, name:'any thrown', proficiency:'', damage:'1d4', range:'5/10', class:'improvised ranged', group:'none', properties:'', type:'one-handed', weight:'1' }, ]
[
{ id:1, price:'3' }, { id:2, price:'3' }, { id:3, price:'2' }, { id:4, price:'6' }, { id:5, price:'2' }, { id:6, price:'6' }, { id:7, price:'10' }, { id:8, price:'8' }, { id:9, price:'4' }, { id:10, price:'10' }, { id:11, price:'6' }, { id:12, price:'5' }, { id:13, price:'3' }, { id:14, price:'4' }, { id:15, price:'4' }, { id:16, price:'2' }, { id:17, price:'2' }, { id:18, price:'5' }, { id:19, price:'6' }, { id:20, price:'7' }, { id:21, price:'10' }, { id:22, price:'12' }, { id:23, price:'8' }, { id:24, price:'12' }, { id:25, price:'10' }, { id:26, price:'9' }, { id:27, price:'12' }, { id:28, price:'6' }, { id:29, price:'1' }, { id:30, price:'2' }, { id:31, price:'10' }, { id:32, price:'5' }, { id:33, price:'' }, { id:34, price:'12' }, { id:35, price:'2' }, { id:36, price:'' }, { id:37, price:'4' }, { id:38, price:'3' }, { id:40, price:'2' }, { id:41, price:'.5' }, { id:42, price:'' }, ]