|
From: Crossfire C. r. messages.
<cro...@li...> - 2014-08-27 02:39:38
|
Revision: 19610
http://sourceforge.net/p/crossfire/code/19610
Author: silvernexus
Date: 2014-08-27 02:39:34 +0000 (Wed, 27 Aug 2014)
Log Message:
-----------
Add steel shortsword for testing and balancing. Formula to smith it included in r19608.
Revision Links:
--------------
http://sourceforge.net/p/crossfire/code/19608
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/weapon/sword/steel_ssword_1.arc
arch/trunk/weapon/sword/steel_ssword_1.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2014-08-27 02:32:40 UTC (rev 19609)
+++ arch/trunk/ChangeLog 2014-08-27 02:39:34 UTC (rev 19610)
@@ -1,4 +1,12 @@
+Add experimental steel shortsword.
+The intent is to make a full set of steel weaponry,
+but balancing the steel shortsword should give a good
+idea of what to do on the other weapons.
+weapon/sword/steel_ssword_1.arc
+weapon/sword/steel_ssword_1.base.111.png
+SilverNexus 2014-08-26
+
Finally add my leather developments from earlier.
Adjusted tanning bench to be able to hold behemoth's hide
misc/Container/tanbench.arc
Added: arch/trunk/weapon/sword/steel_ssword_1.arc
===================================================================
--- arch/trunk/weapon/sword/steel_ssword_1.arc (rev 0)
+++ arch/trunk/weapon/sword/steel_ssword_1.arc 2014-08-27 02:39:34 UTC (rev 19610)
@@ -0,0 +1,18 @@
+Object steel_shortsword
+nrof 1
+last_sp 6
+type 15
+face steel_ssword_1.111
+material 2
+materialname steel
+dam 6
+weight 10000
+value 150
+attacktype 1
+weapontype 1
+name steel shortsword
+name_pl steel shortswords
+client_type 101
+body_arm -1
+skill one handed weapons
+end
Added: arch/trunk/weapon/sword/steel_ssword_1.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/sword/steel_ssword_1.base.111.png
===================================================================
--- arch/trunk/weapon/sword/steel_ssword_1.base.111.png 2014-08-27 02:32:40 UTC (rev 19609)
+++ arch/trunk/weapon/sword/steel_ssword_1.base.111.png 2014-08-27 02:39:34 UTC (rev 19610)
Property changes on: arch/trunk/weapon/sword/steel_ssword_1.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|