ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/chest.trs
Revision: 1.2
Committed: Wed Dec 13 21:23:40 2006 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run, pre_second_normalise_run, post_second_normalise_run, post_normalise_revert, rel-2_4, rel-2_2, rel-2_0, rel-2_1, rel-2_32, post_first_cfarch_normalize_run, pre_normalise_revert, rel-2_43, rel-2_42, rel-2_41
Changes since 1.1: +13 -1 lines
Log Message:
removed random_weapon from chests and put in monster_wealth_* instead,
as weapons can now be bought in shops which are even better!
(this also prevents a good-weapon-flood in the world)

File Contents

# User Rev Content
1 elmex 1.1 treasure chest
2     list chest_items
3     chance 80
4     no
5     list traps
6     more
7     list chest_items
8     more
9     list chest_items
10     more
11     list chest_items
12     chance 50
13     end
14     end
15 elmex 1.2 treasureone chest_wealth
16     list monster_wealth_low
17     chance 35
18     more
19     list monster_wealth_medium
20     chance 35
21     magic 30
22     more
23     list monster_wealth_high
24     chance 30
25     magic 60
26     end
27 elmex 1.1 treasureone chest_items
28     arch goldcoin
29     chance 5
30     nrof 1
31     more
32     arch silvercoin
33     chance 5
34     nrof 9
35     more
36 elmex 1.2 list chest_wealth
37 elmex 1.1 chance 30
38     more
39     list random_armour
40     chance 30
41     more
42     list random_food
43     chance 10
44     more
45     list random_special
46     chance 5
47     magic 6
48     more
49     list random_wealth
50     chance 5
51     magic 5
52     more
53     list random_wealth
54     chance 5
55     magic 10
56     more
57     list random_potion
58     chance 5
59     magic 5
60     more
61     list containers
62     chance 3
63     more
64     list random_scroll
65     chance 5
66     end