Ed 20 06 2024 grass update (#259)
* grass update * +2 grass tile * Update biomes_template_grasslands.yml * Update biomes_template_grasslands.yml
This commit is contained in:
@@ -7,11 +7,9 @@
|
||||
- !type:BiomeTileLayer
|
||||
threshold: -1.0
|
||||
tile: CP14FloorGrass
|
||||
- !type:BiomeDecalLayer #Grass decal
|
||||
allowedTiles:
|
||||
- CP14FloorGrass
|
||||
- !type:BiomeTileLayer
|
||||
tile: CP14FloorGrassLight
|
||||
threshold: 0
|
||||
divisions: 1
|
||||
noise:
|
||||
seed: 0
|
||||
noiseType: OpenSimplex2
|
||||
@@ -22,22 +20,9 @@
|
||||
gain: 0.7
|
||||
domainWarpType: OpenSimplex2
|
||||
domainWarpAmp: 120
|
||||
decals:
|
||||
- CP14FloraGrassA1
|
||||
- CP14FloraGrassA2
|
||||
- CP14FloraGrassA3
|
||||
- CP14FloraGrassA4
|
||||
- CP14FloraGrassA5
|
||||
- CP14FloraGrassB1
|
||||
- CP14FloraGrassB2
|
||||
- CP14FloraGrassB3
|
||||
- CP14FloraGrassB4
|
||||
- CP14FloraGrassB5
|
||||
- !type:BiomeDecalLayer #Bush decal
|
||||
allowedTiles:
|
||||
- CP14FloorGrass
|
||||
threshold: 0.35
|
||||
divisions: 1
|
||||
- !type:BiomeTileLayer
|
||||
tile: CP14FloorGrassTall
|
||||
threshold: 0.45
|
||||
noise:
|
||||
seed: 0
|
||||
noiseType: OpenSimplex2
|
||||
@@ -48,37 +33,6 @@
|
||||
gain: 0.7
|
||||
domainWarpType: OpenSimplex2
|
||||
domainWarpAmp: 120
|
||||
decals:
|
||||
- CP14FloraBushA1
|
||||
- CP14FloraBushA2
|
||||
- CP14FloraBushA3
|
||||
- CP14FloraBushB1
|
||||
- CP14FloraBushB2
|
||||
- CP14FloraBushB3
|
||||
- CP14FloraBushC1
|
||||
- CP14FloraBushC2
|
||||
- CP14FloraBushC3
|
||||
- !type:BiomeDecalLayer #Stone decal
|
||||
allowedTiles:
|
||||
- CP14FloorGrass
|
||||
threshold: 0.55
|
||||
divisions: 1
|
||||
noise:
|
||||
seed: 1
|
||||
noiseType: OpenSimplex2
|
||||
fractalType: Ridged
|
||||
frequency: 0.1
|
||||
octaves: 3
|
||||
lacunarity: 1.8
|
||||
gain: 0.7
|
||||
domainWarpType: OpenSimplex2
|
||||
domainWarpAmp: 120
|
||||
decals:
|
||||
- CP14FloraRock01
|
||||
- CP14FloraRock02
|
||||
- CP14FloraRock03
|
||||
- CP14FloraRock04
|
||||
- CP14FloraRock05
|
||||
- !type:BiomeEntityLayer # Rare Trees
|
||||
threshold: 0.8
|
||||
noise:
|
||||
@@ -289,4 +243,4 @@
|
||||
domainWarpAmp: 150
|
||||
entities:
|
||||
- CP14FloorWater
|
||||
# Lakes end
|
||||
# Lakes end
|
||||
|
||||
@@ -76,22 +76,88 @@
|
||||
editorHidden: false
|
||||
name: cp14-tiles-grass
|
||||
sprite: /Textures/_CP14/Tiles/Grass/grass.png
|
||||
variants: 4
|
||||
variants: 6
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 3
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/Grass/single_edge.png
|
||||
NorthEast: /Textures/_CP14/Tiles/Grass/single_edge.png
|
||||
NorthWest: /Textures/_CP14/Tiles/Grass/single_edge.png
|
||||
SouthWest: /Textures/_CP14/Tiles/Grass/single_edge.png
|
||||
South: /Textures/_CP14/Tiles/Grass/double_edge.png
|
||||
East: /Textures/_CP14/Tiles/Grass/double_edge.png
|
||||
North: /Textures/_CP14/Tiles/Grass/double_edge.png
|
||||
West: /Textures/_CP14/Tiles/Grass/double_edge.png
|
||||
SouthEast: /Textures/_CP14/Tiles/Grass/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/Grass/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/Grass/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/Grass/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/Grass/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/Grass/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/Grass/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/Grass/double_edge_W.png
|
||||
baseTurf: CP14FloorDirt
|
||||
deconstructTools: [ CP14Digging ]
|
||||
itemDrop: CP14DirtEffect
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepGrass
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
|
||||
- type: tile
|
||||
id: CP14FloorGrassLight
|
||||
editorHidden: false
|
||||
name: cp14-tiles-grass-light
|
||||
sprite: /Textures/_CP14/Tiles/GrassLight/grass.png
|
||||
variants: 6
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 4
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/GrassLight/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/GrassLight/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/GrassLight/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/GrassLight/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/GrassLight/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/GrassLight/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/GrassLight/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/GrassLight/double_edge_W.png
|
||||
baseTurf: CP14FloorDirt
|
||||
deconstructTools: [ CP14Digging ]
|
||||
itemDrop: CP14DirtEffect
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepGrass
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
|
||||
- type: tile
|
||||
id: CP14FloorGrassTall
|
||||
editorHidden: false
|
||||
name: cp14-tiles-grass-tall
|
||||
sprite: /Textures/_CP14/Tiles/GrassTall/grass.png
|
||||
variants: 6
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 5
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/GrassTall/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/GrassTall/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/GrassTall/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/GrassTall/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/GrassTall/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/GrassTall/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/GrassTall/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/GrassTall/double_edge_W.png
|
||||
baseTurf: CP14FloorDirt
|
||||
deconstructTools: [ CP14Digging ]
|
||||
itemDrop: CP14DirtEffect
|
||||
|
||||
Reference in New Issue
Block a user