-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Ore bags! (YAML, RSI) #8425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Ore bags! (YAML, RSI) #8425
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
03e1f24
Adding orebags hooray
asperger-sind 6d64bff
Merge branch 'master' of https://github.com/asperger-sind/space-stati…
asperger-sind 554558f
Merge branch 'space-wizards:master' into ore-bags
asperger-sind 1fd03ce
Adds ore bags to salvage lockers.
asperger-sind 4f27cb1
no ic in ooc!!!!! (fixed typo)
asperger-sind e3b7bd1
deleted the ore bags from cargodrobes, the pr lies!!!
asperger-sind b1a452d
not 100, not 150, should be 200 next, right?
asperger-sind f2515a7
Merge branch 'space-wizards:master' into ore-bags
asperger-sind 191918c
adds orebags to salvage spawn salvage equipment boxes
asperger-sind File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -11,3 +11,4 @@ | |
| ClothingHeadsetCargo: 3 | ||
| ClothingOuterWinterCargo: 2 | ||
| ClothingOuterWinterMiner: 2 | ||
| OreBag: 4 | ||
24 changes: 24 additions & 0 deletions
24
Resources/Prototypes/Entities/Objects/Specific/Mining/ore_bag.yml
This file contains hidden or 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,24 @@ | ||
| - type: entity | ||
| name: ore bag | ||
| id: OreBag | ||
| parent: BaseStorageItem | ||
| description: A robust bag for salvage specialists and miners alike to carry large amounts of ore. | ||
| components: | ||
| - type: Sprite | ||
| netsync: false | ||
| sprite: Objects/Specific/Mining/ore_bag.rsi | ||
| state: icon | ||
| - type: Clothing | ||
| sprite: Objects/Specific/Mining/ore_bag.rsi | ||
| QuickEquip: false | ||
| Slots: | ||
| - belt | ||
| size: 300 | ||
| - type: Storage | ||
| capacity: 300 | ||
asperger-sind marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| quickInsert: true | ||
| areaInsert: true | ||
| whitelist: | ||
| tags: | ||
| - Ore | ||
| - type: Dumpable | ||
Binary file added
BIN
+1000 Bytes
Resources/Textures/Objects/Specific/Mining/ore_bag.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/Objects/Specific/Mining/ore_bag.rsi/meta.json
This file contains hidden or 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,18 @@ | ||
| { | ||
| "version": 1, | ||
| "license": "CC-BY-SA-3.0", | ||
| "copyright": "Homegrown by @ninruB#7795", | ||
| "size": { | ||
| "x": 32, | ||
| "y": 32 | ||
| }, | ||
| "states": [ | ||
| { | ||
| "name": "icon" | ||
| }, | ||
| { | ||
| "name": "equipped-BELT", | ||
| "directions": 4 | ||
| } | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.