Replaces CEV-Eris style rocks with SS13 ones, adds Ironrock (#18898)

* replaces CEV=eris rock sprites with /tg/ ones, removes mountainrock, adds ironrock

* phew... good thing i'm purple

* Update Resources/Prototypes/Entities/Structures/Walls/asteroid.yml

Co-authored-by: Vordenburg <114301317+Vordenburg@users.noreply.github.com>

---------

Co-authored-by: Vordenburg <114301317+Vordenburg@users.noreply.github.com>
This commit is contained in:
Flareguy
2023-08-08 23:00:27 -05:00
committed by GitHub
parent 7489d90f8b
commit 45c69f127d
34 changed files with 95 additions and 72 deletions

View File

@@ -1,3 +1,5 @@
#Asteroid rocks
#These can probably be merged with the rock types below these now, but I'm not going to mess with it since I don't want to risk altering any behavior.
- type: entity
id: AsteroidRock
parent: BaseStructure
@@ -9,9 +11,22 @@
whitelist:
tags:
- Pickaxe
- type: IconSmooth
key: walls
mode: NoSprite
- type: SmoothEdge
- type: Sprite
sprite: Structures/Walls/asteroid_rock.rsi
state: full
sprite: Structures/Walls/rock.rsi
layers:
- state: rock_asteroid
- map: [ "enum.EdgeLayer.South" ]
state: rock_asteroid_south
- map: [ "enum.EdgeLayer.East" ]
state: rock_asteroid_east
- map: [ "enum.EdgeLayer.North" ]
state: rock_asteroid_north
- map: [ "enum.EdgeLayer.West" ]
state: rock_asteroid_west
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
@@ -36,9 +51,6 @@
- FullTileMask
layer:
- WallLayer
- type: IconSmooth
key: walls
base: rock_
- type: OreVein
oreChance: 0.2
oreRarityPrototypeId: RandomOreDistributionStandard
@@ -58,6 +70,47 @@
oreChance: 0.33
oreRarityPrototypeId: RandomOreDistributionStandard
- type: entity
id: IronRock
parent: AsteroidRock
name: ironrock
suffix: Low Ore Yield
description: A rocky asteroid.
components:
- type: IconSmooth
key: walls
mode: NoSprite
- type: SmoothEdge
- type: Sprite
sprite: Structures/Walls/rock.rsi
layers:
- state: ironrock
- map: [ "enum.EdgeLayer.South" ]
state: ironrock_south
- map: [ "enum.EdgeLayer.East" ]
state: ironrock_east
- map: [ "enum.EdgeLayer.North" ]
state: ironrock_north
- map: [ "enum.EdgeLayer.West" ]
state: ironrock_west
- type: entity
id: IronRockMining
parent: IronRock
name: ironrock
suffix: higher ore yield
description: An asteroid.
components:
- type: Gatherable
whitelist:
tags:
- Pickaxe
- type: OreVein
oreChance: 0.33
oreRarityPrototypeId: RandomOreDistributionStandard
# Rocks and ore veins
- type: entity
id: WallRock

View File

@@ -1,19 +0,0 @@
- type: entity
id: MountainRock
parent: AsteroidRock
name: mountain rock
description: A craggy mountain wall.
components:
- type: Sprite
sprite: Structures/Walls/mountain_rock.rsi
state: full
- type: entity
id: MountainRockMining
parent: AsteroidRockMining
name: mountain rock
description: A craggy mountain wall.
components:
- type: Sprite
sprite: Structures/Walls/mountain_rock.rsi
state: full

Binary file not shown.

Before

Width:  |  Height:  |  Size: 924 B

View File

@@ -1 +0,0 @@
{"version": 1, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/commit/a0c067f688288aeb167157203e2170b14cfa9d7f", "size": {"x": 32, "y": 32}, "states": [{"name": "rock_0", "directions": 4}, {"name": "rock_1", "directions": 4}, {"name": "rock_2", "directions": 4}, {"name": "rock_3", "directions": 4}, {"name": "rock_4", "directions": 4}, {"name": "rock_5", "directions": 4}, {"name": "rock_6", "directions": 4}, {"name": "rock_7", "directions": 4}, {"name": "full"}]}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

View File

@@ -1,46 +0,0 @@
{
"version": 1,
"copyright": "recolor of https://github.com/discordia-space/CEV-Eris/commit/a0c067f688288aeb167157203e2170b14cfa9d7f",
"license": "CC-BY-SA-3.0",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"directions": 4,
"name": "rock_0"
},
{
"directions": 4,
"name": "rock_1"
},
{
"directions": 4,
"name": "rock_2"
},
{
"directions": 4,
"name": "rock_3"
},
{
"directions": 4,
"name": "rock_4"
},
{
"directions": 4,
"name": "rock_5"
},
{
"directions": 4,
"name": "rock_6"
},
{
"directions": 4,
"name": "rock_7"
},
{
"name": "full"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/817e7c1f225876b45891e3f06908e6d032f0a8bc/icons/turf/walls.dmi, rock_bananium made by brainfood1183 (github) for ss14, rock_snow + rock_wall and co from https://github.com/tgstation/tgstation/tree/e929cf39cded5207d63df1fa8521f41f2816b383",
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/817e7c1f225876b45891e3f06908e6d032f0a8bc/icons/turf/walls.dmi, rock_bananium made by brainfood1183 (github) for ss14, rock_snow, rock_asteroid, & rock_wall and co from https://github.com/tgstation/tgstation/tree/e929cf39cded5207d63df1fa8521f41f2816b383. ironrock taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/02b9f6894af4419c9f7e699a22c402b086d8067e",
"size": {
"x": 32,
"y": 32
@@ -52,6 +52,36 @@
{
"name": "rock_wall_west"
},
{
"name": "rock_asteroid"
},
{
"name": "rock_asteroid_south"
},
{
"name": "rock_asteroid_east"
},
{
"name": "rock_asteroid_north"
},
{
"name": "rock_asteroid_west"
},
{
"name": "ironrock"
},
{
"name": "ironrock_south"
},
{
"name": "ironrock_east"
},
{
"name": "ironrock_north"
},
{
"name": "ironrock_west"
},
{
"name": "rock_artifact_fragment"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -152,3 +152,9 @@ MagazinePistolSubMachineGunHighVelocity: MagazinePistolSubMachineGun
MagazineRifleHighVelocity: MagazineRifle
SpeedLoaderMagnumHighVelocity: SpeedLoaderMagnum
SpeedLoaderPistolHighVelocity: SpeedLoaderPistol
# 2023-08-07
#If the name is anything to go off of, these are presumably just CEV-Eris versions of the snow rock (which we already have.)
#They are practically never used in this way however, so they're migrated to the basic rock type.
MountainRock: AsteroidRock
MountainRockMining: AsteroidRockMining