ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/ologhi.arc
Revision: 1.9
Committed: Tue Nov 3 09:59:07 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: +1 -1 lines
Log Message:
big cfarch-normalize run

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 root 1.9 magicmap brown
11 root 1.7 str 30
12     dex 20
13     con 10
14     wis 4
15     int 8
16 root 1.1 hp 5000
17     maxhp 5000
18 root 1.7 exp 1000
19     dam 100
20 root 1.5 wc -100
21 root 1.7 ac -100
22 root 1.1 speed -0.25
23     attack_movement 5
24 root 1.7 level 20
25 root 1.1 resist_physical 100
26     resist_magic -100
27     resist_electricity -100
28     carrying 20000
29     weight 140000
30     randomitems throw_stnd
31 root 1.7 alive 1
32     no_pick 1
33     monster 1
34     sleep 1
35     can_see_in_dark 1
36 root 1.1 end
37 root 1.7