I'd like to know how abilities scale with Scribing but I don't see it on
UESP coefficients page for U42 PTS.
Does anyone know where I can find them?
For example, how does Sundering Throw scale with MaxStat and MaxPower?
Lua API ZO_ActionBar_GetButton shows the abilityId is
216973 but there's no UESP data for it.
local abilityId = GetAbilityIdForCraftedAbilityId(buttonInfo.button.actionId)
Logger:Info("name: " .. GetAbilityName(abilityId))
Logger:Info("abilityId: " .. abilityId)
Edited by SkaraMinoc on April 18, 2024 9:40AM PC NA