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.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
959 list random_read 956 list random_read
960 chance 5 957 chance 5
961 end 958 end
962# 959#
963treasureone random_read 960treasureone random_read
964 arch book_empty 961 list random_read_text
965 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
966 more 970 more
967 arch tome 971 arch tome
968 chance 45 972 chance 40
969 more 973 more
970 arch book_clasp 974 arch book_clasp
971 chance 65 975 chance 65
972 more 976 more
973 arch scroll 977 arch scroll
974 chance 65 978 chance 65
975 more 979 more
976 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
977 chance 35 997 chance 35
978 end 998 end
979# list 16. Make the improve weapon scrolls possibly, but just give 999# 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 1000# 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. 1001# appear in shops, but never did, due to how the code worked out.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines