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.10 by elmex, Sun Apr 20 18:26:25 2008 UTC vs.
Revision 1.14 by root, Sat Oct 31 18:40:13 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
959 list random_read 959 list random_read
960 chance 5 960 chance 5
961 end 961 end
962# 962#
963treasureone random_read 963treasureone random_read
964 arch book_empty 964 list random_read_text
965 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
966 more 973 more
967 arch tome 974 arch tome
968 chance 45 975 chance 40
969 more 976 more
970 arch book_clasp 977 arch book_clasp
971 chance 65 978 chance 65
972 more 979 more
973 arch scroll 980 arch scroll
974 chance 65 981 chance 65
975 more 982 more
976 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
977 chance 35 1000 chance 35
978 end 1001 end
979# list 16. Make the improve weapon scrolls possibly, but just give 1002# list 16. Make the improve weapon scrolls possibly, but just give
980# 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
981# 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.
1064 arch rod_heavy 1087 arch rod_heavy
1065 chance 1 1088 chance 1
1066 end 1089 end
1067# uncommon artifacts 1090# uncommon artifacts
1068treasureone uncommon_artifacts 1091treasureone uncommon_artifacts
1069 arch potion_invulnerability 1092 arch potion_shielding
1070 chance 5 1093 chance 5
1071 more 1094 more
1072 arch mjoellnir 1095 arch mjoellnir
1073 chance 5 1096 chance 5
1074 more 1097 more

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines