Skip to content

ExaltationBaseData ​

GameserverMessageExaltationBaseData · inbound · 96 bytes

Subscribe with Engine.on("ExaltationBaseData", fn). Print the live usage block with Engine.help("ExaltationBaseData").

lua
local Engine = require("sdk.engine")

Engine.on("ExaltationBaseData", function(ev)
  print(ev.max_tier)
end)
NameKindNested
exaltation_action_gold_costsrepExaltationActionGoldCost
max_tieru32—
exaltation_transfer_core_costsrepExaltationTransferCoreCost
exaltation_convergence_action_gold_costsrepExaltationConvergenceActionGoldCost
exaltation_convergence_action_gold_costs_72repExaltationConvergenceActionGoldCost

Arcane SDK catalog generated from scripts/sdk