ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wight.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:32 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

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