ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_create_lava.arc
Revision: 1.2
Committed: Tue Jan 2 18:26:04 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.1: +1 -1 lines
Log Message:
new standard: spells without skill is: skill none

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     Object spell_create_lava
5     name create lava
6     name_pl create lava
7     level 8
8     sp 8
9     casting_time 30
10     path_attuned 256
11     other_arch lava
12 pippijn 1.2 skill none
13 root 1.1 type 101
14     subtype 15
15     value 80
16     no_drop 1
17     invisible 1
18     duration 100
19     duration_modifier 1
20     maxsp 20
21     range 0
22     no_pass 1
23     end