public ArgentConfessorPaletress(TrialOfTheChampion totch)
            {
                this.totch = totch;
                this.mbox  = totch.mbox;

                root = new Sequence(true, ConfessorPaletressBehaviour().ToArray());
            }
            public GrandChampions(TrialOfTheChampion totch)
            {
                this.totch = totch;
                this.mbox  = totch.mbox;

                root = new Sequence(false, MountedCombatBehaviour(), NormalCombatBehaviour());
            }
 public TheBlackKnight(TrialOfTheChampion totch)
 {
     this.totch = totch;
 }
 public EadricThePure(TrialOfTheChampion totch)
 {
     this.totch = totch;
 }