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

File Contents

# User Rev Content
1 root 1.1 # This spell is used by the volcanoes
2     # As such, the values it contains may need quite a bit of
3     # adjustment if this is ever given to a player.
4 root 1.5 object spell_create_lava
5 root 1.8 inherit type_spell
6 root 1.1 name create lava
7     name_pl create lava
8 root 1.6 skill none
9 root 1.7 msg
10     **BROKEN**TODO**
11     endmsg
12 root 1.6 other_arch lava
13     sp 8
14     maxsp 20
15 root 1.4 level 8
16 root 1.1 type 101
17     subtype 15
18 root 1.6 path_attuned 256
19 root 1.1 value 80
20     invisible 1
21     duration 100
22 root 1.6 range 0
23 root 1.4 duration_modifier 1
24 root 1.6 move_block all
25     no_drop 1
26     casting_time 30
27 root 1.1 end
28 root 1.6