9 lines
302 B
Lua
9 lines
302 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param statIndex statIndex
|
|
---@param effectiveStat number
|
|
---@return number attackPower
|
|
---Returns the attack power bonus provided by one of the player's basic statistics
|
|
function GetAttackPowerForStat(statIndex, effectiveStat) end
|