ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/spell_poison_fog.arc
Revision: 1.3
Committed: Tue Jan 2 21:58:38 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.2: +1 -1 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

File Contents

# User Rev Content
1 root 1.1 Object spell_poison_fog
2     name poison fog
3     name_pl poison fog
4 pippijn 1.3 face spell_praying.x11
5 root 1.1 type 101
6     subtype 35
7     level 5
8     value 50
9     grace 15
10     casting_time 10
11     skill praying
12     path_attuned 131072
13     other_arch poison_fog
14     dam 10
15     dam_modifier 5
16     duration 5
17     duration_modifier 4
18     maxgrace 10
19     attacktype 1024
20     no_drop 1
21     invisible 1
22 elmex 1.2 msg
23     This special prayer of Gnarg summons a cloud of poisonous vapors which pursues and poisons enemies of the player. Granted at low level.
24     endmsg
25 root 1.1 end