|
From: Crossfire C. r. messages.
<cro...@li...> - 2019-08-11 14:34:03
|
Revision: 20943
http://sourceforge.net/p/crossfire/code/20943
Author: silvernexus
Date: 2019-08-11 14:33:58 +0000 (Sun, 11 Aug 2019)
Log Message:
-----------
Add white and black leather cloaks as archetypes so that they can be created via formulae.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/armour/cloak/cloak.arc
arch/trunk/armour/cloak/cloak_black.base.111.png
arch/trunk/armour/cloak/cloak_white.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2019-08-11 04:08:07 UTC (rev 20942)
+++ arch/trunk/ChangeLog 2019-08-11 14:33:58 UTC (rev 20943)
@@ -1,4 +1,12 @@
+Add white and black leather cloaks to be used with alchemy (tanning).
+Functionally equivalent to regular cloaks, except worth 2.5x.
+Also add updated cloak graphics for white and black cloaks to be styled more like the regular cloak.
+armour/cloak/cloak.arc
+armour/cloak/cloak_white.base.111.png
+armour/cloak/cloak_black.base.111.png
+Daniel Hawkins 2019-08-11
+
Modify fishing pole graphic to clean up pixelation.
skills/Skill_Tools/fishing_pole.base.111.png
Rick Tanner 2019-05-30
Modified: arch/trunk/armour/cloak/cloak.arc
===================================================================
--- arch/trunk/armour/cloak/cloak.arc 2019-08-11 04:08:07 UTC (rev 20942)
+++ arch/trunk/armour/cloak/cloak.arc 2019-08-11 14:33:58 UTC (rev 20943)
@@ -11,3 +11,30 @@
nrof 1
body_shoulder -1
end
+# Needed for alchemy recipes that make cloaks from white and black leather
+Object cloak_black
+name cloak
+name_pl cloaks
+client_type 281
+type 87
+face cloak_black.111
+ac 0
+weight 5000
+value 100
+material 136
+nrof 1
+body_shoulder -1
+end
+Object cloak_white
+name cloak
+name_pl cloaks
+client_type 281
+type 87
+face cloak_white.111
+ac 0
+weight 5000
+value 100
+material 136
+nrof 1
+body_shoulder -1
+end
Modified: arch/trunk/armour/cloak/cloak_black.base.111.png
===================================================================
(Binary files differ)
Modified: arch/trunk/armour/cloak/cloak_white.base.111.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|