"Gandalf"
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.gempukku.lotro.cards.set0.gandalf;
|
||||
|
||||
import com.gempukku.lotro.cards.AbstractCompanion;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Race;
|
||||
|
||||
/**
|
||||
* Set: Promotional
|
||||
* Side: Free
|
||||
* Culture: Gandalf
|
||||
* Twilight Cost: 4
|
||||
* Type: Companion • Wizard
|
||||
* Strength: 8
|
||||
* Vitality: 4
|
||||
* Resistance: 6
|
||||
*/
|
||||
public class Card0_064 extends AbstractCompanion {
|
||||
public Card0_064() {
|
||||
super(4, 8, 4, 6, Culture.GANDALF, Race.WIZARD, null, "Gandalf", true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user