Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#3599 closed defect (duplicate)

Missing attack bonus in leonidas aura xml file

Reported by: fatherbushido Owned by:
Priority: Must Have Milestone:
Component: UI & Simulation Keywords:
Cc: Patch:

Description (last modified by fatherbushido)

In description of Leonidas Hero aura, there is +20% Attack for Hoplites and Spartiates but it forgets piercing attack in

.../0ad/binaries/data/mods/public/simulation/templates/units/spart_hero_leonidas.xml

      <Modifications>
        <Attack.Melee.Hack>   <Multiply>1.20</Multiply> </Attack.Melee.Hack>
        <Attack.Capture.Value> <Add>1</Add> </Attack.Capture.Value>
      </Modifications>
      <AuraName>Last Stand Aura</AuraName>
      <AuraDescription>+20% Attack and +1 Capture for nearby Hoplites and Spartiates.

Perhaps we must add

  <Attack.Melee.Pierce>   <Multiply>1.20</Multiply> </Attack.Melee.Pierce>

as spartan attack is mostly piercing attack.

Change History (3)

comment:1 by fatherbushido, 8 years ago

Component: Core engineUI & Simulation
Description: modified (diff)

comment:2 by Palaxin, 8 years ago

Resolution: duplicate
Status: newclosed

Thank you for reporting, I've already made a ticket/patch for this, see #3507.

comment:3 by leper, 8 years ago

Milestone: Backlog
Note: See TracTickets for help on using tickets.