ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/ghost.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: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object ghost
2 root 1.4 anim
3     ghost.x11
4     ghost.x12
5     mina
6 root 1.1 race undead
7 pippijn 1.2 face ghost.x11
8 root 1.3 wis 10
9 root 1.1 hp 15
10     maxhp 15
11 root 1.3 exp 40
12     dam 14
13 root 1.1 wc 2
14 root 1.3 ac 10
15 root 1.1 speed 0.14
16 root 1.3 level 3
17 root 1.1 attacktype 528
18     resist_cold 50
19     resist_fear 100
20     resist_blind 30
21 root 1.3 weight 500
22     randomitems ghost
23     move_type all
24     alive 1
25     no_pick 1
26     monster 1
27 root 1.1 undead 1
28 root 1.3 sleep 1
29 root 1.1 can_see_in_dark 1
30 root 1.3 one_hit 1
31     color_fg white
32 root 1.1 editable 1
33     end
34 root 1.3