Ticket #3331: t3331_hero_capture.patch

File t3331_hero_capture.patch, 663 bytes (added by elexis, 9 years ago)

Gives the hero 10 capture points, since champions have 8. (I think both should have less, but thats up to the balancing)

  • binaries/data/mods/public/simulation/templates/template_unit_hero.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit">
     3  <Attack>
     4    <Capture>
     5      <Value>10</Value>
     6      <MaxRange>4</MaxRange>
     7      <RepeatTime>1000</RepeatTime>
     8    </Capture>
     9  </Attack>
    310  <Armour>
    411    <Hack>10.0</Hack>
    512    <Pierce>20.0</Pierce>
    613    <Crush>15.0</Crush>
    714  </Armour>