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

File Contents

# User Rev Content
1 root 1.3 object clown
2     name clown
3 root 1.1 race human
4 pippijn 1.2 face clown.x11
5 root 1.3 str 12
6     dex 15
7     con 3
8     int 12
9 root 1.1 hp 100
10     maxhp 100
11     exp 60
12 root 1.3 dam 5
13     wc 8
14     ac 3
15 root 1.1 speed 0.20
16 root 1.3 level 10
17 root 1.1 resist_physical 20
18     resist_magic 100
19     resist_fire 100
20     resist_electricity 100
21     resist_confusion 100
22 root 1.3 resist_weaponmagic 100
23 root 1.1 resist_fear 100
24     resist_holyword 100
25 root 1.3 weight 50000
26     randomitems courier
27     alive 1
28     can_use_shield 1
29     monster 1
30     unaggressive 1
31     reflect_missile 1
32 root 1.1 reflect_spell 1
33 root 1.3 can_cast_spell 1
34     can_use_scroll 1
35 root 1.1 can_use_bow 1
36     can_use_armour 1
37     can_use_weapon 1
38 root 1.3 can_use_ring 1
39 root 1.1 can_use_skill 1
40 root 1.3 can_use_rod 1
41 root 1.1 can_use_horn 1
42 root 1.3 body_range 1
43     body_arm 2
44     body_torso 1
45     body_head 1
46 root 1.1 body_skill 1
47     body_finger 2
48     body_shoulder 1
49     body_foot 1
50 root 1.3 body_hand 2
51 root 1.1 body_wrist 1
52     body_waist 1
53 root 1.3 can_use_wand 1
54     editable 1
55 root 1.1 end
56 root 1.3