ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/xan.arc
Revision: 1.10
Committed: Sun Jul 11 03:46:49 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

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.10 int 4
12 root 1.1 hp 1
13     maxhp 1
14 root 1.7 exp 20
15     dam 1
16 root 1.1 wc 1
17 root 1.7 ac 10
18     speed 0.5
19 root 1.1 level 5
20     attacktype 1025
21     weight 7
22 root 1.7 randomitems xan
23     move_type fly_low
24     alive 1
25     no_pick 1
26     monster 1
27     is_turnable 1
28     sleep 1
29     can_see_in_dark 1
30 root 1.1 end
31 root 1.7