ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_fireball.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:59 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +2 -2 lines
Log Message:
normalise color_fg to magicmap

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.8 type 154
19     attacktype 6
20 root 1.3 invisible 1
21 root 1.8 move_on walk
22 root 1.3 no_pick 1
23     editable 32
24 root 1.9 magicmap red
25 root 1.4 end
26 root 1.8
27     object rune_medium_fireball
28 root 1.1 anim
29 pippijn 1.2 rune_fireball.x11
30     rune_fireball.x11
31 root 1.1 mina
32 root 1.8 name Rune of Fireball
33     msg
34     You set off a fireball!
35     endmsg
36     other_arch spell_medium_fireball
37     face rune_fireball.x11
38     is_animated 0
39     cha 20
40     hp 1
41     dam 90
42     speed 1
43 root 1.6 level 1
44 root 1.8 type 154
45     attacktype 6
46 root 1.1 invisible 1
47 root 1.8 move_on walk
48 root 1.1 no_pick 1
49     editable 32
50 root 1.9 magicmap red
51 root 1.1 end
52 root 1.8