ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/ghast.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:16 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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