ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/orc_leader_arc.arc
Revision: 1.14
Committed: Sat Oct 16 09:18:19 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +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 orc_leader_arc
2 root 1.4 anim
3     orc_leader.x11
4     orc_leader.x12
5     mina
6 root 1.7 name orc champion
7     race goblin
8 root 1.10 sound_destroy wn/orc-die-3
9 root 1.7 face orc_leader.x11
10     wis 8
11 root 1.13 int 7
12 root 1.7 hp 16
13     maxhp 16
14 root 1.5 exp 35
15 root 1.7 dam 14
16     wc 18
17 root 1.5 ac 15
18 root 1.7 speed -0.15
19 root 1.5 level 2
20 root 1.1 weight 23000
21 root 1.7 randomitems orc
22 root 1.1 run_away 25
23 root 1.7 pick_up 24
24 root 1.5 will_apply 2
25 root 1.7 alive 1
26     can_use_shield 1
27     no_pick 1
28     monster 1
29 root 1.5 can_use_bow 1
30 root 1.1 can_use_armour 1
31     can_use_weapon 1
32 root 1.7 can_use_ring 1
33     sleep 1
34     body_range 1
35     body_arm 2
36 root 1.1 body_torso 1
37     body_head 1
38 root 1.7 body_finger 2
39 root 1.1 body_shoulder 1
40     body_foot 2
41 root 1.7 body_hand 2
42 root 1.5 body_wrist 2
43 root 1.1 body_waist 1
44 root 1.7 can_use_wand 1
45 root 1.1 end
46 root 1.7