forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Commit * commit * Made it syndiecate contra * Moving Files into harmony folders * Moving more things * Removing things? * Move smugglers name from uplink catalog to harmony uplink catalog * Fixes Sprite, and hopefully fixes test error * Fixes Unneeded Spaces, fixed Name * Update uplink-catalog.ftl Signed-off-by: FluffMe <1780586+FluffMe@users.noreply.github.com> * Update satchel.yml Signed-off-by: FluffMe <1780586+FluffMe@users.noreply.github.com> --------- Signed-off-by: FluffMe <1780586+FluffMe@users.noreply.github.com> Co-authored-by: FluffMe <1780586+FluffMe@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
57 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
uplink-syndicate-id-name = Syndicate ID card | ||
uplink-syndicate-id-desc = A sleek black-and-red ID card with embossed Syndicate logo and syndicate access. Does not possess any Nanotrasen access. Limited to one ID per agent. | ||
uplink-smuggler-satchel-name = Smuggler's Satchel | ||
uplink-smuggler-satchel-desc = A satchel that can fit under station tiles. |
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
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/_Harmony/Entities/Clothing/Back/satchel.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,19 @@ | ||
- type: entity | ||
parent: [ClothingBackpackSatchel, BaseSyndicateContraband] | ||
id: ClothingSatchelSmugglers | ||
name: smuggler's satchel | ||
description: A backpack so slim it can fit under the tiles of the station | ||
components: | ||
- type: Storage | ||
maxItemSize: Large | ||
grid: | ||
- 0,0,1,3 | ||
- 3,0,6,3 | ||
- 8,0,9,3 | ||
- type: Sprite | ||
sprite: _Harmony/Clothing/Back/Satchels/smuggler.rsi | ||
visible: false | ||
- type: SubFloorHide | ||
- type: Anchorable | ||
- type: Appearance | ||
- type: CollideOnAnchor |
Binary file added
BIN
+308 Bytes
...ces/Textures/_Harmony/Clothing/Back/Satchels/smuggler.rsi/equipped-BACKPACK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+309 Bytes
Resources/Textures/_Harmony/Clothing/Back/Satchels/smuggler.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+577 Bytes
Resources/Textures/_Harmony/Clothing/Back/Satchels/smuggler.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+489 Bytes
Resources/Textures/_Harmony/Clothing/Back/Satchels/smuggler.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_Harmony/Clothing/Back/Satchels/smuggler.rsi/meta.json
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,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |