Skip to content

Commit

Permalink
undoing changes to ACU bp
Browse files Browse the repository at this point in the history
we now remove 2 damage in the script and not in the bp
  • Loading branch information
shalkya committed Jun 27, 2021
1 parent 1155209 commit 2c4047e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion units/UAL0001/UAL0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ UnitBlueprint {
},
BallisticArc = 'RULEUBA_LowArc',
CollideFriendly = false,
Damage = 98, --add 2 more damage with DamageArea in projectile_script.lua
Damage = 100,
DamageType = 'Normal',
DisplayName = 'Quantum Disruptor',
FireTargetLayerCapsTable = {
Expand Down
2 changes: 1 addition & 1 deletion units/UEL0001/UEL0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ UnitBlueprint {
},
BallisticArc = 'RULEUBA_LowArc',
CollideFriendly = false,
Damage = 98, --add 2 more damage with DamageArea in projectile_script.lua
Damage = 100,
DamageType = 'Normal',
DisplayName = 'Zephyr Anti Matter Cannon',
FireTargetLayerCapsTable = {
Expand Down
2 changes: 1 addition & 1 deletion units/URL0001/URL0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ UnitBlueprint {
},
BallisticArc = 'RULEUBA_LowArc',
CollideFriendly = false,
Damage = 98, --add 2 more damage with DamageArea in projectile_script.lua
Damage = 100,
DamageType = 'Normal',
DisplayName = 'Molecular Ripper Cannon',
FireTargetLayerCapsTable = {
Expand Down
2 changes: 1 addition & 1 deletion units/XSL0001/XSL0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ UnitBlueprint {
},
BallisticArc = 'RULEUBA_LowArc',
CollideFriendly = false,
Damage = 98, --add 2 more damage with DamageArea in projectile_script.lua
Damage = 100,
DamageType = 'Normal',
DisplayName = 'Chronotron Cannon',
FireTargetLayerCapsTable = {
Expand Down

0 comments on commit 2c4047e

Please sign in to comment.