ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/ghast.arc
Revision: 1.6
Committed: Sat Mar 3 01:16:13 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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