ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_wall_of_thorns.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:29 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

# Content
1 object spell_wall_of_thorns
2 inherit type_spell
3 name wall of thorns
4 name_pl wall of thorns
5 skill praying
6 msg
7 Creates a wall of thorns perpendicular to the direction it was targetted at.
8
9 The wall will hurt creatures that try to cross it physically, and will eventually
10 evaporate.
11 endmsg
12 other_arch thorns
13 face spell_praying.x11
14 grace 20
15 maxgrace 50
16 dam 4
17 level 12
18 type 101
19 subtype 15
20 attacktype 1
21 path_attuned 2048
22 value 60
23 invisible 1
24 duration 300
25 range 2
26 range_modifier 14
27 duration_modifier 1
28 dam_modifier 3
29 move_block all
30 no_drop 1
31 casting_time 5
32 end
33