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

Mirror: Backpacks #233

Merged
Show file tree
Hide file tree
Changes from all 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/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,6 @@ uplink-hypodart-desc = A seemingly unremarkable dart with an enlarged reservoir

uplink-barber-scissors-name = Barber Scissors
uplink-barber-scissors-desc = A good tool to give your fellow agent a nice haircut, unless you want to give it to yourself.

uplink-backpack-syndicate-name = Syndicate backpack
uplink-backpack-syndicate-desc = Lightweight explosion-proof а backpack for holding various traitor goods
14 changes: 12 additions & 2 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
Telecrystal: 2
categories:
- UplinkUtility

- type: listing
id: UplinkClothingEyesHudSyndicate
name: uplink-clothing-eyes-hud-syndicate-name
Expand Down Expand Up @@ -714,7 +714,7 @@
whitelist:
tags:
- NukeOpsUplink

- type: listing
id: UplinkUplinkImplanter # uplink uplink real
name: uplink-uplink-implanter-name
Expand Down Expand Up @@ -1502,6 +1502,16 @@
tags:
- NukeOpsUplink

- type: listing
id: UplinkBackpackSyndicate
name: uplink-backpack-syndicate-name
description: uplink-backpack-syndicate-desc
productEntity: ClothingBackpackSyndicate
cost:
Telecrystal: 2
categories:
- UplinkPointless

# Pointless

- type: listing
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,18 @@
- type: Sprite
sprite: Clothing/Back/Backpacks/ertclown.rsi

#Syndicate
- type: entity
parent: ClothingBackpack
id: ClothingBackpackSyndicate
name: syndicate backpack
description:
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/syndicate.rsi
- type: ExplosionResistance
damageCoefficient: 0.1

#Special
- type: entity
parent: ClothingBackpack
Expand Down
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.
26 changes: 26 additions & 0 deletions Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by gabova (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading