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

File Contents

# User Rev Content
1 root 1.3 object ghast
2 root 1.1 race undead
3 pippijn 1.2 face ghast.x11
4 root 1.3 con 5
5     wis 14
6 root 1.1 hp 100
7     maxhp 100
8 root 1.3 exp 100
9     dam 4
10     wc 14
11     ac 2
12     speed 0.15
13 root 1.1 level 8
14     attacktype 4095
15     resist_fire 50
16     resist_cold 50
17     resist_fear 100
18     resist_blind 60
19 root 1.3 weight 5000
20     randomitems standard
21     pick_up 24
22 root 1.1 will_apply 2
23 root 1.3 alive 1
24 root 1.1 can_use_shield 1
25 root 1.3 no_pick 1
26     monster 1
27     undead 1
28 root 1.1 can_use_armour 1
29 root 1.3 can_use_weapon 1
30 root 1.1 can_use_ring 1
31 root 1.3 sleep 1
32     can_see_in_dark 1
33 root 1.1 one_hit 1
34 root 1.3 body_arm 2
35 root 1.1 body_torso 1
36     body_head 1
37 root 1.3 body_finger 2
38 root 1.1 body_shoulder 1
39     body_foot 2
40 root 1.3 body_hand 2
41 root 1.1 body_wrist 2
42     body_waist 1
43 root 1.3 color_fg black
44     editable 1
45     anim
46     ghast.x11
47     ghast.x12
48     ghast.x13
49     mina
50 root 1.1 end
51 root 1.3