ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_half_orc/pl_half_orc.arc
Revision: 1.8
Committed: Mon May 7 05:24:40 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: 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_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.7: +1 -1 lines
Log Message:
- introduce a new naming scheme:
  type_xxx # for base classes defining a type
  class_xxx # for base classes not defining a type
- define some base classes in class/types.arc
- use them for bows, players, weapons, bows, horns, shields, wands
- preset the new body slots with their default values

File Contents

# User Rev Content
1 root 1.6 object pl_half_orc
2 root 1.7 anim
3     pl_half_orc.x11
4     pl_half_orc.x12
5     pl_half_orc.x31
6     pl_half_orc.x32
7     pl_half_orc.x51
8     pl_half_orc.x52
9     pl_half_orc.x71
10     pl_half_orc.x72
11     facings 4
12     mina
13 root 1.5 name half orc
14     msg
15     Half-Orcs are usually the product of rape,
16     slavery, or some such unpleasantness. They
17     look it too: Half-Orcs are rather ugly. On
18     average, they're stronger, a bit quicker, and
19     hardier than humans, but also stupid, impious,
20     and unmagical. They're resistant to poison and
21     can see in the dark, and every half-orc seems
22     to know how to steal.
23     endmsg
24 root 1.7 face pl_half_orc.x51
25 root 1.1 is_animated 1
26 root 1.7 str 2
27     dex 1
28     con 2
29     wis -2
30     pow -1
31     cha -3
32     int -2
33     dam 1
34 root 1.1 wc 21
35     ac 10
36 root 1.7 speed 1
37     level 1
38 root 1.8 inherit type_player
39 root 1.7 resist_poison 30
40     path_repelled 65536
41 root 1.5 weight 70000
42 root 1.7 randomitems half_orc_player_items
43     alive 1
44 root 1.1 can_use_shield 1
45 root 1.7 no_pick 1
46 root 1.1 can_use_armour 1
47     can_use_weapon 1
48     can_see_in_dark 1
49     body_range 1
50     body_arm 2
51     body_torso 1
52     body_head 1
53     body_neck 1
54     body_skill 1
55     body_finger 2
56     body_shoulder 1
57     body_foot 2
58     body_hand 2
59     body_wrist 2
60     body_waist 1
61 root 1.7 anim_speed -1
62     editable 0
63     magicmap brown
64 root 1.1 end
65 root 1.7