ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_fog.arc
(Generate patch)

Comparing deliantra/arch/spell/SummonMonster/spell_summon_fog.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:25 2006 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:30:07 2010 UTC

1Object spell_summon_fog 1object spell_summon_fog
2inherit type_spell
2name summon fog 3name summon fog
3name_pl summon fog 4name_pl summon fog
5skill summoning
6msg
7Creates fog near the player. The
8fog moves about randomly after being
9summoned. It has no harmful effect, but can
10block visibility and thus can be used to hide.
11
12The fog is actually a magical creature, and killing
13it is possible, but hard.
14endmsg
15other_arch fog
4face spell_summoner.111 16face spell_summoner.x11
5type 101 17sp 5
18dam 2
19level 4
6subtype 27 20subtype 27
7level 2
8sp 5
9casting_time 10
10path_attuned 2048 21path_attuned 2048
11skill summoning
12value 20 22value 1
13no_drop 1
14invisible 1 23invisible 1
15other_arch fog
16dam 2
17dam_modifier 10 24dam_modifier 10
18monster 1 25monster 1
19msg 26no_drop 1
20This spell creates fog near the player. The 27casting_time 10
21fog moves about randomly after being
22summoned. It has no harmful effect, but can
23block visibility.
24endmsg
25end 28end
29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines