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.8 by root, Sun Aug 12 05:59:24 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
956 list random_read 956 list random_read
957 chance 5 957 chance 5
958 end 958 end
959# 959#
960treasureone random_read 960treasureone random_read
961 arch book_empty
962 chance 35
963 more
961 arch tome 964 arch tome
962 chance 45 965 chance 45
963 more 966 more
964 arch book_clasp 967 arch book_clasp
965 chance 65 968 chance 65
991 nrof 2 994 nrof 2
992 more 995 more
993 arch scroll_new 996 arch scroll_new
994 chance 250 997 chance 250
995 more 998 more
999 arch scroll_empty
1000 chance 50
1001 more
996 arch prepare_weapon 1002 arch prepare_weapon
997 chance 3 1003 chance 3
998 more 1004 more
999 arch improve_cha 1005 arch improve_cha
1000 chance 2 1006 chance 2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines