Skip to content

Base Output of Tier

Yang Xizhi edited this page Mar 10, 2023 · 1 revision

Structure

tier: Integer value, the tier of the mod model.

base_output: Integer value, the base output of life essence at this tier per operation.

If certain tier isn't defined here, it won't ouput any life essence.

Example

Add base output for tier-0 (Faulty)

Then you can use mod model at Faulty tier in digital agonizer.

{
  "tier": 0,
  "base_output": 10
}

Clone this wiki locally