ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_halfling/halfling.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

# Content
1 object halfling_player
2 anim
3 halfling.x11
4 halfling.x12
5 halfling.x31
6 halfling.x32
7 halfling.x51
8 halfling.x52
9 halfling.x71
10 halfling.x72
11 facings 4
12 mina
13 name halfling
14 msg
15 Halflings are another sub-race of humankind,
16 like the Northman. They are much smaller and
17 shorter than humans, so they are weaker, but
18 they are far quicker and hardier. They're
19 quite unreligious, but many take up magic.
20
21 Their small size lets them hide more
22 effectively, and for some reason chance seems
23 to favor them with good luck. They are also
24 surprisingly resistant to loss of lifeforce.
25 endmsg
26 face halfling.x51
27 is_animated 1
28 str -4
29 dex 3
30 con 4
31 wis -3
32 food 999
33 dam 1
34 luck 1
35 wc 21
36 ac 10
37 speed 1
38 level 1
39 inherit type_player
40 attacktype 1
41 resist_drain 30
42 weight 40000
43 randomitems halfling_player
44 alive 1
45 can_use_shield 1
46 can_use_armour 1
47 can_use_weapon 1
48 body_range 1
49 body_arm 2
50 body_torso 1
51 body_head 1
52 body_neck 1
53 body_skill 1
54 body_finger 2
55 body_shoulder 1
56 body_foot 2
57 body_hand 2
58 body_wrist 2
59 body_waist 1
60 # Arguably, halfings should have a body_small_torso or something.
61 anim_speed -1
62 editable 0
63 magicmap blue
64 end
65