ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/necro.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:46 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +13 -12 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object necromancer
2 root 1.1 name Necromancer
3 root 1.3 race human
4 pippijn 1.2 face necro.x11
5 root 1.3 str 5
6     dex 5
7     wis 1
8     pow 5
9     int 20
10 root 1.1 hp 1800
11     maxhp 3600
12     sp 40
13     maxsp 40
14     dam 1
15     wc 25
16     ac 10
17     speed 1.000000
18     level 15
19     carrying 6000
20     weight 50000
21     randomitems sage
22     run_away 100
23     alive 1
24     monster 1
25     see_invisible 1
26     scared 1
27     unaggressive 1
28     can_cast_spell 1
29     sleep 1
30     can_use_skill 1
31 root 1.3 body_skill 1
32 root 1.1 editable 1
33     magicmap grey
34 root 1.3 anim
35     necro.x11
36     necro.x12
37     mina
38 root 1.1 end
39 root 1.3