|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-01-17 17:05:52
|
Revision: 21809
http://sourceforge.net/p/crossfire/code/21809
Author: silvernexus
Date: 2021-01-17 17:05:47 +0000 (Sun, 17 Jan 2021)
Log Message:
-----------
Add coifs as a type of helmet to the game.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/treasures.trs
Added Paths:
-----------
arch/trunk/armour/helmet/coif.arc
arch/trunk/armour/helmet/coif.base.111.png
arch/trunk/armour/helmet/coif.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-01-17 15:13:14 UTC (rev 21808)
+++ arch/trunk/ChangeLog 2021-01-17 17:05:47 UTC (rev 21809)
@@ -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.*
Added: arch/trunk/armour/helmet/coif.arc
===================================================================
--- arch/trunk/armour/helmet/coif.arc (rev 0)
+++ arch/trunk/armour/helmet/coif.arc 2021-01-17 17:05:47 UTC (rev 21809)
@@ -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
Added: arch/trunk/armour/helmet/coif.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/helmet/coif.base.111.png
===================================================================
--- arch/trunk/armour/helmet/coif.base.111.png 2021-01-17 15:13:14 UTC (rev 21808)
+++ arch/trunk/armour/helmet/coif.base.111.png 2021-01-17 17:05:47 UTC (rev 21809)
Property changes on: arch/trunk/armour/helmet/coif.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/armour/helmet/coif.face
===================================================================
--- arch/trunk/armour/helmet/coif.face (rev 0)
+++ arch/trunk/armour/helmet/coif.face 2021-01-17 17:05:47 UTC (rev 21809)
@@ -0,0 +1,3 @@
+face coif.111
+magicmap grey
+end
Modified: arch/trunk/treasures.trs
===================================================================
--- arch/trunk/treasures.trs 2021-01-17 15:13:14 UTC (rev 21808)
+++ arch/trunk/treasures.trs 2021-01-17 17:05:47 UTC (rev 21809)
@@ -1750,6 +1750,9 @@
arch b_small_shield
chance 4
more
+ arch coif
+ chance 3
+ more
arch silvercoin
nrof 80
chance 20
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|