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
categories:
- UplinkWearables
+- type: listing
+ id: UplinkBackpackSyndicate
+ name: uplink-backpack-syndicate-name
+ description: uplink-backpack-syndicate-desc
+ productEntity: ClothingBackpackSyndicate
+ cost:
+ Telecrystal: 2
+ categories:
+ - UplinkWearables
+
# Pointless
- type: listing
- 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
--- /dev/null
+{
+ "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