ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_probe.arc
Revision: 1.12
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.6 object spell_probe
2 root 1.11 inherit type_spell
3 root 1.1 name probe
4     name_pl probe
5 root 1.7 skill sorcery
6     msg
7 root 1.10 Gives you some information about the target, such as the shape it is in,
8     and how good your chances to beat it are.
9 root 1.7 endmsg
10 pippijn 1.3 face spell_sorcery.x11
11 root 1.7 sp 3
12 root 1.9 level 10
13 root 1.1 subtype 20
14 root 1.7 path_attuned 8192
15 root 1.1 value 10
16     invisible 1
17     range 25
18     range_modifier 5
19 root 1.7 no_drop 1
20     casting_time 2
21 root 1.1 end
22 root 1.7