ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/ogre_chief_arc.arc
Revision: 1.10
Committed: Sun Jul 11 03:46:36 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
give all monsters a reasonable(?) int

File Contents

# User Rev Content
1 root 1.6 object ogre_chief_arc
2 root 1.4 anim
3     ogre_chief.x11
4     ogre_chief.x11
5     mina
6 root 1.7 name ogre chief
7     race giant
8     face ogre_chief.x11
9 root 1.9 magicmap brown
10 root 1.7 str 22
11     dex 20
12     con 2
13     wis 10
14 root 1.10 int 9
15 root 1.1 hp 160
16     maxhp 160
17 root 1.7 exp 200
18 root 1.1 dam 30
19 root 1.7 wc 5
20     ac 6
21 root 1.1 speed 0.08
22 root 1.7 level 8
23     resist_physical 30
24 root 1.5 resist_electricity 30
25 root 1.1 weight 140000
26 root 1.7 randomitems ogre
27 root 1.1 run_away 30
28 root 1.7 alive 1
29     can_use_shield 1
30     no_pick 1
31     monster 1
32 root 1.1 can_use_scroll 1
33     can_use_bow 1
34     can_use_armour 1
35     can_use_weapon 1
36 root 1.7 can_use_ring 1
37     sleep 1
38     can_use_skill 1
39     can_see_in_dark 1
40     body_range 1
41     body_arm 2
42     body_torso 1
43     body_head 1
44 root 1.5 body_skill 1
45     body_finger 2
46 root 1.1 body_shoulder 1
47     body_foot 2
48 root 1.7 body_hand 2
49 root 1.5 body_wrist 2
50 root 1.1 body_waist 1
51 root 1.7 can_use_wand 1
52 root 1.1 end
53 root 1.7