]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Ore veins (#14011)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 12 Feb 2023 12:40:57 +0000 (23:40 +1100)
committerGitHub <noreply@github.com>
Sun, 12 Feb 2023 12:40:57 +0000 (12:40 +0000)
commitf96fc1be41be21662c38a0b04197eba7f3e41c7d
treef52932ee284bd747cf7777dc39ecd7ef11feff05
parent351c53e774dd6cf60bcee3b47c4eb839baba582e
Ore veins (#14011)

* Ore veins

I dislike rocks just providing generic drops and this factors into mining more.

* fixes

* descriptions

* comment

* every flipping time
31 files changed:
Content.Client/IconSmoothing/IconSmoothSystem.Edge.cs [new file with mode: 0644]
Content.Client/IconSmoothing/IconSmoothSystem.cs
Content.Client/Mining/OreVeinVisualsComponent.cs [new file with mode: 0644]
Content.Shared/IconSmoothing/SmoothEdgeComponent.cs [new file with mode: 0644]
Content.Shared/Mining/Components/OreVeinComponent.cs [moved from Content.Server/Mining/Components/OreVeinComponent.cs with 100% similarity]
Content.Shared/Mining/OrePrototype.cs
Resources/Prototypes/Entities/Structures/Walls/asteroid.yml
Resources/Textures/Structures/Walls/rock.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_bauxite.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_carbon.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_copper.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_diamond.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_east.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_gold.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_hematite.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_lead.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_marble.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_north.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_painite.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_phoron.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_platinum.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_quartz.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_rutile.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_silver.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_south.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_tin.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_uranium.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_verdantium.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_void_opal.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/rock.rsi/rock_west.png [new file with mode: 0644]