ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/gargoyle.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:09 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +1 -1 lines
Log Message:
big cfarch-normalize run

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.1 hp 300
15     maxhp 300
16 root 1.7 exp 1000
17     dam 20
18 root 1.5 wc -7
19 root 1.7 ac -6
20 root 1.1 speed -0.1
21 root 1.7 level 10
22 root 1.1 resist_physical 50
23     resist_magic 100
24     resist_acid 100
25     resist_poison 100
26 root 1.7 weight 100000
27     randomitems gargoyle
28     move_type fly_low
29     alive 1
30 root 1.1 can_use_shield 1
31 root 1.7 no_pick 1
32     monster 1
33     see_invisible 1
34     can_use_bow 1
35 root 1.5 can_use_armour 1
36 root 1.7 can_use_weapon 1
37     body_arm 2
38 root 1.1 body_torso 1
39     body_head 1
40     body_shoulder 1
41     body_foot 2
42 root 1.7 body_hand 2
43 root 1.5 body_wrist 2
44 root 1.1 body_waist 1
45     end
46 root 1.7