Remove soapy water (#24301)
* localize shuttle timer eta etd * remove soapy water for real (cherry picked from commit c4e7f1ebe80b3a347d98784b8b0ec77e047b63d5)
This commit is contained in:
parent
e74e88d265
commit
aded2ef145
|
|
@ -13,10 +13,7 @@ public sealed partial class PuddleSystem
|
|||
[ValidatePrototypeId<ReagentPrototype>]
|
||||
private const string Water = "Water";
|
||||
|
||||
[ValidatePrototypeId<ReagentPrototype>]
|
||||
private const string SoapyWater = "SoapyWater";
|
||||
|
||||
public static string[] EvaporationReagents = new[] { Water, SoapyWater };
|
||||
public static string[] EvaporationReagents = new[] { Water };
|
||||
|
||||
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-name-soap = soap
|
||||
reagent-desc-soap = Soap can be used to make soapy water.
|
||||
|
||||
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-desc-soap = I wouldn't clean my mouth out with this if I were you.
|
||||
|
||||
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).
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
solution: drink
|
||||
|
||||
|
||||
# Mopwata
|
||||
# Mopwata
|
||||
- type: weightedRandomFillSolution
|
||||
id: RandomFillMopwata
|
||||
fills:
|
||||
|
|
@ -112,7 +112,6 @@
|
|||
- Mold
|
||||
- SpaceLube
|
||||
- SpaceGlue
|
||||
- SoapyWater
|
||||
- SpaceCleaner
|
||||
- MilkSpoiled
|
||||
- FourteenLoko
|
||||
|
|
@ -136,4 +135,4 @@
|
|||
solution: drink
|
||||
weightedRandomId: RandomFillMopwata
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/mopwata.rsi
|
||||
sprite: Objects/Consumable/Drinks/mopwata.rsi
|
||||
|
|
|
|||
|
|
@ -64,36 +64,6 @@
|
|||
min: 6
|
||||
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
|
||||
id: SpaceLube
|
||||
name: reagent-name-space-lube
|
||||
|
|
|
|||
|
|
@ -20,16 +20,6 @@
|
|||
products:
|
||||
SpaceCleaner: 2
|
||||
|
||||
- type: reaction
|
||||
id: SoapyWater
|
||||
reactants:
|
||||
Water:
|
||||
amount: 3
|
||||
SoapReagent:
|
||||
amount: 1
|
||||
products:
|
||||
SoapyWater: 4
|
||||
|
||||
- type: reaction
|
||||
id: SpaceLube
|
||||
impact: Medium
|
||||
|
|
|
|||
Loading…
Reference in New Issue