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.13 by root, Sat Oct 31 04:58:32 2009 UTC

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
36 chance 10
37 more
38 arch scroll_jumping 35 arch scroll_jumping
39 chance 10 36 chance 10
40 more 37 more
41 arch scroll_karate 38 arch scroll_karate
42 chance 8 39 chance 8
334 chance 8 331 chance 8
335 more 332 more
336 arch waybread 333 arch waybread
337 chance 4 334 chance 4
338 end 335 end
336 arch tomato
337 chance 1
338 more
339treasure random_mushroom 339treasure random_mushroom
340 arch mushroom_1 340 arch mushroom_1
341 chance 50 341 chance 50
342 no 342 no
343 arch mushroom_2 343 arch mushroom_2
937 chance 10 937 chance 10
938 nrof 4 938 nrof 4
939 end 939 end
940treasureone random_books 940treasureone random_books
941 arch cleric_book 941 arch cleric_book
942 chance 20 942 chance 19
943 more 943 more
944 arch evoker_book 944 arch evoker_book
945 chance 15 945 chance 15
946 more 946 more
947 arch pyro_book 947 arch pyro_book
951 chance 15 951 chance 15
952 more 952 more
953 arch summoner_book 953 arch summoner_book
954 chance 15 954 chance 15
955 more 955 more
956 arch alchemist_book
957 chance 1
958 more
956 list random_read 959 list random_read
957 chance 5 960 chance 5
958 end 961 end
959# 962#
960treasureone random_read 963treasureone random_read
961 arch book_empty 964 list random_read_text
962 chance 35 965 chance 85
966 more
967 list random_read_empty
968 chance 15
969 end
970treasureone random_read_text
971 arch book_read
972 chance 75
963 more 973 more
964 arch tome 974 arch tome
965 chance 45 975 chance 40
966 more 976 more
967 arch book_clasp 977 arch book_clasp
968 chance 65 978 chance 65
969 more 979 more
970 arch scroll 980 arch scroll
971 chance 65 981 chance 65
972 more 982 more
973 arch scroll_2 983 arch scroll_2
984 chance 35
985 end
986treasureone random_read_empty
987 arch book_empty
988 chance 75
989 more
990 arch tome_empty
991 chance 40
992 more
993 arch book_clasp_empty
994 chance 65
995 more
996 arch scroll_read_empty
997 chance 65
998 more
999 arch scroll_2_empty
974 chance 35 1000 chance 35
975 end 1001 end
976# list 16. Make the improve weapon scrolls possibly, but just give 1002# 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 1003# 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. 1004# appear in shops, but never did, due to how the code worked out.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines