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

File Contents

# User Rev Content
1 root 1.3 object vampire
2 root 1.1 race undead
3 pippijn 1.2 face vampire.x11
4 root 1.3 con 13
5     wis 15
6     pow 32
7     hp 150
8     maxhp 150
9 root 1.1 sp 40
10     maxsp 40
11     exp 2000
12     dam 10
13     wc 2
14     ac 0
15 root 1.3 speed -0.4
16     level 11
17 root 1.1 resist_physical 100
18     resist_cold 100
19     resist_blind 70
20     weight 70000
21 root 1.3 randomitems vampire
22 root 1.1 run_away 3
23 root 1.3 pick_up 64
24 root 1.1 will_apply 7
25 root 1.3 alive 1
26 root 1.1 can_use_shield 1
27 root 1.3 no_pick 1
28     monster 1
29     undead 1
30     can_cast_spell 1
31     can_use_scroll 1
32 root 1.1 can_use_armour 1
33     can_use_weapon 1
34 root 1.3 can_use_ring 1
35     sleep 1
36     can_use_rod 1
37     can_see_in_dark 1
38     body_range 1
39     body_arm 2
40 root 1.1 body_torso 1
41     body_head 1
42 root 1.3 body_finger 2
43 root 1.1 body_shoulder 1
44     body_foot 2
45 root 1.3 body_hand 2
46 root 1.1 body_wrist 2
47     body_waist 1
48 root 1.3 can_use_wand 1
49     editable 1
50     magicmap blue
51     anim
52     vampire.x11
53     vampire.x11
54     vampire.x12
55     vampire.x12
56     vampire.x12
57     vampire.x12
58     mina
59 root 1.1 end
60 root 1.3