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

File Contents

# User Rev Content
1 root 1.3 object generate_zombie
2     name generator
3 root 1.1 race undead
4     other_arch zombie
5 pippijn 1.2 face zombie_gen.x11
6 root 1.1 hp 100
7     maxhp 100
8 root 1.3 maxsp 1
9     exp 50
10 root 1.1 ac 3
11     speed 0.01
12 root 1.3 level 1
13     resist_cold 30
14 root 1.1 weight 750000
15 root 1.3 randomitems grave
16     alive 1
17     no_pick 1
18     generator 1
19     undead 1
20 root 1.1 editable 1
21     magicmap brown
22     end
23 root 1.3