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

File Contents

# User Rev Content
1 root 1.5 object spell_rune_of_death
2 root 1.9 inherit type_spell
3 root 1.1 name rune of death
4     name_pl rune of death
5     skill sorcery
6     msg
7 root 1.8 Creates a rune that, when triggered,
8 root 1.7 hits the target with death magic. This
9 root 1.1 either results in the death of the creature,
10     no matter the creatures hit points, or no
11     harm at all.
12     endmsg
13 root 1.6 other_arch rune_death
14     face spell_sorcery.x11
15     sp 20
16     level 17
17     type 101
18     subtype 2
19     path_attuned 262144
20     value 170
21     invisible 1
22     no_drop 1
23     casting_time 15
24 root 1.1 end
25 root 1.6