ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_wraith/wraithp.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:28 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +11 -11 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object wraith_player
2 root 1.4 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 root 1.1 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 root 1.3 face wraithp.x51
37 root 1.1 is_animated 1
38 root 1.3 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 root 1.1 type 1
51     attacktype 17
52     resist_fire -25
53 root 1.3 resist_cold 30
54 root 1.1 resist_drain 100
55     resist_ghosthit 100
56     resist_poison 100
57     path_attuned 4
58     path_denied 2
59 root 1.3 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 root 1.1 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 root 1.3 anim_speed -1
80     color_fg black
81     editable 0
82 root 1.1 end
83 root 1.3
84     object wraith_player_force
85 root 1.1 name Wraith_Force
86 root 1.3 face blank.x11
87     food 60
88     speed 0
89     type 114
90 root 1.1 invisible 1
91     applied 1
92 root 1.3 no_drop 1
93 root 1.1 can_see_in_dark 1
94     end
95 root 1.3