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

File Contents

# User Rev Content
1 root 1.3 object ape
2 root 1.4 anim
3     facings 2
4     ape.x31
5     ape.x32
6     ape.x71
7     ape.x72
8     mina
9 root 1.1 name ape
10     race animal
11 pippijn 1.2 face ape.x71
12 root 1.3 str 24
13     dex 25
14     con 2
15     wis 6
16     int 8
17 root 1.1 hp 160
18     maxhp 160
19 root 1.3 exp 600
20 root 1.1 dam 14
21 root 1.3 wc 5
22     ac 0
23 root 1.1 speed -0.2
24 root 1.3 level 7
25     resist_physical 20
26 root 1.1 resist_electricity 30
27     weight 90000
28 root 1.3 randomitems ape
29 root 1.1 run_away 35
30 root 1.3 alive 1
31     no_pick 1
32     monster 1
33     sleep 1
34 root 1.1 editable 1
35     magicmap brown
36     end
37 root 1.3