Allicin (#10027)
This commit is contained in:
@@ -48,3 +48,6 @@ reagent-desc-corpium = A Syndicate cocktail, carefully harvested from various so
|
||||
|
||||
reagent-name-uncooked-animal-proteins = uncooked animal proteins
|
||||
reagent-desc-uncooked-animal-proteins = This is very risky for the stomachs of softer lifeforms to digest.
|
||||
|
||||
reagent-name-allicin = allicin
|
||||
reagent-desc-allicin = An organosulfur compound found in alliums like garlic, onions, and related plants.
|
||||
|
||||
@@ -445,6 +445,8 @@
|
||||
Quantity: 5
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- ReagentId: Allicin
|
||||
Quantity: 2
|
||||
# Tastes like garlic, Italy.
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -384,6 +384,8 @@
|
||||
Quantity: 7
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- ReagentId: Allicin
|
||||
Quantity: 2
|
||||
# Tastes like bun, pork patty.
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -334,6 +334,15 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
state: memoryLeek
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 10
|
||||
- ReagentId: Allicin
|
||||
Quantity: 5
|
||||
# Tastes like pain.
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -505,6 +505,8 @@
|
||||
Quantity: 10
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- ReagentId: Allicin
|
||||
Quantity: 4
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/onion.rsi
|
||||
- type: Produce
|
||||
@@ -528,6 +530,8 @@
|
||||
Quantity: 10
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- ReagentId: Allicin
|
||||
Quantity: 4
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/onion_red.rsi
|
||||
- type: Produce
|
||||
@@ -595,6 +599,17 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/onion.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 3
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 2
|
||||
- ReagentId: Allicin
|
||||
Quantity: 1
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
|
||||
- type: entity
|
||||
name: red onion slice
|
||||
@@ -604,6 +619,17 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/onion_red.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 3
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 2
|
||||
- ReagentId: Allicin
|
||||
Quantity: 1
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
|
||||
- type: entity
|
||||
name: chili
|
||||
|
||||
@@ -589,6 +589,8 @@
|
||||
Quantity: 5
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- ReagentId: Allicin
|
||||
Quantity: 3
|
||||
# Tastes like hot peppers.
|
||||
|
||||
- type: entity
|
||||
@@ -633,6 +635,8 @@
|
||||
Quantity: 5
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- ReagentId: Allicin
|
||||
Quantity: 3
|
||||
# Tastes like tomato, hot peppers, clown feet, kind of funny, someone's parents.
|
||||
|
||||
- type: entity
|
||||
@@ -859,6 +863,8 @@
|
||||
Quantity: 1
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 5
|
||||
- ReagentId: Allicin
|
||||
Quantity: 5
|
||||
# Tastes like onion, france.
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -340,6 +340,10 @@
|
||||
Min: 1
|
||||
Max: 4
|
||||
PotencyDivisor: 25
|
||||
Allicin:
|
||||
Min: 1
|
||||
Max: 4
|
||||
PotencyDivisor: 25
|
||||
|
||||
- type: seed
|
||||
id: onionred
|
||||
@@ -366,6 +370,10 @@
|
||||
Min: 1
|
||||
Max: 4
|
||||
PotencyDivisor: 25
|
||||
Allicin:
|
||||
Min: 1
|
||||
Max: 4
|
||||
PotencyDivisor: 25
|
||||
|
||||
- type: seed
|
||||
id: chanterelle
|
||||
|
||||
@@ -421,3 +421,22 @@
|
||||
type: Animal
|
||||
reagent: Protein
|
||||
amount: 0.5
|
||||
|
||||
- type: reagent
|
||||
id: Allicin
|
||||
name: reagent-name-allicin
|
||||
desc: reagent-desc-allicin
|
||||
physicalDesc: reagent-physical-desc-pungent
|
||||
color: "#F2E9D2"
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 1
|
||||
- !type:OrganType
|
||||
type: Animal
|
||||
damage:
|
||||
types:
|
||||
Poison: 6
|
||||
|
||||
Reference in New Issue
Block a user