Skip to content

Commit

Permalink
Tackle all Land Support Factories
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Apr 13, 2024
1 parent 87255a2 commit e97b008
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions units/ZAB9501/ZAB9501_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ UnitBlueprint {
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1.25,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/ZAB9601/ZAB9601_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ UnitBlueprint {
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1.5,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/ZEB9501/ZEB9501_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ UnitBlueprint {
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, Height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/ZEB9601/ZEB9601_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ UnitBlueprint {
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, Height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/ZRB9501/ZRB9501_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ UnitBlueprint {
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = 'RULEUMT_None',
RaisedPlatforms = {
--X, Z, Height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/ZRB9601/ZRB9601_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ UnitBlueprint {
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = 'RULEUMT_None',
RaisedPlatforms = {
--X, Z, Height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/ZSB9501/ZSB9501_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ UnitBlueprint {
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1.25,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/ZSB9601/ZSB9601_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ UnitBlueprint {
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1.5,
MeshExtentsZ = 4.5,
Expand Down

0 comments on commit e97b008

Please sign in to comment.