Skip to content

Commit

Permalink
Add smuggler's satchel (#228)
Browse files Browse the repository at this point in the history
* 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
Ermucat and FluffMe authored Dec 15, 2024
1 parent 8d08a27 commit c9b1e01
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 0 deletions.
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 = Smuggler's 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
19 changes: 19 additions & 0 deletions Resources/Prototypes/_Harmony/Entities/Clothing/Back/satchel.yml
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
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
}
]
}

0 comments on commit c9b1e01

Please sign in to comment.