ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Disease/spell_cause_black_death.arc
Revision: 1.10
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

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 root 1.10 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