ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/devil_gen.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:36 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: +8 -7 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object generate_devil
2     name generator
3 root 1.1 race demon
4     other_arch devil
5 pippijn 1.2 face devil_gen.x11
6 root 1.1 hp 400
7     maxhp 400
8 root 1.3 maxsp 1
9 root 1.1 exp 180
10     ac 7
11     speed 0.01
12 root 1.3 level 1
13 root 1.1 resist_fire 100
14     resist_cold -100
15     resist_confusion -100
16 root 1.3 weight 300000
17 root 1.1 alive 1
18 root 1.3 generator 1
19     color_fg red
20 root 1.1 editable 1
21     end
22 root 1.3