Add coifs as a type of helmet to the game.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21809 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
d7b13a3616
commit
2786cd9da7
|
@ -1,3 +1,12 @@
|
|||
Add coif as a helmet-like armor.
|
||||
Is lighter and has worse protection than regular helmets,
|
||||
but can be found earlier from goblin/gnoll drops.
|
||||
armour/helmet/coif.base.111.png
|
||||
armour/helmet/coif.arc
|
||||
armour/helmet/coif.face
|
||||
treasures.trs
|
||||
Daniel Hawkins 2020-01-17
|
||||
|
||||
Add barn-like food store.
|
||||
Intended to be used for Wolfsburg Provisions.
|
||||
shop/store_food_barn.*
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
Object coif
|
||||
nrof 1
|
||||
name coif
|
||||
name_pl coifs
|
||||
client_type 271
|
||||
type 34
|
||||
face coif.111
|
||||
ac 1
|
||||
resist_physical 1
|
||||
weight 3000
|
||||
value 2
|
||||
material 2
|
||||
body_head -1
|
||||
gen_sp_armour 1
|
||||
end
|
Binary file not shown.
After Width: | Height: | Size: 286 B |
|
@ -0,0 +1,3 @@
|
|||
face coif.111
|
||||
magicmap grey
|
||||
end
|
|
@ -1750,6 +1750,9 @@ treasure poor_old
|
|||
arch b_small_shield
|
||||
chance 4
|
||||
more
|
||||
arch coif
|
||||
chance 3
|
||||
more
|
||||
arch silvercoin
|
||||
nrof 80
|
||||
chance 20
|
||||
|
|
Loading…
Reference in New Issue