ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_faery_fire.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 root 1.6 object spell_faery_fire
2 root 1.11 inherit type_spell
3 root 1.1 name faery fire
4     name_pl faery fire
5 root 1.7 skill pyromancy
6     msg
7 root 1.9 All creatures near the caster start to glow,
8     indicating where they are and making them easier to hit.
9    
10     Unlike most spells, this spell works through doors and walls.
11 root 1.7 endmsg
12     other_arch detect_magic
13 root 1.9 sound ss/sonar_ping
14 pippijn 1.3 face spell_pyromancy.x11
15 root 1.10 sp 5
16 root 1.7 maxsp 15
17 root 1.10 level 5
18 root 1.1 type 101
19     subtype 44
20 root 1.7 path_attuned 524288
21 root 1.5 value 40
22 root 1.1 invisible 1
23 root 1.7 duration 5
24 root 1.1 range 5
25     range_modifier 6
26     duration_modifier 5
27 root 1.7 no_drop 1
28     casting_time 15
29 root 1.1 end
30 root 1.7