ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wight.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +18 -17 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object wight
2 root 1.4 anim
3     wight.x11
4     wight.x12
5     wight.x13
6     wight.x14
7     mina
8 root 1.7 race undead
9     face wight.x11
10     wis 10
11 root 1.1 hp 75
12     maxhp 75
13 root 1.7 exp 75
14     dam 5
15     wc 13
16     ac 6
17     speed .10
18 root 1.5 level 5
19 root 1.1 attacktype 16385
20     resist_electricity 50
21     resist_cold 100
22     resist_fear 100
23 root 1.7 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.7