Uranium is now edible! (#15952)

This commit is contained in:
Tunguso4ka
2023-05-06 10:23:05 +03:00
committed by GitHub
parent a93d70e614
commit ce867724a7
5 changed files with 36 additions and 12 deletions

View File

@@ -143,12 +143,14 @@
count: 1
- type: entity
parent: SheetOtherBase
parent: [SheetOtherBase, FoodBase]
id: SheetUranium
name: uranium
suffix: Full
components:
- type: Material
- type: Food
transferAmount: 10
- type: PhysicalComposition
materialComposition:
Uranium: 100
@@ -166,10 +168,10 @@
- type: Item
heldPrefix: uranium
- type: Extractable
grindableSolutionName: uranium
grindableSolutionName: food
- type: SolutionContainerManager
solutions:
uranium:
food:
reagents:
- ReagentId: Uranium
Quantity: 10