|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-08-14 13:53:59
|
Revision: 21269
http://sourceforge.net/p/crossfire/code/21269
Author: silvernexus
Date: 2020-08-14 13:53:56 +0000 (Fri, 14 Aug 2020)
Log Message:
-----------
Add Rune of Sparking to the set of runes available in the game. It releases a spark shower when triggered.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/spell/Rune/rune_spark.base.111.png
arch/trunk/spell/Rune/rune_sparking.arc
arch/trunk/spell/Rune/rune_sparking.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-08-13 20:57:25 UTC (rev 21268)
+++ arch/trunk/ChangeLog 2020-08-14 13:53:56 UTC (rev 21269)
@@ -1,3 +1,9 @@
+Add a new rune -- rune of sparking. It's spark shower in a rune.
+spell/Rune/rune_sparking.arc
+spell/Rune/rune_sparking.face
+spell/Rune/rune_spark.base.111.png
+Daniel Hawkins 2020-08-14
+
Add a new artifact: (weapon) of Souls. Requires server and maps (python scripts) updates to function.
artifacts
Daniel Hawkins 2020-08-07
Added: arch/trunk/spell/Rune/rune_spark.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/Rune/rune_spark.base.111.png
===================================================================
--- arch/trunk/spell/Rune/rune_spark.base.111.png 2020-08-13 20:57:25 UTC (rev 21268)
+++ arch/trunk/spell/Rune/rune_spark.base.111.png 2020-08-14 13:53:56 UTC (rev 21269)
Property changes on: arch/trunk/spell/Rune/rune_spark.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/Rune/rune_sparking.arc
===================================================================
--- arch/trunk/spell/Rune/rune_sparking.arc (rev 0)
+++ arch/trunk/spell/Rune/rune_sparking.arc 2020-08-14 13:53:56 UTC (rev 21269)
@@ -0,0 +1,20 @@
+Object rune_spark_shower
+name Rune of Sparking
+type 154
+speed 1
+hp 1
+other_arch spell_spark_shower
+face rune_spark.111
+msg
+You set off a shower of sparks!
+endmsg
+animation rune_spark
+level 1
+is_animated 0
+invisible 1
+no_pick 1
+move_on walk
+attacktype 10
+dam 90
+Cha 20
+end
Added: arch/trunk/spell/Rune/rune_sparking.face
===================================================================
--- arch/trunk/spell/Rune/rune_sparking.face (rev 0)
+++ arch/trunk/spell/Rune/rune_sparking.face 2020-08-14 13:53:56 UTC (rev 21269)
@@ -0,0 +1,7 @@
+animation rune_spark
+rune_spark.111
+rune_spark.111
+mina
+face rune_spark.111
+magicmap yellow
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|