ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/spell_poison_fog.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:32 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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