Increase chance and amount of silver coins dropped by lower level monsters so that low level players have better access to spending cash
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10395 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
97c831cf66
commit
0d66d8b3ff
7
CHANGES
7
CHANGES
|
@ -1,5 +1,12 @@
|
|||
Changes for SVN top of tree:
|
||||
|
||||
treasures.trs, /monster/goblin/orc.trs
|
||||
Increase chance and amount of silver coins dropped by lower
|
||||
level monsters such as orcs, goblins, gnolls, ogres so that
|
||||
low level players have easier access to "cash." Change made
|
||||
by meflin.
|
||||
Rick Tanner 2008-11-11
|
||||
|
||||
/ground/Lake/*.png
|
||||
New lake graphics using the current graphic style. Still needs
|
||||
smoothing and animation.
|
||||
|
|
|
@ -46,5 +46,5 @@ treasure orc
|
|||
more
|
||||
arch silvercoin
|
||||
nrof 80
|
||||
chance 10
|
||||
chance 15
|
||||
end
|
||||
|
|
|
@ -1706,8 +1706,8 @@ treasure poor_old
|
|||
chance 4
|
||||
more
|
||||
arch silvercoin
|
||||
nrof 8
|
||||
chance 10
|
||||
nrof 80
|
||||
chance 20
|
||||
end
|
||||
treasure rich
|
||||
list rich_old
|
||||
|
|
Loading…
Reference in New Issue