ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/ogre_leader_arc.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:46 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +32 -33 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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