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.3 by root, Tue Feb 6 22:41:31 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:51:20 2007 UTC

1object spell_summon_fog 1Object spell_summon_fog
2name summon fog 2name summon fog
3name_pl summon fog 3name_pl summon fog
4face spell_summoner.x11
5type 101
6subtype 27
7level 2
8sp 5
9casting_time 10
10path_attuned 2048
4skill summoning 11skill summoning
12value 20
13no_drop 1
14invisible 1
15other_arch fog
16dam 2
17dam_modifier 10
18monster 1
5msg 19msg
6This spell creates fog near the player. The 20This spell creates fog near the player. The
7fog moves about randomly after being 21fog moves about randomly after being
8summoned. It has no harmful effect, but can 22summoned. It has no harmful effect, but can
9block visibility. 23block visibility.
10endmsg 24endmsg
11other_arch fog
12face spell_summoner.x11
13sp 5
14dam 2
15level 2
16type 101
17subtype 27
18path_attuned 2048
19value 20
20invisible 1
21dam_modifier 10
22monster 1
23no_drop 1
24casting_time 10
25end 25end
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines