ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/goblin.arc
Revision: 1.5
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.4: +19 -19 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.4 object goblin
2 root 1.5 anim
3     facings 8
4     goblin.x11
5     goblin.x21
6     goblin.x12
7     goblin.x22
8     goblin.x13
9     goblin.x23
10     goblin.x14
11     goblin.x24
12     goblin.x15
13     goblin.x25
14     goblin.x16
15     goblin.x26
16     goblin.x17
17     goblin.x27
18     goblin.x18
19     goblin.x28
20     mina
21 root 1.1 race goblin
22 pippijn 1.3 face goblin.x11
23 root 1.4 wis 10
24     hp 6
25     maxhp 6
26     exp 20
27     dam 3
28     wc 17
29     ac 14
30     speed -0.1
31     level 2
32     weight 50000
33     randomitems goblin
34     run_away 10
35     pick_up 24
36     will_apply 2
37     alive 1
38     can_use_shield 1
39     no_pick 1
40     monster 1
41     can_use_bow 1
42     can_use_armour 1
43     can_use_weapon 1
44     can_use_ring 1
45     sleep 1
46     body_range 1
47     body_arm 2
48     body_torso 1
49     body_head 1
50     body_finger 2
51     body_shoulder 1
52     body_foot 2
53     body_hand 2
54     body_wrist 2
55     body_waist 1
56     can_use_wand 1
57 root 1.1 color_fg green
58 root 1.4 editable 1
59 root 1.1 end
60 root 1.4