ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_frost.arc
Revision: 1.12
Committed: Thu Apr 8 22:28:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.11: +3 -3 lines
Log Message:
move types RUNE and DISEASE to a different value

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 root 1.11 magicmap light_blue
13 root 1.8 cha 20
14 root 1.6 hp 1
15 root 1.8 dam 35
16 root 1.6 speed 1
17     level 1
18 root 1.12 type 96
19 root 1.8 attacktype 18
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 root 1.7 object rune_icestorm
26 root 1.8 anim
27     rune_frost.x11
28     icestorm.x11
29     mina
30 root 1.6 name Rune of Icestorm
31 root 1.8 msg
32     You detonate a Rune of Icestorm
33     endmsg
34     other_arch spell_icestorm
35 root 1.6 face rune_frost.x11
36 root 1.8 is_animated 0
37 root 1.11 magicmap light_blue
38 root 1.8 cha 20
39 root 1.6 hp 1
40     speed 1
41     level 1
42 root 1.12 type 96
43 root 1.3 invisible 1
44 root 1.8 move_on walk
45 root 1.3 no_pick 1
46 root 1.4 end
47 root 1.8
48 root 1.7 object rune_large_icestorm
49 root 1.8 anim
50     rune_frost.x11
51     icestorm.x11
52     mina
53 root 1.6 name Rune of Large Icestorm
54 root 1.8 msg
55     You detonate a Rune of Large Icestorm!
56     endmsg
57     other_arch spell_large_icestorm
58 root 1.6 face rune_frost.x11
59 root 1.8 is_animated 0
60 root 1.11 magicmap light_blue
61 root 1.8 cha 20
62 root 1.6 hp 1
63     speed 1
64     level 1
65 root 1.12 type 96
66 root 1.3 invisible 1
67 root 1.8 move_on walk
68 root 1.3 no_pick 1
69 root 1.1 end
70 root 1.8