Brought structure in line with fimbul refactorings.
This commit is contained in:
parent
fd8366bb20
commit
55f7f6b111
@ -15,16 +15,22 @@
|
|||||||
heavy: 3
|
heavy: 3
|
||||||
type: \-
|
type: \-
|
||||||
cost:
|
cost:
|
||||||
# You might ask yourself now: What? This is less than in d20srd!
|
weapon:
|
||||||
# Well you are right, as the masterwork value is not included in the
|
# You might ask yourself now: What? This is less than in d20srd!
|
||||||
# prices below.
|
# Well you are right, as the masterwork value is not included in
|
||||||
ammunition: 54
|
# the prices below.
|
||||||
shield: 1850
|
ammunition: 54
|
||||||
weapon: 2700
|
light: 2700
|
||||||
double: 5400
|
one-handed: 2700
|
||||||
light: 4850
|
two-handed: 2700
|
||||||
medium: 9850
|
thrown: 2700
|
||||||
heavy: 14850
|
double: 5400
|
||||||
|
armor:
|
||||||
|
light: 4750
|
||||||
|
medium: 9750
|
||||||
|
heavy: 14750
|
||||||
|
shield:
|
||||||
|
shield: 1750
|
||||||
|
|
||||||
- name: Darkwood
|
- name: Darkwood
|
||||||
hardness: 5
|
hardness: 5
|
||||||
@ -38,19 +44,32 @@
|
|||||||
hardness: 10
|
hardness: 10
|
||||||
hp: 10
|
hp: 10
|
||||||
cost:
|
cost:
|
||||||
ammunition: 12
|
weapon:
|
||||||
shield: 300
|
ammunition: 12
|
||||||
light: 300
|
light: 600
|
||||||
medium: 300
|
one-handed: 600
|
||||||
heavy: 300
|
two-handed: 600
|
||||||
weapon: 600
|
double: 1200
|
||||||
|
armor:
|
||||||
|
light: 300
|
||||||
|
medium: 300
|
||||||
|
heavy: 300
|
||||||
|
shield:
|
||||||
|
shield: 300
|
||||||
|
|
||||||
- name: Cold Iron
|
- name: Cold Iron
|
||||||
hardness: 10
|
hardness: 10
|
||||||
hp: 30
|
hp: 30
|
||||||
cost:
|
cost:
|
||||||
multiplier: 2.0
|
weapon:
|
||||||
enhancement: 2000
|
multiplier: 2.0
|
||||||
|
enhancement: 2000
|
||||||
|
armor:
|
||||||
|
multiplier: 2.0
|
||||||
|
enhancement: 2000
|
||||||
|
shield:
|
||||||
|
multiplier: 2.0
|
||||||
|
enhancement: 2000
|
||||||
|
|
||||||
- name: Mithral
|
- name: Mithral
|
||||||
hardness: 10
|
hardness: 10
|
||||||
@ -62,10 +81,12 @@
|
|||||||
acp_bonus: 3
|
acp_bonus: 3
|
||||||
category_bonus: 1
|
category_bonus: 1
|
||||||
cost:
|
cost:
|
||||||
light: 850
|
armor:
|
||||||
medium: 3850
|
light: 750
|
||||||
heavy: 8850
|
medium: 3750
|
||||||
shield: 850
|
heavy: 8750
|
||||||
|
shield:
|
||||||
|
shield: 750
|
||||||
pound: 500
|
pound: 500
|
||||||
|
|
||||||
- name: Silver
|
- name: Silver
|
||||||
@ -73,7 +94,11 @@
|
|||||||
hp: 10
|
hp: 10
|
||||||
damage: -1
|
damage: -1
|
||||||
cost:
|
cost:
|
||||||
ammunition: 2
|
weapon:
|
||||||
weapon: 90
|
ammunition: 2
|
||||||
|
light: 90
|
||||||
|
one-handed: 90
|
||||||
|
two-handed: 90
|
||||||
|
double: 180
|
||||||
|
|
||||||
#EOF
|
#EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user