-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Back/duffels.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
ent-ADTClothingBackpackDuffelBlueshield = вещмешок офицера синего щита | ||
.desc = Крайне вместительный вещмешок с яркой эмблемой щита, предназначенный для хранения охранного и медицинского арсенала Офицеров Синего Щита. | ||
ent-ADTClothingBackpackDuffelDurathead = дюротканевый вещмешок | ||
.desc = Вещмешок выполненый из более прочной и эластичной дюраткани. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
Resources/Prototypes/ADT/Recipes/Construction/Graph/clothing/durathead.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Binary file added
BIN
+865 Bytes
Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/equipped-BACKPACK.png
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.
Binary file added
BIN
+569 Bytes
Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+584 Bytes
Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/inhand-right.png
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
26
Resources/Textures/ADT/Clothing/Back/duffel_durathead.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |