ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_fog.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:31 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +15 -14 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object spell_summon_fog
2 root 1.1 name summon fog
3     name_pl summon fog
4 root 1.3 skill summoning
5     msg
6     This spell 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.
10     endmsg
11     other_arch fog
12 pippijn 1.2 face spell_summoner.x11
13 root 1.3 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.3 no_drop 1
24     casting_time 10
25 root 1.1 end
26 root 1.3