ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_fog.arc
Revision: 1.7
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 10 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

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     This spell creates fog near the player. The
7     fog moves about randomly after being
8 root 1.7 summoned. It has no harmful effect, but can
9 root 1.6 block visibility.
10     endmsg
11     other_arch fog
12 pippijn 1.2 face spell_summoner.x11
13 root 1.6 sp 5
14     dam 2
15     level 2
16 root 1.1 type 101
17     subtype 27
18     path_attuned 2048
19     value 20
20     invisible 1
21     dam_modifier 10
22     monster 1
23 root 1.6 no_drop 1
24     casting_time 10
25 root 1.1 end
26 root 1.6