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

File Contents

# Content
1 # This archetype was used for dragon players' abilities. It has been replaced
2 # by spell_poison_cloud. Nevertheless it cannot be deleted because existing
3 # players may contain such an object.
4 object spelldirect_poison_cloud
5 inherit type_spell
6 name poison cloud
7 name_pl poison cloud
8 skill sorcery
9 other_arch poisonbullet
10 face spell_sorcery.x11
11 sp 5
12 maxsp 8
13 food 5
14 dam 0
15 level 2
16 type 101
17 subtype 5
18 attacktype 1026
19 path_attuned 16
20 value 20
21 invisible 1
22 duration 4
23 range 4
24 dam_modifier 3
25 no_drop 1
26 casting_time 10
27 end
28