diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Back/duffels.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Back/duffels.ftl index e7d54246a26..cb70a876dbd 100644 --- a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Back/duffels.ftl +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Back/duffels.ftl @@ -1,2 +1,5 @@ ent-ADTClothingBackpackDuffelBlueshield = вещмешок офицера синего щита .desc = Крайне вместительный вещмешок с яркой эмблемой щита, предназначенный для хранения охранного и медицинского арсенала Офицеров Синего Щита. + +ent-ADTClothingBackpackDuffelDurathead = дюротканевый вещмешок + .desc = Вещмешок выполненый из более прочной и эластичной дюраткани. diff --git a/Resources/Prototypes/ADT/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/ADT/Entities/Clothing/Back/duffel.yml index 3153ebf477f..df8ec44b9b4 100644 --- a/Resources/Prototypes/ADT/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/ADT/Entities/Clothing/Back/duffel.yml @@ -14,3 +14,24 @@ components: - type: Sprite sprite: ADT/Clothing/Back/pathologist_duffel.rsi + +- type: entity + parent: ClothingBackpackDuffel + id: ADTClothingBackpackDuffelDurathead + name: Durathead Duffel bag + description: A large duffel bag for holding extra tools and supplies. + components: + - type: Sprite + sprite: ADT/Clothing/Back/duffel_durathead.rsi + - type: ExplosionResistance + damageCoefficient: 0.7 + - type: Storage + maxItemSize: Huge + grid: + - 0,0,9,4 + - type: ClothingSpeedModifier + walkModifier: 1 + sprintModifier: 1 + - type: Construction + graph: DuffelDurathead + node: DuffelDurathead diff --git a/Resources/Prototypes/ADT/Recipes/Construction/Graph/clothing/durathead.yml b/Resources/Prototypes/ADT/Recipes/Construction/Graph/clothing/durathead.yml new file mode 100644 index 00000000000..7cbfe70bd9d --- /dev/null +++ b/Resources/Prototypes/ADT/Recipes/Construction/Graph/clothing/durathead.yml @@ -0,0 +1,27 @@ +- type: constructionGraph + id: DuffelDurathead + start: start + graph: + - node: start + edges: + - to: DuffelDurathead + steps: + - material: Cloth + amount: 10 + doAfter: 1 + - material: Durathread + amount: 20 + doAfter: 1 + - node: DuffelDurathead + entity: ADTClothingBackpackDuffelDurathead + +- type: construction + name: Duratthead duffel bag + id: DuffelDurathead + graph: DuffelDurathead + startNode: start + targetNode: DuffelDurathead + category: construction-category-clothing + description: A better bag for a swag. + icon: { sprite: ADT/Clothing/Back/Duffel_Durathead.rsi, state: icon } + objectType: Item diff --git a/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/equipped-BACKPACK.png b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..8eac995bd04 Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/icon.png b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/icon.png new file mode 100644 index 00000000000..5dc83e909b7 Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/icon.png differ diff --git a/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/inhand-left.png b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/inhand-left.png new file mode 100644 index 00000000000..0297c76eb69 Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/inhand-left.png differ diff --git a/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/inhand-right.png b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/inhand-right.png new file mode 100644 index 00000000000..9cd3399a33a Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/inhand-right.png differ diff --git a/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/meta.json b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/meta.json new file mode 100644 index 00000000000..c9938e004ac --- /dev/null +++ b/Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1, and modified for Adventure Time by prazat911 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}