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

File Contents

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