ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/goblin.arc
Revision: 1.6
Committed: Sat Mar 3 00:50:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.5: +25 -25 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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