ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_wonder.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:28 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_wonder
2 inherit type_spell
3 name wonder
4 name_pl wonder
5 skill sorcery
6 msg
7 This spell invokes many effects, most of which are not very useful.
8 endmsg
9 other_arch flowers
10 face spell_sorcery.x11
11 sp 10
12 maxsp 0
13 dam 0
14 level 8
15 type 101
16 subtype 9
17 attacktype 4096
18 path_attuned 16384
19 value 30
20 invisible 1
21 randomitems wonder_spells
22 duration 3
23 range 6
24 range_modifier 0
25 dam_modifier 0
26 no_drop 1
27 casting_time 0
28 end
29