Difference between revisions of "Element:TSNS"

From The Powder Toy
Jump to: navigation, search
m (Reverted edits by dima-popov (talk) to last revision by jacob1)
(Enter a short summary [b])
 
Line 38: Line 38:
 
}}
 
}}
  
If a particle up to 2 pixels away has a higher temp than the TSNS, it starts to spark nearby conductive materials (in a 2 pixel radius). You can set the tmp2 property to change the radius it detects temperatures from (in the shape of a square). The maximum radius is 25. When the tmp is set to 1, it can transfer its temperature data to FILT. When the tmp is set to 2, the TSNS will spark if a particle in the detection range has a ''lower'' temp than the TSNS.
+
Temperature sensor generates a {{MaterialBtn|SPRK}} when a particle with a temperature higher than the sensor's temperature is nearby.  
  
{{Languages}}
+
You can set the .tmp2 to determine the detection radius (in the shape of a square). The default is 2, and the maximum is 25.
 +
 
 +
When .tmp is 2, it will sense temperature in "inverted" mode, creating {{MaterialBtn|SPRK}} when nearby particles are at a lower temperature than the sensor's temperature.
 +
 
 +
== Serialization ==
 +
 
 +
TSNS with .tmp of 1 will serialize temperatures into neighboring {{MaterialBtn|FILT}}
 +
 
 +
This tutorial save shows how to use the serialization feature for sensor elements.
 +
{{ save | id=2446165}}
 +
 
 +
{{Languages|Element:TSNS}}

Latest revision as of 06:56, 19 December 2023

TSNS.png Temperature sensor
Properties
Section Sensors
Spawn temperature 22°C
Heat Conductivity 0%
Relative weight 100
Gravity 0
Acid dissolve rate 0.1%
Flammability 0
State Solid
Source code


Temperature sensor generates a SPRK.png when a particle with a temperature higher than the sensor's temperature is nearby.

You can set the .tmp2 to determine the detection radius (in the shape of a square). The default is 2, and the maximum is 25.

When .tmp is 2, it will sense temperature in "inverted" mode, creating SPRK.png when nearby particles are at a lower temperature than the sensor's temperature.

Serialization

TSNS with .tmp of 1 will serialize temperatures into neighboring FILT.png

This tutorial save shows how to use the serialization feature for sensor elements.

Language: English