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

File Contents

# User Rev Content
1 root 1.5 object spell_build_fireball_wall
2 root 1.10 inherit type_spell
3 root 1.1 name build fireball wall
4     name_pl build fireball wall
5 root 1.6 race firewall_%d
6     skill pyromancy
7     msg
8 root 1.9 Creates a wall that fires
9     fireballs in the diection it was targetted at.
10 root 1.7 These fireballs behave just like
11     normal fireballs. The wall can be torn down
12 root 1.6 by creatures, and will eventually expire of
13     its own accord.
14     endmsg
15 pippijn 1.2 face spell_pyromancy.x11
16 root 1.6 sp 45
17     maxsp 10
18     dam 80
19 root 1.8 level 24
20 root 1.1 type 101
21     subtype 15
22 root 1.6 path_attuned 2048
23 root 1.4 value 160
24 root 1.1 invisible 1
25     duration 100
26 root 1.6 range 0
27 root 1.1 duration_modifier 1
28     dam_modifier 1
29 root 1.6 move_block all
30 root 1.1 is_used_up 1
31     tear_down 1
32 root 1.6 no_drop 1
33     casting_time 15
34 root 1.1 end
35 root 1.6