ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_frost.arc
Revision: 1.5
Committed: Sun Feb 18 21:07:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +3 -3 lines
Log Message:
more manual adjustment to move_on/off and move_type

File Contents

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