ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/ghost.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 ghost
2 root 1.5 race undead
3     face ghost.x11
4     randomitems ghost
5     color_fg white
6 root 1.4 anim
7     ghost.x11
8     ghost.x12
9     mina
10 root 1.5 monster 1
11     sleep 1
12     Wis 10
13     no_pick 1
14     alive 1
15     exp 40
16     level 3
17     ac 10
18 root 1.1 hp 15
19     maxhp 15
20 root 1.5 wc 2
21 root 1.3 dam 14
22 root 1.1 speed 0.14
23     attacktype 528
24 root 1.5 flying 1
25     weight 500
26 root 1.1 resist_cold 50
27     resist_fear 100
28     resist_blind 30
29     undead 1
30 root 1.5 can_pass_thru 1
31 root 1.1 can_see_in_dark 1
32 root 1.5 editable 1
33 root 1.3 one_hit 1
34 root 1.1 end