ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/goblin.arc
Revision: 1.14
Committed: Sun Jul 11 03:46:36 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.13: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

File Contents

# User Rev Content
1 root 1.7 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.8 race goblin
22 root 1.11 sound_destroy wn/goblin-die-1
23 root 1.8 face goblin.x11
24 root 1.13 magicmap green
25 root 1.8 wis 10
26 root 1.14 int 4
27 root 1.8 hp 6
28     maxhp 6
29 root 1.6 exp 20
30 root 1.8 dam 3
31     wc 17
32 root 1.6 ac 14
33 root 1.8 speed -0.1
34 root 1.6 level 2
35 root 1.4 weight 50000
36 root 1.8 randomitems goblin
37 root 1.4 run_away 10
38 root 1.8 pick_up 24
39 root 1.6 will_apply 2
40 root 1.8 alive 1
41     can_use_shield 1
42     no_pick 1
43     monster 1
44 root 1.6 can_use_bow 1
45 root 1.4 can_use_armour 1
46     can_use_weapon 1
47 root 1.8 can_use_ring 1
48     sleep 1
49     body_range 1
50     body_arm 2
51 root 1.4 body_torso 1
52     body_head 1
53 root 1.8 body_finger 2
54 root 1.4 body_shoulder 1
55     body_foot 2
56 root 1.8 body_hand 2
57 root 1.6 body_wrist 2
58 root 1.4 body_waist 1
59 root 1.8 can_use_wand 1
60 root 1.1 end
61 root 1.8