Revision: | 1.1 |
Committed: | Tue Jul 11 16:44:41 2006 UTC (18 years, 8 months ago) by elmex |
Branch: | MAIN |
CVS Tags: | pre_first_cfarch_normalize_run, pre_second_normalise_run, post_second_normalise_run, post_normalise_revert, rel-2_82, rel-2_81, rel-2_80, rel-3_0, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, post_first_cfarch_normalize_run, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61, pre_normalise_revert, rel-2_43, rel-2_42, rel-2_41, HEAD |
Log Message: | fixed treasurelist for snitchangel. removed ring treasures replaced by money/gem treasures. fixed some other treasurelist errors. |
# | User | Rev | Content |
---|---|---|---|
1 | elmex | 1.1 | # added by elmex, to replace random_books with monster_spells |
2 | # to prevent so many spellbooks in the treasures of regular monsters. | ||
3 | treasureone monster_spells | ||
4 | list prayer_book | ||
5 | chance 20 | ||
6 | more | ||
7 | list evocation_book | ||
8 | chance 15 | ||
9 | more | ||
10 | list pyromancy_book | ||
11 | chance 15 | ||
12 | more | ||
13 | list sorcery_book | ||
14 | chance 15 | ||
15 | more | ||
16 | list summoner_book | ||
17 | chance 15 | ||
18 | end |