ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/ogre_chief_arc.arc
Revision: 1.11
Committed: Sat Oct 16 09:18:18 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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     str 22
10     dex 20
11     con 2
12     wis 10
13 root 1.10 int 9
14 root 1.1 hp 160
15     maxhp 160
16 root 1.7 exp 200
17 root 1.1 dam 30
18 root 1.7 wc 5
19     ac 6
20 root 1.1 speed 0.08
21 root 1.7 level 8
22     resist_physical 30
23 root 1.5 resist_electricity 30
24 root 1.1 weight 140000
25 root 1.7 randomitems ogre
26 root 1.1 run_away 30
27 root 1.7 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.7 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.5 body_skill 1
44     body_finger 2
45 root 1.1 body_shoulder 1
46     body_foot 2
47 root 1.7 body_hand 2
48 root 1.5 body_wrist 2
49 root 1.1 body_waist 1
50 root 1.7 can_use_wand 1
51 root 1.1 end
52 root 1.7