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.11 by elmex, Mon Jul 14 10:56:19 2008 UTC vs.
Revision 1.14 by root, Sat Oct 31 18:40:13 2009 UTC

331 chance 8 331 chance 8
332 more 332 more
333 arch waybread 333 arch waybread
334 chance 4 334 chance 4
335 end 335 end
336 arch tomato
337 chance 1
338 more
336treasure random_mushroom 339treasure random_mushroom
337 arch mushroom_1 340 arch mushroom_1
338 chance 50 341 chance 50
339 no 342 no
340 arch mushroom_2 343 arch mushroom_2
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.
1061 arch rod_heavy 1087 arch rod_heavy
1062 chance 1 1088 chance 1
1063 end 1089 end
1064# uncommon artifacts 1090# uncommon artifacts
1065treasureone uncommon_artifacts 1091treasureone uncommon_artifacts
1066 arch potion_invulnerability 1092 arch potion_shielding
1067 chance 5 1093 chance 5
1068 more 1094 more
1069 arch mjoellnir 1095 arch mjoellnir
1070 chance 5 1096 chance 5
1071 more 1097 more

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines