ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/xan.arc
Revision: 1.9
Committed: Tue Nov 3 09:59:09 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

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