|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-09-03 13:21:52
|
Revision: 21334
http://sourceforge.net/p/crossfire/code/21334
Author: silvernexus
Date: 2020-09-03 13:21:50 +0000 (Thu, 03 Sep 2020)
Log Message:
-----------
New spell -- searing weapon.
Grants the fire attacktype to the target temporarily.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/spell/SpellBook/pyro_book.trs
Added Paths:
-----------
arch/trunk/spell/Change_Ability/spell_searing_weapon.arc
arch/trunk/spell/Change_Ability/spell_searing_weapon.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-09-03 06:17:42 UTC (rev 21333)
+++ arch/trunk/ChangeLog 2020-09-03 13:21:50 UTC (rev 21334)
@@ -1,3 +1,10 @@
+New spell -- Searing Weapon
+Appears in spellbooks only at this point.
+spell/Spellbook/pyro_book.trs
+spell/Change_Ability/spell_searing_weapon.arc
+spell/Change_Ability/spell_searing_weapon.base.111.png
+Daniel Hawkins 2020-09-03
+
New face for demon gate -- it actually looks like a gate now.
And it is animated.
Moved old image to classic tileset, and repeated it so it overrides all the faces of the animation.
Added: arch/trunk/spell/Change_Ability/spell_searing_weapon.arc
===================================================================
--- arch/trunk/spell/Change_Ability/spell_searing_weapon.arc (rev 0)
+++ arch/trunk/spell/Change_Ability/spell_searing_weapon.arc 2020-09-03 13:21:50 UTC (rev 21334)
@@ -0,0 +1,23 @@
+Object spell_searing_weapon
+anim_suffix spellcasting
+name searing weapon
+name_pl searing weapon
+face spell_searing_weapon.111
+level 3
+sp 10
+casting_time 20
+path_attuned 34
+skill pyromancy
+type 101
+subtype 24
+value 27
+no_drop 1
+invisible 1
+duration_modifier 4
+duration 500
+attacktype 4
+# Should there be a tongue-in-cheek reference to the fact that someone using unarmed combat would essentially have their hands burst into flames?
+msg
+Skilled pyromancers are able to, with enough practice, contain the wild energies of their craft and concentrate it into their own or an ally's weapon, giving it a white-hot glow.
+endmsg
+end
Added: arch/trunk/spell/Change_Ability/spell_searing_weapon.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/Change_Ability/spell_searing_weapon.base.111.png
===================================================================
--- arch/trunk/spell/Change_Ability/spell_searing_weapon.base.111.png 2020-09-03 06:17:42 UTC (rev 21333)
+++ arch/trunk/spell/Change_Ability/spell_searing_weapon.base.111.png 2020-09-03 13:21:50 UTC (rev 21334)
Property changes on: arch/trunk/spell/Change_Ability/spell_searing_weapon.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/spell/SpellBook/pyro_book.trs
===================================================================
--- arch/trunk/spell/SpellBook/pyro_book.trs 2020-09-03 06:17:42 UTC (rev 21333)
+++ arch/trunk/spell/SpellBook/pyro_book.trs 2020-09-03 13:21:50 UTC (rev 21334)
@@ -25,6 +25,9 @@
more
arch spell_large_fireball
chance 2
+ more
+ arch spell_searing_weapon
+ chance 4
end
treasureone pyro_book_medium
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|