ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/Container/chest.trs
(Generate patch)

Comparing deliantra/arch/misc/Container/chest.trs (file contents):
Revision 1.1 by elmex, Sat Aug 12 14:28:53 2006 UTC vs.
Revision 1.2 by elmex, Wed Dec 13 21:23:40 2006 UTC

10 more 10 more
11 list chest_items 11 list chest_items
12 chance 50 12 chance 50
13 end 13 end
14end 14end
15treasureone 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
15treasureone chest_items 27treasureone chest_items
16 arch goldcoin 28 arch goldcoin
17 chance 5 29 chance 5
18 nrof 1 30 nrof 1
19 more 31 more
20 arch silvercoin 32 arch silvercoin
21 chance 5 33 chance 5
22 nrof 9 34 nrof 9
23 more 35 more
24 list random_weapon 36 list chest_wealth
25 chance 30 37 chance 30
26 more 38 more
27 list random_armour 39 list random_armour
28 chance 30 40 chance 30
29 more 41 more

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines