ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/ogre_chief_arc.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 ogre_chief_arc
2 root 1.4 anim
3     ogre_chief.x11
4     ogre_chief.x11
5     mina
6 root 1.1 name ogre chief
7     race giant
8 pippijn 1.2 face ogre_chief.x11
9 root 1.3 str 22
10     dex 20
11     con 2
12     wis 10
13     int 8
14 root 1.1 hp 160
15     maxhp 160
16 root 1.3 exp 200
17 root 1.1 dam 30
18 root 1.3 wc 5
19     ac 6
20 root 1.1 speed 0.08
21 root 1.3 level 8
22     resist_physical 30
23 root 1.1 resist_electricity 30
24     weight 140000
25 root 1.3 randomitems ogre
26 root 1.1 run_away 30
27 root 1.3 alive 1
28     can_use_shield 1
29     no_pick 1
30     monster 1
31 root 1.1 can_use_scroll 1
32     can_use_bow 1
33     can_use_armour 1
34     can_use_weapon 1
35 root 1.3 can_use_ring 1
36     sleep 1
37     can_use_skill 1
38     can_see_in_dark 1
39     body_range 1
40     body_arm 2
41     body_torso 1
42     body_head 1
43 root 1.1 body_skill 1
44     body_finger 2
45     body_shoulder 1
46     body_foot 2
47 root 1.3 body_hand 2
48 root 1.1 body_wrist 2
49     body_waist 1
50 root 1.3 can_use_wand 1
51     editable 1
52     magicmap brown
53 root 1.1 end
54 root 1.3