|
From: Crossfire C. r. messages.
<cro...@li...> - 2017-03-26 04:35:42
|
Revision: 20340
http://sourceforge.net/p/crossfire/code/20340
Author: rjtanner
Date: 2017-03-26 04:35:39 +0000 (Sun, 26 Mar 2017)
Log Message:
-----------
Moved bloodreaver axe and Order Sword to the artifact directory, as they are not standard weapons
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/weapon/artifact/bloodreaver.arc
arch/trunk/weapon/artifact/bloodreaver.base.111.png
arch/trunk/weapon/artifact/order_sword.arc
arch/trunk/weapon/artifact/order_sword.base.111.png
Removed Paths:
-------------
arch/trunk/weapon/axe/bloodreaver.arc
arch/trunk/weapon/axe/bloodreaver.base.111.png
arch/trunk/weapon/sword/order_sword.arc
arch/trunk/weapon/sword/order_sword.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2017-03-19 06:26:41 UTC (rev 20339)
+++ arch/trunk/ChangeLog 2017-03-26 04:35:39 UTC (rev 20340)
@@ -1,4 +1,12 @@
+Moved bloodreaver axe and Order Sword to the artifact directory,
+as they are not standard weapons
+weapon/artifact/bloodreaver.arc
+weapon/artifact/bloodreaver.base.111.png
+weapon/artifact/order_sword.arc
+weapon/artifact/order_sword.base.111.png
+Rick Tanner 2017-03-25
+
Patch #270 New Items - 6 different items
* Patch accepted with changes as summarized in the patch entry
at Sourceforge. Basically, changes for clarity and removed
Copied: arch/trunk/weapon/artifact/bloodreaver.arc (from rev 20339, arch/trunk/weapon/axe/bloodreaver.arc)
===================================================================
--- arch/trunk/weapon/artifact/bloodreaver.arc (rev 0)
+++ arch/trunk/weapon/artifact/bloodreaver.arc 2017-03-26 04:35:39 UTC (rev 20340)
@@ -0,0 +1,24 @@
+Object bloodreaver
+name bloodreaver
+nrof 1
+face bloodreaver.111
+last_sp 11
+type 15
+weight 31000
+value 880000
+material 322
+attacktype 6939904
+dam 50
+wc 3
+item_power 8
+resist_slow 15
+resist_paralyze -10
+Str 1
+Dex 1
+Wis -1
+weapontype 3
+name_pl bloodreavers
+client_type 100
+body_arm -2
+skill two handed weapons
+end
Copied: arch/trunk/weapon/artifact/bloodreaver.base.111.png (from rev 20339, arch/trunk/weapon/axe/bloodreaver.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/weapon/artifact/order_sword.arc (from rev 20339, arch/trunk/weapon/sword/order_sword.arc)
===================================================================
--- arch/trunk/weapon/artifact/order_sword.arc (rev 0)
+++ arch/trunk/weapon/artifact/order_sword.arc 2017-03-26 04:35:39 UTC (rev 20340)
@@ -0,0 +1,42 @@
+Object order_sword
+name Order Sword
+nrof 1
+last_sp 3
+type 15
+face order_sword.111
+material 2
+weight 20000
+Str 1
+Con 1
+Dex 1
+Wis 1
+Int 1
+luck -3
+xrays 1
+attacktype 259
+dam 90
+resist_magic 20
+resist_fire 0
+resist_electricity 0
+resist_cold 0
+resist_acid 50
+resist_drain 30
+resist_weaponmagic 10
+resist_poison 20
+resist_slow 20
+resist_paralyze 30
+resist_fear 30
+resist_deplete 30
+resist_chaos -10
+hp -3
+sp -3
+grace 2
+path_denied 264192
+weapontype 1
+value 1000000
+name_pl Order Swords
+client_type 100
+body_arm -1
+item_power 15
+skill one handed weapons
+end
Copied: arch/trunk/weapon/artifact/order_sword.base.111.png (from rev 20339, arch/trunk/weapon/sword/order_sword.base.111.png)
===================================================================
(Binary files differ)
Deleted: arch/trunk/weapon/axe/bloodreaver.arc
===================================================================
--- arch/trunk/weapon/axe/bloodreaver.arc 2017-03-19 06:26:41 UTC (rev 20339)
+++ arch/trunk/weapon/axe/bloodreaver.arc 2017-03-26 04:35:39 UTC (rev 20340)
@@ -1,24 +0,0 @@
-Object bloodreaver
-name bloodreaver
-nrof 1
-face bloodreaver.111
-last_sp 11
-type 15
-weight 31000
-value 880000
-material 322
-attacktype 6939904
-dam 50
-wc 3
-item_power 8
-resist_slow 15
-resist_paralyze -10
-Str 1
-Dex 1
-Wis -1
-weapontype 3
-name_pl bloodreavers
-client_type 100
-body_arm -2
-skill two handed weapons
-end
Deleted: arch/trunk/weapon/axe/bloodreaver.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/weapon/sword/order_sword.arc
===================================================================
--- arch/trunk/weapon/sword/order_sword.arc 2017-03-19 06:26:41 UTC (rev 20339)
+++ arch/trunk/weapon/sword/order_sword.arc 2017-03-26 04:35:39 UTC (rev 20340)
@@ -1,42 +0,0 @@
-Object order_sword
-name Order Sword
-nrof 1
-last_sp 3
-type 15
-face order_sword.111
-material 2
-weight 20000
-Str 1
-Con 1
-Dex 1
-Wis 1
-Int 1
-luck -3
-xrays 1
-attacktype 259
-dam 90
-resist_magic 20
-resist_fire 0
-resist_electricity 0
-resist_cold 0
-resist_acid 50
-resist_drain 30
-resist_weaponmagic 10
-resist_poison 20
-resist_slow 20
-resist_paralyze 30
-resist_fear 30
-resist_deplete 30
-resist_chaos -10
-hp -3
-sp -3
-grace 2
-path_denied 264192
-weapontype 1
-value 1000000
-name_pl Order Swords
-client_type 100
-body_arm -1
-item_power 15
-skill one handed weapons
-end
Deleted: arch/trunk/weapon/sword/order_sword.base.111.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|