Skip to content

Commit

Permalink
Double the unpack rate for mobile tech 3 artillery (FAForever#5570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 16, 2023
1 parent 10dfb12 commit e2ff13e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion units/UEL0304/UEL0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ UnitBlueprint{
WeaponCategory = "Artillery",
WeaponRepackTimeout = 0,
WeaponUnpackAnimation = "/units/UEL0304/uel0304_aactivate.sca",
WeaponUnpackAnimationRate = 0.5,
WeaponUnpackAnimationRate = 1.0,
WeaponUnpackLocksMotion = true,
WeaponUnpacks = true,
},
Expand Down
2 changes: 1 addition & 1 deletion units/URL0304/URL0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ UnitBlueprint{
WeaponCategory = "Artillery",
WeaponRepackTimeout = 0,
WeaponUnpackAnimation = "/units/URL0304/URL0304_Aactivate.sca",
WeaponUnpackAnimationRate = 0.4,
WeaponUnpackAnimationRate = 0.8,
WeaponUnpackLocksMotion = true,
WeaponUnpacks = true,
},
Expand Down
2 changes: 1 addition & 1 deletion units/XSL0304/XSL0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ UnitBlueprint{
WeaponCategory = "Artillery",
WeaponRepackTimeout = 0,
WeaponUnpackAnimation = "/units/XSL0304/XSL0304_attack01.sca",
WeaponUnpackAnimationRate = 0.22,
WeaponUnpackAnimationRate = 0.44,
WeaponUnpackLocksMotion = true,
WeaponUnpacks = true,
},
Expand Down

0 comments on commit e2ff13e

Please sign in to comment.