ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/orc.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:46 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +27 -27 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object orc
2 root 1.1 race goblin
3 pippijn 1.2 face orc.x11
4 root 1.3 wis 8
5     hp 4
6     maxhp 4
7 root 1.1 exp 15
8 root 1.3 dam 1
9     wc 19
10 root 1.1 ac 16
11 root 1.3 speed -0.15
12 root 1.1 level 1
13     weight 23000
14 root 1.3 randomitems orc
15 root 1.1 run_away 25
16 root 1.3 pick_up 24
17 root 1.1 will_apply 2
18 root 1.3 alive 1
19     can_use_shield 1
20     no_pick 1
21     monster 1
22 root 1.1 can_use_bow 1
23     can_use_armour 1
24     can_use_weapon 1
25 root 1.3 can_use_ring 1
26     sleep 1
27     body_range 1
28     body_arm 2
29 root 1.1 body_torso 1
30     body_head 1
31 root 1.3 body_finger 2
32 root 1.1 body_shoulder 1
33     body_foot 2
34 root 1.3 body_hand 2
35 root 1.1 body_wrist 2
36     body_waist 1
37 root 1.3 can_use_wand 1
38     color_fg black
39     editable 1
40     anim
41     orc.x11
42     orc.x12
43     mina
44 root 1.1 end
45 root 1.3