mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
[KLD] Some card names fixed.
This commit is contained in:
parent
04ca15a3a9
commit
1d4d612501
4 changed files with 15 additions and 15 deletions
|
@ -54,10 +54,10 @@ import mage.target.common.TargetCreaturePermanent;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class RevokePrivilege extends CardImpl {
|
public class RevokePrivileges extends CardImpl {
|
||||||
|
|
||||||
public RevokePrivilege(UUID ownerId) {
|
public RevokePrivileges(UUID ownerId) {
|
||||||
super(ownerId, 26, "Revoke Privilege", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{W}");
|
super(ownerId, 26, "Revoke Privileges", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{W}");
|
||||||
this.expansionSetCode = "KLD";
|
this.expansionSetCode = "KLD";
|
||||||
this.subtype.add("Aura");
|
this.subtype.add("Aura");
|
||||||
|
|
||||||
|
@ -77,13 +77,13 @@ public class RevokePrivilege extends CardImpl {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public RevokePrivilege(final RevokePrivilege card) {
|
public RevokePrivileges(final RevokePrivileges card) {
|
||||||
super(card);
|
super(card);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public RevokePrivilege copy() {
|
public RevokePrivileges copy() {
|
||||||
return new RevokePrivilege(this);
|
return new RevokePrivileges(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,10 +39,10 @@ import mage.constants.Rarity;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SageOfShaliasClaim extends CardImpl {
|
public class SageOfShailasClaim extends CardImpl {
|
||||||
|
|
||||||
public SageOfShaliasClaim(UUID ownerId) {
|
public SageOfShailasClaim(UUID ownerId) {
|
||||||
super(ownerId, 168, "Sage of Shalia's Claim", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{G}");
|
super(ownerId, 168, "Sage of Shaila's Claim", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{G}");
|
||||||
this.expansionSetCode = "KLD";
|
this.expansionSetCode = "KLD";
|
||||||
this.subtype.add("Elf");
|
this.subtype.add("Elf");
|
||||||
this.subtype.add("Druid");
|
this.subtype.add("Druid");
|
||||||
|
@ -53,12 +53,12 @@ public class SageOfShaliasClaim extends CardImpl {
|
||||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new GetEnergyCountersControllerEffect(3)));
|
this.addAbility(new EntersBattlefieldTriggeredAbility(new GetEnergyCountersControllerEffect(3)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public SageOfShaliasClaim(final SageOfShaliasClaim card) {
|
public SageOfShailasClaim(final SageOfShailasClaim card) {
|
||||||
super(card);
|
super(card);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public SageOfShaliasClaim copy() {
|
public SageOfShailasClaim copy() {
|
||||||
return new SageOfShaliasClaim(this);
|
return new SageOfShailasClaim(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -63,7 +63,7 @@ public enum CardRepository {
|
||||||
// raise this if db structure was changed
|
// raise this if db structure was changed
|
||||||
private static final long CARD_DB_VERSION = 47;
|
private static final long CARD_DB_VERSION = 47;
|
||||||
// raise this if new cards were added to the server
|
// raise this if new cards were added to the server
|
||||||
private static final long CARD_CONTENT_VERSION = 60;
|
private static final long CARD_CONTENT_VERSION = 61;
|
||||||
|
|
||||||
private Dao<CardInfo, Object> cardDao;
|
private Dao<CardInfo, Object> cardDao;
|
||||||
private Set<String> classNames;
|
private Set<String> classNames;
|
||||||
|
|
|
@ -29680,7 +29680,7 @@ Ninth Bridge Patrol|Kaladesh|22|C|{1}{W}|Creature - Dwarf Soldier|1|1|Whenever a
|
||||||
Pressure Point|Kaladesh|23|C|{1}{W}|Instant|||Tap target creature.$Draw a card.|
|
Pressure Point|Kaladesh|23|C|{1}{W}|Instant|||Tap target creature.$Draw a card.|
|
||||||
Propeller Pioneer|Kaladesh|24|C|{3}{W}|Creature - Human Artificer|2|1|Flying$Fabricate 1 <i>(When this creature enters the battlefield, put a +1/+1 counter on it or create a 1/1 colorless Servo artifact creature token.)</i>|
|
Propeller Pioneer|Kaladesh|24|C|{3}{W}|Creature - Human Artificer|2|1|Flying$Fabricate 1 <i>(When this creature enters the battlefield, put a +1/+1 counter on it or create a 1/1 colorless Servo artifact creature token.)</i>|
|
||||||
Refurbish|Kaladesh|25|U|{3}{W}|Sorcery|||Return target artifact card from your graveyard to the battlefield.|
|
Refurbish|Kaladesh|25|U|{3}{W}|Sorcery|||Return target artifact card from your graveyard to the battlefield.|
|
||||||
Revoke Privilege|Kaladesh|26|C|{2}{W}|Enchantment - Aura|||Enchant creature.$Enchanted creature can't attack, block, or crew Vehicles.|
|
Revoke Privileges|Kaladesh|26|C|{2}{W}|Enchantment - Aura|||Enchant creature.$Enchanted creature can't attack, block, or crew Vehicles.|
|
||||||
Servo Exhibition|Kaladesh|27|U|{1}{W}|Sorcery|||Create two 1/1 colorless Servo artifact creature tokens.|
|
Servo Exhibition|Kaladesh|27|U|{1}{W}|Sorcery|||Create two 1/1 colorless Servo artifact creature tokens.|
|
||||||
Skyswirl Harrier|Kaladesh|28|C|{4}{W}|Creature - Bird|3|4|Flying|
|
Skyswirl Harrier|Kaladesh|28|C|{4}{W}|Creature - Bird|3|4|Flying|
|
||||||
Skywhaler's Shot|Kaladesh|29|U|{2}{W}|Instant|||Destroy target creature with power three or greater. Scry 1.|
|
Skywhaler's Shot|Kaladesh|29|U|{2}{W}|Instant|||Destroy target creature with power three or greater. Scry 1.|
|
||||||
|
@ -29822,7 +29822,7 @@ Ornamental Courage|Kaladesh|164|C|{G}|Instant|||Untap target creature. It gets +
|
||||||
Oviya Pashiri, Sage Lifecrafter|Kaladesh|165|R|{G}|Legendary Creature - Human Artificer|1|2|{2}{G}, {t}: Create a 1/1 colorless Servo artifact creature token.${4}{G}, {t}: Create an X/X colorless Construct artifact creature token, where X is the number of creatures you control.|
|
Oviya Pashiri, Sage Lifecrafter|Kaladesh|165|R|{G}|Legendary Creature - Human Artificer|1|2|{2}{G}, {t}: Create a 1/1 colorless Servo artifact creature token.${4}{G}, {t}: Create an X/X colorless Construct artifact creature token, where X is the number of creatures you control.|
|
||||||
Peema Outrider|Kaladesh|166|C|{2}{G}{G}|Creature - Elf Artificer|3|3|Trample$Fabricate 1 <i>(When this creature enters the battlefield, put a +1/+1 counter on it or create a 1/1 colorless Servo artifact creature token.)</i>|
|
Peema Outrider|Kaladesh|166|C|{2}{G}{G}|Creature - Elf Artificer|3|3|Trample$Fabricate 1 <i>(When this creature enters the battlefield, put a +1/+1 counter on it or create a 1/1 colorless Servo artifact creature token.)</i>|
|
||||||
Riparian Tiger|Kaladesh|167|C|{3}{G}{G}|Creature - Cat|4|4|Trample$When Riparian Tiger enters the battlefield, you get {E}{E} <i>(two energy counters)</i>.$Whenever Riparian Tiger attacks, you may pay {E}{E}. If you do, it gets +2/+2 until end of turn.|
|
Riparian Tiger|Kaladesh|167|C|{3}{G}{G}|Creature - Cat|4|4|Trample$When Riparian Tiger enters the battlefield, you get {E}{E} <i>(two energy counters)</i>.$Whenever Riparian Tiger attacks, you may pay {E}{E}. If you do, it gets +2/+2 until end of turn.|
|
||||||
Sage of Shalia's Claim|Kaladesh|168|C|{1}{G}|Creature - Elf Druid|2|1|When Sage of Shalia's Claim enters the battlefield, you get {E}{E}{E} <i>(three energy counters)</i>.|
|
Sage of Shaila's Claim|Kaladesh|168|C|{1}{G}|Creature - Elf Druid|2|1|When Sage of Shalia's Claim enters the battlefield, you get {E}{E}{E} <i>(three energy counters)</i>.|
|
||||||
Servant of the Conduit|Kaladesh|169|U|{1}{G}|Creature - Elf Druid|2|2|When Servant of the Conduit enters teh battlefield, you get {E}{E} <i>(two energy counters)</i>.${T}, Pay {E}: Add one mana of any color to your mana pool.|
|
Servant of the Conduit|Kaladesh|169|U|{1}{G}|Creature - Elf Druid|2|2|When Servant of the Conduit enters teh battlefield, you get {E}{E} <i>(two energy counters)</i>.${T}, Pay {E}: Add one mana of any color to your mana pool.|
|
||||||
Take Down|Kaladesh|170|C|{G}|Sorcery|||Choose one —$• Take Down deals 4 damage to target creature with flying.$• Take Down deals 1 damage to each creature with flying|
|
Take Down|Kaladesh|170|C|{G}|Sorcery|||Choose one —$• Take Down deals 4 damage to target creature with flying.$• Take Down deals 1 damage to each creature with flying|
|
||||||
Thriving Rhino|Kaladesh|171|C|{2}{G}|Creature - Rhino|2|3|When Thriving Rhino enters the battlefield, you get {E}{E} <i>(two energy counters)</i>.$Whenever Thriving Rhino attacks, you may pay {E}{E}. If you do, put a +1/+1 counter on it.|
|
Thriving Rhino|Kaladesh|171|C|{2}{G}|Creature - Rhino|2|3|When Thriving Rhino enters the battlefield, you get {E}{E} <i>(two energy counters)</i>.$Whenever Thriving Rhino attacks, you may pay {E}{E}. If you do, put a +1/+1 counter on it.|
|
||||||
|
|
Loading…
Reference in a new issue