ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/xan.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:11 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object xan
2 root 1.4 anim
3     xan.x11
4     xan.x12
5     mina
6 root 1.1 name xan
7     race insect
8 pippijn 1.2 face xan.x11
9 root 1.3 wis 6
10 root 1.1 hp 1
11     maxhp 1
12 root 1.3 exp 20
13     dam 1
14 root 1.1 wc 1
15 root 1.3 ac 10
16     speed 0.5
17 root 1.1 level 5
18     attacktype 1025
19     weight 7
20 root 1.3 randomitems xan
21     move_type all
22     alive 1
23     no_pick 1
24     monster 1
25     is_turnable 1
26     sleep 1
27     can_see_in_dark 1
28 root 1.1 editable 1
29     magicmap brown
30     end
31 root 1.3