Jump to content

​NO mushrooms in marsh terrain


DST_LSJ
  • Pending

NO mushrooms were spawned in marsh terrain among  normal DST map. Although the data about terrain_marsh shows those mushrooms should be spawned at such place just like DS. 

Here are date lines. 

5a3539ffe85ee_QQ20171216232134.thumb.png.2423c9a393595c465b1c98d74f5fe876.png

I think it's happened because of the Marsh turf.


Steps to Reproduce
adding new map



User Feedback


From data/scripts/map/terrain.lua:

-- These items will not spawn on a terrain tile of the types in the list provided
local TERRAIN_FILTER=
...
red_mushroom = 		{GROUND.ROAD, GROUND.WOODFLOOR, GROUND.SCALE, GROUND.CARPET, GROUND.CHECKER, GROUND.ROCKY, GROUND.MARSH, GROUND.DIRT, GROUND.DESERT_DIRT },
green_mushroom = 	{GROUND.ROAD, GROUND.WOODFLOOR, GROUND.SCALE, GROUND.CARPET, GROUND.CHECKER, GROUND.ROCKY, GROUND.MARSH, GROUND.DIRT, GROUND.DESERT_DIRT },
blue_mushroom = 	{GROUND.ROAD, GROUND.WOODFLOOR, GROUND.SCALE, GROUND.CARPET, GROUND.CHECKER, GROUND.ROCKY, GROUND.MARSH, GROUND.DIRT, GROUND.DESERT_DIRT }

All mushrooms can't spawn on marsh turf due to this.

The GROUND.MARSH fields should be removed from these three prefabs.

One of the Rooms uses green mushrooms for the marsh gen, so greens won't spawn either.

  • Like 1

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...