diff --git a/Resources/Locale/en-US/_CP14/tiles/tiles.ftl b/Resources/Locale/en-US/_CP14/tiles/tiles.ftl index bc1cf9f9d0..481fe32639 100644 --- a/Resources/Locale/en-US/_CP14/tiles/tiles.ftl +++ b/Resources/Locale/en-US/_CP14/tiles/tiles.ftl @@ -7,6 +7,9 @@ cp14-tiles-grass-light = light grass cp14-tiles-grass-tall = tall grass cp14-tiles-dirt = soil cp14-tiles-sand = sand +cp14-tiles-snow = snow +cp14-tiles-snow-deep = deep snow +cp14-tiles-snow-deep-deep = deep deep snow # Produced cp14-tiles-foundation = foundation diff --git a/Resources/Locale/en-US/tiles/tiles.ftl b/Resources/Locale/en-US/tiles/tiles.ftl index b520235614..9e133d52eb 100644 --- a/Resources/Locale/en-US/tiles/tiles.ftl +++ b/Resources/Locale/en-US/tiles/tiles.ftl @@ -1,4 +1,4 @@ -tiles-space = space +tiles-space = ocean tiles-plating = plating tiles-lattice = lattice tiles-lattice-train = train lattice diff --git a/Resources/Locale/ru-RU/_CP14/tiles/tiles.ftl b/Resources/Locale/ru-RU/_CP14/tiles/tiles.ftl index 0f4e95bd1d..2982e36ad3 100644 --- a/Resources/Locale/ru-RU/_CP14/tiles/tiles.ftl +++ b/Resources/Locale/ru-RU/_CP14/tiles/tiles.ftl @@ -7,6 +7,9 @@ cp14-tiles-grass-light = светлая трава cp14-tiles-grass-tall = высокая трава cp14-tiles-dirt = почва cp14-tiles-sand = песок +cp14-tiles-snow = снег +cp14-tiles-snow-deep = глубокий снег +cp14-tiles-snow-deep-deep = очень глубокий снег # Produced cp14-tiles-foundation = фундамент diff --git a/Resources/Locale/ru-RU/tiles/tiles.ftl b/Resources/Locale/ru-RU/tiles/tiles.ftl index 6098bbc5a0..a340d55327 100644 --- a/Resources/Locale/ru-RU/tiles/tiles.ftl +++ b/Resources/Locale/ru-RU/tiles/tiles.ftl @@ -1,4 +1,4 @@ -tiles-space = космос +tiles-space = океан tiles-plating = покрытие tiles-lattice = решётка tiles-lattice-train = решётка поезда diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/trees.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/trees.yml index 8a27ab2d70..ff96b0ef36 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/trees.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/trees.yml @@ -15,7 +15,6 @@ - type: Clickable - type: Sprite noRot: true - sprite: Objects/Decoration/Flora/flora_trees.rsi drawdepth: Mobs offset: 0,0.9 - type: Physics @@ -43,7 +42,7 @@ - trigger: !type:DamageTypeTrigger damageType: Heat - damage: 100 + damage: 50 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] @@ -82,7 +81,6 @@ abstract: true components: - type: Sprite - sprite: Objects/Decoration/Flora/flora_treeslarge.rsi offset: 0,1.55 - type: Fixtures fixtures: @@ -128,84 +126,57 @@ - type: entity parent: CP14BaseTree - id: CP14FloraTree01 + id: CP14FloraTreeGreen components: - type: Sprite - state: tree01 + sprite: Objects/Decoration/Flora/flora_trees.rsi + layers: + - state: tree01 + map: ["random"] + - type: RandomSprite + available: + - random: + tree01: "" + tree02: "" + tree03: "" + tree04: "" + tree05: "" + tree06: "" - type: entity parent: CP14BaseTree - id: CP14FloraTree02 + id: CP14FloraTreeSnow components: - type: Sprite - state: tree02 - -- type: entity - parent: CP14BaseTree - id: CP14FloraTree03 - components: - - type: Sprite - state: tree03 - -- type: entity - parent: CP14BaseTree - id: CP14FloraTree04 - components: - - type: Sprite - state: tree04 - -- type: entity - parent: CP14BaseTree - id: CP14FloraTree05 - components: - - type: Sprite - state: tree05 - -- type: entity - parent: CP14BaseTree - id: CP14FloraTree06 - components: - - type: Sprite - state: tree06 + sprite: _CP14/Structures/Flora/snow_trees.rsi + layers: + - state: tree01 + map: ["random"] + - type: RandomSprite + available: + - random: + tree01: "" + tree02: "" + tree03: "" + tree04: "" + tree05: "" + tree06: "" - type: entity parent: CP14BaseTreeLarge - id: CP14FloraTreeLarge01 + id: CP14FloraTreeGreenLarge components: - type: Sprite - state: treelarge01 - -- type: entity - parent: CP14BaseTreeLarge - id: CP14FloraTreeLarge02 - components: - - type: Sprite - state: treelarge02 - -- type: entity - parent: CP14BaseTreeLarge - id: CP14FloraTreeLarge03 - components: - - type: Sprite - state: treelarge03 - -- type: entity - parent: CP14BaseTreeLarge - id: CP14FloraTreeLarge04 - components: - - type: Sprite - state: treelarge04 - -- type: entity - parent: CP14BaseTreeLarge - id: CP14FloraTreeLarge05 - components: - - type: Sprite - state: treelarge05 - -- type: entity - parent: CP14BaseTreeLarge - id: CP14FloraTreeLarge06 - components: - - type: Sprite - state: treelarge06 \ No newline at end of file + sprite: Objects/Decoration/Flora/flora_treeslarge.rsi + layers: + - state: treelarge01 + map: ["random"] + - type: RandomSprite + available: + - random: + treelarge01: "" + treelarge02: "" + treelarge03: "" + treelarge04: "" + treelarge05: "" + treelarge06: "" \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Procedural/biome_template_grasslands.yml b/Resources/Prototypes/_CP14/Procedural/biome_template_grasslands.yml index 9d00f62484..d21b8ea0c3 100644 --- a/Resources/Prototypes/_CP14/Procedural/biome_template_grasslands.yml +++ b/Resources/Prototypes/_CP14/Procedural/biome_template_grasslands.yml @@ -126,18 +126,8 @@ - CP14FloorGrassLight - CP14FloorGrassTall entities: - - CP14FloraTree01 - - CP14FloraTree02 - - CP14FloraTree03 - - CP14FloraTree04 - - CP14FloraTree05 - - CP14FloraTree06 - - CP14FloraTreeLarge01 - - CP14FloraTreeLarge02 - - CP14FloraTreeLarge03 - - CP14FloraTreeLarge04 - - CP14FloraTreeLarge05 - - CP14FloraTreeLarge06 + - CP14FloraTreeGreen + - CP14FloraTreeGreenLarge - !type:BiomeEntityLayer # More Rocks threshold: 0.7 noise: @@ -184,18 +174,8 @@ - CP14FloorGrassLight - CP14FloorGrassTall entities: - - CP14FloraTree01 - - CP14FloraTree02 - - CP14FloraTree03 - - CP14FloraTree04 - - CP14FloraTree05 - - CP14FloraTree06 - - CP14FloraTreeLarge01 - - CP14FloraTreeLarge02 - - CP14FloraTreeLarge03 - - CP14FloraTreeLarge04 - - CP14FloraTreeLarge05 - - CP14FloraTreeLarge06 + - CP14FloraTreeGreen + - CP14FloraTreeGreenLarge - type: biomeTemplate id: CP14GrasslandHills # Холмы diff --git a/Resources/Prototypes/_CP14/Procedural/biome_template_snow.yml b/Resources/Prototypes/_CP14/Procedural/biome_template_snow.yml new file mode 100644 index 0000000000..a79d013a24 --- /dev/null +++ b/Resources/Prototypes/_CP14/Procedural/biome_template_snow.yml @@ -0,0 +1,46 @@ +- type: biomeTemplate + id: CP14SnowFill + layers: + - !type:BiomeTileLayer + threshold: -1.0 + tile: CP14FloorSnowDeepDeep + - !type:BiomeTileLayer + tile: CP14FloorSnowDeep + threshold: 0 + noise: + seed: 0 + noiseType: OpenSimplex2 + fractalType: Ridged + frequency: 0.02 + octaves: 3 + lacunarity: 1.8 + gain: 0.7 + domainWarpType: OpenSimplex2 + domainWarpAmp: 120 + - !type:BiomeTileLayer + tile: CP14FloorSnow + threshold: 0.45 + noise: + seed: 0 + noiseType: OpenSimplex2 + fractalType: Ridged + frequency: 0.02 + octaves: 3 + lacunarity: 1.8 + gain: 0.7 + domainWarpType: OpenSimplex2 + domainWarpAmp: 120 + - !type:BiomeEntityLayer # More Trees + threshold: 0.4 + noise: + seed: 4 + noiseType: OpenSimplex2 + fractalType: FBm + frequency: 0.7 + allowedTiles: + - CP14FloorSnow + - CP14FloorSnowDeep + - CP14FloorSnowDeepDeep + entities: + - CP14FloraTreeSnow + #- CP14FloraTreeGreenLarge \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Tiles/natural.yml b/Resources/Prototypes/_CP14/Tiles/natural.yml index 6cfc82f0a1..77c804f1b0 100644 --- a/Resources/Prototypes/_CP14/Tiles/natural.yml +++ b/Resources/Prototypes/_CP14/Tiles/natural.yml @@ -176,3 +176,102 @@ weather: true suckReagents: true color: "#4a613a" + +- type: tile + id: CP14FloorSnowDeepDeep + editorHidden: false + name: cp14-tiles-snow-deep-deep + sprite: /Textures/_CP14/Tiles/SnowDeepDeep/snow.png + variants: 6 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 1000 # Because snowfall! + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/SnowDeepDeep/single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/SnowDeepDeep/single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/SnowDeepDeep/single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/SnowDeepDeep/single_edge_SW.png + South: /Textures/_CP14/Tiles/SnowDeepDeep/double_edge_S.png + East: /Textures/_CP14/Tiles/SnowDeepDeep/double_edge_E.png + North: /Textures/_CP14/Tiles/SnowDeepDeep/double_edge_N.png + West: /Textures/_CP14/Tiles/SnowDeepDeep/double_edge_W.png + baseTurf: CP14FloorDirt + deconstructTools: [ CP14Digging ] + itemDrop: CP14RandomDirtLootSpawner + isSubfloor: false + footstepSounds: + collection: FootstepSnow + heatCapacity: 10000 + weather: true + suckReagents: true + +- type: tile + id: CP14FloorSnowDeep + editorHidden: false + name: cp14-tiles-snow-deep + sprite: /Textures/_CP14/Tiles/SnowDeep/snow.png + variants: 6 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 1001 # Because snowfall! + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/SnowDeep/single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/SnowDeep/single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/SnowDeep/single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/SnowDeep/single_edge_SW.png + South: /Textures/_CP14/Tiles/SnowDeep/double_edge_S.png + East: /Textures/_CP14/Tiles/SnowDeep/double_edge_E.png + North: /Textures/_CP14/Tiles/SnowDeep/double_edge_N.png + West: /Textures/_CP14/Tiles/SnowDeep/double_edge_W.png + baseTurf: CP14FloorDirt + deconstructTools: [ CP14Digging ] + itemDrop: CP14RandomDirtLootSpawner + isSubfloor: false + footstepSounds: + collection: FootstepSnow + heatCapacity: 10000 + weather: true + suckReagents: true + +- type: tile + id: CP14FloorSnow + editorHidden: false + name: cp14-tiles-snow + sprite: /Textures/_CP14/Tiles/Snow/snow.png + variants: 6 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 1002 # Because snowfall! + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/Snow/single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/Snow/single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/Snow/single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/Snow/single_edge_SW.png + South: /Textures/_CP14/Tiles/Snow/double_edge_S.png + East: /Textures/_CP14/Tiles/Snow/double_edge_E.png + North: /Textures/_CP14/Tiles/Snow/double_edge_N.png + West: /Textures/_CP14/Tiles/Snow/double_edge_W.png + baseTurf: CP14FloorDirt + deconstructTools: [ CP14Digging ] + itemDrop: CP14RandomDirtLootSpawner + isSubfloor: false + footstepSounds: + collection: FootstepSnow + heatCapacity: 10000 + weather: true + suckReagents: true \ No newline at end of file diff --git a/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/meta.json new file mode 100644 index 0000000000..eaf00e2ba9 --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/meta.json @@ -0,0 +1,29 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/e00cae8d065f9cf520688cc0dd0e15ba5bef12a9, added snow by TheShuEd", + "size": { + "x": 96, + "y": 96 + }, + "states": [ + { + "name": "tree01" + }, + { + "name": "tree02" + }, + { + "name": "tree03" + }, + { + "name": "tree04" + }, + { + "name": "tree05" + }, + { + "name": "tree06" + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree01.png b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree01.png new file mode 100644 index 0000000000..f09ff66aad Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree01.png differ diff --git a/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree02.png b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree02.png new file mode 100644 index 0000000000..b62ca9e528 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree02.png differ diff --git a/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree03.png b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree03.png new file mode 100644 index 0000000000..f5e606c30e Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree03.png differ diff --git a/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree04.png b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree04.png new file mode 100644 index 0000000000..2a20cd0f9b Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree04.png differ diff --git a/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree05.png b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree05.png new file mode 100644 index 0000000000..d95c5b8527 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree05.png differ diff --git a/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree06.png b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree06.png new file mode 100644 index 0000000000..d60a39cfd5 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Flora/snow_trees.rsi/tree06.png differ diff --git a/Resources/Textures/_CP14/Tiles/Snow/attribution.yml b/Resources/Textures/_CP14/Tiles/Snow/attribution.yml new file mode 100644 index 0000000000..60be04fe4f --- /dev/null +++ b/Resources/Textures/_CP14/Tiles/Snow/attribution.yml @@ -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: "CC-BY-SA-3.0" + copyright: "Created by TheShuEd " + source: "https://github.com/crystallpunk-14/crystall-punk-14/pull/290" diff --git a/Resources/Textures/_CP14/Tiles/Snow/double_edge_E.png b/Resources/Textures/_CP14/Tiles/Snow/double_edge_E.png new file mode 100644 index 0000000000..9d4e8be0eb Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Snow/double_edge_E.png differ diff --git a/Resources/Textures/_CP14/Tiles/Snow/double_edge_N.png b/Resources/Textures/_CP14/Tiles/Snow/double_edge_N.png new file mode 100644 index 0000000000..31f02e990e Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Snow/double_edge_N.png differ diff --git a/Resources/Textures/_CP14/Tiles/Snow/double_edge_S.png b/Resources/Textures/_CP14/Tiles/Snow/double_edge_S.png new file mode 100644 index 0000000000..1354f20618 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Snow/double_edge_S.png differ diff --git a/Resources/Textures/_CP14/Tiles/Snow/double_edge_W.png b/Resources/Textures/_CP14/Tiles/Snow/double_edge_W.png new file mode 100644 index 0000000000..82e1777190 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Snow/double_edge_W.png differ diff --git a/Resources/Textures/_CP14/Tiles/Snow/single_edge_NE.png b/Resources/Textures/_CP14/Tiles/Snow/single_edge_NE.png new file mode 100644 index 0000000000..eb302ffa7b Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Snow/single_edge_NE.png differ diff --git a/Resources/Textures/_CP14/Tiles/Snow/single_edge_NW.png b/Resources/Textures/_CP14/Tiles/Snow/single_edge_NW.png new file mode 100644 index 0000000000..3688fde85c Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Snow/single_edge_NW.png differ diff --git a/Resources/Textures/_CP14/Tiles/Snow/single_edge_SE.png b/Resources/Textures/_CP14/Tiles/Snow/single_edge_SE.png new file mode 100644 index 0000000000..508291304f Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Snow/single_edge_SE.png differ diff --git a/Resources/Textures/_CP14/Tiles/Snow/single_edge_SW.png b/Resources/Textures/_CP14/Tiles/Snow/single_edge_SW.png new file mode 100644 index 0000000000..4c1eb514cb Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Snow/single_edge_SW.png differ diff --git a/Resources/Textures/_CP14/Tiles/Snow/snow.png b/Resources/Textures/_CP14/Tiles/Snow/snow.png new file mode 100644 index 0000000000..6c23cb24b7 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Snow/snow.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/attribution.yml b/Resources/Textures/_CP14/Tiles/SnowDeep/attribution.yml new file mode 100644 index 0000000000..60be04fe4f --- /dev/null +++ b/Resources/Textures/_CP14/Tiles/SnowDeep/attribution.yml @@ -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: "CC-BY-SA-3.0" + copyright: "Created by TheShuEd " + source: "https://github.com/crystallpunk-14/crystall-punk-14/pull/290" diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_E.png b/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_E.png new file mode 100644 index 0000000000..79440b0347 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_E.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_N.png b/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_N.png new file mode 100644 index 0000000000..92140bc122 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_N.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_S.png b/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_S.png new file mode 100644 index 0000000000..172d9e91c6 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_S.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_W.png b/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_W.png new file mode 100644 index 0000000000..e724e71913 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeep/double_edge_W.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_NE.png b/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_NE.png new file mode 100644 index 0000000000..24b8020f11 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_NE.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_NW.png b/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_NW.png new file mode 100644 index 0000000000..7ce54717d3 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_NW.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_SE.png b/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_SE.png new file mode 100644 index 0000000000..8c4e179206 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_SE.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_SW.png b/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_SW.png new file mode 100644 index 0000000000..339bb9104c Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeep/single_edge_SW.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeep/snow.png b/Resources/Textures/_CP14/Tiles/SnowDeep/snow.png new file mode 100644 index 0000000000..3f9d2b35c6 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeep/snow.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/attribution.yml b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/attribution.yml new file mode 100644 index 0000000000..60be04fe4f --- /dev/null +++ b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/attribution.yml @@ -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: "CC-BY-SA-3.0" + copyright: "Created by TheShuEd " + source: "https://github.com/crystallpunk-14/crystall-punk-14/pull/290" diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_E.png b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_E.png new file mode 100644 index 0000000000..6b790cc33b Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_E.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_N.png b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_N.png new file mode 100644 index 0000000000..a2a5f32233 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_N.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_S.png b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_S.png new file mode 100644 index 0000000000..7e8ca6e82b Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_S.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_W.png b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_W.png new file mode 100644 index 0000000000..b5158abf24 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/double_edge_W.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_NE.png b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_NE.png new file mode 100644 index 0000000000..f8275df7ff Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_NE.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_NW.png b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_NW.png new file mode 100644 index 0000000000..eff887fb51 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_NW.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_SE.png b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_SE.png new file mode 100644 index 0000000000..7e0adc314b Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_SE.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_SW.png b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_SW.png new file mode 100644 index 0000000000..63991734d6 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/single_edge_SW.png differ diff --git a/Resources/Textures/_CP14/Tiles/SnowDeepDeep/snow.png b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/snow.png new file mode 100644 index 0000000000..e3d1408dfa Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/SnowDeepDeep/snow.png differ diff --git a/Resources/migration.yml b/Resources/migration.yml index 1eb4975b81..07cf7ff780 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -185,6 +185,20 @@ CP14KeyRingGuardCommandant: CP14KeyRingGuardCommander #2024-08-12 CP14BaseHandheldAxe: CP14ModularGripWoodenLong +#2024-12-12 +CP14FloraTree01: CP14FloraTreeGreen +CP14FloraTree02: CP14FloraTreeGreen +CP14FloraTree03: CP14FloraTreeGreen +CP14FloraTree04: CP14FloraTreeGreen +CP14FloraTree05: CP14FloraTreeGreen +CP14FloraTree06: CP14FloraTreeGreen +CP14FloraTreeLarge01: CP14FloraTreeGreenLarge +CP14FloraTreeLarge02: CP14FloraTreeGreenLarge +CP14FloraTreeLarge03: CP14FloraTreeGreenLarge +CP14FloraTreeLarge04: CP14FloraTreeGreenLarge +CP14FloraTreeLarge05: CP14FloraTreeGreenLarge +CP14FloraTreeLarge06: CP14FloraTreeGreenLarge + # <---> CrystallEdge migration zone end