ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_faery_fire.arc
Revision: 1.10
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_90, rel-2_92, rel-2_93, rel-2_78
Changes since 1.9: +2 -2 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

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