ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/crazy_jeweler_child.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
Changes since 1.2: +25 -24 lines
Log Message:
simply ran cfarch-normalize on all arches

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 arch spell_rune_of_fire
42     end
43     arch spell_firebolt
44     end
45     arch spell_alchemy
46     end
47     arch spell_confusion
48     end
49     end
50 root 1.3