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

Comparing deliantra/arch/spell/MovingBall/spell_poison_fog.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:16 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:34:30 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines