ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/gargoyle.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:55 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +29 -28 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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