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

File Contents

# User Rev Content
1 root 1.3 object serp_man
2     name Serpentman
3 root 1.1 race reptile
4 pippijn 1.2 face serp_man.x31
5 root 1.3 str 13
6     dex 20
7     con 3
8     int 12
9 root 1.1 hp 50
10     maxhp 50
11 root 1.3 exp 150
12     dam 8
13 root 1.1 wc 1
14 root 1.3 ac 3
15 root 1.1 speed -0.15
16 root 1.3 level 6
17 root 1.1 resist_fire 30
18     resist_electricity 30
19 root 1.3 resist_cold -100
20 root 1.1 resist_acid 30
21     resist_poison 30
22     resist_chaos 30
23     weight 75000
24 root 1.3 randomitems serp_man
25     alive 1
26     can_use_shield 1
27     no_pick 1
28     monster 1
29 root 1.1 can_use_bow 1
30     can_use_armour 1
31     can_use_weapon 1
32 root 1.3 can_use_ring 1
33     can_use_skill 1
34     body_range 1
35     body_arm 2
36     body_torso 1
37     body_head 1
38 root 1.1 body_skill 1
39     body_finger 2
40     body_shoulder 1
41     body_foot 1
42 root 1.3 body_hand 2
43 root 1.1 body_wrist 1
44     body_waist 1
45 root 1.3 can_use_wand 1
46     editable 1
47     magicmap green
48     anim
49     facings 2
50     serp_man.x31
51     serp_man.x32
52     serp_man.x71
53     serp_man.x72
54     mina
55 root 1.1 end
56 root 1.3