1
0
mirror of git://repo.or.cz/rocks.git synced 2024-11-16 07:20:40 +01:00

Less claystone and clay generally, less coal, more lime.

This commit is contained in:
Tomáš Brada 2015-05-03 11:06:16 +02:00
parent 9ed5bdfbd4
commit f42f17c509

View File

@ -81,10 +81,10 @@ rocksl.gensed = function (minp, maxp, seed)
if tp==1 then if tp==1 then
-- particulates -- particulates
if vcva>0.44 then if vcva>0.453 then
-- clay-(0,stone,slate) -- clay-(0,stone,slate)
if spv>0.23 then li="slate" if spv>0.23 then li="slate"
elseif spv>-0.21 then li="claystone" elseif spv>-0.2 then li="claystone"
else li="clay" end else li="clay" end
elseif vcva>0.4 then elseif vcva>0.4 then
li="mudstone" li="mudstone"
@ -103,7 +103,7 @@ rocksl.gensed = function (minp, maxp, seed)
li="stone" li="stone"
elseif vcv>-0.12 then elseif vcv>-0.12 then
li="limestone" li="limestone"
elseif vcv>-0.42 then elseif vcv>-0.44 then
--ine --ine
li="stone" li="stone"
else else