ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bomb/splint.arc
Revision: 1.4
Committed: Sun Feb 18 21:07:39 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 splint
2     face splint.x11
3     dam 3
4     wc 8
5     speed 0.5
6 root 1.1 type 102
7     subtype 5
8     attacktype 1
9 root 1.4 move_type fly_low
10 root 1.3 move_on all
11 root 1.1 no_pick 1
12 root 1.3 color_fg yellow
13 root 1.1 editable 0
14     end
15 root 1.3