Remove soapy water (#24301)
* localize shuttle timer eta etd * remove soapy water for real
This commit is contained in:
@@ -13,10 +13,7 @@ public sealed partial class PuddleSystem
|
|||||||
[ValidatePrototypeId<ReagentPrototype>]
|
[ValidatePrototypeId<ReagentPrototype>]
|
||||||
private const string Water = "Water";
|
private const string Water = "Water";
|
||||||
|
|
||||||
[ValidatePrototypeId<ReagentPrototype>]
|
public static string[] EvaporationReagents = new[] { Water };
|
||||||
private const string SoapyWater = "SoapyWater";
|
|
||||||
|
|
||||||
public static string[] EvaporationReagents = new[] { Water, SoapyWater };
|
|
||||||
|
|
||||||
private void OnEvaporationMapInit(Entity<EvaporationComponent> entity, ref MapInitEvent args)
|
private void OnEvaporationMapInit(Entity<EvaporationComponent> entity, ref MapInitEvent args)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,10 +5,7 @@ reagent-name-space-cleaner = space cleaner
|
|||||||
reagent-desc-space-cleaner = This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.
|
reagent-desc-space-cleaner = This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.
|
||||||
|
|
||||||
reagent-name-soap = soap
|
reagent-name-soap = soap
|
||||||
reagent-desc-soap = Soap can be used to make soapy water.
|
reagent-desc-soap = I wouldn't clean my mouth out with this if I were you.
|
||||||
|
|
||||||
reagent-name-soapy-water = soapy water
|
|
||||||
reagent-desc-soapy-water = It's just soap and water. Good for cleaning gunk off of surfaces and also slippier than regular water.
|
|
||||||
|
|
||||||
reagent-name-space-lube = space lube
|
reagent-name-space-lube = space lube
|
||||||
reagent-desc-space-lube = Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).
|
reagent-desc-space-lube = Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).
|
||||||
|
|||||||
@@ -70,7 +70,7 @@
|
|||||||
solution: drink
|
solution: drink
|
||||||
|
|
||||||
|
|
||||||
# Mopwata
|
# Mopwata
|
||||||
- type: weightedRandomFillSolution
|
- type: weightedRandomFillSolution
|
||||||
id: RandomFillMopwata
|
id: RandomFillMopwata
|
||||||
fills:
|
fills:
|
||||||
@@ -112,7 +112,6 @@
|
|||||||
- Mold
|
- Mold
|
||||||
- SpaceLube
|
- SpaceLube
|
||||||
- SpaceGlue
|
- SpaceGlue
|
||||||
- SoapyWater
|
|
||||||
- SpaceCleaner
|
- SpaceCleaner
|
||||||
- MilkSpoiled
|
- MilkSpoiled
|
||||||
- FourteenLoko
|
- FourteenLoko
|
||||||
@@ -136,4 +135,4 @@
|
|||||||
solution: drink
|
solution: drink
|
||||||
weightedRandomId: RandomFillMopwata
|
weightedRandomId: RandomFillMopwata
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/mopwata.rsi
|
sprite: Objects/Consumable/Drinks/mopwata.rsi
|
||||||
|
|||||||
@@ -64,36 +64,6 @@
|
|||||||
min: 6
|
min: 6
|
||||||
probability: 0.20
|
probability: 0.20
|
||||||
|
|
||||||
- type: reagent
|
|
||||||
id: SoapyWater
|
|
||||||
parent: Water
|
|
||||||
name: reagent-name-soapy-water
|
|
||||||
desc: reagent-desc-soapy-water
|
|
||||||
physicalDesc: reagent-physical-desc-soapy
|
|
||||||
flavor: clean
|
|
||||||
color: "#9ec8dc"
|
|
||||||
recognizable: true
|
|
||||||
metabolisms:
|
|
||||||
Drink:
|
|
||||||
effects:
|
|
||||||
- !type:SatiateThirst
|
|
||||||
factor: 3
|
|
||||||
- !type:ChemVomit
|
|
||||||
conditions:
|
|
||||||
- !type:ReagentThreshold
|
|
||||||
min: 6
|
|
||||||
probability: 0.10
|
|
||||||
thirstAmount: -5.0
|
|
||||||
hungerAmount: -5.0
|
|
||||||
plantMetabolism:
|
|
||||||
- !type:PlantAdjustWater
|
|
||||||
amount: .8
|
|
||||||
tileReactions:
|
|
||||||
- !type:CleanDecalsReaction
|
|
||||||
cleanCost: 5
|
|
||||||
- !type:ExtinguishTileReaction { }
|
|
||||||
- !type:SpillIfPuddlePresentTileReaction { }
|
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: SpaceLube
|
id: SpaceLube
|
||||||
name: reagent-name-space-lube
|
name: reagent-name-space-lube
|
||||||
|
|||||||
@@ -20,16 +20,6 @@
|
|||||||
products:
|
products:
|
||||||
SpaceCleaner: 2
|
SpaceCleaner: 2
|
||||||
|
|
||||||
- type: reaction
|
|
||||||
id: SoapyWater
|
|
||||||
reactants:
|
|
||||||
Water:
|
|
||||||
amount: 3
|
|
||||||
SoapReagent:
|
|
||||||
amount: 1
|
|
||||||
products:
|
|
||||||
SoapyWater: 4
|
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: SpaceLube
|
id: SpaceLube
|
||||||
impact: Medium
|
impact: Medium
|
||||||
|
|||||||
Reference in New Issue
Block a user