Allow file to randomly appear in loot.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21487 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
e3e539edbf
commit
abff76d318
|
@ -1,3 +1,7 @@
|
||||||
|
Add the file as a random drop.
|
||||||
|
treasures.trs
|
||||||
|
Daniel Hawkins 2020-10-09
|
||||||
|
|
||||||
Add formulae for crafting weapons of Silvered Edge
|
Add formulae for crafting weapons of Silvered Edge
|
||||||
from the newly-added silver filings.
|
from the newly-added silver filings.
|
||||||
Also added scythe to the list of valid weapons to silver.
|
Also added scythe to the list of valid weapons to silver.
|
||||||
|
|
|
@ -1713,8 +1713,11 @@ treasureone uncommon_items
|
||||||
arch lockpicks
|
arch lockpicks
|
||||||
chance 5
|
chance 5
|
||||||
more
|
more
|
||||||
|
arch file
|
||||||
|
chance 3
|
||||||
|
more
|
||||||
list NONE
|
list NONE
|
||||||
chance 25
|
chance 24
|
||||||
end
|
end
|
||||||
treasure poor_old
|
treasure poor_old
|
||||||
arch bow
|
arch bow
|
||||||
|
|
Loading…
Reference in New Issue