Skip to content

Commit

Permalink
Give T2 Artillery a MVRD value to help with closing fire
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoncleanse committed Oct 4, 2016
1 parent bf22a0d commit dd64538
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions units/UAB2303/UAB2303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ UnitBlueprint {
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 26.13,
MuzzleVelocityReduceDistance = 120,
ProjectileId = '/projectiles/AIFMiasmaShell01/AIFMiasmaShell01_proj.bp',
ProjectilesPerOnFire = 1,
RackBones = {
Expand Down
1 change: 1 addition & 0 deletions units/UEB2303/UEB2303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ UnitBlueprint {
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 26.13,
MuzzleVelocityReduceDistance = 120,
ProjectileId = '/projectiles/TIFArtillery01/TIFArtillery01_proj.bp',
ProjectilesPerOnFire = 1,
RackBones = {
Expand Down
1 change: 1 addition & 0 deletions units/URB2303/URB2303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ UnitBlueprint {
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 26.13,
MuzzleVelocityReduceDistance = 120,
ProjectileId = '/projectiles/CIFMolecularResonanceShell01/CIFMolecularResonanceShell01_proj.bp',
ProjectilesPerOnFire = 1,
RackBones = {
Expand Down
3 changes: 2 additions & 1 deletion units/XSB2303/XSB2303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ UnitBlueprint {
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 26.13,
MuzzleVelocityReduceDistance = 120,
ProjectileId = '/projectiles/SIFZthuthaamArtilleryShell02/SIFZthuthaamArtilleryShell02_proj.bp',
ProjectilesPerOnFire = 1,
RackBones = {
Expand Down Expand Up @@ -280,7 +281,7 @@ UnitBlueprint {
TurretBoneYaw = 'Turret',
TurretDualManipulators = false,
TurretPitch = 0,
TurretPitchRange = 90, #80
TurretPitchRange = 90,
TurretPitchSpeed = 6,
TurretYaw = 0,
TurretYawRange = 180,
Expand Down

0 comments on commit dd64538

Please sign in to comment.