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

File Contents

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