Opened 9 years ago

Last modified 9 years ago

#3599 closed defect

Missing attack bonus in leonidas aura xml file — at Version 1

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 (1)

comment:1 by fatherbushido, 9 years ago

Component: Core engineUI & Simulation
Description: modified (diff)
Note: See TracTickets for help on using tickets.