ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/ghost.arc
Revision: 1.3
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.2: +20 -20 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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