rj_gameplay.play.defend_restart

Module Contents

Classes

DefendRestart

Helper class that provides a standard way to create an ABC using

class rj_gameplay.play.defend_restart.DefendRestart

Bases: stp.play.IPlay

Helper class that provides a standard way to create an ABC using inheritance.

compute_props(prev_props)
tick(world_state: stp.rc.WorldState, prev_results: stp.role.assignment.FlatRoleResults, props) Tuple[Dict[Type[stp.tactic.SkillEntry], List[stp.role.RoleRequest]], List[stp.tactic.SkillEntry]]
is_done(world_state)