Skip to main content

✅ Stolen time steals time token

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestValefarStolenTime::test_stolen_time_steals_time_token

Valefar steals the Time Token from opponent.

Preconditions

  • P1 Main Phase, P1 has 0 AP

  • P1 does NOT have the Time Token

  • P2 HAS the Time Token

  • Lane 0: P1's Valefar (#007), READIED

Action

  • Valefar uses Stolen Time with steal_ap=False, steal_token=True

Expected Postconditions

  • P1 has the Time Token

  • P2 no longer has the Time Token

Assertions

assert result.players[Side.PLAYER_1].has_time_token is True
assert result.players[Side.PLAYER_2].has_time_token is False