Revision: | 1.1 |
Committed: | Tue May 9 17:29:25 2006 UTC (18 years, 10 months ago) by pippijn |
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: | Moved some treasures out the lib/treasures file into the arch tree. |
# | User | Rev | Content |
---|---|---|---|
1 | pippijn | 1.1 | # This is basically given to monsters that might get spellbooks or use |
2 | # wands/rods/etc. This is mostly necessary so that if they become | ||
3 | # the pets of players, the player will get exp awarded to the correct | ||
4 | # skill. | ||
5 | treasure skill_use_magic_item | ||
6 | arch skill_use_magic_item | ||
7 | end | ||
8 | # | ||
9 | treasure all_spell_skills | ||
10 | arch skill_use_magic_item | ||
11 | more | ||
12 | arch skill_evocation | ||
13 | more | ||
14 | arch skill_praying | ||
15 | more | ||
16 | arch skill_pyromancy | ||
17 | more | ||
18 | arch skill_sorcery | ||
19 | more | ||
20 | arch skill_summoning | ||
21 | end |