ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/ologhi.arc
Revision: 1.10
Committed: Sat Oct 16 09:18:19 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +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 ologhi
2 root 1.4 anim
3     ologhi.x11
4     ologhi.x12
5     mina
6 root 1.7 name Olog-hi
7     race goblin
8     face ologhi.x11
9     is_animated 1
10     str 30
11     dex 20
12     con 10
13     wis 4
14     int 8
15 root 1.1 hp 5000
16     maxhp 5000
17 root 1.7 exp 1000
18     dam 100
19 root 1.5 wc -100
20 root 1.7 ac -100
21 root 1.1 speed -0.25
22     attack_movement 5
23 root 1.7 level 20
24 root 1.1 resist_physical 100
25     resist_magic -100
26     resist_electricity -100
27     carrying 20000
28     weight 140000
29     randomitems throw_stnd
30 root 1.7 alive 1
31     no_pick 1
32     monster 1
33     sleep 1
34     can_see_in_dark 1
35 root 1.1 end
36 root 1.7