ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/necro.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:04 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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