Skip to content
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

Feature/smugglers satchel #228

Merged
merged 11 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_Harmony/store/uplink-catalog.ftl
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 = Smugglers Satchel
uplink-smuggler-satchel-desc = A satchel that can fit under station tiles.
9 changes: 9 additions & 0 deletions Resources/Prototypes/_Harmony/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
# Ammo
# Chemicals
# Deception
- type: listing
id: UplinkSmugglerSatchel
name: uplink-smuggler-satchel-name
description: uplink-smuggler-satchel-desc
productEntity: ClothingSatchelSmugglers
cost:
Telecrystal: 3
categories:
- UplinkDeception

- type: listing
id: UplinkSyndicateIDHarmony
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: entity
parent: [ClothingBackpackSatchel, BaseSyndicateContraband]
id: ClothingSatchelSmugglers
name: smugglers 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
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.
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.
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
}
]
}
Loading