ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Smite/spell_insect_plague.arc
Revision: 1.14
Committed: Wed Apr 21 09:30:06 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.13: +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.6 object spell_insect_plague
2 root 1.12 inherit type_spell
3 root 1.1 name insect plague
4     name_pl insect plague
5 root 1.7 skill praying
6     msg
7 root 1.11 Summons insects that will attack your enemies.
8 root 1.8 You get all experience from the kills.
9    
10     Granted by Gaea at low level.
11 root 1.7 endmsg
12     other_arch insect_plague
13 pippijn 1.3 face spell_praying.x11
14 root 1.7 grace 45
15     maxgrace 35
16     dam 20
17 root 1.9 level 16
18 root 1.1 subtype 10
19 root 1.7 attacktype 3
20 root 1.1 path_attuned 64
21 elmex 1.14 value 1
22 root 1.7 invisible 1
23     duration 2
24 root 1.5 range 8
25 root 1.1 range_modifier 12
26 root 1.7 dam_modifier 3
27 root 1.1 no_drop 1
28 root 1.7 casting_time 5
29 root 1.1 end
30 root 1.7