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

File Contents

# User Rev Content
1 root 1.3 object child_thief
2 root 1.1 name young rogue
3     race human
4 pippijn 1.2 face child.x11
5 root 1.3 str 8
6     dex 16
7     con 2
8     int 12
9 root 1.1 hp 15
10     maxhp 15
11     exp 15
12 root 1.3 dam 2
13     wc 18
14     ac 7
15 root 1.1 speed 0.4
16 root 1.3 level 1
17 root 1.1 weight 50000
18 root 1.3 randomitems c_thief
19     alive 1
20     monster 1
21     can_use_scroll 1
22     can_use_ring 1
23 root 1.1 can_use_skill 1
24     can_use_rod 1
25 root 1.3 body_range 1
26 root 1.1 body_skill 1
27     body_finger 2
28 root 1.3 can_use_wand 1
29     editable 1
30 root 1.1 end
31 root 1.3