ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_alchemy.arc
(Generate patch)

Comparing deliantra/arch/spell/Misc/spell_alchemy.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:14 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:26:29 2010 UTC

1Object spell_alchemy 1object spell_alchemy
2inherit type_spell
2name alchemy 3name alchemy
3name_pl alchemy 4name_pl alchemy
4face spell_summoner.x11 5skill alchemy
5level 3 6msg
7Transforms surrounding objects into gold nuggets.
8That's what it does, yes, certainly, what else could it do?
9endmsg
10face spell_alchemy.x11
6sp 5 11sp 5
7casting_time 25 12level 1
8path_attuned 16384
9skill summoning
10type 101 13type 101
11subtype 30 14subtype 30
15path_attuned 16384
12value 30 16value 30
13no_drop 1
14invisible 1 17invisible 1
15duration 100 18duration 100
16duration_modifier 5 19duration_modifier 5
17msg 20no_drop 1
18It transforms surrounding objects into gold nuggets. 21casting_time 25
19endmsg
20end 22end
23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines