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.9 by elmex, Sun Apr 13 15:57:54 2008 UTC vs.
Revision 1.12 by sf-marcmagus, Thu Oct 15 16:00:37 2009 UTC

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
34 more
35 arch scroll_jewelry
36 chance 10 33 chance 10
37 more 34 more
38 arch scroll_jumping 35 arch scroll_jumping
39 chance 10 36 chance 10
40 more 37 more
937 chance 10 934 chance 10
938 nrof 4 935 nrof 4
939 end 936 end
940treasureone random_books 937treasureone random_books
941 arch cleric_book 938 arch cleric_book
942 chance 20 939 chance 19
943 more 940 more
944 arch evoker_book 941 arch evoker_book
945 chance 15 942 chance 15
946 more 943 more
947 arch pyro_book 944 arch pyro_book
951 chance 15 948 chance 15
952 more 949 more
953 arch summoner_book 950 arch summoner_book
954 chance 15 951 chance 15
955 more 952 more
953 arch alchemist_book
954 chance 1
955 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 961 list random_read_text
962 chance 35 962 chance 85
963 more
964 list random_read_empty
965 chance 15
966 end
967treasureone random_read_text
968 arch book_read
969 chance 75
963 more 970 more
964 arch tome 971 arch tome
965 chance 45 972 chance 40
966 more 973 more
967 arch book_clasp 974 arch book_clasp
968 chance 65 975 chance 65
969 more 976 more
970 arch scroll 977 arch scroll
971 chance 65 978 chance 65
972 more 979 more
973 arch scroll_2 980 arch scroll_2
981 chance 35
982 end
983treasureone random_read_empty
984 arch book_empty
985 chance 75
986 more
987 arch tome_empty
988 chance 40
989 more
990 arch book_clasp_empty
991 chance 65
992 more
993 arch scroll_read_empty
994 chance 65
995 more
996 arch scroll_2_empty
974 chance 35 997 chance 35
975 end 998 end
976# list 16. Make the improve weapon scrolls possibly, but just give 999# list 16. Make the improve weapon scrolls possibly, but just give
977# them a very low chance. In the old method, they were supposed to 1000# them a very low chance. In the old method, they were supposed to
978# appear in shops, but never did, due to how the code worked out. 1001# appear in shops, but never did, due to how the code worked out.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines