feat: add initial People Playground mod development kit

This commit is contained in:
2026-01-06 06:35:51 +03:00
parent b89c805060
commit 27da387c5a
1095 changed files with 40267 additions and 1 deletions

View File

@@ -0,0 +1,62 @@
URL: https://wiki.studiominus.nl/internalReference/LiquidDuplicatorBehaviour.html
Title: People Playground Modding - LiquidDuplicatorBehaviour
==================================================
public class LiquidDuplicatorBehaviour
Inherits BloodContainer, Messages.IUse
Controls the liquid duplicator
Fields
public PhysicalBehaviour PhysicalBehaviour
[SkipSerialisation]
Reference to the physical behaviour
public AudioClip PeriodicNoise
[SkipSerialisation]
Sound that is played periodically
public AudioClip FlushSound
[SkipSerialisation]
Sound that is played when the container is flushed
public float Capacity
[SkipSerialisation]
How many liquid units can this container store
public SpriteRenderer EnabledLight
[SkipSerialisation]
Light to toggle based on activation state
public float RateMultiplier
[SkipSerialisation]
No description provided
public LiquidContainerController LiquidContainer
[SkipSerialisation]
Reference to the visual liquid simulation controller
public DamagableMachineryBehaviour DamagableMachinery
[SkipSerialisation]
Reference to the damagable machinery
public bool Activated
Is it duplicating!!?!??!
Properties
public override Vector2 Limits
No description provided
public override PressureDirection Pressure
No description provided
Methods
protected override void Start()
No description provided
public void Use(ActivationPropagation activation)
No description provided
protected override void Update()
No description provided
public void TryFlush()
No description provided