diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 64aa9f81ff5..efdf5465c99 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -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 diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index dfa7b23f7b2..21627a46188 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -546,7 +546,7 @@ Telecrystal: 2 categories: - UplinkUtility - + - type: listing id: UplinkClothingEyesHudSyndicate name: uplink-clothing-eyes-hud-syndicate-name @@ -709,7 +709,7 @@ whitelist: tags: - NukeOpsUplink - + - type: listing id: UplinkUplinkImplanter # uplink uplink real name: uplink-uplink-implanter-name @@ -1497,6 +1497,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 diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index d5cdd354a9e..fbd5a02fa08 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -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 diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..a7bf0a8b421 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/icon.png new file mode 100644 index 00000000000..2c60bb00072 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-left.png new file mode 100644 index 00000000000..02acae54c9b Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-right.png new file mode 100644 index 00000000000..6faa13ba39b Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/meta.json b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/meta.json new file mode 100644 index 00000000000..f087cc75d11 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/meta.json @@ -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 + } + ] +} \ No newline at end of file