ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/crazy_jeweler_child.arc
Revision: 1.4
Committed: Fri Feb 16 01:06:26 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +0 -9 lines
Log Message:
fixed jeweler child a bit

File Contents

# User Rev Content
1 root 1.3 object crazy_jeweler_child
2 elmex 1.1 name crazy jeweler child
3     race human
4     face child.x11
5 root 1.3 str 8
6     dex 13
7     con 1
8     int 8
9     hp 250
10     maxhp 250
11     sp 20
12     maxsp 20
13     exp 20000
14     dam 15
15     wc -2
16     ac -2
17     speed 0.3
18     level 20
19 elmex 1.1 attacktype 33
20     resist_physical 30
21     resist_magic 20
22     resist_fire 100
23     resist_cold 30
24     resist_confusion 100
25 root 1.3 weight 50000
26     randomitems jeweler_child
27 elmex 1.1 alive 1
28 root 1.3 monster 1
29     unaggressive 0
30 elmex 1.1 reflect_spell 1
31     can_cast_spell 1
32 root 1.3 can_use_ring 1
33 elmex 1.1 can_use_skill 1
34     can_use_rod 1
35 root 1.3 body_range 1
36 elmex 1.1 body_skill 1
37     body_finger 2
38 root 1.3 can_use_wand 1
39     editable 1
40     random_movement 1
41 elmex 1.1 end