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

File Contents

# User Rev Content
1 root 1.6 object gargolye
2 root 1.4 anim
3     gargoyle.x11
4     gargoyle.x12
5     gargoyle.x11
6     gargoyle.x12
7     gargoyle.x11
8     mina
9 root 1.7 face gargoyle.x11
10 root 1.10 magicmap grey
11 root 1.7 str 30
12     con 10
13     wis 15
14 root 1.11 int 10
15 root 1.1 hp 300
16     maxhp 300
17 root 1.7 exp 1000
18     dam 20
19 root 1.5 wc -7
20 root 1.7 ac -6
21 root 1.1 speed -0.1
22 root 1.7 level 10
23 root 1.1 resist_physical 50
24     resist_magic 100
25     resist_acid 100
26     resist_poison 100
27 root 1.7 weight 100000
28     randomitems gargoyle
29     move_type fly_low
30     alive 1
31 root 1.1 can_use_shield 1
32 root 1.7 no_pick 1
33     monster 1
34     see_invisible 1
35     can_use_bow 1
36 root 1.5 can_use_armour 1
37 root 1.7 can_use_weapon 1
38     body_arm 2
39 root 1.1 body_torso 1
40     body_head 1
41     body_shoulder 1
42     body_foot 2
43 root 1.7 body_hand 2
44 root 1.5 body_wrist 2
45 root 1.1 body_waist 1
46     end
47 root 1.7