Skip to main content

Duban

The Immortal Shield

Unit #001

HPPWRCPSpeedRangeTier
63 (+1)1FastLocalC

Abilities

Passive

Duban has +5n.
Engine Implementation
def _duban_def(state: GameState, demon: DemonInstance) -> dict[str, int]:
return {"def": 5}

register_passive("001", 0, _duban_def)
Duban