diff --git a/mods/d2k/rules/atreides.yaml b/mods/d2k/rules/atreides.yaml index e1b3971657..1c67459fc0 100644 --- a/mods/d2k/rules/atreides.yaml +++ b/mods/d2k/rules/atreides.yaml @@ -161,7 +161,7 @@ SONICTANK: Name: Sonic Tank Description: Fires a sound wave\n Strong vs Infantry.\n Weak vs Tanks Selectable: - Bounds: 24,24 + Bounds: 30,30 Health: HP: 150 Armor: @@ -189,7 +189,7 @@ FREMEN: Owner: atreides Prerequisites: palacea Selectable: - Bounds: 12,17,0,-6 + Bounds: 12,17,0,0 Voice: FremenVoice Mobile: Speed: 5 diff --git a/mods/d2k/rules/harkonnen.yaml b/mods/d2k/rules/harkonnen.yaml index b30d20a11c..2d0a3013b0 100644 --- a/mods/d2k/rules/harkonnen.yaml +++ b/mods/d2k/rules/harkonnen.yaml @@ -181,7 +181,7 @@ DEVAST: EmptyWeapon: UnitExplodeSmall LeavesHusk: Selectable: - Bounds: 44,38,0,-4 + Bounds: 44,38,0,0 SARDAUKAR: Inherits: ^Infantry @@ -196,7 +196,7 @@ SARDAUKAR: Name: Sardaukar Description: Heavy infantry. Selectable: - Bounds: 12,17,0,-9 + Bounds: 12,17,0,0 Health: HP: 150 Mobile: diff --git a/mods/d2k/rules/infantry.yaml b/mods/d2k/rules/infantry.yaml index 4ea72a5130..ad6de498a9 100644 --- a/mods/d2k/rules/infantry.yaml +++ b/mods/d2k/rules/infantry.yaml @@ -33,7 +33,7 @@ ENGINEER: Name: Engineer Description: Infiltrates and captures enemy structures.\n Strong vs Nothing\n Weak vs Everything Selectable: - Bounds: 12,17,0,-9 + Bounds: 12,17,0,0 Voice: EngineerVoice Health: HP: 25 @@ -59,7 +59,7 @@ BAZOOKA: Name: Trooper Description: Anti-tank/Anti-aircraft infantry.\n Strong vs Tanks, Aircraft\n Weak vs Infantry Selectable: - Bounds: 12,17,0,-9 + Bounds: 12,17,0,0 Health: HP: 45 Mobile: @@ -84,7 +84,7 @@ THUMPER: Name: Thumper Description: Attracts sandsworm through vibrations.\n Strong vs Nothing\n Weak vs Everything Selectable: - Bounds: 12,17,0,-9 + Bounds: 12,17,0,0 Health: HP: 25 Mobile: diff --git a/mods/d2k/rules/ordos.yaml b/mods/d2k/rules/ordos.yaml index 681c8e911b..9a7f67a7a5 100644 --- a/mods/d2k/rules/ordos.yaml +++ b/mods/d2k/rules/ordos.yaml @@ -205,6 +205,8 @@ DEVIATORTANK: PrimaryLocalOffset: -7,2,0,0,25, 7,2,0,0,-25 PrimaryRecoil: 1 AutoTarget: + Selectable: + Bounds: 30,30 SABOTEUR: Inherits: ^Infantry @@ -220,7 +222,7 @@ SABOTEUR: Description: Sneaky infantry, armed with explosives.\n Strong vs Buildings\n Weak vs Everything\n Special Ability: destroy buildings Selectable: Voice: SaboteurVoice - Bounds: 12,17,0,-9 + Bounds: 12,17,0,0 Health: HP: 100 Mobile: diff --git a/mods/d2k/rules/vehicles.yaml b/mods/d2k/rules/vehicles.yaml index 61fedf2c30..c742a6ec44 100644 --- a/mods/d2k/rules/vehicles.yaml +++ b/mods/d2k/rules/vehicles.yaml @@ -114,6 +114,8 @@ QUAD: PrimaryOffset: 0,0,0,-2 PrimaryLocalOffset: -4,0,0,0,25, 4,0,0,0,-25 AutoTarget: + Selectable: + Bounds: 24,24 ^COMBAT: Inherits: ^Tank @@ -180,6 +182,8 @@ SIEGETANK: Weapon: UnitExplode Chance: 75 AutoTarget: + Selectable: + Bounds: 30,30 MISSILETANK: Inherits: ^Tank @@ -206,4 +210,6 @@ MISSILETANK: PrimaryWeapon: 227mm PrimaryOffset: 0,6,0,-3 PrimaryLocalOffset: 3,-5,0,0,0, -3,-5,0,0,0 - AutoTarget: \ No newline at end of file + AutoTarget: + Selectable: + Bounds: 30,30 \ No newline at end of file