ffxivcalc Logo
0.8.930

Contents:

  • Introduction
  • Import fight from FFLogs
  • Fight
  • Enemy
  • Jobs
    • Player
      • Player class
      • Pet
      • HealingBuff
      • MitBuff
      • Shield
    • Base_Spell
    • ActionEnum
    • PlayerEnum
  • GearSolver
  • SimulationRecord
  • Tester
  • Request
  • helperCode
ffxivcalc
  • »
  • Jobs »
  • Player
  • View page source

Player

The Player.py module contains different class : MitBuff, HealingBuff, Shield, Pet and Player.

Import

from ffxivcalc.Jobs.Player import Player, MitBuff, HealingBuff, Pet, Shield

Module class

  • Player class
    • Player.__innit__()
    • Player.setStat()
    • Player.AddHealingBuff()
    • Player.AddMitBuff()
    • Player.AddShield()
    • Player.ApplyHeal()
    • Player.TakeDamage()
    • Player.AddAction()
    • Player.Set_etro_gearset()
    • Player.isLastGCD()
    • Player.setBasedWeaponDelay()
    • Player.computeActionReduction()
    • Player.computeActionTimer()
    • Player.computeTimeStamp()
    • Player.getPlayerPrePullTime()
    • Player.updateTimer()
    • Player.updateCD()
    • Player.updateLock()
    • Player.AddFire()
    • Player.AddFire()
    • Player.AddHuton()
    • Player.AddNinki()
    • Player.ResetRitual()
    • Player.AddGauge()
    • Player.AddShroud()
    • Player.OpenChakra()
    • Player.ResetMasterGauge()
    • Player.addBeastChakra()
    • Player.BeastChakraType()
    • Player.resetPrimalEffect()
  • Pet
    • Pet.__init__()
    • Pet.ResetStat()
  • HealingBuff
    • HealingBuff.__init__()
    • HealingBuff.UpdateTimer()
  • MitBuff
    • MitBuff.__init__()
    • MitBuff.UpdateTimer()
  • Shield
    • Shield.__init__()
    • Shield.UpdateTimer()
Previous Next

© Copyright 2022, IAmPythagoras.

Built with Sphinx using a theme provided by Read the Docs.