Skip to content

Commit

Permalink
kegs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Dec 25, 2023
1 parent 87395eb commit ea82fa7
Show file tree
Hide file tree
Showing 13 changed files with 115 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
- type: entity
parent: BaseItem
id: DrinkKegWood
name: keg
suffix: Wood
description: I don't have a drinking problem - the keg solved it.
components:
- type: Sprite
sprite: _NF/Objects/Consumable/Drinks/keg_wood.rsi
layers:
- state: icon
- type: Item
sprite: _NF/Objects/Consumable/Drinks/keg_wood.rsi
size: 100
- type: StaticPrice
price: 30
- type: SolutionContainerManager
solutions:
drink:
maxVol: 600
- type: Drink
- type: DrawableSolution
solution: drink
- type: RefillableSolution
solution: drink
- type: DrainableSolution
solution: drink
- type: SolutionTransfer
canChangeTransferAmount: true
- type: Spillable
solution: drink
- type: UserInterface
interfaces:
- key: enum.TransferAmountUiKey.Key
type: TransferAmountBoundUserInterface
- type: PhysicalComposition
materialComposition:
Wood: 50

- type: entity
parent: DrinkKegWood
id: DrinkKegSteel
name: keg
suffix: Steel
description: I don't have a drinking problem - the keg solved it.
components:
- type: Sprite
sprite: _NF/Objects/Consumable/Drinks/keg_steel.rsi
state: icon
- type: PhysicalComposition
materialComposition:
Steel: 50
- type: Clothing
sprite: _NF/Objects/Consumable/Drinks/keg_wood.rsi
quickEquip: false
slots:
- Back
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.
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,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation, resprited by erhardsteinhauer (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "label",
}
]
}
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.
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,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation, resprited by erhardsteinhauer (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "label",
}
]
}

0 comments on commit ea82fa7

Please sign in to comment.