From 2333978fc9f9593ab116886bb05f6049baebf90e Mon Sep 17 00:00:00 2001 From: Stubbjax Date: Wed, 1 Sep 2021 21:34:15 +1000 Subject: [PATCH 1/2] The minimum attack range for all toxin tractors is now consistent. --- Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini index 1136529be..5fbf957dc 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini @@ -3027,7 +3027,7 @@ Weapon ToxinTruckGun PrimaryDamageRadius = 10.0 ScatterRadiusVsInfantry = 0.0 ;When this weapon is used against infantry, it can randomly miss by as much as this distance. AttackRange = 100.0 - MinimumAttackRange = 0 ;20.0 + MinimumAttackRange = 10.0 ;20.0 DamageType = POISON DeathType = POISONED WeaponSpeed = 600 ; dist/sec @@ -3127,7 +3127,7 @@ Weapon ToxinTruckGunPlusOne PrimaryDamageRadius = 10.0 ScatterRadiusVsInfantry = 0.0 ;When this weapon is used against infantry, it can randomly miss by as much as this distance. AttackRange = 100.0 - MinimumAttackRange = 0 ;20.0 + MinimumAttackRange = 10.0 ;20.0 DamageType = POISON DeathType = POISONED WeaponSpeed = 600 ; dist/sec @@ -3227,7 +3227,7 @@ Weapon ToxinTruckGunPlusTwo PrimaryDamageRadius = 10.0 ScatterRadiusVsInfantry = 0.0 ;When this weapon is used against infantry, it can randomly miss by as much as this distance. AttackRange = 100.0 - MinimumAttackRange = 0 ;20.0 + MinimumAttackRange = 10.0 ;20.0 DamageType = POISON DeathType = POISONED WeaponSpeed = 600 ; dist/sec From 14bb72e81436a92ee4f687f279ed05181a3c7624 Mon Sep 17 00:00:00 2001 From: Stubbjax Date: Thu, 2 Sep 2021 01:42:53 +1000 Subject: [PATCH 2/2] Added comments. --- Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini index 5fbf957dc..b12a72898 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini @@ -3027,7 +3027,7 @@ Weapon ToxinTruckGun PrimaryDamageRadius = 10.0 ScatterRadiusVsInfantry = 0.0 ;When this weapon is used against infantry, it can randomly miss by as much as this distance. AttackRange = 100.0 - MinimumAttackRange = 10.0 ;20.0 + MinimumAttackRange = 10.0 ;20.0 ; Patch104p @bugfix Stubbjax 01/09/2021 Standardised min range with the beta / gamma variants. DamageType = POISON DeathType = POISONED WeaponSpeed = 600 ; dist/sec @@ -3127,7 +3127,7 @@ Weapon ToxinTruckGunPlusOne PrimaryDamageRadius = 10.0 ScatterRadiusVsInfantry = 0.0 ;When this weapon is used against infantry, it can randomly miss by as much as this distance. AttackRange = 100.0 - MinimumAttackRange = 10.0 ;20.0 + MinimumAttackRange = 10.0 ;20.0 ; Patch104p @bugfix Stubbjax 01/09/2021 Standardised min range with the beta / gamma variants. DamageType = POISON DeathType = POISONED WeaponSpeed = 600 ; dist/sec @@ -3227,7 +3227,7 @@ Weapon ToxinTruckGunPlusTwo PrimaryDamageRadius = 10.0 ScatterRadiusVsInfantry = 0.0 ;When this weapon is used against infantry, it can randomly miss by as much as this distance. AttackRange = 100.0 - MinimumAttackRange = 10.0 ;20.0 + MinimumAttackRange = 10.0 ;20.0 ; Patch104p @bugfix Stubbjax 01/09/2021 Standardised min range with the beta / gamma variants. DamageType = POISON DeathType = POISONED WeaponSpeed = 600 ; dist/sec