ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Disease/spell_cause_black_death.arc
Revision: 1.9
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.6 object spell_cause_black_death
2 root 1.1 name cause black death
3     name_pl cause black death
4 root 1.7 skill praying
5     msg
6 root 1.8 This prayer will unleash the bubonic plague, or black death.
7     This plague is broadly fatal, very deadly, and highly contageous.
8     He who unleashes the bubonic plague is wise to flee.
9    
10     This spell is granted by Devourers at high level.
11 root 1.7 endmsg
12     other_arch bubonic_plague
13     face spell_praying.x11
14     grace 120
15     maxgrace 20
16 root 1.9 level 25
17 root 1.5 type 101
18     subtype 45
19 root 1.7 path_attuned 0
20 root 1.5 value 150
21 root 1.7 invisible 1
22 root 1.1 range 5
23     range_modifier 10
24 root 1.7 duration_modifier 10
25 root 1.5 dam_modifier 3
26 root 1.1 no_drop 1
27 root 1.7 casting_time 10
28 root 1.1 end
29 root 1.7