ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/ghast.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:42 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.7: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

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