ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/ogre_leader_arc.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:06 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.6: +30 -31 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object ogre_leader_arc
2 root 1.4 anim
3     ogre_leader.x11
4     ogre_leader.x11
5     mina
6 root 1.7 name ogre champion
7     race giant
8     face ogre_leader.x11
9     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.7 exp 150
17 root 1.1 dam 22
18 root 1.7 wc 5
19     ac 8
20 root 1.1 speed 0.08
21 root 1.7 level 7
22 root 1.1 resist_electricity 50
23     weight 140000
24 root 1.7 randomitems ogre
25 root 1.1 run_away 30
26 root 1.7 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.7 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.5 body_skill 1
43     body_finger 2
44 root 1.1 body_shoulder 1
45     body_foot 2
46 root 1.7 body_hand 2
47 root 1.5 body_wrist 2
48 root 1.1 body_waist 1
49 root 1.7 can_use_wand 1
50     editable 1
51     magicmap brown
52 root 1.1 end
53 root 1.7