You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Additions:
Added inheritance of classes into the docs to make it easier to see what classes inherit from others.
Added the new BattleModifier to ClanWar.battle_modifier and ClanWarLogEntry.battle_modifier.
Added the new troop and equipment in June 2024 update to the static data.
Changes:
Changed the way the ClanWar and ClanWarLogEntry classes handles the state and result
attribute, respectively. It now returns a WarState/WarResult enumeration object instead of a string
to allow better type hinting and easier comparison.
Updated the static data to reflect the June 2024 update changes.