Skip to content

Commit

Permalink
Keg = cask
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Dec 26, 2024
1 parent 7e4ab9c commit af9bcf5
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
- type: entity
parent: BaseItem
id: DrinkKegBase
name: keg
name: cask
abstract: true
description: I don't have a drinking problem - the keg solved it.
description: I don't have a drinking problem, the cask solved it.
components:
- type: Sprite
sprite: _NF/Objects/Consumable/Drinks/keg_steel.rsi
state: icon
scale: 0.8, 0.8
layers:
- state: icon
- state: stopper
visible: true
map: ["enum.OpenableVisuals.Layer"]
- state: paper
map: ["enum.PaperLabelVisuals.Layer"]
- type: Item
size: Huge
size: Large
shape:
- 0,0,2,2
- type: Clothing
sprite: _NF/Objects/Consumable/Drinks/keg_steel.rsi
quickEquip: false
Expand Down Expand Up @@ -48,8 +53,8 @@
visuals:
enum.OpenableVisuals.Opened:
enum.OpenableVisuals.Layer:
True: { state: "icon_open" }
False: { state: "icon" }
True: { visible: false }
False: { visible: true }
enum.PaperLabelVisuals.HasLabel:
enum.PaperLabelVisuals.Layer:
True: { visible: true }
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "icon"
},
{
"name": "icon_open"
"name": "stopper"
},
{
"name": "equipped-BACKPACK",
Expand Down
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 not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "icon"
},
{
"name": "icon_open"
"name": "stopper"
},
{
"name": "equipped-BACKPACK",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af9bcf5

Please sign in to comment.