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

Comparing deliantra/arch/spell/Misc/spell_disarm.arc (file contents):
Revision 1.1 by root, Mon Feb 6 20:26:22 2006 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:34:29 2010 UTC

1Object spell_disarm 1object spell_disarm
2inherit type_spell
2name disarm 3name disarm
3name_pl disarm 4name_pl disarm
5skill sorcery
6msg
7Disarm is a safe way to disarm traps. It
8will never trigger a trap, even if it fails,
9but one must cast the spell, and thus use up spell
10points to do so.
11endmsg
4face spell_sorcery.111 12face spell_sorcery.x11
5type 101 13sp 7
14level 30
6subtype 38 15subtype 38
7level 4 16path_attuned 128
8value 40 17value 40
9sp 7 18invisible 1
19no_drop 1
10casting_time 10 20casting_time 10
11skill sorcery
12path_attuned 128
13no_drop 1
14invisible 1
15msg
16Disarm is a safe way to disarm traps. It
17never fails, but one must cast the spell, and
18thus use up spell points to do so.
19endmsg
20end 21end
22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines