Add the last of the msg/endmsg descriptions, fixing some previously entered
without the msg/endmsg tags. A few non-player spells still do not have descriptions. They are: spell_create_lava.arc, spell_shell.arc, spell_regen_sp.arc, spell_haste.arc, spell_heroism.arc. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@12126 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
94cb5c0b8f
commit
328bdd0ae4
8
CHANGES
8
CHANGES
|
@ -1,7 +1,13 @@
|
|||
Changes for SVN top of tree:
|
||||
|
||||
Add the last of the msg/endmsg descriptions, fixing some previously entered
|
||||
without the msg/endmsg tags. A few non-player spells still do not have
|
||||
descriptions. They are: spell_create_lava.arc, spell_shell.arc,
|
||||
spell_regen_sp.arc, spell_haste.arc, spell_heroism.arc.
|
||||
Kevin Bulgrien 2009-07-30
|
||||
|
||||
Add msg/endmsg descriptions to various spells with names starting with R.
|
||||
Kevin Bulgrien 2009-07-28
|
||||
Kevin Bulgrien 2009-07-29
|
||||
|
||||
Add msg/endmsg descriptions to various spells including those that start with
|
||||
the letters N-P and update Conflict. Fix Slow (prior commit did not include
|
||||
|
|
|
@ -20,8 +20,10 @@ attacktype 10
|
|||
range 12
|
||||
no_drop 1
|
||||
invisible 1
|
||||
msg
|
||||
A bolt spell that inflicts electrical
|
||||
damage on creatures in its path. It can
|
||||
reflect off of walls (and can return to
|
||||
strike the caster).
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -16,4 +16,11 @@ invisible 1
|
|||
duration_modifier 4
|
||||
duration 500
|
||||
move_type fly_low
|
||||
msg
|
||||
Causes the caster to float or fly low
|
||||
over the ground so as to prevent falling
|
||||
into holes or traps. It is not possible
|
||||
to pick things up off the ground while
|
||||
levitating.
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -21,6 +21,8 @@ attacktype 2050
|
|||
no_drop 1
|
||||
invisible 1
|
||||
skill sorcery
|
||||
msg
|
||||
Fires a cone-shaped force that slows
|
||||
down the creatures it hits.
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -16,7 +16,9 @@ no_drop 1
|
|||
invisible 1
|
||||
hp 3
|
||||
dam 2
|
||||
msg
|
||||
A spell that may regenerate a moderate
|
||||
amount of hit points for the caster or
|
||||
to another character.
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -15,8 +15,8 @@ skill pyromancy
|
|||
path_attuned 512
|
||||
other_arch rune_blast
|
||||
msg
|
||||
This creates a rune that will hit the
|
||||
creature that activates it with physical and
|
||||
Creates a rune that, when triggered,
|
||||
hits the creature with physical and
|
||||
magical damage.
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -15,10 +15,10 @@ skill sorcery
|
|||
path_attuned 262144
|
||||
other_arch rune_death
|
||||
msg
|
||||
This creates a rune that, when triggered,
|
||||
hits the target with death magic. This
|
||||
either results in the death of the creature,
|
||||
no matter the creatures hit points, or no
|
||||
harm at all.
|
||||
Creates a rune that, when triggered,
|
||||
hits the target with death magic that
|
||||
either results in the death of the
|
||||
creature, with no respect to its hit
|
||||
points, or, does no harm at all.
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -15,7 +15,7 @@ skill pyromancy
|
|||
path_attuned 2
|
||||
other_arch rune_fire
|
||||
msg
|
||||
This creates a rune that detonates in fire
|
||||
when a creature triggers it.
|
||||
Creates a rune trap that delivers fire
|
||||
damage when it is triggered.
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -14,4 +14,8 @@ casting_time 10
|
|||
skill evocation
|
||||
path_attuned 4
|
||||
other_arch rune_frost
|
||||
msg
|
||||
Creates a rune trap that delivers cold
|
||||
damage when it is triggered.
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -15,9 +15,9 @@ skill evocation
|
|||
path_attuned 32768
|
||||
other_arch rune_drain_magic
|
||||
msg
|
||||
This creates a rune that, when
|
||||
triggered, drains the mana of the target
|
||||
and so reduces the targets immediate
|
||||
Creates a rune that, when triggered,
|
||||
drains the spell points of the target
|
||||
and therefore reduces the targets
|
||||
capacity to cast spells for a time.
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -14,4 +14,8 @@ casting_time 10
|
|||
skill pyromancy
|
||||
path_attuned 8
|
||||
other_arch rune_shock
|
||||
msg
|
||||
Creates a rune trap that delivers
|
||||
electrical damage when it is triggered.
|
||||
endmsg
|
||||
end
|
||||
|
|
|
@ -16,7 +16,7 @@ skill sorcery
|
|||
path_attuned 32768
|
||||
maxsp 24
|
||||
msg
|
||||
This creates a rune that when triggered,
|
||||
Creates a rune that when triggered,
|
||||
causes the recipient to gain spell
|
||||
points. Numerous runes could be set up
|
||||
in advance of a battle to allow quick
|
||||
|
|
Loading…
Reference in New Issue