ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/xan.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:54 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +19 -18 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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