Skip to content

Commit

Permalink
пофиксил отступы
Browse files Browse the repository at this point in the history
  • Loading branch information
jailedfish authored Nov 13, 2024
1 parent e30b604 commit 64faa23
Showing 1 changed file with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@
parent: FoodMealBase
id: FoodShavermaBaked
components:
- type: Item
storedRotation: -90
- type: Food
transferAmount: 3
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/shavuha.rsi
layers:
- state: baked
- type: SolutionContainerManager
solutions:
food:
canReact: false
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 7.4
- type: Item
storedRotation: -90
- type: Food
transferAmount: 3
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/shavuha.rsi
layers:
- state: baked
- type: SolutionContainerManager
solutions:
food:
canReact: false
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 7.4

- type: entity
parent: FoodMealBase
id: FoodShavermaUnbaked
components:
- type: Item
storedRotation: -90
- type: Food
transferAmount: 3
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/shavuha.rsi
layers:
- state: unbaked
- type: SolutionContainerManager
solutions:
food:
canReact: false
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 4.5
- type: Item
storedRotation: -90
- type: Food
transferAmount: 3
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/shavuha.rsi
layers:
- state: unbaked
- type: SolutionContainerManager
solutions:
food:
canReact: false
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 4.5

0 comments on commit 64faa23

Please sign in to comment.