Skip to content

Commit

Permalink
durathead
Browse files Browse the repository at this point in the history
  • Loading branch information
FrisKisDr committed Sep 6, 2024
1 parent 16615a9 commit dd54307
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ent-ADTClothingBackpackDuffelBlueshield = вещмешок офицера синего щита
.desc = Крайне вместительный вещмешок с яркой эмблемой щита, предназначенный для хранения охранного и медицинского арсенала Офицеров Синего Щита.
ent-ADTClothingBackpackDuffelDurathead = дюротканевый вещмешок
.desc = Вещмешок выполненый из более прочной и эластичной дюраткани.
21 changes: 21 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
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.
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.
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
}
]
}

0 comments on commit dd54307

Please sign in to comment.