Dedupe lots of nutrition and fix usedelay (#6406)

This commit is contained in:
metalgearsloth
2022-02-07 00:37:38 +11:00
committed by GitHub
parent da1007b7f1
commit dc38a8a149
10 changed files with 207 additions and 369 deletions

View File

@@ -7,9 +7,6 @@
abstract: true
components:
- type: Food
- type: ItemCooldown
- type: UseDelay
delay: 1.5
# This base type is used to cover all of the "obvious" things that should be doable to open-package food.
# Practically this means injection.

View File

@@ -20,9 +20,6 @@
interfaces:
- key: enum.TransferAmountUiKey.Key
type: TransferAmountBoundUserInterface
- type: ItemCooldown
- type: UseDelay
delay: 1.0
- type: entity
parent: DrinkBase

View File

@@ -38,8 +38,6 @@
tags:
- Trash
- type: ItemCooldown
- type: UseDelay
delay: 1.0
- type: entity
parent: DrinkCanBaseFull

View File

@@ -29,8 +29,6 @@
- type: Spillable
solution: drink
- type: ItemCooldown
- type: UseDelay
delay: 1.0
- type: entity
parent: DrinkBaseCup