ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/child2.arc
Revision: 1.6
Committed: Sat Mar 3 01:23:15 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +18 -17 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object child2
2 root 1.1 name child
3     race human
4 pippijn 1.2 face child2.x11
5 root 1.6 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.6 dam 1
13     wc 25
14     ac 7
15 root 1.1 speed 0.3
16 root 1.6 level 1
17 root 1.4 weight 50000
18 root 1.6 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.6 body_range 1
26 root 1.1 body_skill 1
27     body_finger 2
28 root 1.6 can_use_wand 1
29     editable 1
30     random_movement 1
31 root 1.1 end
32 root 1.6