ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/nightmare.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:17 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 nightmare
2 root 1.4 anim
3     nightmare.x11
4     nightmare.x12
5     mina
6 root 1.3 name nightmare
7 root 1.1 race undead
8 pippijn 1.2 face nightmare.x11
9 root 1.3 con 1
10     wis 15
11 root 1.1 hp 50
12     maxhp 50
13     exp 800
14     dam 10
15     wc 1
16     ac 10
17     speed 0.3
18     level 4
19 root 1.3 attacktype 66048
20 root 1.1 resist_physical 100
21 root 1.3 resist_magic -100
22     resist_confusion 50
23 root 1.1 resist_drain 100
24 root 1.3 resist_turn_undead -100
25 root 1.1 resist_fear 100
26     resist_blind 100
27 root 1.3 weight 5000
28     run_away 15
29     move_type all
30 root 1.1 alive 1
31 root 1.3 no_pick 1
32 root 1.1 monster 1
33 root 1.3 undead 1
34 root 1.1 sleep 1
35     can_see_in_dark 1
36 root 1.3 one_hit 1
37     color_fg black
38 root 1.1 editable 1
39     end
40 root 1.3