Untitled diff

Created Diff never expires
19 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
42 lines
19 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
42 lines
Identifier = "DEFAULT_PT_DUST";
Identifier = "DEFAULT_PT_CNCT";
Name = "DUST";
Name = "CNCT";
Colour = PIXPACK(0xFFE0A0);
Colour = PIXPACK(0xC0C0C0);
MenuVisible = 1;
MenuVisible = 1;
MenuSection = SC_POWDERS;
MenuSection = SC_POWDERS;
Enabled = 1;
Enabled = 1;
Advection = 0.7f;
Advection = 0.4f;
AirDrag = 0.02f * CFDS;
AirDrag = 0.04f * CFDS;
AirLoss = 0.96f;
AirLoss = 0.94f;
Loss = 0.80f;
Loss = 0.95f;
Collision = 0.0f;
Collision = -0.1f;
Gravity = 0.1f;
Gravity = 0.3f;
Diffusion = 0.00f;
Diffusion = 0.00f;
HotAir = 0.000f * CFDS;
HotAir = 0.000f * CFDS;
Falldown = 1;
Falldown = 1;
Flammable = 10;
Flammable = 0;
Explosive = 0;
Explosive = 0;
Meltable = 0;
Meltable = 2;
Hardness = 30;
Hardness = 2;
Weight = 85;
Weight = 55;
Temperature = R_TEMP+0.0f +273.15f;
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 70;
HeatConduct = 100;
Description = "Very light dust. Flammable.";
Description = "Concrete, stronger than stone.";
State = ST_SOLID;
State = ST_SOLID;
Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC;
Properties = TYPE_PART|PROP_HOT_GLOW;
LowPressure = IPL;
LowPressure = IPL;
LowPressureTransition = NT;
LowPressureTransition = NT;
HighPressure = IPH;
HighPressure = IPH;
HighPressureTransition = NT;
HighPressureTransition = NT;
LowTemperature = ITL;
LowTemperature = ITL;
LowTemperatureTransition = NT;
LowTemperatureTransition = NT;
HighTemperature = ITH;
HighTemperature = 1123.0f;
HighTemperatureTransition = NT;
HighTemperatureTransition = PT_LAVA;
Update = NULL;
Update = NULL;
Graphics = NULL;