MCPcopy
hub / github.com/FreezingMoon/AncientBeast / isUpgraded

Method isUpgraded

src/ability.ts:301–303  ·  view source on GitHub ↗

* Is this ability upgraded. * @return Is upgraded

()

Source from the content-addressed store, hash-verified

299 * @return Is upgraded
300 */
301 isUpgraded(): boolean {
302 return !this.hasUpgrade() ? false : this.usesLeftBeforeUpgrade() <= 0;
303 }
304
305 /**
306 * Get the trigger method for this ablity.

Callers 15

postActivateMethod · 0.95
getTeamCombatPowerMethod · 0.80
Nutcase.tsFile · 0.80
Chimera.tsFile · 0.80
knockbackEndFunction · 0.80
isRiotShieldUpgradedFunction · 0.80
Cycloper.tsFile · 0.80
Cyber-Wolf.tsFile · 0.80
Bounty-Hunter.tsFile · 0.80
Scavenger.tsFile · 0.80
Infernal.tsFile · 0.80
hurlFunction · 0.80

Calls 2

hasUpgradeMethod · 0.95
usesLeftBeforeUpgradeMethod · 0.95

Tested by 1

_getUsesPerTurnFunction · 0.64