ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_fog.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:52 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.8: +5 -2 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.5 object spell_summon_fog
2 root 1.1 name summon fog
3     name_pl summon fog
4 root 1.6 skill summoning
5     msg
6 root 1.9 Creates fog near the player. The
7 root 1.6 fog moves about randomly after being
8 root 1.7 summoned. It has no harmful effect, but can
9 root 1.9 block visibility and thus can be used to hide.
10    
11     The fog is actually a magical creature, and killing
12     it is possible, but hard.
13 root 1.6 endmsg
14     other_arch fog
15 pippijn 1.2 face spell_summoner.x11
16 root 1.6 sp 5
17     dam 2
18 root 1.8 level 4
19 root 1.1 type 101
20     subtype 27
21     path_attuned 2048
22     value 20
23     invisible 1
24     dam_modifier 10
25     monster 1
26 root 1.6 no_drop 1
27     casting_time 10
28 root 1.1 end
29 root 1.6