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:
Ed
2024-06-20 18:18:29 +03:00
committed by GitHub
parent 4c12b6e7c6
commit ec3efce19c
37 changed files with 122 additions and 66 deletions

View File

@@ -3,6 +3,8 @@ cp14-tiles-base = rock strata
# Natural
cp14-tiles-grass = meadow grass
cp14-tiles-grass-light = light grass
cp14-tiles-grass-tall = tall grass
cp14-tiles-dirt = soil
cp14-tiles-sand = sand

View File

@@ -3,6 +3,8 @@ cp14-tiles-base = каменная толща
# Natural
cp14-tiles-grass = луговая трава
cp14-tiles-grass-light = светлая трава
cp14-tiles-grass-tall = высокая трава
cp14-tiles-dirt = почва
cp14-tiles-sand = песок

View File

@@ -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

View File

@@ -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

View File

@@ -1,7 +1,13 @@
- files:
- grass.png
- double_edge.png
- single_edge.png
license: "CC-BY-SA-3.0"
copyright: "https://github.com/discordia-space/CEV-Eris/commit/026ee3250ac1de938b503e3eb46ad73dd9c3ca82"
source: "https://github.com/discordia-space/CEV-Eris/commit/026ee3250ac1de938b503e3eb46ad73dd9c3ca82"
- double_edge_E.png
- double_edge_N.png
- double_edge_S.png
- double_edge_W.png
- single_edge_NE.png
- single_edge_NW.png
- single_edge_SE.png
- single_edge_SW.png
license: "All rights reserved for the CrystallPunk14 project only"
copyright: "Created by TheShuEd"
source: "https://github.com/crystallpunk-14/crystall-punk-14/"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1020 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -0,0 +1,13 @@
- files:
- grass.png
- double_edge_E.png
- double_edge_N.png
- double_edge_S.png
- double_edge_W.png
- single_edge_NE.png
- single_edge_NW.png
- single_edge_SE.png
- single_edge_SW.png
license: "All rights reserved for the CrystallPunk14 project only"
copyright: "Created by TheShuEd"
source: "https://github.com/crystallpunk-14/crystall-punk-14/"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

View File

@@ -0,0 +1,13 @@
- files:
- grass.png
- double_edge_E.png
- double_edge_N.png
- double_edge_S.png
- double_edge_W.png
- single_edge_NE.png
- single_edge_NW.png
- single_edge_SE.png
- single_edge_SW.png
license: "All rights reserved for the CrystallPunk14 project only"
copyright: "Created by TheShuEd"
source: "https://github.com/crystallpunk-14/crystall-punk-14/"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B