ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/spell.trs
Revision: 1.1
Committed: Mon Feb 6 20:26:22 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 # this is really used for wonder - need a source of
2     # all spells it should cast - currently, just take all
3     # that show up in books. This should probably be reworked
4     # to be more selective, so wonder could at least be considered
5     # somewhat useful - maybe toss in some spell that are quest items
6     # even to make things interesting.
7     treasureone wonder_spells
8     list evocation_book
9     chance 5
10     more
11     list sorcery_book
12     chance 5
13     more
14     list pyromancy_book
15     chance 5
16     more
17     list summoner_book
18     chance 5
19     end
20    
21