rj_gameplay.play.defensive_clear

Module Contents

Classes

DefensiveClear

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

class rj_gameplay.play.defensive_clear.DefensiveClear

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[stp.tactic.SkillEntry, List[stp.role.RoleResult]], List[stp.tactic.SkillEntry]]
is_done(world_state)