ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_northman/northman.arc
Revision: 1.11
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.10: +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.8 object northman_player
2 root 1.9 anim
3     player_northman.x11
4     player_northman.x12
5     player_northman.x31
6     player_northman.x32
7     player_northman.x51
8     player_northman.x52
9     player_northman.x71
10     player_northman.x72
11     facings 4
12     mina
13 root 1.1 name Northman
14     race human
15     msg
16     Northmen are simply humans who have been
17     shaped by their harsh environment. They are
18     stronger, quicker, and hardier than most
19     humans, but also stupid and impious. Most
20     races also consider them a bit unattractive.
21     They have some resistance to cold, but the
22     few of them who take up magic find it
23     difficult to master fire spells.
24     endmsg
25 root 1.9 face player_northman.x51
26 root 1.1 is_animated 1
27 root 1.9 str 1
28     dex 1
29     con 2
30     wis -1
31     pow -1
32     cha -1
33     int -2
34     food 500
35     dam 1
36     wc 21
37     ac 10
38     speed 0.5
39     level 1
40 root 1.11 inherit type_player
41 root 1.9 attacktype 1
42     resist_cold 30
43     path_repelled 2
44     weight 70000
45     randomitems northman_player_items
46     alive 1
47 root 1.1 can_use_shield 1
48     can_use_armour 1
49     can_use_weapon 1
50     body_range 1
51     body_arm 2
52     body_torso 1
53     body_head 1
54     body_neck 1
55     body_skill 1
56     body_finger 2
57     body_shoulder 1
58     body_foot 2
59     body_hand 2
60     body_wrist 2
61     body_waist 1
62 root 1.9 anim_speed -1
63     editable 0
64 root 1.10 magicmap black
65 root 1.1 end
66 root 1.9