
var cardnum = "All";

function cardData( num, name, rarelity, type, kind, costValue, costOther, attribute, placeRestriction, itemRestriction, st, mhp, inDeck, abilityText, atc ){

 this.num = num;
 this.name = name;
 this.rarelity = rarelity;
 this.type = type;
 this.kind = kind;
 this.costValue = costValue;
 this.costOther = costOther;
 this.attribute = attribute;
 this.placeRestriction = placeRestriction;
 this.itemRestriction = itemRestriction;
 this.st = st;
 this.mhp = mhp;
 this.inDeck = inDeck;
 this.abilityText = abilityText;
 this.atc = atc;

}

function kindClass( num, leaves ) {
 this.num = num;
 this.leaves = leaves;
}

var rarelityList = new Array( "－", "Normal", "Strange", "Rare", "Extra" );
var typeList = new Array( "－", "Creature", "Item", "Spell" );
var kindList = new Array();
kindList[0] = new Array( "－" );
kindList[1] = new Array( "－", "Animal", "Dragon", "Humanoid", "Plant", "Undead" );
kindList[2] = new Array( "－", "Weapon", "Armor", "Tool", "Scroll" );
kindList[3] = new Array( "－", "Flash", "Multi-Flash", "Enchant", "Multi-Ench." );
var attributeList = new Array( "－", "Neutral", "Fire", "Water", "Earth", "Air" );
var costOtherList = new Array( "", "N", "R", "B", "G", "Y", "+[]" );
var itemList = new Array( "－", "!W ", "!A ", "!T ", "!S " );

