ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wight.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:59 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +23 -22 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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