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: 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 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 without the msg/endmsg tags. A few non-player spells still do not have
descriptions. They are: spell_create_lava.arc, spell_shell.arc, descriptions. They are: spell_create_lava.arc, spell_shell.arc,

View File

@ -14,10 +14,13 @@ casting_time 15
skill praying skill praying
path_attuned 2048 path_attuned 2048
msg msg
Glyph is a special rune that may be used Creates a special rune that may be used
to encapsulate another spell. The caster to encapsulate another spell. When
specifies the spell to be placed inside casting the spell, the caster specifies
the glyph. When the rune is triggered, a praying spell to encapsulate in the
the spell is cast on the target. 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 endmsg
end end

View File

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