ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/RaiseDead/raisedead.trs
Revision: 1.1.1.1 (vendor branch)
Committed: Mon Feb 6 20:26:25 2006 UTC (18 years, 4 months ago) by root
Branch: UPSTREAM, MAIN
CVS Tags: pre_first_cfarch_normalize_run, pre_second_normalise_run, post_second_normalise_run, post_normalise_revert, rel-2_82, rel-2_81, rel-2_80, UPSTREAM_2006_03_15, rel-3_0, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, 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, UPSTREAM_2006_02_01, rel-2_53, rel-2_32, post_first_cfarch_normalize_run, UPSTREAM_2006_02_22, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61, pre_normalise_revert, rel-2_43, rel-2_42, rel-2_41, HEAD
Changes since 1.1: +0 -0 lines
Log Message:
Initial Import

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