Page MenuHomeWildfire Games

Relic auras fixup
ClosedPublic

Authored by Hannibal_Barca on Apr 4 2017, 10:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 15, 6:37 PM
Unknown Object (File)
Fri, Sep 13, 12:18 PM
Unknown Object (File)
Apr 27 2017, 5:13 PM
Unknown Object (File)
Apr 26 2017, 8:56 PM
Unknown Object (File)
Apr 21 2017, 7:19 PM
Tokens
"Like" token, awarded by elexis.

Details

Summary

Fixed some "bugs" found in the newly committed patch of D269:

  • 2nd, unnecessary empty line removed.
  • population max modification type changed from "global" to "player"
  • previously not working macedonian loot aura fixed and modified
  • Cavalry excluded from benefits of Spartan aura (spartans were famed for their hoplites)

Also tested in-game the not-so-visible auras, such as:
Ambiorix XP requirements and farming penalty
New macedonian loot aura
Roman gather bonus aura for women

Other auras have all been tested, but some might have been overlooked.

Test Plan

Test all auras to see if they give what is promised.
Check for possible improvements in description or aura.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 1012
Build 1596: Vulcan BuildJenkins

Event Timeline

Hannibal_Barca edited the summary of this revision. (Show Details)

Build is green

Updating workspaces.
Build (release)...
Build (debug)...
Running release tests...
Running cxxtest tests (305 tests).................................................................................................................................................................................................................................................................................................................OK!
Running debug tests...
Running cxxtest tests (305 tests).................................................................................................................................................................................................................................................................................................................OK!

http://jw:8080/job/phabricator/696/ for more details.

binaries/data/mods/public/simulation/data/auras/catafalques/mace_catafalque.json
3

did you have problems multiplying Looter resources?
are you sure that this aura should affect structures too?
I'd suggest you to watch at trac #4503

Yes, % didn't work when I tested it (you might have overlooked this in review)
Yes, this aura has to affect structures too or we can make a new aura.

So far so good, but should have also

  • Changed the +10% armor to +1 armor, since having 1.1 armor is surely not what we wanted
  • fixed the order of resources to food/wood/metal/stone
binaries/data/mods/public/simulation/data/auras/catafalques/mace_catafalque.json
3

Units that can receive loot when they killed enemies use the Looter component.
But the loot they get is the sum of Looter of the killer plus the Loot of the killed entity.
But since the defaults in Looter are all 0, multiplying those still yields zero.

This revision is now accepted and ready to land.Apr 8 2017, 5:36 AM
This revision was automatically updated to reflect the committed changes.