- Added Xiahou Dun, the One-Eyed and Loyal Retainers.

- Added Goblin Charbelcher ability text.
- Added card-pictures.txt links.
This commit is contained in:
jendave
2011-08-06 02:51:02 +00:00
parent f2d9c52a5b
commit a71f583de2
7 changed files with 262 additions and 4 deletions

View File

@@ -16723,6 +16723,7 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
AllZone.GameAction.getPlayerLife(getTargetPlayer()).subtractLife(damage);
}
};
ability.setDescription("3, tap: Reveal cards from the top of your library until you reveal a land card. Goblin Charbelcher deals damage equal to the number of nonland cards revealed this way to target creature or player. If the revealed land card was a Mountain, Goblin Charbelcher deals double that damage instead. Put the revealed cards on the bottom of your library in any order.");
ability.setChooseTargetAI(CardFactoryUtil.AI_targetHuman());
ability.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(ability, true));
card.addSpellAbility(ability);