diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 73afc08bd9..93a750f8a0 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -24,6 +24,32 @@ - key: enum.StorageUiKey.Key type: StorageBoundUserInterface +- type: entity + parent: Clothing + id: ClothingBackpackoffical + name: centcom backpack + description: An above average sized backpack, its lined with cloth, made for centcom officals. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/centcom.rsi + state: icon + - type: Item + size: 9999 + - type: Clothing + quickEquip: false + slots: + - back + - type: Storage + capacity: 120 + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: UserInterface + interfaces: + - key: enum.StorageUiKey.Key + type: StorageBoundUserInterface + - type: entity parent: ClothingBackpack id: ClothingBackpackClown diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 4d6743fe51..989ef9caf9 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -27,6 +27,35 @@ - key: enum.StorageUiKey.Key type: StorageBoundUserInterface +- type: entity + parent: Clothing + id: ClothingDuffelcentcom + name: centcom duffel bag + description: An above average sized duffel bag, its lined with cloth, made for centcom officals. + components: + - type: Sprite + sprite: Clothing/Back/Duffels/centcom.rsi + state: icon + - type: Item + size: 9999 + - type: Clothing + quickEquip: false + slots: + - back + - type: Storage + capacity: 140 + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: ClothingSpeedModifier + walkModifier: 1 + sprintModifier: 0.8 + - type: UserInterface + interfaces: + - key: enum.StorageUiKey.Key + type: StorageBoundUserInterface + - type: entity parent: ClothingBackpackDuffel id: ClothingBackpackDuffelEngineering diff --git a/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..7332e4f813 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/icon.png new file mode 100644 index 0000000000..a12522a39c Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/inhand-left.png new file mode 100644 index 0000000000..a8e51ecd80 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/inhand-right.png new file mode 100644 index 0000000000..d570a9c36d Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/meta.json b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/meta.json new file mode 100644 index 0000000000..fce8c90ce8 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Backpacks/centcom.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..db3322a2d0 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/icon.png b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/icon.png new file mode 100644 index 0000000000..690efb5616 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/inhand-left.png new file mode 100644 index 0000000000..1868ea6963 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/inhand-right.png new file mode 100644 index 0000000000..3bdcd1e8d8 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/meta.json b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/meta.json new file mode 100644 index 0000000000..fce8c90ce8 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Duffels/centcom.rsi/meta.json @@ -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 + } + ] +}