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

File Contents

# User Rev Content
1 root 1.3 object ologhi
2 root 1.4 anim
3     ologhi.x11
4     ologhi.x12
5     mina
6 root 1.1 name Olog-hi
7     race goblin
8 pippijn 1.2 face ologhi.x11
9 root 1.3 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.3 exp 1000
18     dam 100
19 root 1.1 wc -100
20 root 1.3 ac -100
21 root 1.1 speed -0.25
22     attack_movement 5
23 root 1.3 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.3 alive 1
31     no_pick 1
32     monster 1
33     sleep 1
34     can_see_in_dark 1
35 root 1.1 editable 1
36     magicmap brown
37     end
38 root 1.3