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

Comparing deliantra/arch/treasures/random.trs (file contents):
Revision 1.4 by elmex, Wed Jan 31 12:12:24 2007 UTC vs.
Revision 1.7 by root, Mon Apr 16 09:22:28 2007 UTC

27# flame touch is not something you can learn 27# flame touch is not something you can learn
28 arch scroll_hiding 28 arch scroll_hiding
29 chance 9 29 chance 9
30 more 30 more
31# the inscription skill is only available as a pen 31# the inscription skill is only available as a pen
32 arch stylus 32 arch stylus
33 chance 10 33 chance 10
34 more 34 more
35 arch scroll_jewelry 35 arch scroll_jewelry
36 chance 10 36 chance 10
37 more 37 more
739 arch potionpow 739 arch potionpow
740 chance 14 740 chance 14
741 end 741 end
742treasureone random_potion 742treasureone random_potion
743 list random_stat_potion 743 list random_stat_potion
744 chance 15 744 chance 1
745 more 745 more
746 list shop_potions 746 list shop_potions
747 chance 70 747 chance 90
748 more 748 more
749 list random_good_stuff 749 list random_good_stuff
750 chance 10 750 chance 6
751 more 751 more
752 list uncommon_items 752 list uncommon_items
753 chance 5 753 chance 3
754 end 754 end
755treasureone random_good_stuff 755treasureone random_good_stuff
756 list none 756 list none
757 chance 5 757 chance 5
758 more 758 more

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines