ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_frost.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: +3 -3 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.7 object rune_frost
2 root 1.8 anim
3     rune_frost.x11
4     icestorm.x11
5     mina
6 root 1.6 name Rune of Frost
7 root 1.8 msg
8     You detonate a Rune of Frost!
9     endmsg
10 root 1.6 face rune_frost.x11
11 root 1.8 is_animated 0
12     cha 20
13 root 1.6 hp 1
14 root 1.8 dam 35
15 root 1.6 speed 1
16     level 1
17 root 1.8 type 154
18     attacktype 18
19 root 1.3 invisible 1
20 root 1.8 move_on walk
21 root 1.3 no_pick 1
22     editable 32
23 root 1.9 magicmap light_blue
24 root 1.4 end
25 root 1.8
26 root 1.7 object rune_icestorm
27 root 1.8 anim
28     rune_frost.x11
29     icestorm.x11
30     mina
31 root 1.6 name Rune of Icestorm
32 root 1.8 msg
33     You detonate a Rune of Icestorm
34     endmsg
35     other_arch spell_icestorm
36 root 1.6 face rune_frost.x11
37 root 1.8 is_animated 0
38     cha 20
39 root 1.6 hp 1
40     speed 1
41     level 1
42 root 1.8 type 154
43 root 1.3 invisible 1
44 root 1.8 move_on walk
45 root 1.3 no_pick 1
46     editable 32
47 root 1.9 magicmap light_blue
48 root 1.4 end
49 root 1.8
50 root 1.7 object rune_large_icestorm
51 root 1.8 anim
52     rune_frost.x11
53     icestorm.x11
54     mina
55 root 1.6 name Rune of Large Icestorm
56 root 1.8 msg
57     You detonate a Rune of Large Icestorm!
58     endmsg
59     other_arch spell_large_icestorm
60 root 1.6 face rune_frost.x11
61 root 1.8 is_animated 0
62     cha 20
63 root 1.6 hp 1
64     speed 1
65     level 1
66 root 1.8 type 154
67 root 1.3 invisible 1
68 root 1.8 move_on walk
69 root 1.3 no_pick 1
70     editable 32
71 root 1.9 magicmap light_blue
72 root 1.1 end
73 root 1.8