ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_dark_angel.arc
Revision: 1.8
Committed: Fri Apr 2 21:26:34 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

# User Rev Content
1 root 1.5 object spell_summon_dark_angel
2 root 1.8 inherit type_spell
3 pippijn 1.1 name summon dark angel
4     name_pl summon dark angels
5 root 1.6 skill summoning
6     msg
7     Forth from the abyss is called an angel of darkness...
8     endmsg
9 pippijn 1.2 face spell_summoner.x11
10 root 1.6 sp 30
11     attack_movement 16
12 root 1.7 level 35
13 pippijn 1.1 type 101
14     subtype 27
15     path_attuned 64
16     value 60000
17     invisible 1
18     randomitems summon_dark_angel
19 root 1.6 no_drop 1
20     casting_time 40
21 pippijn 1.1 end
22