ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_wraith/wraithp.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:10 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +45 -43 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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