ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Smite/spell_retributive_strike.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:34 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_retributive_strike
2 inherit type_spell
3 name retributive strike
4 name_pl retributive strike
5 skill praying
6 msg
7 Damages the targeted creature with
8 power directly from the god. Very few
9 creatures have any form of protection from
10 godly magic.
11
12 It is usually reserved for the gods themselves, but beings who can cast this
13 usually consider themselves demigods.
14 endmsg
15 other_arch god_power
16 face spell_praying.x11
17 grace 100
18 maxgrace 75
19 dam 55
20 level 50
21 type 101
22 subtype 10
23 attacktype 1048576
24 path_attuned 131072
25 value 180
26 invisible 1
27 duration 2
28 range 8
29 range_modifier 12
30 dam_modifier 1
31 no_drop 1
32 casting_time 8
33 end
34