Fix Jumpjet default HeightOffset
Jumpjet CruiseHeight in TS was 500, roughly equivalent to 3.9 cells in OpenRA.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
public readonly string TerrainType = "Jumpjet";
|
public readonly string TerrainType = "Jumpjet";
|
||||||
|
|
||||||
[Desc("Height offset relative to the smoothed terrain for movement.")]
|
[Desc("Height offset relative to the smoothed terrain for movement.")]
|
||||||
public readonly WDist HeightOffset = new WDist(2304);
|
public readonly WDist HeightOffset = new WDist(3992);
|
||||||
|
|
||||||
[Desc("Cell radius for smoothing adjacent cell heights.")]
|
[Desc("Cell radius for smoothing adjacent cell heights.")]
|
||||||
public readonly int SmoothingRadius = 2;
|
public readonly int SmoothingRadius = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user