Skip to content

Commit

Permalink
Bluespace And Normality Ores
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Oct 11, 2024
1 parent 6227db4 commit b1e48c6
Show file tree
Hide file tree
Showing 19 changed files with 539 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public sealed partial class GatewayGeneratorComponent : Component
"OreUranium",
"OreBananium",
"OreArtifactFragment",
"OreBluespace",
"OreNormality",
};
}

2 changes: 2 additions & 0 deletions Resources/Locale/en-US/salvage/salvage-magnet.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ salvage-magnet-resources = {$resource ->
[OrePlasma] Plasma
[OreUranium] Uranium
[OreArtifactFragment] Artifact fragments
[OreBluespace] Bluespace crystals
[OreNormality] Normality crystals
*[other] {$resource}
}
Expand Down
48 changes: 48 additions & 0 deletions Resources/Prototypes/Entities/Objects/Materials/ore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,53 @@
id: Salt1
suffix: Single
components:
- type: Stack
count: 1

- type: entity
parent: OreBase
id: BluespaceOre
name: bluespace ore
suffix: Full
components:
- type: Stack
stackType: Bluespace
- type: Sprite
state: bluespace
- type: Item
- type: Material
- type: PhysicalComposition
materialComposition:
Bluespace: 100

- type: entity
parent: BluespaceOre
id: BluespaceOre1
suffix: Single
components:
- type: Stack
count: 1

- type: entity
parent: OreBase
id: NormalityOre
name: normality ore
suffix: Full
components:
- type: Stack
stackType: Normality
- type: Sprite
state: bluespace
- type: Item
- type: Material
- type: PhysicalComposition
materialComposition:
Normality: 100

- type: entity
parent: NormalityOre
id: NormalityOre1
suffix: Single
components:
- type: Stack
count: 1
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,8 @@
idleState: icon
runningState: building
staticRecipes:
- BluespaceCrystal #Nyano - Summary: Bluespace Crystals can be created here.
- BluespaceCrystal
- NormalityCrystal
- SheetSteel30
- SheetGlass30
- SheetRGlass30
Expand Down
Loading

0 comments on commit b1e48c6

Please sign in to comment.