diff --git a/units/UAL0401/UAL0401_unit.bp b/units/UAL0401/UAL0401_unit.bp index 54a89d7c99..302ac9b4e7 100644 --- a/units/UAL0401/UAL0401_unit.bp +++ b/units/UAL0401/UAL0401_unit.bp @@ -96,52 +96,54 @@ UnitBlueprint{ }, MovementEffects = { Land = { - Footfall = { - Bones = { - { - FootBone = "Right_Footfall", - HipBone = "Right_Leg_B01", - KneeBone = "Right_Leg_B02", - MaxFootFall = -0.25, - Offset = { z = -1 }, - StraightLegs = false, - Tread = { - TreadLifeTime = 135, - TreadMarks = "collosus_tread_02", - TreadMarksSizeX = 1.7, - TreadMarksSizeZ = 1.7, - TreadOffset = { -0.95, 0, 0.85 }, + Effects = { + Footfall = { + Bones = { + { + FootBone = "Right_Footfall", + HipBone = "Right_Leg_B01", + KneeBone = "Right_Leg_B02", + MaxFootFall = -0.25, + Offset = { z = -1 }, + StraightLegs = false, + Tread = { + TreadLifeTime = 135, + TreadMarks = "collosus_tread_02", + TreadMarksSizeX = 1.7, + TreadMarksSizeZ = 1.7, + TreadOffset = { -0.95, 0, 0.85 }, + }, + Type = "FootFall01", }, - Type = "FootFall01", - }, - { - FootBone = "Left_Footfall", - HipBone = "Left_Leg_B01", - KneeBone = "Left_Leg_B02", - MaxFootFall = -0.25, - Offset = { z = -1 }, - StraightLegs = false, - Tread = { - TreadLifeTime = 135, - TreadMarks = "collosus_tread_01", - TreadMarksSizeX = 1.7, - TreadMarksSizeZ = 1.7, - TreadOffset = { 1, 0, 0.85 }, + { + FootBone = "Left_Footfall", + HipBone = "Left_Leg_B01", + KneeBone = "Left_Leg_B02", + MaxFootFall = -0.25, + Offset = { z = -1 }, + StraightLegs = false, + Tread = { + TreadLifeTime = 135, + TreadMarks = "collosus_tread_01", + TreadMarksSizeX = 1.7, + TreadMarksSizeZ = 1.7, + TreadOffset = { 1, 0, 0.85 }, + }, + Type = "FootFall01", }, - Type = "FootFall01", }, - }, - CameraShake = { - Interval = 0.25, - MaxShakeEpicenter = 0.3, - MinShakeAtRadius = 0, - Radius = 20, - }, - Damage = { - Amount = 3500, - DamageFriendly = false, - Radius = 1, - Type = "ExperimentalFootfall", + CameraShake = { + Interval = 0.25, + MaxShakeEpicenter = 0.3, + MinShakeAtRadius = 0, + Radius = 20, + }, + Damage = { + Amount = 3500, + DamageFriendly = false, + Radius = 1, + Type = "ExperimentalFootfall", + }, }, }, }, diff --git a/units/URL0402/URL0402_unit.bp b/units/URL0402/URL0402_unit.bp index 5c2a448949..2ea0ff2a85 100644 --- a/units/URL0402/URL0402_unit.bp +++ b/units/URL0402/URL0402_unit.bp @@ -110,74 +110,76 @@ UnitBlueprint{ }, MovementEffects = { Land = { - Footfall = { - Bones = { - { - FootBone = "Left_Footfall_01", - HipBone = "Left_Leg01_B02", - KneeBone = "Left_Leg01_B03", - MaxFootFall = -0.25, - Offset = { z = -1 }, - StraightLegs = false, - Type = "FootFall01", + Effects = { + Footfall = { + Bones = { + { + FootBone = "Left_Footfall_01", + HipBone = "Left_Leg01_B02", + KneeBone = "Left_Leg01_B03", + MaxFootFall = -0.25, + Offset = { z = -1 }, + StraightLegs = false, + Type = "FootFall01", + }, + { + FootBone = "Left_Footfall_02", + HipBone = "Left_Leg02_B02", + KneeBone = "Left_Leg02_B03", + MaxFootFall = -0.25, + Offset = { z = -1 }, + StraightLegs = false, + Type = "FootFall01", + }, + { + FootBone = "Left_Footfall_03", + HipBone = "Left_Leg03_B02", + KneeBone = "Left_Leg03_B03", + MaxFootFall = -0.25, + Offset = { z = -1 }, + StraightLegs = false, + Type = "FootFall01", + }, + { + FootBone = "Right_Footfall_01", + HipBone = "Right_Leg01_B02", + KneeBone = "Right_Leg01_B03", + MaxFootFall = -0.25, + Offset = { z = -1 }, + StraightLegs = false, + Type = "FootFall01", + }, + { + FootBone = "Right_Footfall_02", + HipBone = "Right_Leg02_B02", + KneeBone = "Right_Leg02_B03", + MaxFootFall = -0.25, + Offset = { z = -1 }, + StraightLegs = false, + Type = "FootFall01", + }, + { + FootBone = "Right_Footfall_03", + HipBone = "Right_Leg03_B02", + KneeBone = "Right_Leg03_B03", + MaxFootFall = -0.25, + Offset = { z = -1 }, + StraightLegs = false, + Type = "FootFall01", + }, }, - { - FootBone = "Left_Footfall_02", - HipBone = "Left_Leg02_B02", - KneeBone = "Left_Leg02_B03", - MaxFootFall = -0.25, - Offset = { z = -1 }, - StraightLegs = false, - Type = "FootFall01", + CameraShake = { + Interval = 0.25, + MaxShakeEpicenter = 0.3, + MinShakeAtRadius = 0, + Radius = 20, }, - { - FootBone = "Left_Footfall_03", - HipBone = "Left_Leg03_B02", - KneeBone = "Left_Leg03_B03", - MaxFootFall = -0.25, - Offset = { z = -1 }, - StraightLegs = false, - Type = "FootFall01", + Damage = { + Amount = 1500, + DamageFriendly = false, + Radius = 1, + Type = "ExperimentalFootfall", }, - { - FootBone = "Right_Footfall_01", - HipBone = "Right_Leg01_B02", - KneeBone = "Right_Leg01_B03", - MaxFootFall = -0.25, - Offset = { z = -1 }, - StraightLegs = false, - Type = "FootFall01", - }, - { - FootBone = "Right_Footfall_02", - HipBone = "Right_Leg02_B02", - KneeBone = "Right_Leg02_B03", - MaxFootFall = -0.25, - Offset = { z = -1 }, - StraightLegs = false, - Type = "FootFall01", - }, - { - FootBone = "Right_Footfall_03", - HipBone = "Right_Leg03_B02", - KneeBone = "Right_Leg03_B03", - MaxFootFall = -0.25, - Offset = { z = -1 }, - StraightLegs = false, - Type = "FootFall01", - }, - }, - CameraShake = { - Interval = 0.25, - MaxShakeEpicenter = 0.3, - MinShakeAtRadius = 0, - Radius = 20, - }, - Damage = { - Amount = 1500, - DamageFriendly = false, - Radius = 1, - Type = "ExperimentalFootfall", }, }, }, diff --git a/units/XRL0403/XRL0403_unit.bp b/units/XRL0403/XRL0403_unit.bp index 252068eedf..4d02920517 100644 --- a/units/XRL0403/XRL0403_unit.bp +++ b/units/XRL0403/XRL0403_unit.bp @@ -115,60 +115,62 @@ UnitBlueprint { }, MovementEffects = { Land = { - Footfall = { - Bones = { - { - FootBone = "Left_Footfall_01", - HipBone = "Left_Leg01_B01", - KneeBone = "Left_Leg01_B02", - MaxFootFall = -0.25, - Offset = { z = -1 }, - Scale = 1.5, - StraightLegs = false, - Type = "FootFall01", + Effects = { + Footfall = { + Bones = { + { + FootBone = "Left_Footfall_01", + HipBone = "Left_Leg01_B01", + KneeBone = "Left_Leg01_B02", + MaxFootFall = -0.25, + Offset = { z = -1 }, + Scale = 1.5, + StraightLegs = false, + Type = "FootFall01", + }, + { + FootBone = "Left_Footfall_02", + HipBone = "Left_Leg02_B01", + KneeBone = "Left_Leg02_B02", + MaxFootFall = -0.25, + Offset = { z = -1 }, + Scale = 1.5, + StraightLegs = false, + Type = "FootFall01", + }, + { + FootBone = "Right_Footfall_01", + HipBone = "Right_Leg01_B01", + KneeBone = "Right_Leg01_B02", + MaxFootFall = -0.25, + Offset = { z = -1 }, + Scale = 1.5, + StraightLegs = false, + Type = "FootFall01", + }, + { + FootBone = "Right_Footfall_02", + HipBone = "Right_Leg02_B01", + KneeBone = "Right_Leg02_B02", + MaxFootFall = -0.25, + Offset = { z = -1 }, + Scale = 1.5, + StraightLegs = false, + Type = "FootFall01", + }, }, - { - FootBone = "Left_Footfall_02", - HipBone = "Left_Leg02_B01", - KneeBone = "Left_Leg02_B02", - MaxFootFall = -0.25, - Offset = { z = -1 }, - Scale = 1.5, - StraightLegs = false, - Type = "FootFall01", + CameraShake = { + Interval = 1, + MaxShakeEpicenter = 0.25, + MinShakeAtRadius = 0, + Radius = 20, }, - { - FootBone = "Right_Footfall_01", - HipBone = "Right_Leg01_B01", - KneeBone = "Right_Leg01_B02", - MaxFootFall = -0.25, - Offset = { z = -1 }, - Scale = 1.5, - StraightLegs = false, - Type = "FootFall01", + Damage = { + Amount = 2500, + DamageFriendly = false, + Radius = 1, + Type = "ExperimentalFootfall", }, - { - FootBone = "Right_Footfall_02", - HipBone = "Right_Leg02_B01", - KneeBone = "Right_Leg02_B02", - MaxFootFall = -0.25, - Offset = { z = -1 }, - Scale = 1.5, - StraightLegs = false, - Type = "FootFall01", - }, - }, - CameraShake = { - Interval = 1, - MaxShakeEpicenter = 0.25, - MinShakeAtRadius = 0, - Radius = 20, - }, - Damage = { - Amount = 2500, - DamageFriendly = false, - Radius = 1, - Type = "ExperimentalFootfall", }, }, },