ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/ape.arc
Revision: 1.11
Committed: Sat Oct 16 09:17:54 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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     str 24
13     dex 25
14     con 2
15     wis 6
16 root 1.10 int 10
17 root 1.1 hp 160
18     maxhp 160
19 root 1.7 exp 600
20 root 1.1 dam 14
21 root 1.7 wc 5
22     ac 0
23 root 1.1 speed -0.2
24 root 1.7 level 7
25     resist_physical 20
26 root 1.5 resist_electricity 30
27 root 1.1 weight 90000
28 root 1.7 randomitems ape
29 root 1.1 run_away 35
30 root 1.7 alive 1
31     no_pick 1
32     monster 1
33     sleep 1
34 root 1.1 end
35 root 1.7