Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/snippets/balance.7040.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- (#7040) Reduce T3 mass fab blast radius from `14` to `8` to make their explosions less punishing to gunships.

**T3 Mass Fabricators (UEB1303, URB1303, UAB1303, XSB1303):**
- Death Weapon
- DamageRadius: 14 --> 8
2 changes: 1 addition & 1 deletion units/UAB1303/UAB1303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ UnitBlueprint{
{
Damage = 5000,
DamageFriendly = true,
DamageRadius = 14,
DamageRadius = 8,
DamageType = "DeathExplosion",
DisplayName = "Death Weapon",
DummyWeapon = true,
Expand Down
2 changes: 1 addition & 1 deletion units/UEB1303/UEB1303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ UnitBlueprint{
{
Damage = 5000,
DamageFriendly = true,
DamageRadius = 14,
DamageRadius = 8,
DamageType = "DeathExplosion",
DisplayName = "Death Weapon",
DummyWeapon = true,
Expand Down
2 changes: 1 addition & 1 deletion units/URB1303/URB1303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ UnitBlueprint{
{
Damage = 5000,
DamageFriendly = true,
DamageRadius = 14,
DamageRadius = 8,
DamageType = "DeathExplosion",
DisplayName = "Death Weapon",
DummyWeapon = true,
Expand Down
2 changes: 1 addition & 1 deletion units/XSB1303/XSB1303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ UnitBlueprint{
{
Damage = 5000,
DamageFriendly = true,
DamageRadius = 14,
DamageRadius = 8,
DamageType = "DeathExplosion",
DisplayName = "Death Weapon",
DummyWeapon = true,
Expand Down