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

File Contents

# User Rev Content
1 root 1.3 object skeleton
2 root 1.1 race undead
3 pippijn 1.2 face skeleton.x11
4 root 1.3 con 2
5     wis 14
6 root 1.1 hp 45
7     maxhp 45
8 root 1.3 exp 80
9     dam 6
10     wc 15
11     ac 4
12     speed -0.2
13 root 1.1 level 6
14     attacktype 17
15     resist_fire -100
16     resist_cold 30
17     resist_fear 100
18 root 1.3 weight 15000
19     randomitems skeleton
20     pick_up 24
21 root 1.1 will_apply 2
22 root 1.3 alive 1
23 root 1.1 can_use_shield 1
24 root 1.3 no_pick 1
25     monster 1
26     undead 1
27 root 1.1 can_use_armour 1
28 root 1.3 can_use_weapon 1
29 root 1.1 can_use_ring 1
30 root 1.3 sleep 1
31     can_see_in_dark 1
32     body_arm 2
33 root 1.1 body_torso 1
34     body_head 1
35 root 1.3 body_finger 2
36 root 1.1 body_shoulder 1
37     body_foot 2
38 root 1.3 body_hand 2
39 root 1.1 body_wrist 2
40     body_waist 1
41 root 1.3 color_fg white
42     editable 1
43     anim
44     skeleton.x11
45     skeleton.x12
46     mina
47 root 1.1 end
48 root 1.3