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

File Contents

# User Rev Content
1 root 1.3 object generate_vampire
2     name sarcophagus
3 root 1.1 race undead
4     other_arch vampire
5 pippijn 1.2 face vampiregen.x11
6 root 1.1 hp 400
7     maxhp 400
8 root 1.3 sp 127
9     maxsp 1
10 root 1.1 exp 200
11     ac 0
12 root 1.3 speed 0.001
13     level 1
14 root 1.1 resist_cold 100
15     weight 2000000
16 root 1.3 alive 1
17     generator 1
18     undead 1
19 root 1.1 editable 1
20     magicmap brown
21     end
22 root 1.3