ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_troll/troll_player/troll_player.arc
Revision: 1.8
Committed: Mon May 7 05:24:41 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 troll_player
2 anim
3 troll_p.x11
4 troll_p.x12
5 troll_p.x31
6 troll_p.x32
7 troll_p.x51
8 troll_p.x52
9 troll_p.x71
10 troll_p.x72
11 facings 4
12 mina
13 name troll
14 race troll
15 msg
16 Trolls are usually nasty creatures: scions
17 of Gnarg. They have amazing strength and
18 hardiness, but they're a bit clumsy, very
19 stupid, impious, and bad at handling and
20 obtaining magic. They heal with amazing
21 rapidity and can see in the dark. Because of
22 the above attributes, they're great in any
23 fight. Well, they're great until someone
24 waves torches at them: fire presents great
25 peril to trolls.
26
27 Most trolls are destroyed on sight by
28 civilized people: but a few have proved
29 deserving of tolerance and are permitted to
30 enter cities.
31 endmsg
32 face troll_p.x51
33 is_animated 1
34 str 5
35 dex -1
36 con 5
37 wis -2
38 pow -2
39 cha -4
40 int -5
41 food 999
42 dam 1
43 wc 21
44 ac 10
45 speed 1
46 level 1
47 inherit type_player
48 attacktype 1
49 resist_fire -30
50 resist_cold 30
51 path_repelled 2
52 weight 90000
53 randomitems troll_player_items
54 alive 1
55 can_use_shield 1
56 can_use_armour 1
57 can_use_weapon 1
58 can_see_in_dark 1
59 body_range 1
60 body_arm 2
61 body_torso 1
62 body_head 1
63 body_neck 1
64 body_skill 1
65 body_finger 2
66 body_shoulder 1
67 body_foot 2
68 body_hand 2
69 body_wrist 2
70 body_waist 1
71 anim_speed -1
72 editable 0
73 magicmap blue
74 end
75
76 object troll_player_force
77 name troll_force
78 face blank.x11
79 hp 3
80 sp -2
81 speed 0
82 type 114
83 invisible 1
84 applied 1
85 no_drop 1
86 end
87