ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/goblin_leader_arc.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:03 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object goblin_leader_arc
2 root 1.4 anim
3     goblin_leader.x11
4     goblin_leader.x11
5     mina
6 root 1.1 name goblin champion
7     race goblin
8 pippijn 1.2 face goblin_leader.x11
9 root 1.3 wis 10
10     hp 16
11     maxhp 16
12 root 1.1 exp 40
13 root 1.3 dam 16
14     wc 16
15 root 1.1 ac 13
16 root 1.3 speed 0.1
17 root 1.1 level 3
18     weight 50000
19 root 1.3 randomitems goblin
20 root 1.1 run_away 10
21 root 1.3 pick_up 24
22 root 1.1 will_apply 2
23 root 1.3 alive 1
24     can_use_shield 1
25     no_pick 1
26     monster 1
27 root 1.1 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     body_range 1
33     body_arm 2
34 root 1.1 body_torso 1
35     body_head 1
36 root 1.3 body_finger 2
37 root 1.1 body_shoulder 1
38     body_foot 2
39 root 1.3 body_hand 2
40 root 1.1 body_wrist 2
41     body_waist 1
42 root 1.3 can_use_wand 1
43     color_fg green
44     editable 1
45 root 1.1 end
46 root 1.3