ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/ape.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:10 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: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 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.7 name ape
10     race animal
11     face ape.x71
12 root 1.8 magicmap brown
13 root 1.7 str 24
14     dex 25
15     con 2
16     wis 6
17     int 8
18 root 1.1 hp 160
19     maxhp 160
20 root 1.7 exp 600
21 root 1.1 dam 14
22 root 1.7 wc 5
23     ac 0
24 root 1.1 speed -0.2
25 root 1.7 level 7
26     resist_physical 20
27 root 1.5 resist_electricity 30
28 root 1.1 weight 90000
29 root 1.7 randomitems ape
30 root 1.1 run_away 35
31 root 1.7 alive 1
32     no_pick 1
33     monster 1
34     sleep 1
35 root 1.1 end
36 root 1.7