Jobs
Jobs is a whole module of ffxivcalc. It contains the implementation of all thing related to a Player. It is one of the most (if not the most) important part of this whole library. It contains multiple files and class that are all of great importance.
Import
from ffxivcalc.Jobs import *
- Player
- 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
- HealingBuff
- MitBuff
- Shield
- Player class
- Base_Spell
- ActionEnum
- ActionEnum.name_for_id()
- ActionEnum.id_for_name()
- CasterAction
- HealerAction
- TankAction
- MeleeAction
- RangedAction
- BlackMageActions
- RedMageActions
- SummonerActions
- AstrologianActions
- SageActions
- ScholarActions
- WhiteMageActions
- DarkKnightActions
- GunbreakerActions
- PaladinActions
- WarriorActions
- SamuraiActions
- ReaperActions
- NinjaActions
- MonkActions
- DragoonActions
- BardActions
- MachinistActions
- DancerActions
- PlayerEnum