Ejemplo n.º 1
0
 public JShot()
     : base(information.Clone(), new List <PassiveSkill>() { new ReadableScript() }, 2)
 {
     Accuracy = 0.5;
     Cost     = 2;
 }
Ejemplo n.º 2
0
 public NoteDown() : base(information.Clone(), Enumerable.Empty <PassiveSkill>())
 {
 }
Ejemplo n.º 3
0
 public ReadableScript() : base(information.Clone(), Enumerable.Empty <PassiveSkill>())
 {
 }
Ejemplo n.º 4
0
 public CounterEvolution() : base(information.Clone(), Enumerable.Empty <PassiveSkill>())
 {
 }
Ejemplo n.º 5
0
 public Overload() : base(information.Clone(), Enumerable.Empty <PassiveSkill>())
 {
 }
Ejemplo n.º 6
0
 public C8()
     : base(information.Clone(), new List <PassiveSkill>() { new Overload() }, 4)
 {
     Accuracy = 0.9;
     Cost     = 4;
 }
Ejemplo n.º 7
0
 public NormalAttack()
     : base(information.Clone(), Enumerable.Empty <PassiveSkill>(), 1.0)
 {
     Accuracy = 1.0;
 }
Ejemplo n.º 8
0
 public FastCode() : base(information.Clone(), Enumerable.Empty <PassiveSkill>())
 {
 }
Ejemplo n.º 9
0
 public CVar()
     : base(information.Clone(), new List <PassiveSkill>() { new NoteDown(), new CounterEvolution() }, 5)
 {
     Accuracy = 0.9;
     Cost     = 4;
 }
Ejemplo n.º 10
0
 public Doctor() : base(information.Clone(), Enumerable.Empty <PassiveSkill>())
 {
 }
Ejemplo n.º 11
0
 public Snake()
     : base(information.Clone(), new List <PassiveSkill>() { new FastCode(), new Pypi() }, 1)
 {
     Accuracy = 0.8;
     Cost     = 2;
 }
Ejemplo n.º 12
0
 public MachineLearning() : base(information.Clone(), Enumerable.Empty <PassiveSkill>())
 {
 }
Ejemplo n.º 13
0
 public JavaGrab()
     : base(information.Clone(), new List <PassiveSkill>() { new Doctor(), new MachineLearning() }, 2)
 {
     Accuracy = 0.9;
     Cost     = 3;
 }