Skip to content

v3.1.0

Choose a tag to compare

@lukasthaler lukasthaler released this 19 Dec 20:41

Additions:

  • Added support for Hero Equipment:
    • an Equipment class
    • a cachedPlayer.equipment property and Player.get_equipment method. Equipment obtained this way will be enriched with game data if enabled
    • a Hero.equipment attribute to return the currently active equipment for a hero. Equipment obtained this way will never be enriched with game data and only have the basic name, level, max_level and village attributes
  • Added the new Root Rider troop
  • Added the new Spirit Fox pet
  • The ClanMember class now has a town_hall attribute that will also be present in Clan.members and Clan.get_members

Bugs Fixed:

  • Fixed an issue that would cause troop and hero change events to fire even when no upgrades were detected
  • Fixed the army link parser

Full Changelog: v3.0.0...v3.1.0