From Ember Archipelago · v2. Edit this definition in its source simulation.
Source
behavior BurnFuel for Fuel + Heat { update { set self.fuel = max(0.0, self.fuel - 0.06); set self.heat = max(0.1, self.fuel); } } Building blocks
These exact versions are included when you reuse this artifact.