ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_fireball.arc
Revision: 1.13
Committed: Sat Oct 16 09:19:13 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# User Rev Content
1 root 1.8 object rune_large_fireball
2 root 1.4 anim
3     rune_fireball.x11
4     rune_fireball.x11
5     mina
6 root 1.8 name Rune of Fireball
7     msg
8     You set off a large fireball!
9     endmsg
10     other_arch spell_large_fireball
11     face rune_fireball.x11
12     is_animated 0
13     cha 20
14     hp 1
15     dam 90
16     speed 1
17 root 1.6 level 1
18 root 1.12 type 96
19 root 1.8 attacktype 6
20 root 1.3 invisible 1
21 root 1.8 move_on walk
22 root 1.3 no_pick 1
23 root 1.4 end
24 root 1.8
25     object rune_medium_fireball
26 root 1.1 anim
27 pippijn 1.2 rune_fireball.x11
28     rune_fireball.x11
29 root 1.1 mina
30 root 1.8 name Rune of Fireball
31     msg
32     You set off a fireball!
33     endmsg
34     other_arch spell_medium_fireball
35     face rune_fireball.x11
36     is_animated 0
37     cha 20
38     hp 1
39     dam 90
40     speed 1
41 root 1.6 level 1
42 root 1.12 type 96
43 root 1.8 attacktype 6
44 root 1.1 invisible 1
45 root 1.8 move_on walk
46 root 1.1 no_pick 1
47     end
48 root 1.8