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