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

# Content
1 object spell_summon_fog
2 name summon fog
3 name_pl summon fog
4 skill summoning
5 msg
6 Creates fog near the player. The
7 fog moves about randomly after being
8 summoned. It has no harmful effect, but can
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 endmsg
14 other_arch fog
15 face spell_summoner.x11
16 sp 5
17 dam 2
18 level 4
19 type 101
20 subtype 27
21 path_attuned 2048
22 value 20
23 invisible 1
24 dam_modifier 10
25 monster 1
26 no_drop 1
27 casting_time 10
28 end
29