diff --git a/binaries/data/mods/official/maps/random/latium.js b/binaries/data/mods/official/maps/random/latium.js index 1025f2025b..5b6a28b802 100644 --- a/binaries/data/mods/official/maps/random/latium.js +++ b/binaries/data/mods/official/maps/random/latium.js @@ -228,8 +228,8 @@ println("Painting terrain..."); noise6 = new Noise2D(10 * SIZE/128); noise7 = new Noise2D(20 * SIZE/128); -noise8 = new Noise2D(20 * SIZE/128); -noise9 = new Noise2D(40 * SIZE/128); +noise8 = new Noise2D(13 * SIZE/128); +noise9 = new Noise2D(26 * SIZE/128); noise10 = new Noise2D(50 * SIZE/128); @@ -323,7 +323,7 @@ for(ix=0; ix .64) { + else if(grassNoise > .61) { t = (maxH - minH > 1.2) ? tGrassRock : tGrassShrubs; } else { @@ -347,14 +347,24 @@ createObjectGroups(group, 0, ); // create straggler trees -for(t in [oCarob, oBeech, oLombardyPoplar, oPine]) { - group = new SimpleGroup([new SimpleObject(t, 1,3, 0,2)], true, clForest); +trees = [oCarob, oBeech, oLombardyPoplar, oLombardyPoplar, oPine] +for(t in trees) { + group = new SimpleGroup([new SimpleObject(trees[t], 1,1, 0,1)], true, clForest); createObjectGroups(group, 0, - avoidClasses(clWater, 5, clCliff, 0, clForest, 1, clSettlement, 4), - SIZE*SIZE/8000, 50 + avoidClasses(clWater, 5, clCliff, 0, clForest, 1, clSettlement, 4, clPlayer, 15), + SIZE*SIZE/12000, 50 ); } +// create cypresses +group = new SimpleGroup([ + new SimpleObject("flora/trees/cypress2.xml", 1,3, 0,3), + new SimpleObject("flora/trees/cypress1.xml", 0,2, 0,2)]); +createObjectGroups(group, 0, + avoidClasses(clWater, 4, clCliff, 2, clForest, 1, clSettlement, 4, clPlayer, 15), + SIZE*SIZE/4000, 50 +); + // create bushes group = new SimpleGroup([ new SimpleObject(oBushSmall, 0,2, 0,2), diff --git a/binaries/data/mods/official/maps/scenarios/latium_generated.pmp b/binaries/data/mods/official/maps/scenarios/latium_generated.pmp index 505b124c54..26a8611647 100644 --- a/binaries/data/mods/official/maps/scenarios/latium_generated.pmp +++ b/binaries/data/mods/official/maps/scenarios/latium_generated.pmp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:faeebaedf8bae537ef07c902bf37a94c145d364b15f9bf9759815fb2fa51e88b +oid sha256:8a11db2ff1ee1dc40bf879594b43563217c27b18486fa5298b0236e3480a04a1 size 311023 diff --git a/binaries/data/mods/official/maps/scenarios/latium_generated.xml b/binaries/data/mods/official/maps/scenarios/latium_generated.xml index f928a39f73..28287e5be7 100644 --- a/binaries/data/mods/official/maps/scenarios/latium_generated.xml +++ b/binaries/data/mods/official/maps/scenarios/latium_generated.xml @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a74bc2970288c0643e33e851553bf7458e739b06a7e842b890830ea93d7fa26d -size 218778 +oid sha256:3d1fd2a961603923e8dc994a4bafe4a981a1eb1203152b4fb1f304aa6aa4fa50 +size 239846