-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from dvir001/Materials-Crate
Mats Crate
- Loading branch information
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-materials.ftl
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,2 @@ | ||
ent-Materials = { ent-CrateMaterials } | ||
.desc = { ent-CrateMaterials.desc } |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/materials-crates.ftl
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,2 @@ | ||
ent-CrateMaterials = Materials crate | ||
.desc = 1 sheet of glass, plastic, steel, plasma and plasteel. |
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,9 @@ | ||
- type: cargoProduct | ||
id: Materials | ||
icon: | ||
sprite: Objects/Materials/Sheets/metal.rsi | ||
state: steel_3 | ||
product: CrateMaterials | ||
cost: 8400 # TODO: Lower the cost back when possible | ||
category: Materials | ||
group: market |
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/_NF/Catalog/Fills/Crates/materials.yml
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,11 @@ | ||
- type: entity | ||
id: CrateMaterials | ||
parent: CrateGenericSteel | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: SheetGlass | ||
- id: SheetPlastic | ||
- id: SheetSteel | ||
- id: SheetPlasma | ||
- id: SheetPlasteel |