ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/goblin_leader_arc.arc
Revision: 1.6
Committed: Sat Mar 3 01:16:02 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# User Rev Content
1 root 1.6 object goblin_leader_arc
2 root 1.5 name goblin champion
3     randomitems goblin
4     race goblin
5     face goblin_leader.x11
6     color_fg green
7 root 1.4 anim
8     goblin_leader.x11
9     goblin_leader.x11
10     mina
11 root 1.5 monster 1
12     sleep 1
13     Wis 10
14     no_pick 1
15     alive 1
16     exp 40
17     ac 13
18     wc 16
19     dam 16
20 root 1.3 hp 16
21     maxhp 16
22 root 1.5 level 3
23 root 1.3 speed 0.1
24 root 1.1 weight 50000
25     run_away 10
26 root 1.5 will_apply 2
27 root 1.3 pick_up 24
28 root 1.5 can_apply 25
29     can_use_wand 1
30     can_use_bow 1
31     can_use_ring 1
32 root 1.3 can_use_shield 1
33 root 1.1 can_use_armour 1
34     can_use_weapon 1
35 root 1.5 editable 1
36     body_finger 2
37 root 1.1 body_torso 1
38     body_head 1
39     body_shoulder 1
40     body_foot 2
41 root 1.5 body_wrist 2
42 root 1.3 body_hand 2
43 root 1.1 body_waist 1
44 root 1.5 body_arm 2
45     body_range 1
46 root 1.1 end