TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GravityWetMultipliers

float [] Terraria.NPC.GravityWetMultipliers
staticget
Initial value:
= new float[4]
{
2f / 3f,
2f / 3f,
1f / 3f,
0.5f
}

The effect of different liquids on NPC gravity. Provided for reference only, modifying these will have no effect.
Corresponds with wet, lavaWet, honetWet, and shimmerWet.

Definition at line 1652 of file NPC.cs.

1652 { get; } = new float[4]
1653 {
1654 2f / 3f,
1655 2f / 3f,
1656 1f / 3f,
1657 0.5f
1658 };