|
From: Crossfire C. r. messages.
<cro...@li...> - 2014-05-24 17:32:22
|
Revision: 19489
http://sourceforge.net/p/crossfire/code/19489
Author: partmedia
Date: 2014-05-24 17:32:18 +0000 (Sat, 24 May 2014)
Log Message:
-----------
Add random ores.
Modified Paths:
--------------
arch/trunk/treasures.trs
Added Paths:
-----------
arch/trunk/random/random_ore.arc
Added: arch/trunk/random/random_ore.arc
===================================================================
--- arch/trunk/random/random_ore.arc (rev 0)
+++ arch/trunk/random/random_ore.arc 2014-05-24 17:32:18 UTC (rev 19489)
@@ -0,0 +1,7 @@
+Object random_ore
+face randomMin.111
+type 4
+hp 1
+randomitems random_ore
+auto_apply 1
+end
Modified: arch/trunk/treasures.trs
===================================================================
--- arch/trunk/treasures.trs 2014-05-24 00:49:42 UTC (rev 19488)
+++ arch/trunk/treasures.trs 2014-05-24 17:32:18 UTC (rev 19489)
@@ -1658,6 +1658,37 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|