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, 2 months 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

# 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 subtype 15
17 root 1.6 path_attuned 256
18 elmex 1.10 value 1
19 root 1.1 invisible 1
20     duration 100
21 root 1.6 range 0
22 root 1.4 duration_modifier 1
23 root 1.6 move_block all
24     no_drop 1
25     casting_time 30
26 root 1.1 end
27 root 1.6