Add aggravation to the list of spells in sorcery books.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21491 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
751a263421
commit
1051c60845
|
@ -3,7 +3,9 @@ The code to prevent charm monsters abuse
|
||||||
from like 2010 appears to have caused the lvl 1
|
from like 2010 appears to have caused the lvl 1
|
||||||
aggravation horns to be essentially useless.
|
aggravation horns to be essentially useless.
|
||||||
Also, make the horns that spawn w/ aggravation have reasonable levels.
|
Also, make the horns that spawn w/ aggravation have reasonable levels.
|
||||||
|
Add the aggravation spell to the random spell list for sorcery.
|
||||||
spell/MoodChange/spell_aggravation.arc
|
spell/MoodChange/spell_aggravation.arc
|
||||||
|
spell/SpellBook/sorcerer_book.trs
|
||||||
artifacts
|
artifacts
|
||||||
Daniel Hawkins 2020-10-10
|
Daniel Hawkins 2020-10-10
|
||||||
|
|
||||||
|
|
|
@ -55,6 +55,9 @@ treasureone sorcery_book_low
|
||||||
more
|
more
|
||||||
arch spell_transference
|
arch spell_transference
|
||||||
chance 1
|
chance 1
|
||||||
|
more
|
||||||
|
arch spell_aggravation
|
||||||
|
chance 2
|
||||||
end
|
end
|
||||||
|
|
||||||
treasureone sorcery_book_medium
|
treasureone sorcery_book_medium
|
||||||
|
|
Loading…
Reference in New Issue