ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/ghost_gen.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, pre_normalise_revert
Changes since 1.2: +12 -11 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object generate_ghost
2     name generator
3 root 1.1 race undead
4     other_arch ghost
5 pippijn 1.2 face ghost_gen.x11
6 root 1.3 maxsp 1
7     exp 70
8     ac 5
9 root 1.1 speed 0.01
10 root 1.3 level 1
11     resist_cold 50
12     weight 25000
13 root 1.1 alive 1
14     no_pick 1
15 root 1.3 generator 1
16     undead 1
17     color_fg red
18 root 1.1 editable 1
19     end
20 root 1.3