This commit is contained in:
marc barbier
2021-01-07 18:16:23 +01:00
29 changed files with 98 additions and 87 deletions
@@ -34,7 +34,7 @@ public class Moyen_Age_Croisade extends Card {
*/
@Override
public String getDescription() {
return "Choississez une créature que vous controller et une créature que vous ne controllez pas, elle se battent entre elle";
return "Vol de vie";
}
/**
@@ -44,7 +44,7 @@ public class Moyen_Age_Croisade extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 1;
}
/**
@@ -54,7 +54,7 @@ public class Moyen_Age_Croisade extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 3;
}
/**
@@ -74,7 +74,7 @@ public class Moyen_Age_Croisade extends Card {
*/
@Override
public int getCost() {
return 3;
return 5;
}
/**
@@ -33,7 +33,7 @@ public class Moyen_Age_Guerre_100 extends Card {
*/
@Override
public String getDescription() {
return "Vos créature ont +2/+1 jusqu'a la fin du tour";
return "anti-joueur";
}
/**
@@ -43,7 +43,7 @@ public class Moyen_Age_Guerre_100 extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 2;
}
/**
@@ -53,7 +53,7 @@ public class Moyen_Age_Guerre_100 extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 2;
}
/**
@@ -33,7 +33,7 @@ public class Moyen_Age_Heresie_Cathares extends Card {
*/
@Override
public String getDescription() {
return "les creatures que vous controlez gagne +6/+6 jusqu'a la fin du tour";
return "courte portée";
}
/**
@@ -43,7 +43,7 @@ public class Moyen_Age_Heresie_Cathares extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 6;
}
/**
@@ -53,7 +53,7 @@ public class Moyen_Age_Heresie_Cathares extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 6;
}
/**
@@ -73,7 +73,7 @@ public class Moyen_Age_Heresie_Cathares extends Card {
*/
@Override
public int getCost() {
return 8;
return 7;
}
/**
@@ -33,7 +33,7 @@ public class Moyen_Age_Malediction_Templier extends Card {
*/
@Override
public String getDescription() {
return "la creature ciblée gagne -2/-2 jusqu'a la fin du tour";
return "mutilation bénéfique";
}
/**
@@ -43,7 +43,7 @@ public class Moyen_Age_Malediction_Templier extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 2;
}
/**
@@ -53,7 +53,7 @@ public class Moyen_Age_Malediction_Templier extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 5;
}
/**
@@ -33,7 +33,7 @@ public class Moyen_Age_Peste extends Card {
*/
@Override
public String getDescription() {
return "Metter un marqueur Peste Sur chaque créature (au debut de chaque tour,mettez un marqueur -0/-1 sur chaque créature avec un marqueur Peste";
return "mutilation bénéfique";
}
/**
@@ -43,7 +43,7 @@ public class Moyen_Age_Peste extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 3;
}
/**
@@ -53,7 +53,7 @@ public class Moyen_Age_Peste extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 5;
}
/**
@@ -73,7 +73,7 @@ public class Moyen_Age_Peste extends Card {
*/
@Override
public int getCost() {
return 4;
return 5;
}
/**
@@ -33,7 +33,7 @@ public class Moyen_Age_Pouvoir_Du_Franc extends Card {
*/
@Override
public String getDescription() {
return "vous piochez deux carte";
return "courte portée";
}
/**
@@ -43,7 +43,7 @@ public class Moyen_Age_Pouvoir_Du_Franc extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 5;
}
/**
@@ -53,7 +53,7 @@ public class Moyen_Age_Pouvoir_Du_Franc extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 5;
}
/**
@@ -33,7 +33,7 @@ public class Moyen_Age_Prise_Sainte_Terre extends Card {
*/
@Override
public String getDescription() {
return "jusqu'a la fin du tour l'attaque de vos créatures devient leurs endurance";
return "solitude";
}
/**
@@ -43,7 +43,7 @@ public class Moyen_Age_Prise_Sainte_Terre extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 5;
}
/**
@@ -53,7 +53,7 @@ public class Moyen_Age_Prise_Sainte_Terre extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 6;
}
/**
@@ -33,7 +33,7 @@ public class Moyen_Age_Traite_Verdun extends Card {
*/
@Override
public String getDescription() {
return "La créature adverse ciblée ne peut pas attaquer pendant 2 tours.";
return "mutilation bénéfique";
}
/**
@@ -43,7 +43,7 @@ public class Moyen_Age_Traite_Verdun extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 1;
}
/**
@@ -53,7 +53,7 @@ public class Moyen_Age_Traite_Verdun extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 4;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_12_Travaux extends Card {
*/
@Override
public String getDescription() {
return "2/+2 à une creature";
return "esquive";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_12_Travaux extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 3;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_12_Travaux extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 1;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_Chant_Sirene extends Card {
*/
@Override
public String getDescription() {
return "echange les points de vie et dattaque dune creature";
return "vol de vie";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Chant_Sirene extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 2;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Chant_Sirene extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 1;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_Cheval_Troie extends Card {
*/
@Override
public String getDescription() {
return "pioche 2 cartes";
return "";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Cheval_Troie extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 1;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Cheval_Troie extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 4;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_Enigme_Sphinx extends Card {
*/
@Override
public String getDescription() {
return "pioche 3 cartes";
return "invisible";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Enigme_Sphinx extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 2;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Enigme_Sphinx extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 5;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_Guerre_Sept_Chefs extends Card {
*/
@Override
public String getDescription() {
return "choissisez 2 créatures elle gagne +2/-1 jusqua la fin du tour";
return "vigilance";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Guerre_Sept_Chefs extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 6;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Guerre_Sept_Chefs extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 5;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_Icar extends Card {
*/
@Override
public String getDescription() {
return "la creature gagne le vol";
return "dopage";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Icar extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 1;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Icar extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 1;
}
/**
@@ -73,7 +73,7 @@ public class Mythes_Icar extends Card {
*/
@Override
public int getCost() {
return 3;
return 2;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_Kunée extends Card {
*/
@Override
public String getDescription() {
return "inflige 3 points de degat à une creature";
return "regeneration";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Kunée extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 1;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Kunée extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 1;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_Rapt extends Card {
*/
@Override
public String getDescription() {
return "-5 pv à une creature";
return "célérité";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Rapt extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 3;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Rapt extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 5;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_Titanomachie extends Card {
*/
@Override
public String getDescription() {
return "-2 pv à toutes les créatures";
return "toxique";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Titanomachie extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 5;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Titanomachie extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 3;
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Toison extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 2;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Toison extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 4;
}
/**
@@ -33,7 +33,7 @@ public class Mythes_Zeus_VS_Typhon extends Card {
*/
@Override
public String getDescription() {
return "detruit toutes les creatures adverse ayant une attaque de 3 ou moins";
return "vol de vie";
}
/**
@@ -43,7 +43,7 @@ public class Mythes_Zeus_VS_Typhon extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 6;
}
/**
@@ -53,7 +53,7 @@ public class Mythes_Zeus_VS_Typhon extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 8;
}
/**
@@ -73,7 +73,7 @@ public class Mythes_Zeus_VS_Typhon extends Card {
*/
@Override
public int getCost() {
return 6;
return 8;
}
/**
@@ -33,7 +33,7 @@ public class Renaissance_Chute_Constantinople extends Card {
*/
@Override
public String getDescription() {
return "declenche tous les râles d'agonie";
return "obsession";
}
/**
@@ -43,7 +43,7 @@ public class Renaissance_Chute_Constantinople extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 4;
}
/**
@@ -53,7 +53,7 @@ public class Renaissance_Chute_Constantinople extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 6;
}
/**
@@ -33,7 +33,7 @@ public class Renaissance_Concile_Trente extends Card {
*/
@Override
public String getDescription() {
return "Sacrifiez une créature et déclanchez son rale d'agonie 2 fois de suite";
return "vigilance";
}
/**
@@ -43,7 +43,7 @@ public class Renaissance_Concile_Trente extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 2;
}
/**
@@ -53,7 +53,7 @@ public class Renaissance_Concile_Trente extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 4;
}
/**
@@ -33,7 +33,7 @@ public class Renaissance_Decouverte_Amerique extends Card {
*/
@Override
public String getDescription() {
return "Regardez les 4 premières cartes de votre deck, choississez en une, mettez la dans votre main";
return "toxique";
}
/**
@@ -43,7 +43,7 @@ public class Renaissance_Decouverte_Amerique extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 1;
}
/**
@@ -53,7 +53,7 @@ public class Renaissance_Decouverte_Amerique extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 1;
}
/**
@@ -73,7 +73,7 @@ public class Renaissance_Decouverte_Amerique extends Card {
*/
@Override
public int getCost() {
return 2;
return 6;
}
/**
@@ -33,7 +33,7 @@ public class Renaissance_Fin_Guerre_Cent_Ans extends Card {
*/
@Override
public String getDescription() {
return "toutes les creatures regagnent leurs points d'attaque et points de vie d'origine";
return "esquive";
}
/**
@@ -43,7 +43,7 @@ public class Renaissance_Fin_Guerre_Cent_Ans extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 5;
}
/**
@@ -53,7 +53,7 @@ public class Renaissance_Fin_Guerre_Cent_Ans extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 3;
}
/**
@@ -73,7 +73,7 @@ public class Renaissance_Fin_Guerre_Cent_Ans extends Card {
*/
@Override
public int getCost() {
return 3;
return 4;
}
/**
@@ -33,7 +33,7 @@ public class Renaissance_Guerres_Italie extends Card {
*/
@Override
public String getDescription() {
return "toutes les creatures gagnent -2/-0";
return "régénération";
}
/**
@@ -43,7 +43,7 @@ public class Renaissance_Guerres_Italie extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 2;
}
/**
@@ -53,7 +53,7 @@ public class Renaissance_Guerres_Italie extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 3;
}
/**
@@ -34,7 +34,7 @@ public class Renaissance_Presse_Imprimer extends Card {
*/
@Override
public String getDescription() {
return "piochez 3 cartes";
return "vigilance";
}
/**
@@ -44,7 +44,7 @@ public class Renaissance_Presse_Imprimer extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 4;
}
/**
@@ -54,7 +54,7 @@ public class Renaissance_Presse_Imprimer extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 6;
}
/**
@@ -34,7 +34,7 @@ public class Renaissance_Reforme extends Card {
*/
@Override
public String getDescription() {
return "Choississez une créature que vous controlez avec un râle d'agonie, créez un jeton qui est une copie de cette créature";
return "invisible, vol de vie";
}
/**
@@ -44,7 +44,7 @@ public class Renaissance_Reforme extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 2;
}
/**
@@ -54,7 +54,7 @@ public class Renaissance_Reforme extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 3;
}
/**
@@ -33,7 +33,7 @@ public class Renaissance_Succession_Bourgogne extends Card {
*/
@Override
public String getDescription() {
return "Renvoie une carte de créature depuis le champ de bataille dans votre main, vous activez son râle d' agonie, puis vous pouvez jouer une carte de meme coût depuis votre main";
return "mutilation bénéfique";
}
/**
@@ -43,7 +43,7 @@ public class Renaissance_Succession_Bourgogne extends Card {
*/
@Override
public int getDefaultAttack() {
return 0;
return 1;
}
/**
@@ -53,7 +53,7 @@ public class Renaissance_Succession_Bourgogne extends Card {
*/
@Override
public int getDefaultHealth() {
return 0;
return 6;
}
/**