Add random ores.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19489 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
db64fe127c
commit
2a9fa03c19
|
@ -0,0 +1,7 @@
|
|||
Object random_ore
|
||||
face randomMin.111
|
||||
type 4
|
||||
hp 1
|
||||
randomitems random_ore
|
||||
auto_apply 1
|
||||
end
|
|
@ -1658,6 +1658,37 @@ treasureone random_artifact
|
|||
list rare_artifacts
|
||||
chance 5
|
||||
end
|
||||
treasureone random_ore
|
||||
arch rubble
|
||||
chance 50
|
||||
more
|
||||
arch zincore
|
||||
chance 30
|
||||
more
|
||||
arch copperore
|
||||
chance 30
|
||||
more
|
||||
arch leadore
|
||||
chance 25
|
||||
more
|
||||
arch tinore
|
||||
chance 20
|
||||
more
|
||||
arch ironore
|
||||
chance 15
|
||||
more
|
||||
arch uraniumore
|
||||
chance 12
|
||||
more
|
||||
arch silverore
|
||||
chance 9
|
||||
more
|
||||
arch goldore
|
||||
chance 3
|
||||
more
|
||||
arch platore
|
||||
chance 1
|
||||
end
|
||||
treasureone uncommon_items
|
||||
arch horn
|
||||
chance 5
|
||||
|
|
Loading…
Reference in New Issue