ffxivcalc Logo
0.8.930

Contents:

  • Introduction
  • Import fight from FFLogs
  • Fight
    • Fight
    • ComputeDamage()
  • Enemy
  • Jobs
  • GearSolver
  • SimulationRecord
  • Tester
  • Request
  • helperCode
ffxivcalc
  • »
  • Fight
  • View page source

Fight

Fight is module that contains the Fight class and the ComputeDamage function.

Import

from ffxivcalc.Fight import Fight, ComputeDamage
  • Fight
    • Fight.__init__()
    • Fight.AddPlayer()
    • Fight.getPlayerPrepullLength()
    • Fight.syncPlayerPrePull()
    • Fight.SimulateFight()
    • Fight.ComputeFunctions()
    • Fight.deepCopy()
    • Fight.GetEnemityList()
    • Fight.playerForID()
    • Fight.SimulatePreBakedFight()
    • Fight.SimulateZIPFight()
  • ComputeDamage()
Previous Next

© Copyright 2022, IAmPythagoras.

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