ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_paralysis.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +14 -13 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object rune_paralysis
2 root 1.1 name Rune of Paralysis
3 root 1.3 msg
4     You detonate a Rune of Paralysis!
5     endmsg
6 root 1.1 other_arch spell_paralyze
7 pippijn 1.2 face rune_paralysis.x11
8 root 1.3 is_animated 0
9     cha 20
10 root 1.1 hp 4
11     speed 1
12     level 1
13 root 1.3 type 154
14 root 1.1 invisible 1
15 root 1.3 move_on all
16 root 1.1 no_pick 1
17 root 1.3 color_fg yellow
18 root 1.1 editable 32
19 root 1.3 anim
20     rune_paralysis.x11
21     rune_paralysis.x12
22     mina
23 root 1.1 end
24 root 1.3