ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/gargoyle.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +22 -21 lines
Log Message:
second normaliser run - dude

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