ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/clown.arc
(Generate patch)

Comparing deliantra/arch/monster/humanoid/Human/clown.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:40:51 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:50:30 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines