Armors and shields.
This commit is contained in:
parent
a86b5598d8
commit
9a5950c211
147
armors.yml
Normal file
147
armors.yml
Normal file
@ -0,0 +1,147 @@
|
||||
---
|
||||
|
||||
- name: Padded Armor
|
||||
category: light
|
||||
cost: 5
|
||||
ac: 1
|
||||
dex: 8
|
||||
asf: 5
|
||||
weight: 10
|
||||
|
||||
- name: Leather Armor
|
||||
category: light
|
||||
cost: 10
|
||||
ac: 2
|
||||
dex: 6
|
||||
asf: 10
|
||||
weight: 15
|
||||
|
||||
- name: Studded Leather
|
||||
category: light
|
||||
cost: 25
|
||||
ac: 3
|
||||
dex: 5
|
||||
acp: -1
|
||||
asf: 15
|
||||
weight: 20
|
||||
|
||||
- name: Chain Shirt
|
||||
category: light
|
||||
cost: 100
|
||||
ac: 4
|
||||
dex: 4
|
||||
acp: -2
|
||||
asf: 20
|
||||
weight: 25
|
||||
|
||||
- name: Hide Armor
|
||||
category: medium
|
||||
cost: 15
|
||||
ac: 3
|
||||
dex: 4
|
||||
acp: -3
|
||||
asf: 20
|
||||
weight: 25
|
||||
speed:
|
||||
30: 20
|
||||
20: 15
|
||||
|
||||
- name: Scale Mail
|
||||
category: medium
|
||||
cost: 50
|
||||
ac: 4
|
||||
dex: 3
|
||||
acp: -4
|
||||
asf: 25
|
||||
weight: 30
|
||||
speed:
|
||||
30: 20
|
||||
20: 15
|
||||
|
||||
- name: Chainmail
|
||||
category: medium
|
||||
cost: 150
|
||||
ac: 5
|
||||
dex: 2
|
||||
acp: -5
|
||||
asf: 30
|
||||
weight: 40
|
||||
speed:
|
||||
30: 20
|
||||
20: 15
|
||||
|
||||
- name: Breastplate
|
||||
category: medium
|
||||
cost: 200
|
||||
ac: 5
|
||||
dex: 3
|
||||
acp: -4
|
||||
asf: 25
|
||||
weight: 30
|
||||
speed:
|
||||
30: 20
|
||||
20: 15
|
||||
|
||||
# Heavy Armor
|
||||
|
||||
- name: Splint Mail
|
||||
category: heavy
|
||||
cost: 200
|
||||
ac: 6
|
||||
dex: 0
|
||||
acp: -7
|
||||
asf: 40
|
||||
weight: 45
|
||||
speed:
|
||||
30: 20
|
||||
20: 15
|
||||
|
||||
- name: Banded Mail
|
||||
category: heavy
|
||||
cost: 250
|
||||
ac: 6
|
||||
dex: 1
|
||||
acp: -6
|
||||
asf: 35
|
||||
weight: 35
|
||||
speed:
|
||||
30: 20
|
||||
20: 15
|
||||
|
||||
# Srsly d20srd "Half-Plate" and "Full plate"?
|
||||
- name: Half Plate
|
||||
category: heavy
|
||||
cost: 600
|
||||
ac: 7
|
||||
dex: 0
|
||||
acp: -7
|
||||
asf: 40
|
||||
weight: 50
|
||||
speed:
|
||||
30: 20
|
||||
20: 15
|
||||
|
||||
- name: Full Plate
|
||||
category: heavy
|
||||
cost: 1500
|
||||
ac: 8
|
||||
dex: 1
|
||||
acp: -6
|
||||
asf: 35
|
||||
weight: 50
|
||||
speed:
|
||||
30: 20
|
||||
20: 15
|
||||
|
||||
# Extra/Special
|
||||
- name: Armor spikes
|
||||
category: extra
|
||||
cost: 50
|
||||
weight: 10
|
||||
|
||||
- name: Locked Gauntlet
|
||||
category: extra
|
||||
cost: 8
|
||||
weight: 5
|
||||
|
||||
#EOF
|
60
shields.yml
Normal file
60
shields.yml
Normal file
@ -0,0 +1,60 @@
|
||||
# Shields
|
||||
|
||||
- name: Buckler
|
||||
category: shield
|
||||
cost: 15
|
||||
ac: 1
|
||||
acp: -1
|
||||
asf: 5
|
||||
weight: 5
|
||||
|
||||
- name: Light Wooden Shield
|
||||
material: wood
|
||||
category: shield
|
||||
cost: 3
|
||||
ac: 1
|
||||
acp: -1
|
||||
asf: 5
|
||||
weight: 5
|
||||
|
||||
- name: Light Steel Shield
|
||||
material: steel
|
||||
category: shield
|
||||
cost: 9
|
||||
ac: 1
|
||||
acp: -1
|
||||
asf: 5
|
||||
weight: 6
|
||||
|
||||
- name: Heavy Wooden Shield
|
||||
material: wood
|
||||
category: shield
|
||||
cost: 7
|
||||
ac: 2
|
||||
acp: -2
|
||||
asf: 15
|
||||
weight: 10
|
||||
|
||||
- name: Heavy Steel Shield
|
||||
material: steel
|
||||
category: shield
|
||||
cost: 20
|
||||
ac: 2
|
||||
acp: -2
|
||||
asf: 15
|
||||
weight: 15
|
||||
|
||||
- name: Tower Shield
|
||||
material: steel
|
||||
category: shield
|
||||
ac: 4
|
||||
dex: 2
|
||||
acp: -10
|
||||
asf: 50
|
||||
weight: 45
|
||||
|
||||
# Extra
|
||||
- name: Shield Spikes
|
||||
category: extra
|
||||
cost: 10
|
||||
weight: 5
|
Loading…
Reference in New Issue
Block a user