Esempio n. 1
0
            public ArgentConfessorPaletress(TrialOfTheChampion totch)
            {
                this.totch = totch;
                this.mbox  = totch.mbox;

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

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