ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/evilclown.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 evilclown
2     name evil clown
3 root 1.1 race human
4 pippijn 1.2 face evilclown.x11
5 root 1.3 str 20
6     dex 15
7     con 30
8     pow 50
9     int 12
10 root 1.1 hp 3300
11     maxhp 3300
12     sp 1000
13     maxsp 1000
14     exp 10000
15 root 1.3 dam 200
16     wc -50
17     ac -80
18 root 1.1 speed 0.5
19 root 1.3 level 115
20 root 1.1 resist_physical 75
21     resist_magic 100
22     resist_fire 100
23     resist_electricity 100
24     resist_confusion 100
25 root 1.3 resist_weaponmagic 100
26 root 1.1 resist_fear 100
27     resist_holyword 100
28 root 1.3 weight 50000
29     randomitems evilclown
30     alive 1
31     can_use_shield 1
32     monster 1
33     reflect_missile 1
34 root 1.1 reflect_spell 1
35 root 1.3 can_cast_spell 1
36     can_use_scroll 1
37 root 1.1 can_use_bow 1
38     can_use_armour 1
39     can_use_weapon 1
40 root 1.3 can_use_ring 1
41 root 1.1 can_use_skill 1
42 root 1.3 can_use_rod 1
43 root 1.1 can_use_horn 1
44 root 1.3 body_range 1
45     body_arm 2
46     body_torso 1
47     body_head 1
48 root 1.1 body_skill 1
49     body_finger 2
50     body_shoulder 1
51     body_foot 1
52 root 1.3 body_hand 2
53 root 1.1 body_wrist 1
54     body_waist 1
55 root 1.3 can_use_wand 1
56     editable 1
57 root 1.1 end
58 root 1.3