Skip to content

Commit

Permalink
Change skirt/footprint size
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Jan 22, 2024
1 parent 97eda95 commit c98461b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions units/XAB2307/XAB2307_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ UnitBlueprint{
"PRODUCTFA",
"RECLAIMABLE",
"SELECTABLE",
"SIZE20",
"SIZE16",
"SNIPEMODE",
"STRATEGIC",
"STRUCTURE",
Expand Down Expand Up @@ -80,8 +80,8 @@ UnitBlueprint{
RebuildBonusIds = { "xab2307" },
},
Footprint = {
SizeX = 7,
SizeZ = 7,
SizeX = 5,
SizeZ = 5,
},
General = {
CommandCaps = {
Expand Down Expand Up @@ -127,8 +127,8 @@ UnitBlueprint{
MotionType = "RULEUMT_None",
SkirtOffsetX = -1.5,
SkirtOffsetZ = -1.5,
SkirtSizeX = 10,
SkirtSizeZ = 10,
SkirtSizeX = 8,
SkirtSizeZ = 8,
TurnRate = 0,
},
SelectionSizeX = 3.2,
Expand Down

0 comments on commit c98461b

Please sign in to comment.