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

File Contents

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