ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_create_lava.arc
Revision: 1.10
Committed: Wed Apr 21 09:30:00 2010 UTC (14 years, 1 month ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.9: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# Content
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 object spell_create_lava
5 inherit type_spell
6 name create lava
7 name_pl create lava
8 skill none
9 msg
10 **BROKEN**TODO**
11 endmsg
12 other_arch lava
13 sp 8
14 maxsp 20
15 level 8
16 subtype 15
17 path_attuned 256
18 value 1
19 invisible 1
20 duration 100
21 range 0
22 duration_modifier 1
23 move_block all
24 no_drop 1
25 casting_time 30
26 end
27