Modify pentagram and glyph msg/endmsg to indicate limitations and to add an

example of use.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@12137 282e977c-c81d-0410-88c4-b93c2d0d6712
master
kbulgrien 2009-08-09 03:19:54 +00:00
parent dbec9726c1
commit 112411cb93
3 changed files with 16 additions and 8 deletions

View File

@ -1,5 +1,9 @@
Changes for SVN top of tree:
Modify pentagram and glyph msg/endmsg to indicate limitations and to add an
example of use.
Kevin Bulgrien 2009-08-08
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,

View File

@ -14,10 +14,13 @@ casting_time 15
skill praying
path_attuned 2048
msg
Glyph is a special rune that may be used
to encapsulate another spell. The caster
specifies the spell to be placed inside
the glyph. When the rune is triggered,
the spell is cast on the target.
Creates a special rune that may be used
to encapsulate another spell. When
casting the spell, the caster specifies
a praying spell to encapsulate in the
glyph. When the glyph is triggered, the
specified spell is cast on the target.
An example of how to create a glyph is:
cast glyph summon cult monsters
endmsg
end

View File

@ -17,9 +17,10 @@ msg
Creates a special rune that may be used
to encapsulate another spell. When
casting the spell, the caster specifies
the spell that should be encapsulated in
the pentagram. When the pentagram is
a summoning spell to encapsulate in the
pentagram. When the pentagram is
triggered, the specified spell is cast
on the target.
on the target. An example of use is:
cast pentagram summon fire elemental
endmsg
end