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

File Contents

# User Rev Content
1 root 1.3 object child2
2 root 1.1 name child
3     race human
4 pippijn 1.2 face child2.x11
5 root 1.3 str 8
6     dex 13
7     con 1
8     int 8
9 root 1.1 hp 10
10     maxhp 10
11     exp 10
12 root 1.3 dam 1
13     wc 25
14     ac 7
15 root 1.1 speed 0.3
16 root 1.3 level 1
17 root 1.1 weight 50000
18 root 1.3 randomitems child
19     alive 1
20     monster 1
21     unaggressive 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     random_movement 1
31 root 1.1 end
32 root 1.3