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

File Contents

# User Rev Content
1 root 1.5 object grimreaper
2 root 1.1 race undead
3 pippijn 1.4 face grimreaper.x11
4 root 1.5 con 1
5     wis 15
6 root 1.1 hp 50
7     maxhp 50
8     exp 800
9     dam 10
10     wc 1
11     ac 10
12     speed 0.3
13     level 4
14     type 28
15 root 1.5 attacktype 128
16 root 1.1 resist_physical 100
17 root 1.5 resist_magic -100
18     resist_cold 50
19 root 1.1 resist_drain 100
20     resist_fear 100
21     resist_blind 70
22 root 1.5 weight 50000
23     randomitems grimreaper
24     run_away 15
25     move_type all
26 root 1.1 alive 1
27 root 1.5 no_pick 1
28 root 1.1 monster 1
29 root 1.5 undead 1
30 root 1.1 sleep 1
31     can_see_in_dark 1
32 root 1.5 color_fg black
33 root 1.1 editable 1
34 root 1.5 anim
35     grimreaper.x11
36     grimreaper.x12
37     grimreaper.x13
38     grimreaper.x14
39     mina
40 root 1.1 end
41 root 1.5