|
From: Crossfire C. r. messages.
<cro...@li...> - 2014-04-20 18:25:46
|
Revision: 19362
http://sourceforge.net/p/crossfire/code/19362
Author: partmedia
Date: 2014-04-20 18:25:43 +0000 (Sun, 20 Apr 2014)
Log Message:
-----------
Rename burning hands and dragonbreath abilities.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/spell/Ability/abil_burning_hands.arc
arch/trunk/spell/Ability/ability_dragonbreath.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2014-04-20 18:14:30 UTC (rev 19361)
+++ arch/trunk/ChangeLog 2014-04-20 18:25:43 UTC (rev 19362)
@@ -1,5 +1,6 @@
-Changes for SVN top of tree:
-==============================================================================
+2014-04-20 Kevin Zheng
+ * spell/Ability/abil_burning_hands.arc: Rename to "breath flame".
+ * spell/Ability/ability_dragonbreath.arc: Rename to "breath fire".
Change Wraith to wraith in the Player archetype, so it shows up consistently
in the character creation dialoge.
Modified: arch/trunk/spell/Ability/abil_burning_hands.arc
===================================================================
--- arch/trunk/spell/Ability/abil_burning_hands.arc 2014-04-20 18:14:30 UTC (rev 19361)
+++ arch/trunk/spell/Ability/abil_burning_hands.arc 2014-04-20 18:25:43 UTC (rev 19362)
@@ -1,7 +1,7 @@
Object abil_burning_hands
anim_suffix spellcasting
-name burning hands ability
-name_pl burning hands ability
+name breath flame
+name_pl breath flames
face spell_burning_hands.111
level 1
sp 5
Modified: arch/trunk/spell/Ability/ability_dragonbreath.arc
===================================================================
--- arch/trunk/spell/Ability/ability_dragonbreath.arc 2014-04-20 18:14:30 UTC (rev 19361)
+++ arch/trunk/spell/Ability/ability_dragonbreath.arc 2014-04-20 18:25:43 UTC (rev 19362)
@@ -2,8 +2,8 @@
#
Object ability_dragonbreath
anim_suffix spellcasting
-name dragonbreath ability
-name_pl dragonbreath ability
+name breath fire
+name_pl breath fire
face spell_dragonbreath.111
level 12
sp 13
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|