|
From: Crossfire C. r. messages.
<cro...@li...> - 2009-07-24 05:57:00
|
Revision: 12101
http://crossfire.svn.sourceforge.net/crossfire/?rev=12101&view=rev
Author: kbulgrien
Date: 2009-07-24 05:56:52 +0000 (Fri, 24 Jul 2009)
Log Message:
-----------
Add msg/endmsg descriptions to asteroid and other spells with names that begin
with D through F.
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/spell/Aura/spell_flaming_aura.arc
arch/trunk/spell/Bolt/spell_firebolt.arc
arch/trunk/spell/Bolt/spell_forked_lightning.arc
arch/trunk/spell/Bolt/spell_frostbolt.arc
arch/trunk/spell/Bullet/spell_asteroid.arc
arch/trunk/spell/Change_Ability/spell_dark_vision.arc
arch/trunk/spell/Change_Ability/spell_defense.arc
arch/trunk/spell/Change_Ability/spell_dexterity.arc
arch/trunk/spell/Cone/spell_dragonbreath.arc
arch/trunk/spell/Cone/spell_face_of_death.arc
arch/trunk/spell/Cone/spell_fear.arc
arch/trunk/spell/Detect/spell_detect_curse.arc
arch/trunk/spell/Detect/spell_detect_evil.arc
arch/trunk/spell/Detect/spell_detect_magic.arc
arch/trunk/spell/Detect/spell_detect_monster.arc
arch/trunk/spell/Golem/spell_dancing_sword.arc
arch/trunk/spell/MagicWall/spell_darkness.arc
arch/trunk/spell/Misc/spell_daylight.arc
arch/trunk/spell/Misc/spell_destruction.arc
arch/trunk/spell/Misc/spell_dimension_door.arc
arch/trunk/spell/Misc/spell_disarm.arc
arch/trunk/spell/Misc/spell_earth_to_dust.arc
arch/trunk/spell/Misc/spell_faery_fire.arc
arch/trunk/spell/MovingBall/spell_divine_shock.arc
arch/trunk/spell/Rune/spell_firetrap.arc
arch/trunk/spell/Smite/spell_finger_of_death.arc
arch/trunk/spell/Swarm/spell_frost_nova.arc
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/CHANGES 2009-07-24 05:56:52 UTC (rev 12101)
@@ -1,5 +1,9 @@
Changes for SVN top of tree:
+Add msg/endmsg descriptions to asteroid and other spells with names that begin
+with D through F.
+Kevin Bulgrien 2009-07-24
+
Add msg/endmsg descriptions to spells with names that begin with C and the
antimagic rune skipped previously.
Kevin Bulgrien 2009-07-21
Modified: arch/trunk/spell/Aura/spell_flaming_aura.arc
===================================================================
--- arch/trunk/spell/Aura/spell_flaming_aura.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Aura/spell_flaming_aura.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -20,4 +20,10 @@
attacktype 4
no_drop 1
invisible 1
+msg
+Surrounds the caster with an aura of
+fire that burns everything in the
+vicinity. The spell is granted by
+Gorokh and Ruggilli.
+endmsg
end
Modified: arch/trunk/spell/Bolt/spell_firebolt.arc
===================================================================
--- arch/trunk/spell/Bolt/spell_firebolt.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Bolt/spell_firebolt.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -21,4 +21,8 @@
duration 9
no_drop 1
invisible 1
+msg
+Propels a damaging bolt of fire in the
+direction that the spell is cast.
+endmsg
end
Modified: arch/trunk/spell/Bolt/spell_forked_lightning.arc
===================================================================
--- arch/trunk/spell/Bolt/spell_forked_lightning.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Bolt/spell_forked_lightning.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -22,4 +22,12 @@
range 24
no_drop 1
invisible 1
+msg
+Fires a lightning bolt that forks into
+multiple smaller bolts that can cover a
+somewhat cone-shaped area. It reflects
+off of walls, so can fill a small
+dungeon with a devastating effect, and
+is granted by Sorig.
+endmsg
end
Modified: arch/trunk/spell/Bolt/spell_frostbolt.arc
===================================================================
--- arch/trunk/spell/Bolt/spell_frostbolt.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Bolt/spell_frostbolt.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -20,4 +20,8 @@
range 12
no_drop 1
invisible 1
+msg
+Fires a directed bolt of frost that does
+cold damage.
+endmsg
end
Modified: arch/trunk/spell/Bullet/spell_asteroid.arc
===================================================================
--- arch/trunk/spell/Bullet/spell_asteroid.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Bullet/spell_asteroid.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -23,6 +23,7 @@
skill evocation
food 10
msg
-Info.
+Fires an asteroid bullet that delivers a
+weaponmagic attack.
endmsg
end
Modified: arch/trunk/spell/Change_Ability/spell_dark_vision.arc
===================================================================
--- arch/trunk/spell/Change_Ability/spell_dark_vision.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Change_Ability/spell_dark_vision.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -17,4 +17,8 @@
duration 500
maxsp 30
can_see_in_dark 1
+msg
+Allows the caster to see in the dark,
+without a light source.
+endmsg
end
Modified: arch/trunk/spell/Change_Ability/spell_defense.arc
===================================================================
--- arch/trunk/spell/Change_Ability/spell_defense.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Change_Ability/spell_defense.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -34,4 +34,9 @@
resist_deplete 30
resist_death 30
resist_blind 30
+msg
+Granted by Lythander to enable a
+worshipper to request resistance to
+various damaging attack types.
+endmsg
end
Modified: arch/trunk/spell/Change_Ability/spell_dexterity.arc
===================================================================
--- arch/trunk/spell/Change_Ability/spell_dexterity.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Change_Ability/spell_dexterity.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -16,4 +16,10 @@
duration_modifier 4
duration 500
Dex 1
+msg
+May increase the caster's Dexterity stat
+temporarily. The magnitude of increase
+depends on the caster's Dexterity stat
+and sorcery skill level.
+endmsg
end
Modified: arch/trunk/spell/Cone/spell_dragonbreath.arc
===================================================================
--- arch/trunk/spell/Cone/spell_dragonbreath.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Cone/spell_dragonbreath.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -24,10 +24,9 @@
skill pyromancy
msg
Dragonbreath is a cone effect that fires
-sheets of fire. Since this fire is not
-magical, it affects many creatures that are
-immune to magic. Target creatures still have
-to be vulnerable to the effects of fire for
-this to do any damage, of course.
+sheets of non-magical fire. The fire is
+not magical, so it can harm creatures
+with immunity to magic but which are
+vulnerable to fire.
endmsg
end
Modified: arch/trunk/spell/Cone/spell_face_of_death.arc
===================================================================
--- arch/trunk/spell/Cone/spell_face_of_death.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Cone/spell_face_of_death.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -22,12 +22,13 @@
invisible 1
skill praying
msg
-Face of death fires a fan of death.
-Creatures caught within this area of death
-either die outright (regardless of how many
-hit points they have) or are completely
-unharmed. This spell does not harm any
-equipment either on the creatures or on the
-floor.
+Face of death fires a cone of death.
+Creatures caught within this area of
+death either die outright (regardless of
+how many hit points they have) or are
+completely unharmed. The spell does not
+harm equipment whether worn by creatures
+or laying on the floor. It is granted
+by the Devourers.
endmsg
end
Modified: arch/trunk/spell/Cone/spell_fear.arc
===================================================================
--- arch/trunk/spell/Cone/spell_fear.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Cone/spell_fear.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -21,4 +21,8 @@
no_drop 1
invisible 1
skill sorcery
+msg
+Fires a cone of fear, possibly causing
+enemies within the cone to flee.
+endmsg
end
Modified: arch/trunk/spell/Detect/spell_detect_curse.arc
===================================================================
--- arch/trunk/spell/Detect/spell_detect_curse.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Detect/spell_detect_curse.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -17,4 +17,8 @@
range_modifier 5
other_arch detect_magic
known_cursed 1
+msg
+Detects cursed or damned objects in the
+caster's inventory.
+endmsg
end
Modified: arch/trunk/spell/Detect/spell_detect_evil.arc
===================================================================
--- arch/trunk/spell/Detect/spell_detect_evil.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Detect/spell_detect_evil.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -17,4 +17,8 @@
range_modifier 5
other_arch detect_monster
race GOD
+msg
+Detects enemies in the area that have an
+evil alignment.
+endmsg
end
Modified: arch/trunk/spell/Detect/spell_detect_magic.arc
===================================================================
--- arch/trunk/spell/Detect/spell_detect_magic.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Detect/spell_detect_magic.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -17,4 +17,9 @@
range_modifier 5
other_arch detect_magic
known_magical 1
+msg
+Reveals items in the caster's inventory,
+or in the vicinity, that are imbued with
+magical power.
+endmsg
end
Modified: arch/trunk/spell/Detect/spell_detect_monster.arc
===================================================================
--- arch/trunk/spell/Detect/spell_detect_monster.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Detect/spell_detect_monster.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -17,4 +17,9 @@
range_modifier 5
other_arch detect_monster
monster 1
+msg
+Reveal unseen or hidden monsters in the
+vicinity without having to open doors
+or get them in direct line-of-sight.
+endmsg
end
Modified: arch/trunk/spell/Golem/spell_dancing_sword.arc
===================================================================
--- arch/trunk/spell/Golem/spell_dancing_sword.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Golem/spell_dancing_sword.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -21,4 +21,8 @@
attacktype 1
no_drop 1
invisible 1
+msg
+Summon a magical sword to control with
+the Fire and direction keys.
+endmsg
end
Modified: arch/trunk/spell/MagicWall/spell_darkness.arc
===================================================================
--- arch/trunk/spell/MagicWall/spell_darkness.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/MagicWall/spell_darkness.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -20,4 +20,9 @@
range 2
range_modifier 13
move_block all
+msg
+Places a wall of darkness in front of
+the caster. The wall can be crossed, but
+creatures cannot see through it.
+endmsg
end
Modified: arch/trunk/spell/Misc/spell_daylight.arc
===================================================================
--- arch/trunk/spell/Misc/spell_daylight.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Misc/spell_daylight.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -14,4 +14,8 @@
no_drop 1
invisible 1
dam -1
+msg
+Lights up the area. The spell is
+granted by Gaea and Valriel.
+endmsg
end
Modified: arch/trunk/spell/Misc/spell_destruction.arc
===================================================================
--- arch/trunk/spell/Misc/spell_destruction.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Misc/spell_destruction.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -21,11 +21,13 @@
maxsp 15
attacktype 2
msg
-Destruction damages all creatures around the
-player. Unlike most spells, destruction will
-work through walls and doors. Thus, the
-caster need not see all the targets for this
-spell to work. The damage is all magical in
-nature.
+Destruction damages all creatures around
+the player. Unlike most spells, this
+one works through walls and doors so the
+caster need not see targets to attack
+them. The damage delivered is entirely
+magical in nature, and increases as
+sorcery skill level, Intelligence,
+Wisdom, and Power stats increase.
endmsg
end
Modified: arch/trunk/spell/Misc/spell_dimension_door.arc
===================================================================
--- arch/trunk/spell/Misc/spell_dimension_door.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Misc/spell_dimension_door.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -17,17 +17,20 @@
no_drop 1
invisible 1
msg
-Dimension door allows for a short range
-teleportation: the character is transported
-in the direction the spell is cast. Zones
-where magic is blocked cannot be passed
-through, and the character will not end up in
-the space space as a monster.
+A short-range teleportation spell that
+transports the character in the
+direction the spell is cast. Zones
+where magic is blocked defeat this
+spell, but it is possible to pass
+through areas that seem impassable to
+other movement types. The spell also
+fails if it would cause the caster to
+land in the same space as a monster.
-If the player specifies a count, the spell
-will attempt to transport the character that
-specific number of spaces. Otherwise, the
-spell will attempt to transport the character
-the maximum number of spaces.
+Normally the spell will transport the
+character the maximum possible distance,
+but if the player specifies a count, the
+spell tries to transport the character
+the specified number of spaces.
endmsg
end
Modified: arch/trunk/spell/Misc/spell_disarm.arc
===================================================================
--- arch/trunk/spell/Misc/spell_disarm.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Misc/spell_disarm.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -14,8 +14,12 @@
no_drop 1
invisible 1
msg
-Disarm is a safe way to disarm traps. It
-never fails, but one must cast the spell, and
-thus use up spell points to do so.
+Attempts a disarm of a trap without risk
+of triggering it. The chance of success
+ranges from about 1/2 to about 1/20 and
+is dependent on the caster level, trap
+level, and somewhat upon the caster's
+dexterity stat. It may also be used to
+remove marking runes.
endmsg
end
Modified: arch/trunk/spell/Misc/spell_earth_to_dust.arc
===================================================================
--- arch/trunk/spell/Misc/spell_earth_to_dust.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Misc/spell_earth_to_dust.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -18,9 +18,9 @@
range 2
range_modifier 3
msg
-Earth to dust causes damage to all earth
-walls and other weak walls within the
-immediate area of the caster. It does not
-damage any other objects or monsters.
+Earth to dust causes damage to or
+destroys earth and other weak walls in
+the vicinity of the caster. It does not
+damage other objects or monsters.
endmsg
end
Modified: arch/trunk/spell/Misc/spell_faery_fire.arc
===================================================================
--- arch/trunk/spell/Misc/spell_faery_fire.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Misc/spell_faery_fire.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -19,4 +19,10 @@
duration 5
duration_modifier 5
maxsp 15
+msg
+Causes creatures near the caster to glow
+and may have other effects. It is the
+only pyromancy spell in the path of
+Light.
+endmsg
end
Modified: arch/trunk/spell/MovingBall/spell_divine_shock.arc
===================================================================
--- arch/trunk/spell/MovingBall/spell_divine_shock.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/MovingBall/spell_divine_shock.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -21,4 +21,7 @@
attacktype 1048584
no_drop 1
invisible 1
+msg
+A ball lightning spell granted by Sorig.
+endmsg
end
Modified: arch/trunk/spell/Rune/spell_firetrap.arc
===================================================================
--- arch/trunk/spell/Rune/spell_firetrap.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Rune/spell_firetrap.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -14,11 +14,13 @@
path_attuned 2048
face penta.111
msg
-Firetrap is a special rune - when casting the
-spell, the caster specifies what other spell
-should be encapsulated in the firetrap spell
-(it is not required that it be a fire spell).
-Then when the firetrap is activated, that
-other spell is cast on the target.
+Firetrap is a special rune that may be
+used to encapsulate another spell that
+is not necessarily fire based. When
+casting the spell, the caster specifies
+the spell that should be encapsulated in
+the firetrap. When the firetrap is
+triggered, the specified spell is cast
+on the target.
endmsg
end
Modified: arch/trunk/spell/Smite/spell_finger_of_death.arc
===================================================================
--- arch/trunk/spell/Smite/spell_finger_of_death.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Smite/spell_finger_of_death.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -20,4 +20,9 @@
attacktype 131072
no_drop 1
invisible 1
+msg
+A spell granted by the Devourers that
+can to kill a target outright without
+respect to hit points.
+endmsg
end
Modified: arch/trunk/spell/Swarm/spell_frost_nova.arc
===================================================================
--- arch/trunk/spell/Swarm/spell_frost_nova.arc 2009-07-23 21:07:53 UTC (rev 12100)
+++ arch/trunk/spell/Swarm/spell_frost_nova.arc 2009-07-24 05:56:52 UTC (rev 12101)
@@ -18,6 +18,7 @@
no_drop 1
invisible 1
msg
-Info on Frost Nova.
+Fires a swarm of asteroid bullets that
+that deliver a weaponmagic attack.
endmsg
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|