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