update LSNS description + default temp
This commit is contained in:
parent
1cb3917fcc
commit
4242e38968
@ -8,7 +8,7 @@ Element_LSNS::Element_LSNS()
|
|||||||
MenuVisible = 1;
|
MenuVisible = 1;
|
||||||
MenuSection = SC_SENSOR;
|
MenuSection = SC_SENSOR;
|
||||||
Enabled = 1;
|
Enabled = 1;
|
||||||
|
|
||||||
Advection = 0.0f;
|
Advection = 0.0f;
|
||||||
AirDrag = 0.00f * CFDS;
|
AirDrag = 0.00f * CFDS;
|
||||||
AirLoss = 0.96f;
|
AirLoss = 0.96f;
|
||||||
@ -18,20 +18,20 @@ Element_LSNS::Element_LSNS()
|
|||||||
Diffusion = 0.00f;
|
Diffusion = 0.00f;
|
||||||
HotAir = 0.000f * CFDS;
|
HotAir = 0.000f * CFDS;
|
||||||
Falldown = 0;
|
Falldown = 0;
|
||||||
|
|
||||||
Flammable = 0;
|
Flammable = 0;
|
||||||
Explosive = 0;
|
Explosive = 0;
|
||||||
Meltable = 0;
|
Meltable = 0;
|
||||||
Hardness = 1;
|
Hardness = 1;
|
||||||
|
|
||||||
Weight = 100;
|
Weight = 100;
|
||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = 4.0f + 273.15f;
|
||||||
HeatConduct = 0;
|
HeatConduct = 0;
|
||||||
Description = "Life sensor. Creates a spark when the life is higher than the temp.";
|
Description = "Life sensor, creates a spark when there's a nearby particle with a life higher than its temperature.";
|
||||||
|
|
||||||
Properties = TYPE_SOLID;
|
Properties = TYPE_SOLID;
|
||||||
|
|
||||||
LowPressure = IPL;
|
LowPressure = IPL;
|
||||||
LowPressureTransition = NT;
|
LowPressureTransition = NT;
|
||||||
HighPressure = IPH;
|
HighPressure = IPH;
|
||||||
@ -40,7 +40,7 @@ Element_LSNS::Element_LSNS()
|
|||||||
LowTemperatureTransition = NT;
|
LowTemperatureTransition = NT;
|
||||||
HighTemperature = ITH;
|
HighTemperature = ITH;
|
||||||
HighTemperatureTransition = NT;
|
HighTemperatureTransition = NT;
|
||||||
|
|
||||||
Update = &Element_LSNS::update;
|
Update = &Element_LSNS::update;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user