ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/RaiseDead/raisedead.trs
Revision: 1.1
Committed: Mon Feb 6 20:26:25 2006 UTC (18 years, 5 months ago) by root
Branch point for: UPSTREAM, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 treasure raise_dead_failure
2     arch devil
3     nrof 5
4     more
5     arch skull
6     nrof 3
7     end
8     #
9     treasure resurrection_failure
10     arch skull
11     nrof 5
12     more
13     arch lich
14     nrof 3
15     end
16     #
17     treasure reincarnation_failure
18     arch lich
19     nrof 5
20     more
21     arch demilich
22     nrof 3
23     more
24     arch spectre
25     nrof 1
26     end
27     #
28     # this basically taken from the code. Not sure if this
29     # is still really accurate.
30     treasureone reincarnation_races
31     arch barbarian
32     chance 1
33     more
34     arch cleric
35     chance 1
36     more
37     arch elf
38     chance 1
39     more
40     arch human
41     chance 1
42     more
43     arch mage
44     chance 1
45     more
46     arch ninja
47     chance 1
48     more
49     arch priest
50     chance 1
51     more
52     arch swashbuckler
53     chance 1
54     more
55     arch thief
56     chance 1
57     more
58     arch viking
59     chance 1
60     more
61     arch warrior
62     chance 1
63     more
64     arch wizard
65     chance 1
66     end