var cardDataAll = new Array();
cardDataAll["01"]= new cardData( "01","001) Amber Mosquito",2,1,4,30,0,1,0,4,0,40,0,"In Battle: Transforms into Giant Rat or Tyrannosaurus","--" );
cardDataAll["02"]= new cardData( "02","002) Armed Gear",3,1,5,70,0,1,0,24,30,40,0,"Support / Penetrates: (same tribe as Supporting creature)","--" );
cardDataAll["03"]= new cardData( "03","003) Baldanders",2,1,3,10,0,1,0,0,0,30,0,"In Battle: Transforms into random creature","--" );
cardDataAll["04"]= new cardData( "04","004) Bandit",1,1,3,20,0,1,0,0,20,20,0,"Support / Attack Bonus: Steals G=(damage done x2G) from opposing Cepter","--" );
cardDataAll["05"]= new cardData( "05","005) Battle Gear Alpha",3,1,5,60,0,1,0,4,40,20,0,"Support / Transforms into Bundle Gear when Battle Gear Beta is used as Support / Cannot be targeted by spells","--" );
cardDataAll["06"]= new cardData( "06","006) Battle Gear Beta",3,1,5,60,0,1,0,4,20,40,0,"Support / Transforms into Bundle Gear when Battle Gear Alpha is used as Support / Neutralizes: Scroll attacks","--" );
cardDataAll["07"]= new cardData( "07","007) Berserker",1,1,3,50,0,1,0,0,40,50,0,"Attack Bonus: Receive 30% of damage done to opposing creature","--" );
cardDataAll["08"]= new cardData( "08","008) Borgess",3,1,3,50,0,1,0,0,30,30,0,"Boost: All Neutral creatures' HP+20 in battle","--" );
cardDataAll["09"]= new cardData( "09","009) Bundle Gear",4,1,5,250,0,1,0,0,70,70,0,"Neutralizes: Scroll attacks / Cannot be targeted by spells","--" );
cardDataAll["0A"]= new cardData( "0A","010) Chameleon",2,1,1,40,0,1,0,4,20,30,0,"In Battle: Receives land bonus on every territory type","--" );
cardDataAll["0B"]= new cardData( "0B","011) Chupacabra",3,1,1,40,6,1,0,4,20,40,0,"Penetrates: Humanoids Animals / Attack Bonus: HP+(damage done to opposing creature)","--" );
cardDataAll["0C"]= new cardData( "0C","012) Cleric",2,1,3,50,0,1,0,0,10,30,0,"Support / Instant Death: Undead (70%)","--" );
cardDataAll["0D"]= new cardData( "0D","013) Cyclops",1,1,3,60,0,1,0,0,50,50,0,"Attacks Last","--" );
cardDataAll["0E"]= new cardData( "0E","014) Decoy",2,1,5,40,6,1,0,124,0,10,0,"Reflects: All (except scroll attacks)","--" );
cardDataAll["0F"]= new cardData( "0F","015) Doppelganger",3,1,3,10,6,1,0,0,0,30,0,"In Battle: Transforms into opposing creature","--" );
cardDataAll["0G"]= new cardData( "0G","016) Dracoaves",4,1,2,80,6,1,0,2,40,30,0,"Attacks First / In Battle: Makes a ST=40 scroll attack when not using an item / In Battle: HP+(current round #)","--" );
cardDataAll["0H"]= new cardData( "0H","017) Dragonoid",2,1,2,40,0,1,0,0,30,30,0,"Support / Scroll Critical Hit","--" );
cardDataAll["0I"]= new cardData( "0I","018) Ethereal Queen",3,1,3,40,0,1,0,0,30,40,0,"In Battle: HP=(total # of opposing Cepter's lands x10)","--" );
cardDataAll["0J"]= new cardData( "0J","019) Fighter",1,1,3,40,0,1,0,0,40,40,0,0,"--" );
cardDataAll["0K"]= new cardData( "0K","020) Giant Crawler",1,1,1,30,0,1,0,4,30,40,0,"Instant Death: Plants (100%)","--" );
cardDataAll["0L"]= new cardData( "0L","021) Giant Rat",1,1,1,0,0,1,0,4,20,10,0,"Attacks First","--" );
cardDataAll["0M"]= new cardData( "0M","022) Giant Snake",1,1,1,5,0,1,0,4,30,20,0,"Attack Bonus: 'Poison'","--" );
cardDataAll["0N"]= new cardData( "0N","023) Giant Spider",1,1,1,10,0,1,0,4,10,30,0,"Attack Bonus: 'Paralysis' (Humanoids Animals Dragons)","--" );
cardDataAll["0O"]= new cardData( "0O","024) Goblin",1,1,3,0,0,1,0,0,20,30,0,0,"--" );
cardDataAll["0P"]= new cardData( "0P","025) Hedgehog",2,1,1,40,0,1,0,4,10,30,0,"Reflects 1/2 damage received back to attacker (except scroll attacks)","--" );
cardDataAll["0Q"]= new cardData( "0Q","026) Hobgoblin",1,1,3,30,0,1,0,0,30,40,0,"Critical Hit: Humanoids","--" );
cardDataAll["0R"]= new cardData( "0R","027) Hoodlum",1,1,3,20,0,1,0,0,40,40,0,"In Battle: Does 1/2 damage if enemy creature's ST>=40","--" );
cardDataAll["0S"]= new cardData( "0S","028) Little Gray",3,1,3,50,6,1,0,0,10,30,0,"Attack Bonus: Transports opponent to random empty land (50%)","--" );
cardDataAll["0T"]= new cardData( "0T","029) Lunatic Hare",3,1,1,20,0,1,0,0,20,30,0,"Battle End: Swaps opposing creature's ST and HP values","--" );
cardDataAll["0U"]= new cardData( "0U","030) Migoal",3,1,3,80,6,1,0,0,40,40,0,"Critical Hit: Water+Earth / Neutralizes: Fire+Air","--" );
cardDataAll["0V"]= new cardData( "0V","031) Mystic Egg",3,1,1,0,0,1,0,0,0,30,0,"In Battle: Transforms into another creature according to item used","--" );
cardDataAll["0W"]= new cardData( "0W","032) Ninja",3,1,3,80,0,1,0,0,40,40,0,"Attacks First / Scroll Critical Hit","--" );
cardDataAll["0X"]= new cardData( "0X","033) Samurai",3,1,3,80,0,1,0,0,50,30,0,"Instant Death: Humanoids (70%)","--" );
cardDataAll["0Y"]= new cardData( "0Y","034) Shade",2,1,5,60,0,1,0,0,40,20,0,"Attacks First / Attack Bonus: Opposing creature's base ST=0","--" );
cardDataAll["0Z"]= new cardData( "0Z","035) Skeleton",1,1,5,30,0,1,0,0,30,40,0,"Regenerates","--" );
cardDataAll["10"]= new cardData( "10","036) Steam Gear",2,1,5,80,0,1,0,4,50,50,0,"Receives 1/2 normal toll","--" );
cardDataAll["11"]= new cardData( "11","037) Thief",1,1,3,30,0,1,0,0,20,40,0,"Battle Start: Steals opponent's item and uses it if using no item of its own","--" );
cardDataAll["12"]= new cardData( "12","038) Tyrannosaurus",2,1,2,80,6,1,0,24,50,60,0,0,"--" );
cardDataAll["13"]= new cardData( "13","039) Unseen Stalker",2,1,3,60,0,1,0,2,20,20,0,"Neutralizes: All (except scroll attacks)","--" );
cardDataAll["14"]= new cardData( "14","040) Werewolf",2,1,3,30,6,1,0,0,30,30,0,"Attack Bonus: Transforms opposing creature into Wolf (100%)","--" );
cardDataAll["15"]= new cardData( "15","041) Wolf",1,1,1,10,0,1,0,4,20,40,0,0,"--" );
cardDataAll["16"]= new cardData( "16","042) Wraith",3,1,5,40,6,1,0,2,10,30,0,"Instant Death: All (60%) / Battle End: Is destroyed","--" );
cardDataAll["17"]= new cardData( "17","043) Zombie",1,1,5,20,0,1,0,4,20,50,0,"Battle End: HP-20","--" );
cardDataAll["18"]= new cardData( "18","044) Acheron",2,1,5,70,0,2,3,0,10,60,0,"Defensive / Battle End: Destroys 1 random card in opposing Cepter's hand","--" );
cardDataAll["19"]= new cardData( "19","045) Ashura",3,1,3,80,0,2,0,0,50,50,0,"Battle End: Adds Enchantment effect 'Backward' to opposing Cepter","--" );
cardDataAll["1A"]= new cardData( "1A","046) Ba-Al",2,1,5,60,26,2,0,0,50,50,0,"Attacks First / Battle End: Destroys 1 random card in user's hand","--" );
cardDataAll["1B"]= new cardData( "1B","047) Barrow Wight",2,1,5,40,6,2,0,0,20,30,0,"Attack Bonus: 'Sleep'","--" );
cardDataAll["1C"]= new cardData( "1C","048) Bistair",4,1,5,100,222,2,3,0,80,80,0,"Attacks First / Attack Bonus: Steals G=(# of opposing Cepter's laps x20G)","--" );
cardDataAll["1D"]= new cardData( "1D","049) Blast Sphere",3,1,5,90,26,2,3,4,10,50,0,"Battle End: If HP<10, destroys both creatures and surrounding territory","--" );
cardDataAll["1E"]= new cardData( "1E","050) Cait Sith",2,1,1,60,0,2,3,0,20,30,0,"Cannot be targeted by spells / Neutralizes: Creatures with ST>=40","--" );
cardDataAll["1F"]= new cardData( "1F","051) Camazotz",2,1,5,50,2,2,0,2,20,40,0,"In Battle: ST+(opposing creature's ST) / Upon Victory: Opposing Cepter loses 30% of his most-owned symbol","--" );
cardDataAll["1G"]= new cardData( "1G","052) Chimera",2,1,1,80,2,2,0,4,30,50,0,"Attacks First / ST+10 when owner receives castle income (up to a maximum of 100)","--" );
cardDataAll["1H"]= new cardData( "1H","053) Dragon",3,1,2,90,22,2,3,2,40,60,0,"In Battle: ST+20, HP-20 when invading","--" );
cardDataAll["1I"]= new cardData( "1I","054) Dragonfly",1,1,1,20,0,2,0,4,30,20,0,"Attacks First","--" );
cardDataAll["1J"]= new cardData( "1J","055) Drain Roper",1,1,4,40,0,2,0,4,20,50,0,"Defensive / Attack Bonus: HP+(damage done to opposing creature)","--" );
cardDataAll["1K"]= new cardData( "1K","056) Efreet",2,1,5,60,2,2,3,0,40,60,0,"Attacks Last / Scroll Critical Hit / Battle End: User loses G=(creature's remaining HP)","--" );
cardDataAll["1L"]= new cardData( "1L","057) Elder Dragon",3,1,2,140,22,2,3,2,60,80,0,"Boost: All Dragons' ST & HP+10 / Scroll Critical Hit","--" );
cardDataAll["1M"]= new cardData( "1M","058) Fire Drake",2,1,2,70,0,2,0,0,30,40,0,"In Battle: ST+(# of Fire creatures in play x5)","--" );
cardDataAll["1N"]= new cardData( "1N","059) Fire Giant",1,1,3,100,2,2,0,0,50,50,0,"Critical Hit: Water","--" );
cardDataAll["1O"]= new cardData( "1O","060) Flame Lord",3,1,5,140,226,2,3,0,70,70,0,"Boost: All Fire creatures' HP+10 / Battle End: User loses 100G","--" );
cardDataAll["1P"]= new cardData( "1P","061) Flame Weevil",1,1,1,30,0,2,0,4,10,10,0,"Scrolls In Battle: ST & HP+(# of Flame Weevils in play x20)","--" );
cardDataAll["1Q"]= new cardData( "1Q","062) Gas Cloud",1,1,5,70,0,2,0,2,30,30,0,"Neutralizes: 1/2 of received damage (except scroll attacks)","--" );
cardDataAll["1R"]= new cardData( "1R","063) Golem",1,1,5,60,0,2,0,0,40,50,0,"Battle End: ST-10","--" );
cardDataAll["1S"]= new cardData( "1S","064) Hellhound",1,1,1,80,0,2,0,0,50,40,0,"1/2 damage vs. Water creatures","--" );
cardDataAll["1T"]= new cardData( "1T","065) Homunculus",2,1,3,30,2,2,0,0,10,20,0,"Defensive / Battle End: Evolves into Flame Lord","--" );
cardDataAll["1U"]= new cardData( "1U","066) Juggernaut",2,1,5,100,0,2,3,0,30,60,0,"Critical Hit: Creatures with ST>=40 / Does not receive lap recovery","--" );
cardDataAll["1V"]= new cardData( "1V","067) Kobold",1,1,3,20,0,2,0,0,20,30,0,0,"--" );
cardDataAll["1W"]= new cardData( "1W","068) Manticore",2,1,1,70,0,2,0,0,0,50,0,"In Battle: ST & HP=(# of cards in user's hand x10)","--" );
cardDataAll["1X"]= new cardData( "1X","069) Minotaur",1,1,3,70,0,2,0,0,40,40,0,0,"--" );
cardDataAll["1Y"]= new cardData( "1Y","070) Old Willow",3,1,4,50,22,2,0,14,20,40,0,"Defensive / If placed on Fire land, makes opposing Cepters stop","--" );
cardDataAll["1Z"]= new cardData( "1Z","071) Phoenix",1,1,1,40,0,2,0,4,30,30,0,"Upon Defeat: Returns to owner's hand","--" );
cardDataAll["20"]= new cardData( "20","072) Pillar of Flame",1,1,5,30,0,2,3,24,30,50,0,"Defensive","--" );
cardDataAll["21"]= new cardData( "21","073) Pyromancer",3,1,3,70,0,2,0,0,30,50,0,"In Battle: Makes a ST=30 scroll attack when not using item / Battle End: On successful hit by opposing creature: ST=20, MHP=30","--" );
cardDataAll["22"]= new cardData( "22","074) Radon",3,1,2,60,2,2,3,2,40,40,0,"Instant Death: Fire+Air (60%)","--" );
cardDataAll["23"]= new cardData( "23","075) Salamander",1,1,2,80,2,2,3,2,40,50,0,"Damage received from Fire creatures heals HP","--" );
cardDataAll["24"]= new cardData( "24","076) Son Ascetic",3,1,3,60,0,2,0,0,0,30,0,"Support / Uses abilities of supporting creature","--" );
cardDataAll["25"]= new cardData( "25","077) Sorcerer",1,1,3,45,0,2,0,1,0,30,0,"Support / Scroll Critical Hit","--" );
cardDataAll["26"]= new cardData( "26","078) Valkyria",2,1,3,70,2,2,0,0,30,30,0,"Attacks First / Support / Upon Victory: ST+10 (up to a maximum of 100)","--" );
cardDataAll["27"]= new cardData( "27","079) Will o' the Wisp",2,1,5,60,0,2,0,1,10,50,0,"Attacks Last / Attack Bonus: Steals G=(remaining HP x2G)","--" );
cardDataAll["28"]= new cardData( "28","080) Anubias",2,1,4,60,3,3,2,0,30,50,0,"In Battle: HP=(# of creatures killed x5)","--" );
cardDataAll["29"]= new cardData( "29","081) Behemoth",2,1,2,90,3,3,2,24,60,60,0,"Attacks Last / Battle End: Destroys 1 random card in user's hand","--" );
cardDataAll["2A"]= new cardData( "2A","082) Bloody Pudding",2,1,5,30,0,3,0,4,20,20,0,"Support / Battle Start: MHP+(supporting creature's HP) (up to a maximum of 100)","--" );
cardDataAll["2B"]= new cardData( "2B","083) Charybdis",3,1,5,90,3,3,2,2,0,60,0,"In Battle: ST=(level of battle territory x20)","--" );
cardDataAll["2C"]= new cardData( "2C","084) Crustacea",2,1,1,90,3,3,0,4,40,50,0,"Penetrates: Water+Air","--" );
cardDataAll["2D"]= new cardData( "2D","085) Dagon",3,1,5,140,336,3,2,0,60,80,0,"Boost: All Water creatures' HP+10 / Battle End: User loses 100G","--" );
cardDataAll["2E"]= new cardData( "2E","086) Deadly Fungus",2,1,4,50,0,3,0,14,20,50,0,"Defensive / Regenerates / Battle End: MHP+10 (up to a maximum of 100)","--" );
cardDataAll["2F"]= new cardData( "2F","087) Deep Spawn",3,1,4,60,0,3,2,4,10,50,0,"Defensive / Battle End: Adds Enchantment effect 'Bind' to opposing Cepter","--" );
cardDataAll["2G"]= new cardData( "2G","088) Geophage",2,1,1,60,3,3,0,4,30,50,0,"Instant Death: Water+Earth (60%)","--" );
cardDataAll["2H"]= new cardData( "2H","089) Giant Amoeba",1,1,1,60,0,3,0,4,30,30,0,"Neutralizes: Fire+Earth","--" );
cardDataAll["2I"]= new cardData( "2I","090) Giant Eel",1,1,1,80,0,3,0,4,30,50,0,"Neutralizes: Earth+Air","--" );
cardDataAll["2J"]= new cardData( "2J","091) Hydra",2,1,2,90,3,3,0,2,40,50,0,"Regenerates (except on Fire land)","--" );
cardDataAll["2K"]= new cardData( "2K","092) Ice Salamander",1,1,2,80,3,3,2,2,40,50,0,"Received damage from Water creatures heals HP","--" );
cardDataAll["2L"]= new cardData( "2L","093) Kelpie",3,1,1,70,3,3,0,4,30,30,0,"If placed on Water land, makes opposing Cepters stop","--" );
cardDataAll["2M"]= new cardData( "2M","094) King Tortoise",1,1,1,45,0,3,0,4,10,50,0,"Attacks Last","--" );
cardDataAll["2N"]= new cardData( "2N","095) Kraken",2,1,1,80,3,3,2,4,50,50,0,"Neutralizes: Neutral / In Battle: HP-20 (if user owns any Fire lands)","--" );
cardDataAll["2O"]= new cardData( "2O","096) Leviathan",3,1,2,100,33,3,0,2,40,60,0,"Upon Victory: Changes land to Water","--" );
cardDataAll["2P"]= new cardData( "2P","097) Lilith",2,1,5,80,0,3,0,2,0,30,0,"Attacks First / In Battle: ST=(# of cards in user's hand x10)","--" );
cardDataAll["2Q"]= new cardData( "2Q","098) Lion's Mane",3,1,1,50,0,3,245,4,20,50,0,"Defensive / Instant Death: (creatures with ST>=40)","--" );
cardDataAll["2R"]= new cardData( "2R","099) Lizardman",1,1,3,70,0,3,0,0,30,40,0,"Attacks First","--" );
cardDataAll["2S"]= new cardData( "2S","100) Lung",3,1,2,50,33,3,2,2,0,40,0,"In Battle: ST & HP=(# of Water symbols owned by user)","--" );
cardDataAll["2T"]= new cardData( "2T","101) Mad Clown",3,1,3,10,36,3,0,0,10,20,0,"Boost: User's creatures' HP+10","--" );
cardDataAll["2U"]= new cardData( "2U","102) Medusa",2,1,3,50,6,3,0,0,30,30,0,"Attack Bonus: Transforms opposing creature into Wall of Stone","--" );
cardDataAll["2V"]= new cardData( "2V","103) Megalodon",1,1,1,70,0,3,1245,4,50,50,0,0,"--" );
cardDataAll["2W"]= new cardData( "2W","104) Merfolk",1,1,3,20,0,3,0,0,20,30,0,0,"--" );
cardDataAll["2X"]= new cardData( "2X","105) Mujina",1,1,1,50,0,3,0,0,0,30,0,"In Battle: ST & HP=(# of cards in opposing Cepter's hand x10)","--" );
cardDataAll["2Y"]= new cardData( "2Y","106) Mycoron",2,1,4,30,0,3,0,14,10,30,0,"Regenerates / On successful enemy attack, adds a Mycoron to a random vacant land","--" );
cardDataAll["2Z"]= new cardData( "2Z","107) Nessie",3,1,2,50,3,3,0,2,20,40,0,"In Battle: If battle territory is Water, HP+(level of battle territory x10)","--" );
cardDataAll["30"]= new cardData( "30","108) Nymph",3,1,3,75,3,3,5,0,10,30,0,"Neutralizes: Fire / Attack Bonus: 'Charm' (60%)","--" );
cardDataAll["31"]= new cardData( "31","109) Pirate",1,1,3,45,0,3,0,0,10,30,0,"Support","--" );
cardDataAll["32"]= new cardData( "32","110) Remora",2,1,1,40,0,3,25,4,20,40,0,"Battle End: Destroys 1 random card in opposing Cepter's hand","--" );
cardDataAll["33"]= new cardData( "33","111) Sea Monk",2,1,3,75,0,3,2,0,30,40,0,"Neutralizes: Humanoids / Scroll Critical Hit / Attack Bonus: 'Paralysis' (Humanoid)","--" );
cardDataAll["34"]= new cardData( "34","112) Storm Giant",1,1,3,110,3,3,0,0,40,60,0,"Critical Hit: Fire","--" );
cardDataAll["35"]= new cardData( "35","113) Undine",1,1,5,60,0,3,0,2,30,30,0,"Neutralizes: Water / In Battle: HP=(user's Water territories x20)","--" );
cardDataAll["36"]= new cardData( "36","114) Wall of Ice",1,1,5,50,0,3,2,24,0,40,0,"Defensive / In Battle: HP+20","--" );
cardDataAll["37"]= new cardData( "37","115) Wizard",1,1,3,45,0,3,0,1,0,30,0,"Support / Scroll Critical Hit","--" );
cardDataAll["38"]= new cardData( "38","116) Armadillo",2,1,1,40,0,4,0,4,20,60,0,"In Battle: HP-30 during even-numbered rounds","--" );
cardDataAll["39"]= new cardData( "39","117) Barong",2,1,1,60,4,4,0,0,20,50,0,"Occupied territory cannot be affected by level-changing effects (except command) / Upon Defeat: Returns to owner's hand","--" );
cardDataAll["3A"]= new cardData( "3A","118) Basilisk",3,1,2,50,44,4,0,2,30,40,0,"Instant Death: Humanoids Animals Dragons (60%) / Battle End: Reduce level of battle territory by 1","--" );
cardDataAll["3B"]= new cardData( "3B","119) Carbuncle",1,1,1,20,0,4,0,0,20,20,0,"Support / Reflects: Scroll attacks","--" );
cardDataAll["3C"]= new cardData( "3C","120) Cerberus",3,1,1,50,4,4,5,0,20,40,0,"Attacks Twice","--" );
cardDataAll["3D"]= new cardData( "3D","121) Coati",3,1,1,40,4,4,0,0,30,30,0,"In Battle: ST+(# of Animals in play x5)","--" );
cardDataAll["3E"]= new cardData( "3E","122) Cockatrice",2,1,1,60,4,4,0,0,30,40,0,"Attack Bonus: Transforms opposing creature into Wall of Stone","--" );
cardDataAll["3F"]= new cardData( "3F","123) Dark Elf",2,1,3,70,4,4,0,0,40,30,0,"Attacks First / Critical Hit: Air","--" );
cardDataAll["3G"]= new cardData( "3G","124) Dark Master",3,1,5,140,446,4,5,0,60,80,0,"Boost: All Earth creatures' ST+10 / Battle End: User loses 100G","--" );
cardDataAll["3H"]= new cardData( "3H","125) Death Gaze",3,1,5,70,4,4,5,0,50,30,0,"Neutralizes: Scroll attacks / Instant Death: All (80%) / Removes all cards of opposing creature from opposing Cepter's deck after destroying it","--" );
cardDataAll["3I"]= new cardData( "3I","126) Dee & Dum",2,1,3,40,0,4,3,0,20,40,0,"Neutralizes: (When ten-digit of damage received is odd) (except scroll attacks)","--" );
cardDataAll["3J"]= new cardData( "3J","127) Dragon Zombie",2,1,2,100,0,4,5,2,40,60,0,0,"--" );
cardDataAll["3K"]= new cardData( "3K","128) Druid",1,1,3,45,0,4,0,1,0,30,0,"Support / Scroll Critical Hit","--" );
cardDataAll["3L"]= new cardData( "3L","129) Dryad",1,1,3,60,0,4,1,5,20,30,0,"Support / Can move to any vacant Earth land in the area","--" );
cardDataAll["3M"]= new cardData( "3M","130) Dwarf",1,1,3,70,0,4,0,0,30,50,0,0,"--" );
cardDataAll["3N"]= new cardData( "3N","131) Gargoyle",2,1,5,90,4,4,0,0,30,50,0,"Attacks First / In Battle: ST=50 when defending","--" );
cardDataAll["3O"]= new cardData( "3O","132) Ghoul",2,1,5,50,6,4,0,0,40,30,0,"Attack Bonus:'Paralysis' / Upon Victory: Regenerates","--" );
cardDataAll["3P"]= new cardData( "3P","133) Giant Slug",1,1,1,70,0,4,0,4,30,50,0,"Attacks Last / Critical Hit: Plants","--" );
cardDataAll["3Q"]= new cardData( "3Q","134) Gnome",2,1,3,60,0,4,0,0,20,40,0,"Receives 1.5x toll","--" );
cardDataAll["3R"]= new cardData( "3R","135) Green Mold",1,1,4,45,0,4,0,14,10,50,0,"Defensive / Regenerates","--" );
cardDataAll["3S"]= new cardData( "3S","136) Mandrake",3,1,4,55,4,4,0,0,10,50,0,"Defensive / Battle End: If HP<20, both creatures are destroyed","--" );
cardDataAll["3T"]= new cardData( "3T","137) Mantrap",1,1,4,80,0,4,0,14,20,60,0,"Defensive / Instant Death: Humanoids (100%)","--" );
cardDataAll["3U"]= new cardData( "3U","138) Mummy",1,1,5,40,0,4,0,1,20,50,0,"Defensive / Upon Defeat: User gains G=(user's lap number x50G)","--" );
cardDataAll["3V"]= new cardData( "3V","139) Ooze",2,1,5,65,0,4,0,2,10,40,0,"In Battle: HP+(# of Earth creatures in play x5)","--" );
cardDataAll["3W"]= new cardData( "3W","140) Ormec Head",3,1,5,50,4,4,0,0,0,30,0,"Defensive / Neutralizes: All (except scroll attacks) / Battle End: MHP-10","--" );
cardDataAll["3X"]= new cardData( "3X","141) Pan",1,1,3,60,0,4,0,0,30,40,0,"Attack Bonus: 'Rage'","--" );
cardDataAll["3Y"]= new cardData( "3Y","142) Sandman",2,1,3,70,4,4,0,0,30,30,0,"Cannot be targeted by spells / HP & MHP cannot be changed by spells","--" );
cardDataAll["3Z"]= new cardData( "3Z","143) Selenear",4,1,5,100,444,4,5,0,80,80,0,"Attacks First / Receives 1.5x toll","--" );
cardDataAll["40"]= new cardData( "40","144) T'ao T'ieh",3,1,1,70,4,4,5,0,40,40,0,"Upon Victory: ST & MHP+10 (up to a maximum of 100)","--" );
cardDataAll["41"]= new cardData( "41","145) Tiger Beetle",1,1,1,20,0,4,0,4,20,30,0,0,"--" );
cardDataAll["42"]= new cardData( "42","146) Toxic Flower",2,1,4,60,0,4,0,0,30,40,0,"Defensive / Attacks First / Attack Bonus:'Poison'","--" );
cardDataAll["43"]= new cardData( "43","147) Troll",1,1,3,70,0,4,25,0,40,40,0,"Regenerates","--" );
cardDataAll["44"]= new cardData( "44","148) Vampire",3,1,5,80,4,4,35,0,40,40,0,"Attacks First / Attack Bonus: HP+(damage done to opposing creature)","--" );
cardDataAll["45"]= new cardData( "45","149) Wall of Stone",1,1,5,30,0,4,5,24,0,60,0,"Defensive","--" );
cardDataAll["46"]= new cardData( "46","150) Wereboar",2,1,3,80,0,4,0,0,20,40,0,"In Battle: ST+30","--" );
cardDataAll["47"]= new cardData( "47","151) Woodfolk",1,1,4,60,0,4,0,1,30,30,0,"Support","--" );
cardDataAll["48"]= new cardData( "48","152) Beelzebub",3,1,5,140,556,5,4,0,70,70,0,"Boost: All Air creatures' ST+10 / Battle End: User loses 100G","--" );
cardDataAll["49"]= new cardData( "49","153) Dullahan",2,1,5,80,56,5,0,0,0,50,0,"In Battle: ST=(# of user's Air territories x20)","--" );
cardDataAll["4A"]= new cardData( "4A","154) Eidolon",1,1,3,40,0,5,0,0,30,40,0,0,"--" );
cardDataAll["4B"]= new cardData( "4B","155) Elf",2,1,3,70,5,5,0,0,40,30,0,"Attacks First / Critical Hit: Earth","--" );
cardDataAll["4C"]= new cardData( "4C","156) Genie",3,1,5,100,55,5,24,12,40,60,0,"Neutralizes: All (except scroll attacks) / HP & MHP cannot be changed by spells / Automatically destroyed after 3 battles","--" );
cardDataAll["4D"]= new cardData( "4D","157) Ghost",1,1,5,30,0,5,0,0,30,40,0,"Upon Victory: HP-10","--" );
cardDataAll["4E"]= new cardData( "4E","158) Giant Bat",1,1,1,20,0,5,0,4,20,30,0,0,"--" );
cardDataAll["4F"]= new cardData( "4F","159) Gilded Raptor",2,1,2,70,0,5,0,4,40,30,0,"Attack Bonus: If using an item, draw 1 card / Upon Defeat: User gains 100G","--" );
cardDataAll["4G"]= new cardData( "4G","160) Gremlin",2,1,3,70,0,5,0,4,20,30,0,"Battle Start: Destroy enemy's item or supporting creature","--" );
cardDataAll["4H"]= new cardData( "4H","161) Griffon",1,1,1,100,0,5,4,4,50,50,0,0,"--" );
cardDataAll["4I"]= new cardData( "4I","162) Harpy",1,1,3,60,0,5,0,0,30,30,0,"Attacks First","--" );
cardDataAll["4J"]= new cardData( "4J","163) Hornet",1,1,1,70,0,5,0,4,40,30,0,"Attack Bonus: 'Poison'","--" );
cardDataAll["4K"]= new cardData( "4K","164) Hurricane",1,1,5,50,0,5,4,24,20,50,0,"Defensive / Attacks First","--" );
cardDataAll["4L"]= new cardData( "4L","165) Igneous Fatui",3,1,5,10,556,5,23,0,10,30,0,"Attacks Last / Instant Death: Humanoids Animals Dragons (80%)","--" );
cardDataAll["4M"]= new cardData( "4M","166) Knight",1,1,3,80,0,5,0,0,50,40,0,"Critical Hit: Dragons","--" );
cardDataAll["4N"]= new cardData( "4N","167) Kung-Fu Monk",2,1,3,80,0,5,0,0,0,50,0,"Attacks First / In Battle: ST=(70-HP)","--" );
cardDataAll["4O"]= new cardData( "4O","168) Leveller",2,1,1,100,56,5,0,4,40,60,0,"Battle End: If battle territory is not Air, terrain level lowered by 1","--" );
cardDataAll["4P"]= new cardData( "4P","169) Mage",1,1,3,45,0,5,0,1,0,30,0,"Support / Scroll Critical Hit","--" );
cardDataAll["4Q"]= new cardData( "4Q","170) Mothman",2,1,3,20,5,5,4,0,20,30,0,"Attacks First / In Battle: ST+(# of Neutral creatures in play x10)","--" );
cardDataAll["4R"]= new cardData( "4R","171) Myrmecoleo",3,1,1,60,5,5,4,4,20,30,0,"Attacks Last / Upon Defeat: Transforms into Dragonfly","--" );
cardDataAll["4S"]= new cardData( "4S","172) Nightmare",3,1,5,50,5,5,0,0,30,30,0,"Penetrates","--" );
cardDataAll["4T"]= new cardData( "4T","173) Nue",3,1,1,80,5,5,4,0,40,50,0,"Boost: Invading creatures' ST-10","--" );
cardDataAll["4U"]= new cardData( "4U","174) Paladin",3,1,3,90,5,5,4,0,50,50,0,"Regenerates / Instant Death: Neutral","--" );
cardDataAll["4V"]= new cardData( "4V","175) Pegasus",1,1,1,40,5,5,0,4,30,20,0,"Neutralizes: Scroll attacks / Attacks First / Cannot be targeted by spells","--" );
cardDataAll["4W"]= new cardData( "4W","176) Powder Eater",3,1,4,10,0,5,0,4,1,1,0,"Duplicates when moving","--" );
cardDataAll["4X"]= new cardData( "4X","177) Pushpull",2,1,1,70,0,5,0,4,0,40,0,"Attacks Twice","--" );
cardDataAll["4Y"]= new cardData( "4Y","178) Roadrunner",1,1,1,60,0,5,0,4,20,30,0,"Attacks First / Moves 2 spaces","--" );
cardDataAll["4Z"]= new cardData( "4Z","179) Sabre Claw",2,1,3,70,0,5,0,1,40,20,0,"In Battle: ST+30 when invading","--" );
cardDataAll["50"]= new cardData( "50","180) Simurgh",2,1,1,70,0,5,0,4,40,30,0,"In Battle: HP=(# of user's Air territories x20)","--" );
cardDataAll["51"]= new cardData( "51","181) Siren",3,1,3,80,5,5,0,0,30,30,0,"Neutralizes: Humanoids / Support / Attacks First","--" );
cardDataAll["52"]= new cardData( "52","182) Spectre",2,1,5,30,0,5,0,0,0,30,0,"In Battle: ST & HP=(Random Value between 10 and 70)","--" );
cardDataAll["53"]= new cardData( "53","183) Sprite",1,1,3,10,0,5,4,0,20,20,0,"Neutralizes: Creatures with MHP>= 40","--" );
cardDataAll["54"]= new cardData( "54","184) Succubus",1,1,5,50,6,5,4,0,40,40,0,"Attack Bonus: Opposing creature's base ST=0","--" );
cardDataAll["55"]= new cardData( "55","185) Thunder Beak",2,1,2,60,5,5,4,2,50,20,0,"Attacks First / Attack Bonus: 'Paralysis' (Humanoids Animals Dragons)","--" );
cardDataAll["56"]= new cardData( "56","186) Virus",3,1,5,0,5,5,4,124,10,10,0,"Boost: All creatures' HP-10","--" );
cardDataAll["57"]= new cardData( "57","187) Wyvern",2,1,2,80,5,5,4,2,40,40,0,"Attacks First / Can move to any vacant Air land","--" );
cardDataAll["58"]= new cardData( "58","188) Air Slasher",1,2,1,25,0,0,0,0,0,0,0,"ST+30 / Critical Hit: Air","--" );
cardDataAll["59"]= new cardData( "59","189) Angel Cape",3,2,3,70,0,0,0,0,0,0,0,"HP+40 / Immune to item destruction/theft","--" );
cardDataAll["5A"]= new cardData( "5A","190) Arcanum",4,2,3,100,0,0,0,0,0,0,0,"Scroll attack with ST=(creature's base ST) / HP+(# of opposing Cepter's lands x5) / Immune to item destruction/theft","--" );
cardDataAll["5B"]= new cardData( "5B","191) Armet",2,2,3,40,0,0,0,0,0,0,0,"ST-10 / HP+40","--" );
cardDataAll["5C"]= new cardData( "5C","192) Battle Axe",2,2,1,30,0,0,0,0,0,0,0,"ST+40","--" );
cardDataAll["5D"]= new cardData( "5D","193) Bell of Law",2,2,3,10,0,0,0,0,0,0,0,"ST+10 / Attack Bonus: Destroys opposing Cepter's card in hand with highest G cost","--" );
cardDataAll["5E"]= new cardData( "5E","194) Blood Spoil",1,2,4,60,0,0,0,0,0,0,0,"Scroll Attack: ST=30 / Attack Bonus: 'Poison'","--" );
cardDataAll["5F"]= new cardData( "5F","195) Boomerang",2,2,3,50,0,0,0,0,0,0,0,"Attacks First / ST+10 / HP+20","--" );
cardDataAll["5G"]= new cardData( "5G","196) Buckler",1,2,2,40,0,0,0,0,0,0,0,"Neutralizes: ST<=30","--" );
cardDataAll["5H"]= new cardData( "5H","197) Catapult",3,2,1,70,0,0,0,0,0,0,0,"ST+30 / HP+30","--" );
cardDataAll["5I"]= new cardData( "5I","198) Chain Mail",1,2,2,10,0,0,0,0,0,0,0,"HP+30","--" );
cardDataAll["5J"]= new cardData( "5J","199) Changing Salve",1,2,3,0,0,0,0,0,0,0,0,"Swaps creature's ST and HP","--" );
cardDataAll["5K"]= new cardData( "5K","200) Charm",3,2,4,120,0,0,0,0,0,0,0,"Scroll Attack: Charm (MHP<=30)","--" );
cardDataAll["5L"]= new cardData( "5L","201) Claymore",3,2,1,60,0,0,0,0,0,0,0,"ST+50","--" );
cardDataAll["5M"]= new cardData( "5M","202) Coin of Piety",2,2,3,0,0,0,0,0,0,0,0,"Upon Victory: User gains 10 symbols of battle territory's element","--" );
cardDataAll["5N"]= new cardData( "5N","203) Counter Amulet",3,2,3,100,0,0,0,0,0,0,0,"ST=0 / Reflects: All (except scroll attacks)","--" );
cardDataAll["5O"]= new cardData( "5O","204) Crossbow",2,2,1,50,0,0,0,0,0,0,0,"ST+30 / HP+20","--" );
cardDataAll["5P"]= new cardData( "5P","205) Deadly Thorn",2,2,4,60,0,0,0,0,0,0,0,"Scroll Attack: Instant Death: Defensive creatures (100%)","--" );
cardDataAll["5Q"]= new cardData( "5Q","206) Dragon Shield",2,2,2,10,0,0,0,0,0,0,0,"Neutralizes: Dragons / Neutralizes: MHP>=50","--" );
cardDataAll["5R"]= new cardData( "5R","207) Dragon Slayer",1,2,1,20,0,0,0,0,0,0,0,"ST+30 / Critical Hit: Dragons","--" );
cardDataAll["5S"]= new cardData( "5S","208) Dynamite",3,2,3,50,0,0,0,0,0,0,0,"ST+60 / Battle End: Destroys using creature","--" );
cardDataAll["5T"]= new cardData( "5T","209) Earth Shield",2,2,2,25,0,0,0,0,0,0,0,"Neutralizes: Earth / Neutralizes: All (when used by an Earth creature) (except scroll attacks)","--" );
cardDataAll["5U"]= new cardData( "5U","210) Elven Cloak",3,2,3,30,0,0,0,0,0,0,0,"HP+30 / In Battle: Using creature becomes a Plant","--" );
cardDataAll["5V"]= new cardData( "5V","211) Evil Eyeball",3,2,3,40,0,0,0,0,0,0,0,"Instant Death: Neutral (100%)","--" );
cardDataAll["5W"]= new cardData( "5W","212) Firebolt",1,2,4,40,0,0,0,0,0,0,0,"Scroll Attack: ST=30 / Scroll Critical Hit: Water","--" );
cardDataAll["5X"]= new cardData( "5X","213) Fire Shield",2,2,2,25,0,0,0,0,0,0,0,"Neutralizes: Fire / Neutralizes: All (when used by a Fire creature) (except scroll attacks)","--" );
cardDataAll["5Y"]= new cardData( "5Y","214) Flame Tongue",1,2,1,25,0,0,0,0,0,0,0,"ST+30 / Critical Hit: Water","--" );
cardDataAll["5Z"]= new cardData( "5Z","215) Flame Whip",1,2,1,30,0,0,0,0,0,0,0,"ST+30 / Critical Hit: Animals","--" );
cardDataAll["60"]= new cardData( "60","216) Freeze",1,2,4,40,0,0,0,0,0,0,0,"Scroll Attack: ST=30 / Scroll Critical Hit: Fire","--" );
cardDataAll["61"]= new cardData( "61","217) Gaseous Form",1,2,3,80,0,0,0,0,0,0,0,"ST=0 / Neutralizes: All (except scroll attacks)","--" );
cardDataAll["62"]= new cardData( "62","218) Gem of Life",3,2,3,20,0,0,0,0,0,0,0,"Battle End: If HP=20 or less, using creature and opposing creature are destroyed","--" );
cardDataAll["63"]= new cardData( "63","219) Ghoul's Claw",1,2,3,10,0,0,0,0,0,0,0,"Attack Bonus: 'Paralysis'","--" );
cardDataAll["64"]= new cardData( "64","220) Golden Goose",1,2,3,0,0,0,0,0,0,0,0,"Upon Defeat: User gains G=(MHP x7G)","--" );
cardDataAll["65"]= new cardData( "65","221) Gremlin Amulet",2,2,3,100,0,0,0,0,0,0,0,"Battle Start: Destroys opposing creature's item","--" );
cardDataAll["66"]= new cardData( "66","222) Hand Bomb",3,2,3,40,0,0,0,0,0,0,0,"Acts as Scroll Attack: ST=20 / Immune to item theft/destroy effects","--" );
cardDataAll["67"]= new cardData( "67","223) Handcuffs",1,2,3,10,0,0,0,0,0,0,0,"ST=0 / HP+20 / Reflects: Scroll attacks","--" );
cardDataAll["68"]= new cardData( "68","224) Heavy Halberd",1,2,1,30,0,0,0,0,0,0,0,"Attacks Last / ST+50","--" );
cardDataAll["69"]= new cardData( "69","225) Hell Blaze",3,2,4,80,0,0,0,0,0,0,0,"Scroll Attack: ST=40 / Scroll Critical Hit: ST<=20","--" );
cardDataAll["6A"]= new cardData( "6A","226) Holy Grail",3,2,3,100,0,0,0,0,0,0,0,"Neutralizes: All / Battle End: User loses G=(damage sustained x3G) (except scroll attacks)","--" );
cardDataAll["6B"]= new cardData( "6B","227) Holy Shield",2,2,2,10,0,0,0,0,0,0,0,"Neutralizes: Undead / Neutralizes: Neutral","--" );
cardDataAll["6C"]= new cardData( "6C","228) Holy Symbol",3,2,3,40,0,0,0,0,0,0,0,"Instant Death: Undead (100%)","--" );
cardDataAll["6D"]= new cardData( "6D","229) Icicle",1,2,1,25,0,0,0,0,0,0,0,"ST+30 / Critical Hit: Fire","--" );
cardDataAll["6E"]= new cardData( "6E","230) Iksear",4,2,3,100,0,0,0,0,0,0,0,"Attacks First / Neutralizes: Fire Air / ST+30 / HP+40","--" );
cardDataAll["6F"]= new cardData( "6F","231) Lance of Odin",3,2,1,80,0,0,0,0,0,0,0,"ST+50 / HP+10","--" );
cardDataAll["6G"]= new cardData( "6G","232) Leather Armor",1,2,2,0,0,0,0,0,0,0,0,"HP+20","--" );
cardDataAll["6H"]= new cardData( "6H","233) Lightning Bolt",3,2,4,70,0,0,0,0,0,0,0,"Scroll Attack: Instant Death: Humanoids Animals (70%)","--" );
cardDataAll["6I"]= new cardData( "6I","234) Long Sword",1,2,1,10,0,0,0,0,0,0,0,"ST+30","--" );
cardDataAll["6J"]= new cardData( "6J","235) Mace",1,2,1,0,0,0,0,0,0,0,0,"ST+20","--" );
cardDataAll["6K"]= new cardData( "6K","236) Magic Belt",1,2,3,30,0,0,0,0,0,0,0,"ST+40 / Battle End: ST-20","--" );
cardDataAll["6L"]= new cardData( "6L","237) Magic Shield",1,2,2,30,0,0,0,0,0,0,0,"HP+30 / Neutralizes: Scroll attacks","--" );
cardDataAll["6M"]= new cardData( "6M","238) Maneater",2,2,1,30,0,0,0,0,0,0,0,"ST+30 / Critical Hit: Humanoids","--" );
cardDataAll["6N"]= new cardData( "6N","239) Masamune",2,2,1,40,0,0,0,0,0,0,0,"ST+50 / HP-10","--" );
cardDataAll["6O"]= new cardData( "6O","240) Morning Star",2,2,1,40,0,0,0,0,0,0,0,"ST+30 / HP+10","--" );
cardDataAll["6P"]= new cardData( "6P","241) Mujina Mask",2,2,3,30,0,0,0,0,0,0,0,"HP+(# of cards in opposing Cepter's hand x10)","--" );
cardDataAll["6Q"]= new cardData( "6Q","242) Necro Scarab",3,2,3,60,0,0,0,0,0,0,0,"Upon Defeat: Using creature transforms into Zombie","--" );
cardDataAll["6R"]= new cardData( "6R","243) Neutral Amulet",1,2,3,10,0,0,0,0,0,0,0,"Using creature becomes Neutral / Critical Hit: Fire Water Earth Air","--" );
cardDataAll["6S"]= new cardData( "6S","244) Nuclear Fusion",3,2,4,120,0,0,0,0,0,0,0,"Scroll Attack: ST=50","--" );
cardDataAll["6T"]= new cardData( "6T","245) Nunchaku",1,2,1,0,0,0,0,0,0,0,0,"ST+30 / HP-10","--" );
cardDataAll["6U"]= new cardData( "6U","246) Offering Doll",1,2,3,0,0,0,0,0,0,0,0,"Battle End: Increases symbol value of same element as using creature by 30%","--" );
cardDataAll["6V"]= new cardData( "6V","247) Petrify Stone",2,2,3,50,0,0,0,0,0,0,0,"ST=0 / HP=80","--" );
cardDataAll["6W"]= new cardData( "6W","248) Phoenix Amulet",1,2,3,0,0,0,0,0,0,0,0,"Upon Defeat: Using creature returns to owner's hand","--" );
cardDataAll["6X"]= new cardData( "6X","249) Plate Mail",3,2,2,60,0,0,0,0,0,0,0,"HP+50","--" );
cardDataAll["6Y"]= new cardData( "6Y","250) Polestar",3,2,3,60,0,0,0,0,0,0,0,"Neutralizes: All (except scroll attacks) / Battle End: Using creature's HP=1","--" );
cardDataAll["6Z"]= new cardData( "6Z","251) Pot of Souls",2,2,3,30,0,0,0,0,0,0,0,"Regenerates / Battle End: MHP+20 (up to a maximum of 100)","--" );
cardDataAll["70"]= new cardData( "70","252) Protean Ring",3,2,3,0,0,0,0,0,0,0,0,"Battle Start: Using creature transforms into a random creature","--" );
cardDataAll["71"]= new cardData( "71","253) Queen's Torch",3,2,3,50,0,0,0,0,0,0,0,"Damage received from Humanoids Animals heals HP","--" );
cardDataAll["72"]= new cardData( "72","254) Ring of Vampire",2,2,3,30,0,0,0,0,0,0,0,"Attacks First / Attack Bonus: HP+(damage done to opposing creature)","--" );
cardDataAll["73"]= new cardData( "73","255) Ripper Knife",2,2,1,10,0,0,0,0,0,0,0,"ST+40 / Attack Bonus: Using creature receives 30% of damage done to opposing creature","--" );
cardDataAll["74"]= new cardData( "74","256) Rock Biter",1,2,1,25,0,0,0,0,0,0,0,"ST+30 / Critical Hit: Earth","--" );
cardDataAll["75"]= new cardData( "75","257) Sallet",1,2,3,20,0,0,0,0,0,0,0,"ST-10 / HP+30","--" );
cardDataAll["76"]= new cardData( "76","258) Scale Armor",2,2,2,30,0,0,0,0,0,0,0,"HP+40","--" );
cardDataAll["77"]= new cardData( "77","259) Silver Plow",3,2,3,100,0,0,0,0,0,0,0,"HP+10 / Battle End: Battle territory's level increases by 1","--" );
cardDataAll["78"]= new cardData( "78","260) Sleep",1,2,4,20,0,0,0,0,0,0,0,"Scroll Attack: Attack Bonus: 'Sleep'","--" );
cardDataAll["79"]= new cardData( "79","261) Sling",1,2,3,40,0,0,0,0,0,0,0,"Attacks First / ST+10 / HP+10","--" );
cardDataAll["7A"]= new cardData( "7A","262) Sonic Drum",3,2,3,20,0,0,0,0,0,0,0,"ST+40 / HP-20","--" );
cardDataAll["7B"]= new cardData( "7B","263) Soul Blast",3,2,4,40,0,0,0,0,0,0,0,"Scroll Attack: ST=30 / Steals G=(User's lap number x40G) from opposing Cepter","--" );
cardDataAll["7C"]= new cardData( "7C","264) Spear",1,2,1,20,0,0,0,0,0,0,0,"ST+20 / HP+10","--" );
cardDataAll["7D"]= new cardData( "7D","265) Stone Hail",1,2,4,40,0,0,0,0,0,0,0,"Scroll Attack: ST=30 / Scroll Critical Hit: Air","--" );
cardDataAll["7E"]= new cardData( "7E","266) Succubus Ring",2,2,3,30,0,0,0,0,0,0,0,"Attacks First / Attack Bonus: Opposing creature's base ST=0","--" );
cardDataAll["7F"]= new cardData( "7F","267) Sword of Falcon",2,2,1,30,0,0,0,0,0,0,0,"Attacks First / ST+20","--" );
cardDataAll["7G"]= new cardData( "7G","268) Terrair",4,2,3,100,0,0,0,0,0,0,0,"Attacks First / Critical Hit: Water Earth / ST+40 / HP+30","--" );
cardDataAll["7H"]= new cardData( "7H","269) The Hand",3,2,3,110,0,0,0,0,0,0,0,"Battle Start: Steals opposing creature's item and uses it","--" );
cardDataAll["7I"]= new cardData( "7I","270) Tiger Robe",2,2,2,40,0,0,0,0,0,0,0,"If opposing creature uses an item, using creature's ST+40, HP+40","--" );
cardDataAll["7J"]= new cardData( "7J","271) Tower Shield",2,2,2,50,0,0,0,0,0,0,0,"Neutralizes: 1/2 damage received (except scroll attacks)","--" );
cardDataAll["7K"]= new cardData( "7K","272) Tribal Mail",2,2,2,40,0,0,0,0,0,0,0,"ST+(# of creatures in play of same tribe as opposing creature x5) / HP+(# of creatures in play of same tribe as using creature x5)","--" );
cardDataAll["7L"]= new cardData( "7L","273) Vampire Killer",1,2,1,25,0,0,0,0,0,0,0,"ST+30 / Critical Hit: Undead","--" );
cardDataAll["7M"]= new cardData( "7M","274) Water Shield",2,2,2,25,0,0,0,0,0,0,0,"Neutralizes: Water / Neutralizes: All (when used by a Water creature) (except scroll attacks)","--" );
cardDataAll["7N"]= new cardData( "7N","275) Wind Cutter",1,2,4,40,0,0,0,0,0,0,0,"Scroll Attack: ST=30 / Scroll Critical Hit: Earth","--" );
cardDataAll["7O"]= new cardData( "7O","276) Wind Shield",2,2,2,25,0,0,0,0,0,0,0,"Neutralizes: Air / Neutralizes: All (when used by an Air creature) (except scroll attacks)","--" );
cardDataAll["7P"]= new cardData( "7P","277) Winged Boots",1,2,3,10,0,0,0,0,0,0,0,"Attacks First / Immune to item theft/destroy effects","--" );
cardDataAll["7Q"]= new cardData( "7Q","278) Worm Sword",1,2,1,20,0,0,0,0,0,0,0,"ST+30 / Critical Hit: Plants","--" );
cardDataAll["7R"]= new cardData( "7R","279) Acid Rain",2,3,2,70,0,0,0,0,0,0,0,"All Defensive creatures' HP-30","--" );
cardDataAll["7S"]= new cardData( "7S","280) Anti-Element",2,3,3,50,0,0,0,0,0,0,0,"Target creature receives no terrain bonus","--" );
cardDataAll["7T"]= new cardData( "7T","281) Aports",3,3,2,80,0,0,0,0,0,0,0,"Moves all other players to user's location (user cannot use die this round)","--" );
cardDataAll["7U"]= new cardData( "7U","282) Armorsmith",2,3,1,30,0,0,0,0,0,0,0,"Transforms a card in target Cepter's hand into a random Armor card","--" );
cardDataAll["7V"]= new cardData( "7V","283) Babble",2,3,3,20,0,0,0,0,0,0,0,"For 6 rounds, target Cepter cannot use shops and temples","--" );
cardDataAll["7W"]= new cardData( "7W","284) Backward",2,3,3,40,0,0,0,0,0,0,0,"Target Cepter moves backwards next turn","--" );
cardDataAll["7X"]= new cardData( "7X","285) Balance",1,3,2,20,0,0,0,0,0,0,0,"Each Cepter gains G=(ranking x lap number x30G)","--" );
cardDataAll["7Y"]= new cardData( "7Y","286) Barricade",2,3,3,10,0,0,0,0,0,0,0,"For 3 rounds, the tolls of user's lands are increased by 30%","--" );
cardDataAll["7Z"]= new cardData( "7Z","287) Barrier",1,3,3,30,0,0,0,0,0,0,0,"For 5 rounds, target Cepter cannot be targeted by spells (except for spells which remove Enchantment effects)","--" );
cardDataAll["80"]= new cardData( "80","288) Bind",3,3,3,60,6,0,0,0,0,0,0,"Target Cepter skips 1 round and gains 150G","--" );
cardDataAll["81"]= new cardData( "81","289) Binding Mist",2,3,3,50,0,0,0,0,0,0,0,"Adds 'Paralysis' to target creature","--" );
cardDataAll["82"]= new cardData( "82","290) Camouflage",2,3,3,30,0,0,0,0,0,0,0,"Target creature receives terrain bonus","--" );
cardDataAll["83"]= new cardData( "83","291) Catastrophe",3,3,2,300,6,0,0,0,0,0,0,"All creatures' HP-(50% of MHP)","--" );
cardDataAll["84"]= new cardData( "84","292) Changeling",3,3,1,100,0,0,0,0,0,0,0,"Turns 2 cards in target enemy Cepter's deck into Goblins","--" );
cardDataAll["85"]= new cardData( "85","293) Chaos Panic",2,3,4,40,0,0,0,0,0,0,0,"Adds 'Backward' to all Cepters","--" );
cardDataAll["86"]= new cardData( "86","294) Chariot",2,3,1,50,0,0,0,0,0,0,0,"Move target creature belonging to user 2 squares","--" );
cardDataAll["87"]= new cardData( "87","295) Charity",2,3,1,50,0,0,0,0,0,0,0,"User draws as many cards as user's current rank","--" );
cardDataAll["88"]= new cardData( "88","296) Corruption",3,3,1,90,0,0,0,0,0,0,0,"Target Cepter loses G=(number of symbols owned x 10G)","--" );
cardDataAll["89"]= new cardData( "89","297) Cure",1,3,1,0,0,0,0,0,0,0,0,"Restores target creature's HP to maximum","--" );
cardDataAll["9A"]= new cardData( "9A","298) Death Cloud",2,3,2,80,0,0,0,0,0,0,0,"All Air creatures' HP-20","--" );
cardDataAll["9B"]= new cardData( "9B","299) Dimension Door",1,3,1,20,0,0,0,0,0,0,0,"Random teleports target Cepter (user cannot use die this round)","--" );
cardDataAll["9C"]= new cardData( "9C","300) Discord",3,3,2,100,6,0,0,0,0,0,0,"Randomly selects creature with the most copies on the map, and changes them all into Goblins","--" );
cardDataAll["9D"]= new cardData( "9D","301) Dispel Magic",1,3,2,10,0,0,0,0,0,0,0,"Removes Enchantment effects on all Cepters","--" );
cardDataAll["9E"]= new cardData( "9E","302) Drain Magic",2,3,1,80,0,0,0,0,0,0,0,"User steals 30% of target Cepter's G","--" );
cardDataAll["9F"]= new cardData( "9F","303) Drought",2,3,3,30,0,0,0,0,0,0,0,"Can't change terrain level on target territory","--" );
cardDataAll["9G"]= new cardData( "9G","304) Earth Shaker",3,3,2,200,6,0,0,0,0,0,0,"All lands occupied by a creature with MHP>= 40 lose one level","--" );
cardDataAll["9H"]= new cardData( "9H","305) Elemental Wrath",3,3,2,100,0,0,0,0,0,0,0,"All creatures which are placed on non-matching land HP-20","--" );
cardDataAll["9I"]= new cardData( "9I","306) Evil Blast",3,3,1,120,0,0,0,0,0,0,0,"Target enemy creature's HP-30","--" );
cardDataAll["9J"]= new cardData( "9J","307) Fire Explosion",2,3,2,80,0,0,0,0,0,0,0,"All Water creatures' HP-20","--" );
cardDataAll["9K"]= new cardData( "9K","308) Fly",2,3,1,30,0,0,0,0,0,0,0,"User rolls 2 dice for movement this round","--" );
cardDataAll["9L"]= new cardData( "9L","309) Fog",1,3,3,30,0,0,0,0,0,0,0,"Toll of target territory is 1/2","--" );
cardDataAll["9M"]= new cardData( "9M","310) Forest Leap",1,3,1,20,0,0,0,0,0,0,0,"User is teleported to nearest Earth territory (user cannot use die this round)","--" );
cardDataAll["9N"]= new cardData( "9N","311) Grace",1,3,1,30,0,0,0,0,0,0,0,"User gains G=(15% of target Cepter's symbol value)","--" );
cardDataAll["9O"]= new cardData( "9O","312) Growth Body",1,3,1,20,0,0,0,0,0,0,0,"Target creature's MHP+10 (up to a maximum of 100)","--" );
cardDataAll["9P"]= new cardData( "9P","313) Haste",1,3,3,50,0,0,0,0,0,0,0,"User rolls 6-8 for movement for 2 rounds","--" );
cardDataAll["9Q"]= new cardData( "9Q","314) Haunt",3,3,3,40,0,0,0,0,0,0,0,"For 1 round, a random Cepter becomes AI-controlled","--" );
cardDataAll["9R"]= new cardData( "9R","315) Holy Blight",2,3,2,70,0,0,0,0,0,0,0,"All Undead creatures' HP-20","--" );
cardDataAll["9S"]= new cardData( "9S","316) Holy Word 0",2,3,3,50,0,0,0,0,0,0,0,"Target Cepter moves 0 spaces this round","--" );
cardDataAll["9T"]= new cardData( "9T","317) Holy Word 1",1,3,3,30,0,0,0,0,0,0,0,"Target Cepter moves 1 space this round","--" );
cardDataAll["9U"]= new cardData( "9U","318) Holy Word 2",1,3,3,10,0,0,0,0,0,0,0,"Target Cepter moves 2 spaces this round","--" );
cardDataAll["9V"]= new cardData( "9V","319) Holy Word 3",1,3,3,10,0,0,0,0,0,0,0,"Target Cepter moves 3 spaces this round","--" );
cardDataAll["9W"]= new cardData( "9W","320) Holy Word 6",1,3,3,30,0,0,0,0,0,0,0,"Target Cepter moves 6 spaces this round","--" );
cardDataAll["9X"]= new cardData( "9X","321) Holy Word X",2,3,3,60,0,0,0,0,0,0,0,"Target Cepter moves 10 spaces this round","--" );
cardDataAll["9Y"]= new cardData( "9Y","322) Ice Storm",2,3,2,80,0,0,0,0,0,0,0,"All Fire creatures' HP-20","--" );
cardDataAll["9Z"]= new cardData( "9Z","323) Insect Swarm",3,3,2,120,0,0,0,0,0,0,0,"All wounded creatures in target area HP-20","--" );
cardDataAll["A0"]= new cardData( "A0","324) Judgment",3,3,1,80,0,0,0,0,0,0,0,"Target enemy Cepter or caster (2:1 chance) loses 60% of G","--" );
cardDataAll["A1"]= new cardData( "A1","325) Jump",1,3,1,10,0,0,0,0,0,0,0,"User teleports to the nearest location user owns (user cannot use die this round)","--" );
cardDataAll["A2"]= new cardData( "A2","326) Lake Leap",1,3,1,20,0,0,0,0,0,0,0,"User is teleported to nearest Water territory (user cannot use die this round)","--" );
cardDataAll["A3"]= new cardData( "A3","327) Land Protection",1,3,3,80,0,0,0,0,0,0,0,"Target territory cannot be targeted by spells (except spells which remove Enchantment effects)","--" );
cardDataAll["A4"]= new cardData( "A4","328) Land Transfer",2,3,1,50,0,0,0,0,0,0,0,"Target territory owned by user is released, user receives G=(target territory's value)","--" );	
cardDataAll["A5"]= new cardData( "A5","329) Life Force",3,3,3,70,0,0,0,0,0,0,0,"Target Cepter uses creatures and items at 0G cost / When target Cepter uses a spell, that spell has no effect and this Enchantment effect is removed","--" );
cardDataAll["A6"]= new cardData( "A6","330) Life Stream",2,3,2,50,0,0,0,0,0,0,0,"HP restored of all creatures on user's lands","--" );
cardDataAll["A7"]= new cardData( "A7","331) Locust",2,3,1,100,0,0,0,0,0,0,0,"Lowers target territory's level by one","--" );
cardDataAll["A8"]= new cardData( "A8","332) Magic Bolt",1,3,1,50,0,0,0,0,0,0,0,"Target enemy creature's HP-20","--" );
cardDataAll["A9"]= new cardData( "A9","333) Magic Die",1,3,3,30,0,0,0,0,0,0,0,"Target Cepter rolls 5-6 for movement for 2 rounds","--" );
cardDataAll["AA"]= new cardData( "AA","334) Manna",1,3,1,0,0,0,0,0,0,0,0,"User gains G=(lap number x50G)","--" );
cardDataAll["AB"]= new cardData( "AB","335) Meteor",3,3,1,200,6,0,0,0,0,0,0,"Target territory's level reduced by 2 / If target territory is not chained, it becomes level 1","--" );
cardDataAll["AC"]= new cardData( "AC","336) Mind Blast",2,3,1,40,0,0,0,0,0,0,0,"For 3 rounds, target Cepter loses G=(# of spell cards in hand x30G)","--" );
cardDataAll["AD"]= new cardData( "AD","337) Mind Seeker",2,3,1,20,0,0,0,0,0,0,0,"User sees 6 cards from target Cepter's book and chooses 1 to steal","--" );
cardDataAll["AE"]= new cardData( "AE","338) Mine",2,3,1,10,0,0,0,0,0,0,0,"The first Cepter to stop on the territory enchanted by this Enchantment effect loses 40% of G","--" );
cardDataAll["AF"]= new cardData( "AF","339) Mountain Leap",1,3,1,20,0,0,0,0,0,0,0,"User is teleported to nearest Fire territory (user cannot use die this round)","--" );
cardDataAll["AG"]= new cardData( "AG","340) Mutation",2,3,3,60,0,0,0,0,0,0,0,"Target creature's MHP+20 (up to a maximum of 100) / Adds 'Poison' to target creature","--" );
cardDataAll["AH"]= new cardData( "AH","341) Omnipotent",4,3,1,100,0,0,0,0,0,0,0,"User chooses 1 of 7 Shrine effects","--" );
cardDataAll["AI"]= new cardData( "AI","342) Permission",1,3,1,80,0,0,0,0,0,0,0,"User clears all checkpoints","--" );
cardDataAll["AJ"]= new cardData( "AJ","343) Phantasm",2,3,3,30,0,0,0,0,0,0,0,"Target creature's HP and MHP cannot be altered by spells","--" );
cardDataAll["AK"]= new cardData( "AK","344) Plain Leap",1,3,1,20,0,0,0,0,0,0,0,"User is teleported to nearest Air territory (user cannot use die this round)","--" );
cardDataAll["AL"]= new cardData( "AL","345) Poison Mist",1,3,1,40,0,0,0,0,0,0,0,"Adds 'Poison' to target creature / Target creature's MHP-10","--" );
cardDataAll["AM"]= new cardData( "AM","346) Pressure",1,3,2,70,0,0,0,0,0,0,0,"All symbols' values decreased by 30%","--" );
cardDataAll["AN"]= new cardData( "AN","347) Raise Dead",2,3,1,30,0,0,0,0,0,0,0,"Last creature destroyed returns to user's hand","--" );
cardDataAll["AO"]= new cardData( "AO","348) Reform",3,3,1,80,6,0,0,0,0,0,0,"User chooses a non-creature card in target enemy Cepter's hand. The same card in the hands and books of all Cepters are changed into 'Manna'","--" );
cardDataAll["AP"]= new cardData( "AP","349) Reincarnation",2,3,1,70,0,0,0,0,0,0,0,"User discards entire hand and draws an equal number of cards from book","--" );
cardDataAll["AQ"]= new cardData( "AQ","350) Remove Curse",1,3,2,10,0,0,0,0,0,0,0,"Removes Enchantment effects from all creatures/lands in target area","--" );
cardDataAll["AR"]= new cardData( "AR","351) Revival",1,3,1,70,0,0,0,0,0,0,0,"Restores target Cepter's book to the state it was in at the beginning of the match","--" );
cardDataAll["AS"]= new cardData( "AS","352) Shatter",1,3,1,30,0,0,0,0,0,0,0,"User chooses a non-creature card of target Cepter's hand and destroys it","--" );
cardDataAll["AT"]= new cardData( "AT","353) Silence",2,3,1,70,0,0,0,0,0,0,0,"Target Cepter cannot summon creatures for 2 rounds","--" );
cardDataAll["AU"]= new cardData( "AU","354) Sink",3,3,1,150,0,0,0,0,0,0,0,"Changes target level<=3 territory to Water","--" );
cardDataAll["AV"]= new cardData( "AV","355) Slow",1,3,3,20,0,0,0,0,0,0,0,"Target Cepter rolls 1-3 for movement for 2 rounds","--" );
cardDataAll["AW"]= new cardData( "AW","356) Snatch",3,3,1,50,0,0,0,0,0,0,0,"User steals a random card from target enemy Cepter's hand","--" );
cardDataAll["AX"]= new cardData( "AX","357) Solitude",2,3,3,10,0,0,0,0,0,0,0,"For 6 rounds, target Cepter's creatures receive no support effects nor boost effects","--" );
cardDataAll["AY"]= new cardData( "AY","358) Soul Steal",2,3,3,10,0,0,0,0,0,0,0,"For 4 rounds, user receives 50G for each creature destroyed","--" );
cardDataAll["AZ"]= new cardData( "AZ","359) Squeeze",2,3,1,50,0,0,0,0,0,0,0,"User destroys a card from target Cepter's hand, target Cepter gains 150G","--" );
cardDataAll["B0"]= new cardData( "B0","360) Swap Spell",3,3,1,140,0,0,0,0,0,0,0,"User exchanges hands with target enemy Cepter","--" );
cardDataAll["B1"]= new cardData( "B1","361) Telekinesis",3,3,1,100,0,0,0,0,0,0,0,"Move target creature 1 square","--" );
cardDataAll["B2"]= new cardData( "B2","362) Teleport",1,3,1,10,0,0,0,0,0,0,0,"Teleports user to closest special land (user cannot use die this round)","--" );
cardDataAll["B3"]= new cardData( "B3","363) Tempest",3,3,2,200,6,0,0,0,0,0,0,"All creatures with ST<=40 HP-20","--" );
cardDataAll["B4"]= new cardData( "B4","364) Theosophy",4,3,4,100,0,0,0,0,0,0,0,"Add Enchantment effect 'Land Protection' to all occupied territories lower than level 3","--" );
cardDataAll["B5"]= new cardData( "B5","365) Thunderstorm",2,3,2,80,0,0,0,0,0,0,0,"All Earth creatures' HP-20","--" );
cardDataAll["B6"]= new cardData( "B6","366) Time Bomb",2,3,3,20,0,0,0,0,0,0,0,"Explodes 3 rounds later, Cepters within 1 square lose 50% of G","--" );
cardDataAll["B7"]= new cardData( "B7","367) Turnover",2,3,2,70,0,0,0,0,0,0,0,"ST+20 to all creatures with ST<=30 / ST-20 to all creatures with ST>=50","--" );
cardDataAll["B8"]= new cardData( "B8","368) Unsummon",3,3,1,150,6,0,0,0,0,0,0,"Returns target creature on level<=3 land to owner's hand","--" );
cardDataAll["B9"]= new cardData( "B9","369) Upheaval",3,3,1,150,0,0,0,0,0,0,0,"Changes target level<=3 territory to Fire","--" );
cardDataAll["BA"]= new cardData( "BA","370) Waste",2,3,3,70,0,0,0,0,0,0,0,"Doubles the cost of creature and item cards for target Cepter until he passes the castle","--" );
cardDataAll["BB"]= new cardData( "BB","371) Weakness",1,3,1,10,0,0,0,0,0,0,0,"Target creature's ST=0","--" );
cardDataAll["BC"]= new cardData( "BC","372) Weaponsmith",2,3,1,30,0,0,0,0,0,0,0,"Transforms a card in target Cepter's hand into a random Weapon","--" );
cardDataAll["BD"]= new cardData( "BD","373) Weathering",3,3,1,150,0,0,0,0,0,0,0,"Changes target level<=3 territory to Air","--" );
cardDataAll["BE"]= new cardData( "BE","374) Wild Growth",3,3,1,150,0,0,0,0,0,0,0,"Changes target level<=3 territory to Earth","--" );
cardDataAll["BF"]= new cardData( "BF","375) Wind of Hope",2,3,1,40,0,0,0,0,0,0,0,"User draws 2 cards from his book","--" );
cardDataAll["BG"]= new cardData( "BG","376) Wizard's Eye",1,3,1,20,0,0,0,0,0,0,0,"See next 6 cards of target Cepter's book, user obtains G=(cost of card with highest G cost)","--" );
cardDataAll["BH"]= new cardData( "BH","377) Word of Recall",2,3,1,70,0,0,0,0,0,0,0,"Teleports user to the castle (user cannot use die this round)","--" );