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

File Contents

# User Rev Content
1 root 1.3 object holy_orb
2 root 1.1 name holy orb
3     slaying undead,demon
4 root 1.3 other_arch holy_effect
5 pippijn 1.2 face holy_orb.x11
6 root 1.1 is_animated 0
7     speed 1
8 root 1.3 type 102
9     subtype 5
10     attacktype 2097152
11 root 1.4 move_type fly_low
12 root 1.3 move_on all
13 root 1.1 no_pick 1
14     editable 0
15     magicmap yellow
16     end
17 root 1.3