ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_wraith/wraithp.arc
Revision: 1.9
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.8: +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 wraith_player
2 anim
3 wraithp.x11
4 wraithp.x12
5 wraithp.x31
6 wraithp.x32
7 wraithp.x51
8 wraithp.x52
9 wraithp.x71
10 wraithp.x72
11 facings 4
12 mina
13 name Wraith
14 race undead
15 msg
16 A Wraith is the spirit of a person who has
17 made an evil bargain in order to persist
18 after natural death, or has been forced
19 involuntarily into its current undead state.
20 This transformation frees them of the limits
21 of a natural lifespan, and grants them
22 immunity to diseases, poison, and loss of
23 lifeforce. Wraiths also need feel little
24 fear of cold, and they can see well in the
25 dark. A Wraith's corporeal form has terrible
26 vulnerabilities: fire and most godpower are
27 dangerous to Wraiths. Their tenuous form
28 makes them quick and somewhat hard to hit,
29 but also weaker and less hardy.
30
31 Wraiths have a strong affinity to magic,
32 especially cold spells, and are very strong
33 spellcasters. However, they cannot use fire
34 spells for fear of self-destruction.
35 endmsg
36 face wraithp.x51
37 is_animated 1
38 str -3
39 dex 4
40 con -3
41 wis -3
42 pow 3
43 cha -4
44 int 2
45 food 999
46 dam 1
47 wc 21
48 ac 6
49 level 1
50 inherit type_player
51 attacktype 17
52 resist_fire -25
53 resist_cold 30
54 resist_drain 100
55 resist_ghosthit 100
56 resist_poison 100
57 path_attuned 4
58 path_denied 2
59 weight 30000
60 randomitems wraith_player_items
61 alive 1
62 can_use_shield 1
63 undead 1
64 can_use_armour 1
65 can_use_weapon 1
66 can_see_in_dark 1
67 body_range 1
68 body_arm 2
69 body_torso 1
70 body_head 1
71 body_neck 1
72 body_skill 1
73 body_finger 2
74 body_shoulder 1
75 body_foot 2
76 body_hand 2
77 body_wrist 2
78 body_waist 1
79 anim_speed -1
80 editable 0
81 magicmap black
82 end
83
84 object wraith_player_force
85 name Wraith_Force
86 face blank.x11
87 food 60
88 speed 0
89 type 114
90 invisible 1
91 applied 1
92 no_drop 1
93 can_see_in_dark 1
94 end
95