-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PTK changes: proof of concept * Add hard rock ores for other asteroids than ice * IconSmoothSystem: reduce redundnacy * add NF prefix to OreDiamondDense refs * Fix salvage.yml merge issues * No duped crate spawner * PTK-1500e, not 3000e * Fix asteroid scrap spawner parenting * PTK description * Add "overpowered" comment on PTK * Create supercompacted.yml * Added super compacted spawners * Update supercompacted.yml * mineral spawners * undupe spawners * Separate mineral tables out from floorplan * Fix scrap mineral table * WIP: add RoomMarkers * minerals to spawners, fix rock dupe * Fix missing ice spawner ref * Sprites for mineral spawns, hard supercomp. spawns * rich hard mineral spawners * fewer diamonds on andesite, more chunk spawners * More frequent clusters * order of magnitude --------- Co-authored-by: Dvir <[email protected]> Co-authored-by: Dvir <[email protected]>
- Loading branch information
1 parent
3941232
commit 506679f
Showing
28 changed files
with
9,055 additions
and
780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
Content.Server/_NF/Gatherable/Components/MiningGatheringHardComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace Content.Server._NF.Gatherable.Components; | ||
|
||
/// <summary> | ||
/// Component denotes an item can be used to gather from hard rocks. | ||
/// </summary> | ||
[RegisterComponent] | ||
public sealed partial class MiningGatheringHardComponent : Component; |
7 changes: 7 additions & 0 deletions
7
Content.Server/_NF/Gatherable/Components/MiningGatheringSoftComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace Content.Server._NF.Gatherable.Components; | ||
|
||
/// <summary> | ||
/// Component denotes an item can be used to gather from softer rocks. | ||
/// </summary> | ||
[RegisterComponent] | ||
public sealed partial class MiningGatheringSoftComponent : Component; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.