-- phpMyAdmin SQL Dump
-- version 2.10.0.2
-- http://www.phpmyadmin.net
-- 
-- Host: localhost
-- Generation Time: Dec 07, 2007 at 01:28 PM
-- Server version: 4.1.22
-- PHP Version: 4.4.4

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

-- 
-- Database: `chimpsha_fistdb`
-- 

-- --------------------------------------------------------

-- 
-- Table structure for table `card`
-- 
-- Creation: Jul 24, 2007 at 05:26 PM
-- Last update: Oct 23, 2007 at 09:01 PM
-- Last check: Oct 23, 2007 at 09:01 PM
-- 

DROP TABLE IF EXISTS `card`;
CREATE TABLE IF NOT EXISTS `card` (
  `card_id` smallint(11) unsigned NOT NULL auto_increment,
  `title` varchar(255) default NULL,
  `subtitle` varchar(255) default NULL,
  `cost` tinyint(4) default NULL,
  `requires` varchar(10) character set latin1 collate latin1_bin default NULL,
  `provides` varchar(10) character set latin1 collate latin1_bin default NULL,
  `fighting` tinyint(4) default NULL,
  `power` tinyint(4) default NULL,
  `body` tinyint(4) default NULL,
  `text` text,
  `flavor` varchar(255) default NULL,
  `comments` varchar(255) default NULL,
  `artist` varchar(255) default NULL,
  `card_type_id` tinyint(4) default NULL,
  `card_cat_id` tinyint(4) default NULL,
  `card_rarity_id` tinyint(4) default NULL,
  `card_edition_id` tinyint(4) default NULL,
  `no_max_flag` char(1) default NULL,
  `designators` varchar(255) default NULL,
  PRIMARY KEY  (`card_id`),
  KEY `title` (`title`),
  KEY `subtitle` (`subtitle`),
  KEY `cost` (`cost`),
  KEY `requires` (`requires`),
  KEY `provides` (`provides`),
  KEY `fighting` (`fighting`),
  KEY `power` (`power`),
  KEY `body` (`body`),
  KEY `card_type_id` (`card_type_id`),
  KEY `card_cat_id` (`card_cat_id`),
  KEY `card_rarity_id` (`card_rarity_id`),
  KEY `card_edition_id` (`card_edition_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3304 ;

-- 
-- Dumping data for table `card`
-- 

INSERT INTO `card` VALUES (1, 'Ancestral Sanctuary', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 4, 'Limited.  If one of your feng shui sites is seized or burned, you may immediately play this site face up at no cost.  Gain 5 Power if an opponent forces you to discard Ancestral Sanctuary.', '', '', 'Margaret Organ-Kean', 1, 6, 3, 3, 'N', '| ancestral sanctuary netherworld |');
INSERT INTO `card` VALUES (2, 'Ancestral Tomb', 'Feng Shui Site', 0, '', '', 0, 1, 5, 'Ancestral Tomb''s Body is increased by the number of characters in your smoked pile.  While Ancestral Tomb has damage counters on it, it does not count toward fulfilling its controller''s victory conditions.', '', '', 'Kaja &amp; Phil Foglio', 1, 6, 4, 2, 'N', '| ancestral tomb |');
INSERT INTO `card` VALUES (3, 'Ancient Temple', 'Feng Shui Site', 0, '', '', 0, 1, 5, 'Any character that is intercepted while attacking Ancient Temple inflicts no damage on Ancient Temple.', '', '', 'Kumi Yamashita', 1, 6, 4, 2, 'N', '| ancient temple |');
INSERT INTO `card` VALUES (4, 'Auspicious Termites', 'Feng Shui Site', 0, '', '', 0, 1, 5, 'Cannot be burned.  If smoked, Auspicious Termites returns to its owner''s hand.', '', '', 'Ken Meyer Jr.', 1, 6, 4, 2, 'N', '| auspiciou auspicious termit termite termites |');
INSERT INTO `card` VALUES (5, 'Birdhouse Cafe', 'Feng Shui Site', 0, '', '', 0, 1, 7, 'If, at the end of your turn, an opponent is at least as close to fulfilling victory conditions as you are, characters that participated in attacks you declared this turn unturn.', '', '', 'Melissa Benson', 1, 6, 2, 1, 'N', '| birdhouse cafe |');
INSERT INTO `card` VALUES (6, 'Blessed Orchard', 'Feng Shui Site', 0, '', '', 0, 1, 7, 'Whenever a player declares an attack on Blessed Orchard, transfer 1 Power from his or her pool to yours.', 'Soil fed by cherry blosoms absorbs hostile energies.', '', 'Richard Thomas', 1, 6, 4, 2, 'N', '| blessed orchard |');
INSERT INTO `card` VALUES (7, 'Cave Network', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'If an attack is declared against Cave Network when you have no characters in play, you may turn Cave Network to play a character with a cost of 3 or less at no cost.You may play a character in this manner during an opponent''s turn.', '', '', 'Edward Beard, Jr.', 1, 6, 4, 2, 'N', '| cave network |');
INSERT INTO `card` VALUES (8, 'City Park', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'City Park heals at the end of the turn it is revealved. You may put City Park into play face up at no cost when a site you control is burned.', '', 'Ruling: City Park does not heal when played face up. Feng shui sites played face up are not considered &quot;revealed&quot;. Note: Feng shui sites cannot normally be played face up.', 'Douglas Shuler', 1, 6, 2, 1, 'N', '| city park |');
INSERT INTO `card` VALUES (9, 'City Square', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'Unique.  Turn to redirect the damage inflicted on target site from a single source to any site you control.', '', '', 'Ken Meyer Jr.', 1, 6, 1, 2, 'N', '| city square |');
INSERT INTO `card` VALUES (10, 'Curio Shop', 'Feng Shui Site', 0, '', '', 0, 1, 7, 'Takes no damage from cards that have a cost of 1 that are controlled or played by an opponent.', '&quot;You''ve gotta have good chi to keep this much crockery intact.&quot;', '', 'Phil Foglio', 1, 6, 2, 1, 'N', '| curio shop |');
INSERT INTO `card` VALUES (11, 'Dragon Mountain', 'Feng Shui Site', 0, '', '', 0, 1, 7, 'Unique.  Toughness: 1.', 'The dragon is hidden in the land. Its scales say, &quot;Do not act.&quot;', '', 'Bryon Wackwitz', 1, 6, 1, 2, 'N', '| dragon mountain |');
INSERT INTO `card` VALUES (12, 'Family Home', 'Feng Shui Site', 0, '', '', 0, 1, 5, 'Generates an additional point of Power if the Power of the player to your left is greater than yours.', '', '', 'Ken Meyer Jr.', 1, 6, 4, 2, 'N', '| family home |');
INSERT INTO `card` VALUES (13, 'Family Restaurant', 'Feng Shui Site', 0, '', '', 0, 1, 4, 'Regenerates. Body is reduced to 0 if damaged by a Hood card.', '', '', 'Mark Poole', 1, 6, 4, 2, 'N', '| family restaurant |');
INSERT INTO `card` VALUES (14, 'Festival Circle', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'Turn Festival Circle when it is in your front row and inflict 2 points of damage on it to cancel an Event that targets characters you control.  Damage may only be removed from Festival Circle when it is seized.', '', '', 'Nicola Leonard', 1, 6, 4, 3, 'N', '| festival circle |');
INSERT INTO `card` VALUES (15, 'Field of Tentacles', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 8, 'Turn and maintain to cancel the effects of target non-feng shui site controlled by an opponent.  Treat target site''s rules text as if it were blank. Target site can still generate Power.', '&quot;Tentacles coming up through the floorboards can really drive down property values.&quot;', '', 'Mark Tedin', 1, 6, 4, 3, 'N', '| field tentacl tentacle tentacles netherworld |');
INSERT INTO `card` VALUES (16, 'Fortress of Shadow', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'If Fortress of Shadow is seized or burned by an opponent who controls more Power-generating sites than you, you gain Power equal to the highest cost among the characters who attacked the site this turn.', '', '', 'Margaret Organ-Kean', 1, 6, 4, 3, 'N', '| fortres fortress shadow |');
INSERT INTO `card` VALUES (17, 'Fox Pass', 'Feng Shui Site', 0, '', '', 0, 1, 5, 'Limited.  Turn to change the target of target attacking character''s attack to any character or front-row site you control.', '', 'Clarification: &quot;Turn to change one attacking character''s target to a character or front-row site you control.&quot;', 'Heather Bruton', 1, 6, 1, 2, 'N', '| fox pas pass |');
INSERT INTO `card` VALUES (18, 'Garden of Bronze', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 8, 'Gain 3 Power when an opponent burns one of your other feng shui sites for Power.', '&quot;It''s both an art installation and a chi-feedback resonance enhancer, Johnny.&quot;', '', 'Nicola Leonard', 1, 6, 4, 3, 'N', '| garden bronze netherworld |');
INSERT INTO `card` VALUES (19, 'Grove of Willows', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'If Grove of Willows is revealed due to damage inflicted in an attack, you gain Power equal to the number of characters that attacked it.', '', '', 'Rob Alexander', 1, 6, 4, 2, 'N', '| grove willow willows |');
INSERT INTO `card` VALUES (20, 'Hallowed Earth', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'If Hallowed Earth is seized or burned by a player who controls more feng shui sites than you, you gain Power equal to the number of feng shui sites he or she controls.', '', '', 'Mark Poole', 1, 6, 4, 2, 'N', '| hallowed earth |');
INSERT INTO `card` VALUES (21, 'Hanging Coffins', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'Unique.  Turn to give target character Tactics until end of the turn.', 'Some of the greatest generals in history are buried here.', '', 'Mike Raabe', 1, 6, 1, 2, 'N', '| hanging coffin coffins |');
INSERT INTO `card` VALUES (22, 'Heart of the Rainforest', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'Heart of the Rainforest gains +2 Body for each State it is the subject of.', '', '', 'Heather Bruton', 1, 6, 2, 1, 'N', '| heart rainforest |');
INSERT INTO `card` VALUES (23, 'Hidden Sanctuary', 'Feng Shui Site', 0, '', '', 0, 1, 7, 'Limited. At the end of an attack you declared, you may remove X points of damage from each character you choose that participated in the attack. X = the number of Sanctuaries you control.', '', '', 'Heather Hudson', 1, 6, 2, 1, 'N', '| hidden sanctuary |');
INSERT INTO `card` VALUES (24, 'House of Mirrors', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 6, 'Netherworld Site.  If an opponent controls more Power-generating sites than you, you may play a feng shui site at a cost 1 less than normal.  Effects of multiple Houses of Mirrors are not cumulative.', '', '', 'Melissa Benson', 1, 6, 4, 3, 'N', '| house mirror mirrors netherworld |');
INSERT INTO `card` VALUES (25, 'Inner Sanctum', 'Feng Shui Site', 0, '', '', 0, 1, 11, 'Once Inner Sanctum has been revealed, you may not place new feng shui sites into its column.', 'Too great a chi flow can be as hazardous as too little.', '', 'Jeff Menges', 1, 6, 4, 2, 'N', '| inner sanctum |');
INSERT INTO `card` VALUES (26, 'Jagged Cliffs', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'If Jagged Cliff''s Body is reduced to zero, all characters at its location suffer 3 points of damage.', '&quot;The main thing I learned that day was that getting caught in a rockfall can extremely painful to your health.&quot;', '', 'Edward Beard, Jr.', 1, 6, 4, 2, 'N', '| jagged cliff cliffs |');
INSERT INTO `card` VALUES (27, 'Kinoshita House', 'Feng Shui Site', 0, '', '', 0, 1, 4, 'Unique.  Turn to unturn target attacking character.  Target attacking character inflicts and receives no damage during this attack.', 'The sublime meditation cottage of the great ninja leader Kinoshita retains the essence of his spirit.', 'Errata: Kinoshita House not only unturns its target character, it removes the target character from the attack as well.', 'Kumi Yamashita', 1, 6, 1, 2, 'N', '| kinoshita house |');
INSERT INTO `card` VALUES (28, 'Lily Pond', 'Feng Shui Site', 0, '', '', 0, 1, 4, 'Turn to switch the location of Lily Pond with any other feng shui site you control. This may change which site is targeted by an attack.', '', '', 'Nicola Leonard', 1, 6, 4, 2, 'N', '| lily pond |');
INSERT INTO `card` VALUES (29, 'Locksley Station', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 5, 'Unique.  If Locksley Station is in your front row, turn and maintain it to take control of target non-feng shui site.', '&quot;The train stays put, but the station moves around. Kind of like an optical collision.&quot;', '', 'Susan Stejskal', 1, 6, 1, 3, 'N', '| locksley station netherworld |');
INSERT INTO `card` VALUES (30, 'Marsh', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'Takes no damage from any character that is the subject of a vehicle state.', '&quot;When I get out of this mess, I''m gonna have some stern words with the weasel who called this an all-terrain vehicle.&quot;', '', 'Mike Trapp', 1, 6, 4, 2, 'N', '| marsh |');
INSERT INTO `card` VALUES (31, 'Monkey House', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 7, 'Limited.  If an opponent controls more Power-generating sites than you, you may turn Monkey House to discard a feng shui site that is neither Unique nor Limited.  You then gain 1 Power.', '', '', 'Richard Thomas', 1, 6, 3, 3, 'N', '| monkey house netherworld |');
INSERT INTO `card` VALUES (32, 'Mountain Retreat', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'Once Mountain Retreat has been revealed, it can''t be damaged by more than two characters in an attack.  The defending player decides which two characters inflicting damage actually do so.', '', '', 'Melissa Benson', 1, 6, 4, 2, 'N', '| mountain retreat |');
INSERT INTO `card` VALUES (33, 'Mourning Tree', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'Unique.  Any player who attacks Mourning Tree may not declare any subsequent attacks this turn.', '', '', 'Bryon Wackwitz', 1, 6, 1, 2, 'N', '| mourning tree |');
INSERT INTO `card` VALUES (34, 'Night Market', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'Limited. In response to an opponent playing an Event during your turn, turn Night Market to gain Power equal to the cost of that Event.', '', '', 'Anthony Waters', 1, 6, 2, 1, 'N', '| night market |');
INSERT INTO `card` VALUES (35, 'Peacock Summit', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'Peacock Summit gains +2 Body for each different faction in your resource pool.', '', '', 'Rob Alexander', 1, 6, 2, 1, 'N', '| peacock summit |');
INSERT INTO `card` VALUES (36, 'Perpetual Motion Machine', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 7, 'You may discard an additional card of your choice whenever you discard.', '&quot;If it''s impossible in the real world, you can bet it exists somewhere in the Inner Kingdom.&quot;', '', 'Daniel Gelon', 1, 6, 4, 3, 'N', '| perpetual motion machine netherworld |');
INSERT INTO `card` VALUES (37, 'Pinball Hall', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 8, 'If this site is seized or burned, or if it is smoked by an Event card played by an opponent, you may inflict 6 points of damage on any character in play.', 'You don''t wanna be the triple-flipper light-up.', '', 'Quinton Hoover', 1, 6, 4, 3, 'N', '| pinball hall netherworld |');
INSERT INTO `card` VALUES (38, 'Proving Ground', 'Feng Shui Site', 0, '', '', 0, 0, 6, 'Proving Ground is turned when it is revealed.  Turn to play a character at   -2 cost. Multiple Proving Grounds cannot reduce the cost of the same character.', '', 'Note: The first time you turn this card (when it''s revealved) you *don''t* get to use it.', 'John T. Snyder', 1, 6, 3, 2, 'N', '| proving ground |');
INSERT INTO `card` VALUES (39, 'Rainforest Grove', 'Feng Shui Site', 0, '', '', 0, 1, 7, 'Limited. Characters you control gain +1 Fighting until the end of the attack when they turn to attack a target controlled by a player who controls more cards than you.', '', '', 'Rob Alexander', 1, 6, 2, 1, 'N', '| rainforest grove |');
INSERT INTO `card` VALUES (40, 'Rainforest River', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'You may play Rainforest River face up into a location that contains a single face-up feng shui site. Rainforest River becomes the new front-row site. The other site moves to the back row.', '&quot;I swear there was a road here yesterday.&quot;', '', 'Douglas Shuler', 1, 6, 3, 1, 'N', '| rainforest river |');
INSERT INTO `card` VALUES (41, 'Rainforest Temple', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'Turn Rainforest Temple to remove up to two damage counters from it and inflict the damage on another site you control that has a Body of 3 or more.', '', '', 'Rob Alexander', 1, 6, 2, 1, 'N', '| rainforest temple |');
INSERT INTO `card` VALUES (42, 'The Red Lantern Tavern', 'Feng Shui Site', 0, '', '', 0, 1, 7, 'Unique.  Turn to give target character Assassinate against turned characters until the end of the turn.', 'Madam Yuan''s notorious establishment sold pleasure and murder in equal measure.', '', 'April Lee', 1, 6, 1, 2, 'N', '| red lantern tavern the |');
INSERT INTO `card` VALUES (43, 'Ring of Gates', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 6, 'Turn to cancel an effect that would return a card or cards to one or more players'' hands.', 'The Netherworld is the land of dead ends.', '', 'Richard Thomas', 1, 6, 4, 3, 'N', '| ring gat gate gates netherworld |');
INSERT INTO `card` VALUES (44, 'Rust Garden', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 7, 'If an opponent seizes or burns Rust Garden, inflict 2 points of damage on every other site he or she controls.', '&quot;Right after we blew it up, we found old mufflers in the Sacred Grove and a junked robot in the Lily Pond.&quot;', '', 'Mark Wilson', 1, 6, 4, 3, 'N', '| rust garden netherworld |');
INSERT INTO `card` VALUES (45, 'Sacred Ground', 'Feng Shui Site', 0, '', '', 0, 1, 9, '', '&quot;I still remember the first feng shui site I attuned to, back like it was yesterday. Back when I didn''t know squat about the secret war.&quot;', '', 'NéNé Thomas', 1, 6, 4, 2, 'N', '| sacred ground |');
INSERT INTO `card` VALUES (46, 'Sacred Heart Hospital', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'Unique.  Turn Sacred Heart Hospital to heal target character.', 'Secret warriors spend a lot of time in hospitals.', '', 'Heather Bruton', 1, 6, 1, 2, 'N', '| sacred heart hospital |');
INSERT INTO `card` VALUES (47, 'Sampan Village', 'Feng Shui Site', 0, '', '', 0, 1, 7, 'When an attack targeting Sampan Village ends, you may place each character that attacked the site at a location of your choice on its controller''s side.', '', '', 'Diana Vick', 1, 6, 2, 1, 'N', '| sampan village |');
INSERT INTO `card` VALUES (48, 'Stone Garden', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'Turn to remove one damage counter from target site.', 'An artist in harmony with the earth can channel and focus chi.', '', 'Nicola Leonard', 1, 6, 4, 2, 'N', '| stone garden |');
INSERT INTO `card` VALUES (49, 'Turtle Beach', 'Feng Shui Site', 0, '', '', 0, 1, 6, 'Unique.  Turn Turtle Beach to redirect damage done to target character from a single source to Turtle Beach.', 'When protection becomes sacrifice, how much can the land withstand?', '', 'Heather Bruton', 1, 6, 1, 2, 'N', '| turtle beach |');
INSERT INTO `card` VALUES (50, 'Turtle Island', 'Feng Shui Site', 0, '', '', 0, 1, 8, 'Turtle Island cannot be damaged or removed from play by Events played by opponents. Cannot be burned.', '', '', 'Rob Alexander', 1, 6, 2, 1, 'N', '| turtle island |');
INSERT INTO `card` VALUES (51, 'Wall of a Thousand Eyes', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 7, 'Characters attacking sites you control cannot use Ambush, Stealth, Superleap or Tactics.', '&quot;The place wouldn''t be half as creepy if the freaking eyes would just blink in unison.&quot;', '', 'Dennis Detwiller', 1, 6, 4, 3, 'N', '| wall thousand ey eye eyes netherworld |');
INSERT INTO `card` VALUES (52, 'Whirlpool of Blood', 'Netherworld Feng Shui Site', 0, '', '', 0, 1, 5, 'Turn to cancel an effect generated by the turning of a feng shui site.', '&quot;When the pirates pushed us in, we found out it wasn''t real blood. But by that point being grossed out was the least of our worries.&quot;', '', 'Randy Gallegos', 1, 6, 4, 3, 'N', '| whirlpool blood netherworld |');
INSERT INTO `card` VALUES (53, 'Drug Lab', 'Hood Site', 1, '', '', 0, 1, 6, 'Limited.  Drug Lab is smoked if damaged by a Cop card.', 'There''s always been a brisk business selling fools their own destruction.', '', 'John T. Snyder', 1, 12, 1, 2, 'N', '| drug lab hood |');
INSERT INTO `card` VALUES (54, 'Forty-Story Inferno', 'Battleground Site', 0, '', '', 0, 0, 5, 'If Forty-Story Inferno is in your front row, an opponent who is at least as close to fulfilling victory conditions as you are may not declare more interceptors than the number of characters you are currently attacking with. Any player who seizes this site gains 2 Power.', '', '', 'Ron Spencer', 1, 12, 3, 1, 'N', '| forty story inferno battleground |');
INSERT INTO `card` VALUES (55, 'The Home Front', 'Battleground Site', 1, '', '', 0, 0, 3, 'If The Home Front is in your front row, your sites gain +2 Body. Any player who seizes this site gains 2 Power.', '', '', 'Mark Poole', 1, 12, 3, 1, 'N', '| home front the battleground |');
INSERT INTO `card` VALUES (56, 'Killing Ground', 'Battleground Site', 0, '', '', 0, 0, 5, 'If Killing Ground is in your front row, all characters you control inflict +1 damage on intercepting characters and you may play non-Unique 0-cost non-feng shui sites even if you have already played a site that turn. Any player who seizes this site gains 2 Power.', '', '', 'Mike Raabe', 1, 12, 2, 1, 'N', '| killing ground battleground |');
INSERT INTO `card` VALUES (57, 'Police Station', 'Site', 1, '', '', 0, 0, 10, 'Turn and maintain Police Station to give target Cop character +2 Fighting or turn to inflict 2 points of damage on target Hood character or site.', '', 'Clarification: &quot;... target Hood character or Hood site.&quot;', 'Mike Trapp', 1, 12, 1, 2, 'N', '| police station |');
INSERT INTO `card` VALUES (58, 'Portal in Tower Square', 'Battleground Site', 0, '', '', 0, 0, 5, 'Unique. If Portal in Tower Square is in your front row, you may turn and maintain it to target 2 characters.  Target characters may not turn to change location.  Any player who seizes this site gains 3 Power.', '', '', 'Mark Tedin', 1, 12, 3, 1, 'N', '| portal tower square battleground |');
INSERT INTO `card` VALUES (59, 'Secret Headquarters', 'Site', 3, '', '', 0, 2, 10, 'Limited.  All sites you control take 2 points of damage if Secret Headquarters is smoked.', 'If we told you about it, it wouldn''t be a secret, would it?', '', 'Mike Trapp', 1, 12, 1, 2, 'N', '| secret headquarter headquarters |');
INSERT INTO `card` VALUES (60, 'Sniper Nest', 'Battleground Site', 0, '', '', 0, 0, 4, 'If Sniper Nest is in your front row, you may turn it to inflict 2 points of damage on a character that has just turned to change location. Any player who seizes this site gains 1 Power.', '', '', 'Randy Gallegos', 1, 12, 2, 1, 'N', '| sniper nest battleground |');
INSERT INTO `card` VALUES (61, 'Trade Center', 'Site', 3, '', '', 0, 2, 9, 'Feng shui sites to the immediate right and left of Trade Center generate no Power.', '&quot;Old Mr. Tsang told me that it would cut off my chi, but I couldn''t exactly cancel a billion-dollar contract, could I?', '', 'Mark Poole', 1, 12, 2, 2, 'N', '| trade center |');
INSERT INTO `card` VALUES (62, 'Art of War', 'Edge', 0, '', '', 0, 0, 0, 'Unique. Your hand size increases by 2. When the opponent to your left declares an attack, you must predict whether the attack will be successful. If you are incorrect, control of Art of War shifts to the opponents to your left.', '', 'Ruling: Forgetting to make a prediction is the same as if you had guessed wrong.', 'Melissa Benson', 2, 12, 3, 1, 'N', '| art war |');
INSERT INTO `card` VALUES (63, 'The Rackets', 'Hood Edge', 3, '', '', 0, 0, 0, 'Comes into play turned.  Turn during your turn to take 1 Power from target player''s pool and add it to your own.', '', '', 'John T. Snyder', 2, 12, 3, 2, 'N', '| racket rackets the hood |');
INSERT INTO `card` VALUES (64, 'Safehouse', 'Edge', 4, '', '', 0, 0, 0, 'Turn and maintain; no attacks can be declared against target character.', '', '', 'Andi Rusu', 2, 12, 1, 2, 'N', '| safehouse |');
INSERT INTO `card` VALUES (65, 'Attack Helicopter', 'State', 3, '', '', 0, 0, 0, 'Vehicle.  Subject character gains Mobility, Tactics, and +2 Fighting.', 'The airborne vehicle of choice for pocket-sized wars.', '', 'Heather Bruton', 3, 12, 3, 2, 'N', '| attack helicopter |');
INSERT INTO `card` VALUES (66, 'Elevator to the Netherworld', 'State', 1, '', '', 0, 0, 0, 'Unique.  Play on a front-row site.  Turn to give target character at subject site''s location Independent until end of turn.', '&quot;If you got enough chi happening, you can see the *special* button.&quot;', '', 'Anthony Waters', 3, 12, 1, 3, 'N', '| elevator netherworld |');
INSERT INTO `card` VALUES (67, 'Explosives', 'State', 1, '', '', 0, 0, 0, 'Play on any unturned character.  When subject character damages a site in combat, you may sacrifice Explosives to inflict an additional 5 points of damage on the site.', 'Ka-BOOOOMM!', 'Clarification: &quot;*After* subject character damages site ...&quot;', 'Dan Frazier', 3, 12, 3, 2, 'N', '| explosiv explosive explosives |');
INSERT INTO `card` VALUES (68, 'Grenade Launcher', 'State', 1, '', '', 0, 0, 0, 'Weapon.  Controlling character inflicts +3 damage on characters with vehicles or sites.', 'Grenades are much more effective in the movies than in real life. This ain''t real life.', '', 'Brian Snoddy', 3, 12, 3, 2, 'N', '| grenade launcher |');
INSERT INTO `card` VALUES (69, 'Motorcycle', 'State', 0, '', '', 0, 0, 0, 'Vehicle.  Turn Motorcycle to change location of controlling character.', '&quot;It wasn''t a Harley, but considering I had about a dozen hopping vampires on my case, I decided not to be finicky.', '', 'John T. Snyder', 3, 12, 2, 2, 'N', '| motorcycle |');
INSERT INTO `card` VALUES (70, 'Netherworld Passageway', 'State', 2, '', '', 0, 0, 0, 'Play on any site.  All characters located in front of subject site gain Mobility.  Subject site is considered to be a Netherworld site in addition to any other designators.', '', '', 'Liz Danforth', 3, 12, 2, 2, 'N', '| netherworld passageway |');
INSERT INTO `card` VALUES (71, 'Pump-Action Shotgun', 'State', 1, '', '', 0, 0, 0, 'Weapon. Turn to have subject character inflict +3 damage for the duration of the turn. Pump-Action Shotgun unturns if a Unique character you control is smoked by an opponent.', '&quot;This time...&quot; KA-CHINK &quot;... I''m going for a little redemption action.&quot;', '', 'Drew Tucker', 3, 12, 2, 1, 'N', '| pump action gun  |');
INSERT INTO `card` VALUES (72, 'Really Big Gun', 'State', 1, '', '', 0, 0, 0, 'Weapon.  Controlling character inflicts +2 damage.', 'A persuasive member of any debating team.', '', 'Brian Snoddy', 3, 12, 2, 2, 'N', '| really big gun  |');
INSERT INTO `card` VALUES (73, 'Speed Boat', 'State', 2, '', '', 0, 0, 0, 'Vehicle.  Controlling character gains Mobility and Tactics.', 'Slice through the waters like a high-octane razor blade.', '', 'Mike Trapp', 3, 12, 2, 2, 'N', '| speed boat |');
INSERT INTO `card` VALUES (74, 'Sports Car', 'State', 2, '', '', 0, 0, 0, 'Vehicle.  Controlling character gains Toughness: 1 and Mobility.', 'It ain''t action till you''ve got a bunch of cars rolling over and catching fire and stuff.', '', 'Mike Trapp', 3, 12, 2, 2, 'N', '| sport sports car |');
INSERT INTO `card` VALUES (75, 'Throwing Star', 'State', 1, '', '', 0, 0, 0, 'Weapon.  Play on any character.  When in combat, and after combat damage is dealt, subject character can inflict 1 point of damage on any character at its location.', '', 'Clarification: Last sentence should say: &quot;After surviving combat with another character, subject character may inflict 1 point of damage on any character at its location.&quot;', 'Kumi Yamashita', 3, 12, 3, 2, 'N', '| throwing star |');
INSERT INTO `card` VALUES (76, 'Water Sword', 'State', 1, '', '', 0, 0, 0, 'Weapon.  Unique.  Subject character gains +1 Fighting.  If subject character is smoked, return Water Sword to your hand instead of placing it in the smoked pile.', '', '', 'April Lee', 3, 12, 1, 2, 'N', '| water sword  |');
INSERT INTO `card` VALUES (77, 'Cheap Punks', 'Mercenary Hoods', 2, '', '', 2, 0, 0, 'Anytime during any turn in which Cheap Punks are smoked, you may play a single Hood card or a single Rabble card at -1 cost.', '', '', 'Susan Van Camp', 5, 12, 2, 1, 'N', '| cheap punk punks mercenary hood hoods |');
INSERT INTO `card` VALUES (78, 'Dark Traveler', 'Netherworld Hero', 2, '', '', 2, 0, 0, 'Dark Traveler''s Fighting score is increased by 2 for each feng shui site in your smoked pile.', '', '', 'Anson Maddocks', 5, 12, 4, 3, 'N', '| dark traveler netherworld hero |');
INSERT INTO `card` VALUES (79, 'The Displaced', 'Netherworld Rabble', 1, '', '', 1, 0, 0, 'If The Displaced are smoked, you may toast a card in an opponent''s smoked pile.  If an opponent forces you to discard The Displaced, you may smoke any card that opponent controls.', '', '', 'Richard Kane Ferguson', 5, 12, 4, 3, 'N', '| displaced the netherworld rabble |');
INSERT INTO `card` VALUES (80, 'The Faceless', 'Netherworld Rabble', 2, '', '', 2, 0, 0, 'You may take control of States on characters or sites damaged by The Faceless in combat and place the States on any legal subject.', '', '', 'Susan Van Camp', 5, 12, 4, 3, 'N', '| faceles faceless the netherworld rabble |');
INSERT INTO `card` VALUES (81, 'Jimmy Wai', 'Mastermind', 2, '', '', 2, 0, 0, 'Unique.  Turn to cancel an effect that is being maintained by a card that turned and maintained.', 'He has a way of getting favors out of people.', '', 'Heather Hudson', 5, 12, 1, 3, 'N', '| jimmy wai mastermind |');
INSERT INTO `card` VALUES (82, 'The Losers', 'Netherworld Rabble', 2, '', '', 1, 0, 0, 'If The Losers are a legal target or subject of an Event or State being played on a card you control, you may turn The Losers to make them the target or subject.', '', '', 'Richard Thomas', 5, 12, 4, 3, 'N', '| loser losers the netherworld rabble |');
INSERT INTO `card` VALUES (83, 'Luis Camacho', 'Vengeful Hood', 4, '', '', 2, 0, 0, 'Unique.  Gains +1 Fighting for each Hood card in your smoked pile.', 'He puts the *u* in &quot;unforgiving.&quot;', '', 'L. A. Williams', 5, 12, 1, 2, 'N', '| lui luis camacho vengeful hood |');
INSERT INTO `card` VALUES (84, 'Mooks', 'Mercenary Hoods', 1, '', '', 1, 0, 0, '', 'Stupid, brutal punks are something the world never seems to run out of.', '', 'Ron Rousselle', 5, 12, 4, 2, 'N', '| mook mooks mercenary hood hoods |');
INSERT INTO `card` VALUES (85, 'Mysterious Stranger', 'Netherworld Outcast', 3, '', '', 2, 0, 0, 'The controller of a character who intercepts Mysterious Stranger loses all Power.', 'Don''t ask us; even we don''t know.', '', 'Richard Kane Ferguson', 5, 12, 3, 2, 'N', '| mysteriou mysterious stranger netherworld outcast |');
INSERT INTO `card` VALUES (86, 'Nine Cuts', 'Mercenary Assassin', 4, '', '', 2, 0, 0, 'Unique.  Assassinate.', '&quot;I don''t descriminate. I''ll whack any target, accept any currency.&quot;', '', 'Richard Thomas', 5, 12, 1, 2, 'N', '| nine cut cuts mercenary assassin |');
INSERT INTO `card` VALUES (87, 'White Ninja', 'Assassin', 5, '', '', 3, 0, 0, 'Unique.  Stealth.  Ambush.', 'She is known only by the distinctive sword wound she leaves in her victims.', '', 'Kaja Foglio', 5, 12, 1, 2, 'N', '| white ninja assassin |');
INSERT INTO `card` VALUES (88, 'White Ninja', 'Assassin', 6, '', '', 7, 0, 0, 'Unique.  Stealth.  Ambush.  Special abilities of a character or site targeted by White Ninja in an attack are cancelled until the end of the turn.', '', '', 'Kaja Foglio', 5, 12, 1, 1, 'N', '| white ninja assassin |');
INSERT INTO `card` VALUES (89, 'Yakuza Enforcer', 'Killer Hood', 3, '', '', 4, 0, 0, 'Yakuza Enforcer takes no damage from cards you own. You may not redirect damage to Yakuza Enforcer.', '&quot;Traitors deserve no mercy.&quot;', '', 'Melissa Benson', 5, 12, 2, 1, 'N', '| yakuza enforcer killer hood |');
INSERT INTO `card` VALUES (90, 'Ze Botelho', 'Lodge Outcast', 3, '', '', 3, 0, 0, 'Unique.  Toughness: 2 against [a] characters.  While Ze Botelho is in play, any card with an [a] symbol in its resource conditions has its cost increased by 1.', '', '', 'Heather Bruton', 5, 12, 1, 3, 'N', '| ze botelho lodge outcast |');
INSERT INTO `card` VALUES (91, 'Alchemist''s Lair', 'Site', 2, '', 0x4343, 0, 1, 5, '', '&quot;You do not fool me, young one. Immortality is what you seek. It is what they all seek.&quot;', 'Clarification: This was &lt;i&gt;supposed&lt;/i&gt; to provide [M]. Flashpoint printings of this card provide [M].', 'Margaret Organ-Kean', 1, 3, 2, 2, 'N', '| alchemist alchemists lair |');
INSERT INTO `card` VALUES (92, 'Ancient Grove', 'Site', 2, '', 0x4343, 0, 1, 5, '', '&quot;These bamboo shoots are the mirror of your soul, warrior. When you understand why, you will find the path to mastery.&quot;', '', 'NéNé Thomas', 1, 3, 2, 2, 'N', '| ancient grove |');
INSERT INTO `card` VALUES (93, 'Blade Palm', 'Event', 2, 0x4343, '', 0, 0, 0, 'Return target card to its owner''s hand.  Does not affect Event cards.', 'When a chi master whips out the Blade Palm, stand back. Stand way far back.', '', 'Diana Vick', 4, 3, 3, 2, 'N', '| blade palm |');
INSERT INTO `card` VALUES (94, 'Dark''s Soft Whisper', 'Event', 0, 0x43, '', 0, 0, 0, 'Play immediately after you have made an unsucessful attack, and when an opponent is closer to fulfilling victory conditions than you are, or is one feng shui site away from victory.  You gain 2 Power.', '', '', 'Heather Hudson', 4, 3, 3, 1, 'N', '| dark darks soft whisper |');
INSERT INTO `card` VALUES (95, 'Dawn of the Righteous', 'Event', 1, 0x43, '', 0, 0, 0, 'Remove up to six damage counters from the cards you control.', 'Light always returns to shine upon the one wise enough to wait for it.', '', 'Jesper Myrfors', 4, 3, 2, 2, 'N', '| dawn righteou righteous |');
INSERT INTO `card` VALUES (96, 'Healing Earth', 'Event', 0, 0x43, '', 0, 0, 0, 'Remove a number of damage counters from the cards you control up to the number of [C] resources in your pool.', 'The regenerative powers of the earth are triggered by the transcendent soul.', '', 'Nicola Leonard', 4, 3, 2, 2, 'N', '| healing earth |');
INSERT INTO `card` VALUES (97, 'Invincible Chi', 'Event', 1, 0x434343, '', 0, 0, 0, 'Play during your turn. When you play Invincible Chi, choose one of the following card types: States, Edges, or sites.  The effects and special abilities of all cards of that type are cancelled until the end of the turn.', '', '', 'Douglas Shuler', 4, 3, 3, 1, 'N', '| invincible chi |');
INSERT INTO `card` VALUES (98, 'Return to the Center', 'Event', 1, 0x43, '', 0, 0, 0, 'All States and non-damage tokens on target card are smoked.', 'Quan Lo''s Principle of Principles: &quot;Find the center within yourself; this you can never lose.&quot;', '', 'Julie Baroh', 4, 3, 3, 2, 'N', '| return center |');
INSERT INTO `card` VALUES (99, 'Violet Meditation', 'Event', 0, 0x43, '', 0, 0, 0, 'Limited.  Play at the start of your turn.  No other cards generate Power during your establishing shot.  Instead, Violet Meditation generates Power equal to the number of Edges and Power-generating sites controlled by target opponent.', '', '', 'Douglas Shuler', 4, 3, 4, 3, 'N', '| violet meditation |');
INSERT INTO `card` VALUES (100, 'Wing of the Crane', 'Event', 1, 0x434343, '', 0, 0, 0, 'Smoke target  character. If the character is still in the smoked pile at the end of the next player''s turn, it returns to play.', '', '', 'Matt Wilson', 4, 3, 3, 1, 'N', '| wing crane |');
INSERT INTO `card` VALUES (101, 'Armored in Life', 'State', 1, 0x43, '', 0, 0, 0, 'Play on any character.  Subject character gains Toughness: 1.', '&quot;Master your internal energy, warrior, and use it to make your flesh harder than the sturdiest shield.&quot;', '', 'L. A. Williams', 3, 3, 2, 2, 'N', '| armored life |');
INSERT INTO `card` VALUES (102, 'Claw of the Tiger', 'State', 1, 0x434343, '', 0, 0, 0, 'Play on any character.  Before combat damage is dealt, Claw of the Tiger inflicts 1 point of damage on all characters in combat with subject character.', '', '', 'L. A. Williams', 3, 3, 3, 2, 'N', '| claw tiger |');
INSERT INTO `card` VALUES (103, 'Contract of the Fox', 'State', 2, 0x43, '', 0, 0, 0, 'Play on any character.  Turn Contract of the Fox to unturn subject character.', 'The fox symbolizes swiftness, the unexpected, and reckless bravado.', '', 'Mike Raabe', 3, 3, 3, 2, 'N', '| contract fox |');
INSERT INTO `card` VALUES (104, 'Death Touch', 'State', 2, 0x43, '', 0, 0, 0, 'Play on any character.  Any character in combat with subject character is smoked.  Does not affect characters with [M] or [H] in their resource conditions.', '', '', 'Bryon Wackwitz', 3, 3, 1, 2, 'N', '| death touch |');
INSERT INTO `card` VALUES (105, 'Dim Mak', 'State', 1, 0x43, '', 0, 0, 0, 'Play on any character.  Subject character gains +1 Fighting.  Damage inflicted by subject character is not reduced by Toughness.', '', '', 'April Lee', 3, 3, 3, 2, 'N', '| dim mak |');
INSERT INTO `card` VALUES (106, 'Drunken Stance', 'State', 1, 0x4343, '', 0, 0, 0, 'Any intercepting character with a Fighting score of 2 or less that is about to enter combat with subject character returns to its owner''s hand.', 'Few have the discipline to master complete dissolution.', '', 'Douglas Shuler', 3, 3, 2, 1, 'N', '| drunken stance |');
INSERT INTO `card` VALUES (107, 'Flying Windmill Kick', 'State', 2, 0x43, '', 0, 0, 0, 'Whenever subject character inflicts damage in combat, flip a coin twice.  For each result of heads, double the damage the character inflicts.', '&quot;Ki&quot; ---  thwackthwackthwack --- &quot;YAH!!&quot;', '', 'Douglas Shuler', 3, 3, 2, 1, 'N', '| flying windmill kick |');
INSERT INTO `card` VALUES (108, 'Fortuitous Chi', 'State', 2, 0x434343, '', 0, 0, 0, 'Play on a character you control. Subject character and all characters you control sharing a designator with it may not be damaged or removed from play by Events played by opponents, nor can these characters turn to attack characters.', '', '', 'Drew Tucker', 3, 3, 2, 1, 'N', '| fortuitou fortuitous chi |');
INSERT INTO `card` VALUES (109, 'Fortune of the Turtle', 'State', 1, 0x43, '', 0, 0, 0, 'Play on any character.  Subject character is not affected by Event cards played by your opponents.', 'The turtle symbolizes protection, caution, and forethought.', '', 'Heather Bruton', 3, 3, 3, 2, 'N', '| fortune turtle |');
INSERT INTO `card` VALUES (110, 'The Fox Outfoxed', 'State', 2, 0x43, '', 0, 0, 0, 'All Power subject card generates or creates goes into your pool.  May not be played on a feng shui site.', 'You taste prosperity.  Your foe tastes air.', '', 'Diana Vick', 3, 3, 3, 3, 'N', '| fox outfoxed the |');
INSERT INTO `card` VALUES (111, 'Hands Without Shadow', 'State', 0, 0x43, '', 0, 0, 0, 'Play on any character.  In combat, subject character may inflict enough damage to reduce its opponent''s Fighting score to 1 instead of inflicting its regular damage.', '', '', 'Edward Beard, Jr.', 3, 3, 2, 2, 'N', '| hand hands without shadow |');
INSERT INTO `card` VALUES (112, 'Rain of Fury', 'State', 0, 0x43, '', 0, 0, 0, 'Subject character gains +1 Fighting whenever an opponent plays an Event during your turn. Bonus is lost if subject character or Rain of Fury leaves play.', '', '', 'Heather Hudson', 3, 3, 3, 1, 'N', '| rain fury |');
INSERT INTO `card` VALUES (113, 'Shadowfist', 'State', 3, 0x43434343, '', 0, 0, 0, 'Play on any character.  All damage inflicted on subject character by characters in combat is reduced to 0.', '', '', 'Edward Beard, Jr.', 3, 3, 1, 2, 'N', '| shadowfist |');
INSERT INTO `card` VALUES (114, 'Ultimate Mastery', 'State', 1, 0x43, '', 0, 0, 0, 'Play on any character.  For  the duration of the attack, subject character gains the special abilities of each character it is in combat with until combat with that character is resolved.', '', '', 'April Lee', 3, 3, 1, 2, 'N', '| ultimate mastery |');
INSERT INTO `card` VALUES (115, 'Whirlwind Strike', 'State', 1, 0x43, '', 0, 0, 0, 'Play on any character.  If subject character smokes a character it is intercepting, it may intercept another attacking character once combat is over.', '', '', 'Mike Raabe', 3, 3, 2, 2, 'N', '| whirlwind strike |');
INSERT INTO `card` VALUES (116, 'RedGlare Chapel', 'Netherworld Site', 2, 0x48, '', 0, 1, 6, 'Unique.  Turn to unturn Reverend RedGlare or turn to inflict 1 point of damage on every other turned site in play.', 'Thanks to its onboard computers, the Reverend''s deadly chapel is smarter than he is.', '', 'Anson Maddocks', 1, 9, 1, 3, 'N', '| red glare chapel netherworld |');
INSERT INTO `card` VALUES (117, 'Secret Laboratory', 'Site', 2, '', 0x4848, 0, 1, 5, '', 'Access to the latest fruits of the miltary industrial complex is essential to the serious secret warrior.', '', 'Mike Trapp', 1, 9, 2, 2, 'N', '| secret laboratory |');
INSERT INTO `card` VALUES (118, 'CAT Tactics', 'Edge', 0, 0x4848, '', 0, 0, 0, 'If an opponent ends his or her turn without declaring an attack, put a counter on CAT Tactics. Remove X counters to give target character +X Fighting until the end of the turn.  Remove all such counters from CAT Tactics at the end of your turn.', '', '', 'Kaja Foglio', 2, 9, 3, 1, 'N', '| cat tactic tactics |');
INSERT INTO `card` VALUES (119, 'Doomsday Device', 'Edge', 2, 0x484848, '', 0, 0, 0, 'Unique. Gain 1 Power whenever an opponent declares interception against an attack you declare.  If Doomsday Device leaves play, toast a card in your burned-for-victory pile.', '', '', 'Douglas Chaffee', 2, 9, 3, 1, 'N', '| doomsday device |');
INSERT INTO `card` VALUES (120, 'Smart Missile', 'Edge', 1, 0x48, '', 0, 0, 0, 'Comes into play turned. Turn and sacrifice to inflict 6 points of damage on target turned site, or on target character that is the subject of a vehicle State.', '', '', 'Edward Beard, Jr.', 2, 9, 2, 1, 'N', '| smart missile |');
INSERT INTO `card` VALUES (121, 'Supercomputer', 'Edge', 2, 0x4848, '', 0, 0, 0, 'Unique. When you draw cards during your establishing shot, you may choose to draw 3 cards instead of the number of cards you would ordinarily draw.', '', 'Ruling: Allows you to draw 3 cards during your establishing shot, even if your hand is at or above its normal limit.', 'Drew Tucker', 2, 9, 3, 1, 'N', '| super computer |');
INSERT INTO `card` VALUES (122, 'Tank Warfare', 'Edge', 1, 0x48, '', 0, 0, 0, 'You may play Tank States from your smoked pile at -1 cost.  Tank characters or characters that are the subject of Tank States may not turn to attack sites if two or more players control such characters.', '', '', 'Douglas Chaffee', 2, 9, 3, 1, 'N', '| tank warfare |');
INSERT INTO `card` VALUES (123, 'Orbital Laser Strike', 'Event', 1, 0x48, '', 0, 0, 0, 'Target site takes damage equal to the number of [H] resources in your pool.', 'It was sold to the public as a purely defensive technology.', '', 'John T. Snyder', 4, 9, 2, 2, 'N', '| orbital laser strike |');
INSERT INTO `card` VALUES (124, 'Salvage', 'Event', 1, 0x48, '', 0, 0, 0, 'Return any [H] card in your smoked pile to your hand.', 'Waste not, want not.', '', 'Heather Bruton', 4, 9, 3, 2, 'N', '| salvage |');
INSERT INTO `card` VALUES (125, 'Satellite Intelligence', 'Event', 1, 0x48, '', 0, 0, 0, 'Target site switches positions with another target site its controller controls. This may change which site is targeted by an attack.', '', '', 'Ron Rousselle', 4, 9, 3, 1, 'N', '| satellite intelligence |');
INSERT INTO `card` VALUES (126, 'Satellite Surveillance', 'Event', 0, 0x48, '', 0, 0, 0, 'You may reveal a number of sites up to the number of [H] resouces in your pool.', '&quot;The J19 can read a newspaper from orbit. Locating your hideout is kid stuff.&quot;', '', 'Mike Kimble', 4, 9, 3, 2, 'N', '| satellite surveillance |');
INSERT INTO `card` VALUES (127, 'Combat Aircar', 'State', 4, 0x4848, '', 0, 0, 0, 'Vehicle.  User gains Mobility, Tactics, and +4 Fighting.', 'Their phased grav stabilizers give them the maneuverability needed for surgical operations.', '', 'Mike Trapp', 3, 9, 3, 2, 'N', '| combat aircar |');
INSERT INTO `card` VALUES (128, 'Desire Manipulator', 'State', 0, 0x48, '', 0, 0, 0, 'Play on a character.  If subject character is controlled by an opponent and has not turned to attack at the end of its controller''s turn, you gain 1 Power.', 'It implants new loyalties on the subconscious level.', '', 'John T. Snyder', 3, 9, 2, 3, 'N', '| desire manipulator |');
INSERT INTO `card` VALUES (129, 'Disintegrator Ray', 'State', 1, 0x4848, '', 0, 0, 0, 'Weapon.  Subject character gains +1 Fighting.  If subject character inflicts enough damage to smoke a character, subject character toasts that character instead.', '', '', 'Quinton Hoover', 3, 9, 3, 2, 'N', '| disintegrator ray |');
INSERT INTO `card` VALUES (130, 'Floating Fortress', 'State', 6, 0x48484848, '', 0, 0, 0, 'Vehicle.  Subject character gains Mobility and +8 Fighting.', 'It took a dozen Floating Fortresses less than an hour to level all of Acapulco.', '', 'Ron Rousselle', 3, 9, 1, 2, 'N', '| floating fortres fortress |');
INSERT INTO `card` VALUES (131, 'Fusion Rifle', 'State', 1, 0x48, '', 0, 0, 0, 'Weapon.  Turn Fusion Rifle to inflict 2 points of damage on any target at subject''s location.', 'They still haven''t got any fusion power plants on-line, but the armament spin-offs are kicking.', '', 'Brian Snoddy', 3, 9, 3, 2, 'N', '| fusion rifle |');
INSERT INTO `card` VALUES (132, 'Fusion Tank', 'State', 4, 0x48, '', 0, 0, 0, 'Vehicle.  Subject character gains Mobility and +4 Fighting.', '&quot;I survived the Dallas Uprising. I''ll never forget the sight of the fusion tanks rolling down Commerce Street.&quot;', '', 'Mike Trapp', 3, 9, 3, 2, 'N', '| fusion tank |');
INSERT INTO `card` VALUES (133, 'Havoc Suit', 'State', 2, 0x48, '', 0, 0, 0, 'Weapon.  Add half the number of [H] resources in your pool, rounded down, to subject character''s Fighting score.', '', 'This may be corrected in a future edition to say HAVOC Suit (in caps). It will still count as the same card.', 'Brian Snoddy', 3, 9, 2, 2, 'N', '| havoc suit |');
INSERT INTO `card` VALUES (134, 'Hover Tank', 'State', 3, 0x4848, '', 0, 0, 0, 'Vehicle. Subject character gains +3 Fighting, Mobility, and Tactics. When subject character turns to attack, you may choose one character in play to be unable to intercept subject character.', '', '', 'Brian Snoddy', 3, 9, 2, 1, 'N', '| hover tank |');
INSERT INTO `card` VALUES (135, 'IKTV Rebroadcast Link', 'Netherworld State', 2, 0x48, '', 0, 0, 0, 'Turn IKTV Rebroadcast Link and flip a coin.  Heads: subject site unturns. Tails: each opponent gains 1 power.', 'IKTV News: Always dramatic! Sometimes reliable.', '', 'Rob Alexander', 3, 9, 2, 3, 'N', '| iktv rebroadcast link netherworld |');
INSERT INTO `card` VALUES (136, 'MegaTank', 'State', 5, 0x484848, '', 0, 0, 0, 'Vehicle. Subject character gains +7 Fighting and Toughness: 2.  Subject character cannot be damaged or removed from play by [f] Events.', 'The only commuter vehicle you can drive on both sidewalks.', '', 'Jeff Menges', 3, 9, 3, 1, 'N', '| mega tank |');
INSERT INTO `card` VALUES (137, 'Robot Arm', 'State', 2, 0x48, '', 0, 0, 0, 'Play on any character.  Subject character gains +2 Fighting and Toughness: 1 against damage inflicted by characters.', '', '', 'Brian Snoddy', 3, 9, 3, 2, 'N', '| robot arm |');
INSERT INTO `card` VALUES (138, 'Alchemist''s Lair', 'Site', 2, '', 0x4d4d, 0, 1, 5, '', '&quot;You were right, old man. The power of immortality is what I sought --- and the misery of duality is what I found.&quot;', '', 'Margaret Organ-Kean', 1, 11, 2, 1, 'N', '| alchemist alchemists lair |');
INSERT INTO `card` VALUES (139, 'Illusory Bridge', 'Site', 0, 0x4d, '', 0, 0, 3, 'May be placed in any legal position on an opponent''s side.', 'Many have died defending it, yet it does not truly exist.', 'Clarification: This card becomes controlled by the opponent who gets it.', 'Mike Raabe', 1, 11, 2, 2, 'N', '| illusory bridge |');
INSERT INTO `card` VALUES (140, 'The Hungry', 'Edge', 1, 0x4d4d, '', 0, 0, 0, 'Gain 3 Power whenever you burn a site for victory.  All your characters and sites suffer 2 points of damage if The Hungry leaves play.', '', '', 'Bryon Wackwitz', 2, 11, 3, 2, 'N', '| hungry the |');
INSERT INTO `card` VALUES (141, 'I Ching', 'Edge', 1, 0x4d, '', 0, 0, 0, 'Turn to look at the top three cards of any one player''s deck and arrange them in whatever order you wish.', '', '', 'Ken Meyer Jr.', 2, 11, 1, 2, 'N', '| i ching |');
INSERT INTO `card` VALUES (142, 'Soul Maze', 'Edge', 1, 0x4d4d, '', 0, 0, 0, 'Turn to cause two characters in combat to swap, for the duration of the combat, their special abilities and the special abilities of any cards played on them.', '', '', 'Bryon Wackwitz', 2, 11, 1, 2, 'N', '| soul maze |');
INSERT INTO `card` VALUES (143, 'Spirit Frenzy', 'Edge', 2, 0x4d4d, '', 0, 0, 0, 'You may turn a [M] character to do 1 point of damage to a character that has just been damaged.', '', '', 'Mike Raabe', 2, 11, 1, 2, 'N', '| spirit frenzy |');
INSERT INTO `card` VALUES (144, 'Curtain of Fullness', 'Event', 0, 0x4d4d, '', 0, 0, 0, 'Target player must discard 3 cards at random from his or her hand.', 'The stars hold a thousand might-have-beens, none to be beheld by mortal eyes.', '', 'Nicola Leonard', 4, 11, 3, 2, 'N', '| curtain fullnes fullness |');
INSERT INTO `card` VALUES (145, 'Discerning Fire', 'Event', 100, 0x4d4d, '', 0, 0, 0, 'Smoke X target cards that share a designator other than &quot;Netherworld.&quot;  X must be greater than one.  Power-generating sites are not legal targets.', '', '', 'Brian Snoddy', 4, 11, 4, 3, 'N', '| discerning fire |');
INSERT INTO `card` VALUES (146, 'Killing Rain', 'Event', 1, 0x4d, '', 0, 0, 0, 'All sites in play take 2 points of damage.', 'Corruption of the heavens; Corruption of the lake; Misfortune.', '', 'Edward Beard, Jr.', 4, 11, 2, 2, 'N', '| killing rain |');
INSERT INTO `card` VALUES (147, 'Larcenous Mist', 'Event', 0, 0x4d4d, '', 0, 0, 0, 'Any special abilities possessed by target character and any States on target character have no effect for the duration of this turn.  Treat the character card and any State cards on it as if their card text were blank.', '', '', 'NéNé Thomas', 4, 11, 3, 2, 'N', '| larcenou larcenous mist |');
INSERT INTO `card` VALUES (148, 'Memory Reprocessing', 'Event', 1, 0x4d4d, '', 0, 0, 0, 'Toast It. When you play Memory Reprocessing, you may play an Event from target opponents smoked pile at normal cost, but ignoring resource conditions. The Event goes back into his or her smoked pile. The opponent gains 1 Power.', '', '', 'Anson Maddocks', 4, 11, 3, 1, 'N', '| memory reprocessing |');
INSERT INTO `card` VALUES (149, 'Pocket Demon', 'Event', 0, 0x4d, '', 0, 0, 0, 'Limited.  Play at start of your turn.  No other card generates Power during your establishing shot.  Instead, Pocket Demon generates Power equal to the number of Power-generating sites controlled by target opponent, plus the number of cards in his or her burned-for-victory pile.', '', '', 'Ron Spencer', 4, 11, 4, 3, 'N', '| pocket demon |');
INSERT INTO `card` VALUES (150, 'Scroll of Incantation', 'Event', 1, 0x4d4d, '', 0, 0, 0, 'Search through your deck for an Event.  Reshuffle your deck afterwards.  You must play this Event immediately or it is toasted.', 'On the scroll is always writ precisely the ritual you need.', '', 'Nicola Leonard', 4, 11, 3, 2, 'N', '| scroll incantation |');
INSERT INTO `card` VALUES (151, 'Shattering Fire', 'Event', 1, 0x4d, '', 0, 0, 0, 'Target character takes damage equal to the number of [M] resources in your pool.', 'The first spell any apprentice sorcerer wishes to learn --- with good reason.', '', 'Ron Spencer', 4, 11, 2, 2, 'N', '| shattering fire |');
INSERT INTO `card` VALUES (152, 'Year of the Rat', 'Event', 2, 0x4d4d, '', 0, 0, 0, 'Play anytime, except during an attack, to switch two target players'' positions at the gaming table.  You may only play a single Year of the Rat card in any game.', '', '', 'Anthony Judge', 4, 11, 3, 1, 'N', '| year rat |');
INSERT INTO `card` VALUES (153, 'Alabaster Javelin', 'State', 1, 0x4d, '', 0, 0, 0, 'Weapon.  If subject character is smoked, you may inflict 3 points of damage on any target in play.', 'The provincial official regretted the day he confiscated the alchemist''s spear.', '', 'Rob Alexander', 3, 11, 3, 2, 'N', '| alabaster javelin |');
INSERT INTO `card` VALUES (154, 'Amulet of the Turtle', 'State', 1, 0x4d, '', 0, 0, 0, 'Any damage inflicted on subject character is inflicted on Amulet of the Turtle instead.  Amulet of the Turtle can sustain damage equal to your [M] resources before being smoked.', '', '', 'Nicola Leonard', 3, 11, 3, 2, 'N', '| amulet turtle |');
INSERT INTO `card` VALUES (155, 'Anomaly Spirit', 'Sorcerous Construct', 2, 0x4d4d, 0x4d, 2, 0, 0, 'Whenever a new column begins in an opponent''s site structure, Anomaly Spirit gains +1 Fighting until it leaves play.', '', '', 'Anson Maddocks', 5, 11, 3, 1, 'N', '| anomaly spirit sorcerou sorcerous construct |');
INSERT INTO `card` VALUES (156, 'Eugene Fo', 'Sorcerous Hood', 5, '', 0x4d, 6, 0, 0, 'Unique.  At the end of each turn, you may remove one damage counter from Eugene Fo for each Hood card in play.  He takes no damage from Cop and Police cards.', '', '', 'L.A. Williams', 5, 11, 1, 3, 'N', '| eugene fo sorcerou sorcerous hood |');
INSERT INTO `card` VALUES (157, 'Mirror Dancer', 'Netherworld Spirit', 2, 0x4d, 0x4d, 2, 0, 0, 'During an attack you declare, if Mirror Dancer damages a site in combat that has the same name as a site you control, you may seize that site.', '', '', 'Nicola Leonard', 5, 11, 3, 1, 'N', '| mirror dancer netherworld spirit |');
INSERT INTO `card` VALUES (158, 'Abominable Lab', 'Site', 2, '', 0x66, 0, 1, 5, 'Abominable Lab provides you with one [H] resource for each Buro or PubOrd character you control.', '', '', 'Mark Tedin', 1, 1, 2, 2, 'N', '| abominable lab |');
INSERT INTO `card` VALUES (159, 'Arcanoseed', 'Battleground Site', 0, 0x66, '', 0, 0, 4, 'When Arcanoseed is in your front row, you may turn it when you declare an attack, to give target character Ambush against the first character it is in combat with during the attack.  Any player who seizes the site gains 2 Power.', '', '', 'Mark Tedin', 1, 1, 3, 1, 'N', '| arcano seed battleground |');
INSERT INTO `card` VALUES (160, 'Arcanotower 2056', 'Site', 4, 0x666666, 0x6666, 0, 2, 8, 'Unique. Cannot be seized. Reduces the number of feng shui sites you need for victory by one. Toughness: 2 against damage that is not inflicted by Unique characters. If Arcanotower 2056 is smoked, you do not generate Power during your next establishing shot.', '', '', 'Mark Tedin', 1, 1, 1, 1, 'N', '| arcano tower 2056 |');
INSERT INTO `card` VALUES (161, 'Arcanotower Now', 'Site', 3, 0x6666, 0x66, 0, 1, 8, 'Unique. Cannot be seized. Reduces the number of feng shui sites you need for victory by one. Opponents must pay 1 Power in addition to the normal cost to play a State on a card you control.', 'The twisted shape of things to come.', '', 'Mark Tedin', 1, 1, 1, 1, 'N', '| arcano tower now |');
INSERT INTO `card` VALUES (162, 'Biomass Reprocessing Center', 'Netherworld Site', 2, 0x66, 0x66, 0, 1, 6, 'Every time one of your attacking characters is smoked, you  may discard a card and draw a card from your deck.', 'They can''t explain it yet, but the Architects know that certain arcanowave prcedures work best in the netherworld.', '', 'Ron Spencer', 1, 1, 2, 3, 'N', '| biomas biomass reprocessing center netherworld |');
INSERT INTO `card` VALUES (163, 'Creche of the New Flesh', 'Feng Shui Site', 2, 0x66, 0x66484d, 0, 1, 7, 'You must play Creche of the New Flesh face up, and at the printed cost rather than the normal cost to play a feng shui site.', '', '', 'Nicola Leonard', 1, 1, 2, 1, 'N', '| creche new flesh |');
INSERT INTO `card` VALUES (164, 'Arcanowave Reinforcer', 'Edge', 2, 0x666648, '', 0, 0, 0, 'All of your characters inflict +1 damage and are considered Abominations.', '', 'Clarification: should really say &quot;all your characters &lt;i&gt;in play&lt;/i&gt; ...&quot;', 'Ron Spencer', 2, 1, 3, 2, 'N', '| arcano wave reinforcer |');
INSERT INTO `card` VALUES (165, 'Paradox Cube', 'Edge', 2, 0x66664d, '', 0, 0, 0, 'Unique. When Paradox Cube enters play, pick a non-Limited Edge in play.  Paradox Cube copies the special abilities of that Edge.', '', '', 'Dennis Detwiller', 2, 1, 3, 1, 'N', '| paradox cube |');
INSERT INTO `card` VALUES (166, 'Probability Manipulator', 'Edge', 4, 0x666648, '', 0, 0, 0, 'Unique.  Turn to increase or decrease the value of any number on target card by 1 until the end of the turn.  You cannot reduce any digit to 0.  Does not affect play costs.', '', 'Errata: Should also say: &quot;Does not affect play costs or numbers expressed as words.&quot;', 'Mike Raabe', 2, 1, 1, 2, 'N', '| probability manipulator |');
INSERT INTO `card` VALUES (167, 'Reinvigoration Process', 'Edge', 1, 0x66, '', 0, 0, 0, 'You may play Abominations from your smoked pile.', '', 'Errata: The rules text of this card should read: &quot;Turn during your turn to play an Abomination from your smoked pile at normal cost.&quot;', 'Anson Maddocks', 2, 1, 3, 2, 'N', '| reinvigoration proces process |');
INSERT INTO `card` VALUES (168, 'Scorched Earth', 'Edge', 1, 0x66, '', 0, 0, 0, 'Limited. Place a counter on Scorched Earth when you burn a site or when a site you control is burned. Your hand size increases by the number of counters on Scorched Earth.', '', '', 'Randy Gallegos', 2, 1, 3, 1, 'N', '| scorched earth |');
INSERT INTO `card` VALUES (169, 'Seed of the New Flesh', 'Edge', 2, 0x66, '', 0, 0, 0, 'Each player must spend 1 Power at the start of each of his or her turns or one [C] card of his or her choice that he or she controls is smoked.', '', '', 'Daniel Gelon', 2, 1, 3, 2, 'N', '| seed new flesh |');
INSERT INTO `card` VALUES (170, 'Abominable Wave', 'Event', 1, 0x6648, '', 0, 0, 0, 'Cancel and smoke a [C] card.', '&quot;You have the subtle powers of chi manipulation. I have an entire batallion of slavering, bioengineered ogres howling for blood. Wonder which of us is going to win, hmmm?&quot;', '', 'Mark Tedin', 4, 1, 2, 2, 'N', '| abominable wave |');
INSERT INTO `card` VALUES (171, 'Arcanowave Pulse', 'Event', 1, 0x66, '', 0, 0, 0, 'Cancel and smoke a [g] card.', 'The Guiding Hand fights the secret war to erase the Architects from their future. These devices were developed to erase them right back.', '', 'Mark Tedin', 4, 1, 3, 2, 'N', '| arcano wave pulse |');
INSERT INTO `card` VALUES (172, 'Bzzzzzt!', 'Event', 2, 0x6666, '', 0, 0, 0, 'Target non-Unique character is toasted.', 'The purists are still a secret society.', '', 'Pete Venters', 4, 1, 3, 1, 'N', '| bzzzzzt |');
INSERT INTO `card` VALUES (173, 'Cellular Reinvigoration', 'Event', 1, 0x66, '', 0, 0, 0, 'Until the end of the turn, target character gains Guts and is not smoked when damage inflicted on it equals or exceeds its Fighting score.', '', '', 'Mark Tedin', 4, 1, 3, 2, 'N', '| cellular reinvigoration |');
INSERT INTO `card` VALUES (174, 'Code Red', 'Event', 1, 0x66, '', 0, 0, 0, 'Play immediately after you have been attacked.  You may launch an attack.  Characters that have attacked you this turn cannot intercept this attack.', '', '', 'John T. Snyder', 4, 1, 2, 2, 'N', '| code red |');
INSERT INTO `card` VALUES (175, 'Dangerous Experiment', 'Event', 0, 0x66666666, '', 0, 0, 0, 'You gain 5 Power.  The opponent to your left may toast one card of his or her choice that you control.', 'Pressure from the Buro led to quality-control problems at the CDCA.', '', 'Heather Hudson', 4, 1, 1, 2, 'N', '| dangerou dangerous experiment |');
INSERT INTO `card` VALUES (176, 'Disinformation Packet', 'Event', 2, 0x6666, '', 0, 0, 0, 'Play, except during an attack, to move target back-row site to create a new location with it to the right of all current locations on its controller''s side.', 'Betrayal starts as a good idea. Then it becomes a habit.', '', 'Matt Wilson', 4, 1, 3, 1, 'N', '| disinformation packet |');
INSERT INTO `card` VALUES (177, 'Expendable Unit', 'Event', 0, 0x66, '', 0, 0, 0, 'Redirect all damage from one source to any character you control.', 'No one is indispensable when reinforcement troops can be grown in a vat.', '', 'Susan Van Camp', 4, 1, 2, 2, 'N', '| expendable unit |');
INSERT INTO `card` VALUES (178, 'Imprisoned', 'Event', 1, 0x66, '', 0, 0, 0, 'Target character is returned to its owner''s hand.', '&quot;Thank goodness Buro prisons are so poorly built ''cause it''s sure easy to get thrown into them.&quot;', '', 'Quinton Hoover', 4, 1, 2, 2, 'N', '| imprisoned |');
INSERT INTO `card` VALUES (179, 'Napalm Sunrise', 'Event', 2, 0x6666, '', 0, 0, 0, 'Play only during your turn. Inflict 2 points of damage on each character and site at target location.', '', '', 'Edward Beard, Jr.', 4, 1, 2, 1, 'N', '| napalm sunrise |');
INSERT INTO `card` VALUES (180, 'Nerve Gas', 'Event', 1, 0x66, '', 0, 0, 0, 'Target character is smoked.  Does not affect characters with [M] or [H] in their play costs.', 'When you journey to the year 2056, always remember to pack a gas mask.', 'Clarification: &quot;play cost&quot; should be &quot;resource conditions&quot;.', 'Dan Frazier', 4, 1, 2, 2, 'N', '| nerve ga gas |');
INSERT INTO `card` VALUES (181, 'Neutron Bomb', 'Event', 3, 0x666648, '', 0, 0, 0, 'All characters in play are smoked.', 'Mondo death toll with no property value depreciation.', '', 'Dan Frazier', 4, 1, 3, 2, 'N', '| neutron bomb |');
INSERT INTO `card` VALUES (182, 'Police State', 'Event', 1, 0x66, '', 0, 0, 0, 'Cancel and smoke a [d] card.', '&quot;As soon as I got the future, I knew freedom was hosed.&quot;', '', 'Dennis Detwiller', 4, 1, 3, 2, 'N', '| police |');
INSERT INTO `card` VALUES (183, 'PubOrd Raid', 'Event', 0, 0x66, '', 0, 0, 0, 'Play only during your turn.  All characters at target location become turned.', '&quot;FREEZE! Public Order!&quot;', '', 'Bryon Wackwitz', 4, 1, 2, 2, 'N', '| pub ord raid |');
INSERT INTO `card` VALUES (184, 'State of Emergency', 'Event', 1, 0x66, '', 0, 0, 0, 'Limited.  Draw a number of cards necessary to fill your hand to six cards.', 'When faced with insurrection, the Buro has three plans: overwhelming force, overwhelming force, and overwhelming force.', '', 'Dan Frazier', 4, 1, 3, 2, 'N', '| emergency |');
INSERT INTO `card` VALUES (185, 'Superior Technology', 'Event', 1, 0x66, '', 0, 0, 0, 'All your characters inflict +1 damage until the end of the turn.', 'The Buro maintains its iron grip on the world through its terrifiying war machine.', '', 'L. A. Williams', 4, 1, 2, 2, 'N', '| super ior technology |');
INSERT INTO `card` VALUES (186, 'Total War', 'Event', 0, 0x66, '', 0, 0, 0, 'Play in response to an opponent turning a character to attack. All unturned characters controlled by that opponent become turned and join the attack.  No characters can turn in response to Total War.', '', '', 'Susan Van Camp', 4, 1, 3, 1, 'N', '| total war |');
INSERT INTO `card` VALUES (187, 'Agony Grenade', 'State', 1, 0x66, '', 0, 0, 0, 'Weapon.  When you declare an attack with subject character, sacrifice Agony Grenade to choose X characters that may not intercept subject.  X = number of damage counters on subject.', 'These arcanowave grenades store your pain and allow you to redirect it at your enemies.', '', 'Mark Tedin', 3, 1, 2, 3, 'N', '| agony grenade |');
INSERT INTO `card` VALUES (188, 'Arcanostriker', 'State', 2, 0x66, '', 0, 0, 0, 'Vehicle. Subject character gains Tactics and +2 Fighting and cannot be intercepted by characters with a Fighting score of 2 or less. If Arcanostriker is smoked, inflict 6 points of damage on subject character.', '', '', 'Bryon Wackwitz', 3, 1, 3, 1, 'N', '| arcano striker |');
INSERT INTO `card` VALUES (189, 'Arcanotank', 'State', 3, 0x66, '', 0, 0, 0, 'Vehicle. Subject character gains +3 Fighting and Toughness: 1.  Turn Arcanotank to inflict 1 point of damage on all characters at Arcanotank''s location.', '', '', 'Anson Maddocks', 3, 1, 3, 1, 'N', '| arcano tank |');
INSERT INTO `card` VALUES (190, 'Arcanoworms', 'State', 2, 0x6666, '', 0, 0, 0, 'Inflict 2 points of damage on subject site whenever a character is smoked at its location.', '', '', 'Ron Spencer', 3, 1, 3, 1, 'N', '| arcano worm worms |');
INSERT INTO `card` VALUES (191, 'Brain Bug EQ3200', 'State', 1, 0x66, '', 0, 0, 0, 'Play on any character.  At the beginning of each of your turns, you may look at subject character''s controller''s hand or reveal one of his or her sites.  Subject is smoked if Brain Bug EQ3200 leaves play.', '', '', 'Dan Frazier', 3, 1, 1, 2, 'N', '| brain bug eq3200 |');
INSERT INTO `card` VALUES (192, 'Buro Godhammer', 'State', 1, 0x66, '', 0, 0, 0, 'Weapon. Subject character inflicts +3 damage in combat.', 'In 2056, God is dead, and the Architects have his hammer.', '', 'Brian Snoddy', 3, 1, 2, 1, 'N', '| buro godhammer |');
INSERT INTO `card` VALUES (193, 'Helix Chewer', 'State', 0, 0x66, '', 0, 0, 0, 'Play on any character.  Any damage that subject character inflicts in combat is reduced by 1.  If subject character leaves play, Helix Chewer returns to your hand.', '', 'The border on this card looks like an event.  It''s really a state like it says.', 'Anthony Waters', 3, 1, 2, 2, 'N', '| helix chewer |');
INSERT INTO `card` VALUES (194, 'Helix Rethread', 'State', 0, 0x66, '', 0, 0, 0, 'Play on a character controlled by one of your opponents.  If subject character is smoked, you gain 1 Power.', '&quot;Oops, forgot to have you sign the consent form! Ha ha ha haha!&quot;', '', 'Ron Spencer', 3, 1, 2, 2, 'N', '| helix rethread |');
INSERT INTO `card` VALUES (195, 'Resistance is Futile!', 'State', 1, 0x6666, 0x66, 0, 0, 0, 'Limited. Play on a front-row site controlled by an opponent. Characters you control inflict +1 damage at subject site''s location. You may play Unique characters that have three or more resource conditions and a cost of 5 or more at -1 cost.', '', '', 'Mark Tedin', 3, 1, 3, 1, 'N', '| resistance i is futile |');
INSERT INTO `card` VALUES (196, 'Sucker Rounds', 'State', 1, 0x66, '', 0, 0, 0, 'Weapon.  Subject character''s Fighting is increased by the Power in the pool of the opponent to your left.', 'Its shells contain foul demonic spoor.', '', 'Mike Raabe', 3, 1, 2, 3, 'N', '| sucker round rounds |');
INSERT INTO `card` VALUES (197, 'Alpha Beast', 'Abomination', 2, '', 0x66, 2, 0, 0, '', '&quot;The Alpha Beasts were nothing compared to what came later, but they were still terrifying on the battlefield.&quot;', '', 'Mark Tedin', 5, 1, 4, 2, 'N', '| alpha beast abomination |');
INSERT INTO `card` VALUES (198, 'Arcanotechnician', 'Buro Scientist', 2, 0x66, 0x66484d, 1, 0, 0, 'Turn Arcanotechnician and toast a character in your smoked pile to return any card in your smoked pile to your hand.', '', '', 'Anson Maddocks', 5, 1, 3, 2, 'N', '| arcano technician buro scientist |');
INSERT INTO `card` VALUES (199, 'Arcanowave Researcher', 'Scientist', 1, 0x66, 0x66484d, 1, 0, 0, 'Turn to force target player to discard a card at random from his or her hand.', '', '', 'Daniel Gelon', 5, 1, 3, 2, 'N', '| arcano wave researcher scientist |');
INSERT INTO `card` VALUES (200, 'Brain Eater', 'Abomination', 4, 0x6666, 0x66, 3, 0, 0, 'Ambush.', 'It feeds on gray matter. Hope you''re wearing a helmet.', '', 'Daniel Gelon', 5, 1, 3, 2, 'N', '| brain eater abomination |');
INSERT INTO `card` VALUES (201, 'Brain Sucker', 'Abomination', 3, 0x66, 0x6648, 4, 0, 0, 'Special abilities of Masterminds are cancelled while Brain Sucker is in play.', 'It''s eaten the best ideas of our generation.', '', 'L.A. Williams', 5, 1, 4, 3, 'N', '| brain sucker abomination |');
INSERT INTO `card` VALUES (202, 'Buro Assassin', 'Covert Operator', 3, 0x66, 0x66, 2, 0, 0, 'Ambush', '&quot;That split second when you realize I''ve crept up on you --- that''ll be the last split second you get, Consumer.&quot;', '', 'Heather Hudson', 5, 1, 2, 2, 'N', '| buro assassin covert operator |');
INSERT INTO `card` VALUES (203, 'Buro Official', 'Vile Bureaucrat', 2, 0x66, 0x66, 1, 0, 0, 'Turn to give Ambush until the end of the turn to a character with a play cost of no greater than 3.', '', '', 'Douglas Shuler', 5, 1, 3, 2, 'N', '| buro official vile bureaucrat |');
INSERT INTO `card` VALUES (204, 'BuroMil Elite', 'Perfect Soldiers', 3, 0x66, 0x66, 4, 0, 0, 'Toughness: 1 against Rebels. Gains +1 Fighting while at a location that has a Battleground site in its front row.', 'First in, last out.', '', 'Mike Raabe', 5, 1, 2, 1, 'N', '| buro mil elite perfect soldier soldiers |');
INSERT INTO `card` VALUES (205, 'BuroMil Grunt', 'Brutal Soldier', 1, '', 0x66, 2, 0, 0, 'BuroMil Grunt is smoked at the end of the turn he is played. You may play BuroMil Grunt during an attack against you. BuroMil Grunt''s abilities cannot be given to another character by any means.', '', '', 'Douglas Shuler', 5, 1, 2, 1, 'N', '| buro mil grunt brutal soldier |');
INSERT INTO `card` VALUES (206, 'BuroMil Ninja', 'Shadowy Assassin', 3, 0x66, 0x66, 3, 0, 0, 'Ambush and Assassinate against characters whose controller also controls a turned site.', '', '', 'Heather Hudson', 5, 1, 2, 1, 'N', '| buro mil ninja shadowy assassin |');
INSERT INTO `card` VALUES (207, 'Capture Squad', 'Monster Hunters', 3, 0x66, 0x66, 3, 0, 0, 'If Capture Squad damages a Demon or Abomination, you take control of that Demon or Abomination.', 'They do a Marlon Perkins number on slithering demons.', '', 'Edward Beard, Jr.', 5, 1, 2, 3, 'N', '| capture squad monster hunter hunters |');
INSERT INTO `card` VALUES (208, 'CHAR', 'BuroMil Cyborg', 4, 0x6648, 0x6648, 6, 0, 0, 'Damage CHAR inflicts in combat is reduced as his Fighting score decreases but cannot be reduced or redirected by any other means. CHAR takes no damage from Fire cards.', '', 'Ruling: CHAR damages characters who &quot;take no damage,&quot; including Rah Rah Rasputine, Death Shadow, and the subject of Shadowfist. He also ignores Toughness.', 'Richard Kane Ferguson', 5, 1, 2, 3, 'N', '| char buro mil cyborg |');
INSERT INTO `card` VALUES (209, 'Chi Sucker', 'Netherworld Abomination', 2, 0x664d48, 0x66, 1, 0, 0, 'When Chi Sucker attacks, it gains +X Fighting. X = the number of Power-generating sites controlled by controller of its target.', 'Your feng shui is its idea of breakfast.', 'Errata: Bonus lasts for duration of the attack.', 'Brian Snoddy', 5, 1, 4, 3, 'N', '| chi sucker netherworld abomination |');
INSERT INTO `card` VALUES (210, 'Colonel Griffith', 'BuroMil Mastermind', 3, 0x6666, 0x66, 3, 0, 0, 'Unique. Turn and maintain to give target character +X Fighting and Tactics. X = the total number of that character''s resource conditions and resources.', '', '', 'Pete Venters', 5, 1, 1, 1, 'N', '| colonel griffith buro mil mastermind |');
INSERT INTO `card` VALUES (211, 'Desdemona Deathangel', 'Abomination', 5, 0x666666, 0x66, 5, 0, 0, 'Unique.  Ambush.', '&quot;The people believed she was an incarnation of Kali, goddess of destruction.&quot;', '', 'Anthony Waters', 5, 1, 1, 2, 'N', '| desdemona deathangel abomination |');
INSERT INTO `card` VALUES (212, 'DNA Mage', 'Occult Scientist', 1, '', 0x66484d, 1, 0, 0, 'Cannot turn to attack.', 'He mixes biotech and sorcery, with sinister results.', '', 'Susan Van Camp', 5, 1, 2, 2, 'N', '| dna mage occult scientist |');
INSERT INTO `card` VALUES (213, 'Dr. April Mucosa', 'Mad Scientist', 3, 0x66, 0x6648484d, 1, 0, 0, 'Unique.  Turn to reduce the damage target character inflicts by 3 until the end of the turn.', '', '', 'Dan Frazier', 5, 1, 1, 2, 'N', '| dr april mucosa mad scientist |');
INSERT INTO `card` VALUES (214, 'Drop Troopers', 'BuroMil Cyborgs', 2, 0x666666, 0x66, 3, 0, 0, 'You may play Drop Troopers at no cost during an attack declared by an opponent who is one feng shui site away from fulfilling victory conditions.', '', '', 'Anson Maddocks', 5, 1, 3, 1, 'N', '| drop trooper troopers buro mil cyborg cyborgs |');
INSERT INTO `card` VALUES (215, 'Dunwa Saleem', 'Lodge Traitor', 3, 0x6666, 0x6661, 4, 0, 0, 'Unique. Turn to take control of an [a] character that lacks resource conditions. If Dunwa attacks successfully, you may toast the top 2 cards in the deck of the target''s controller.', '', '', 'Matt Wilson', 5, 1, 1, 1, 'N', '| dunwa saleem lodge traitor |');
INSERT INTO `card` VALUES (216, 'Encephalon Screamer', 'Abomination', 3, '', 0x66, 2, 0, 0, 'When Encephalon Screamer turns to attack, inflict 1 point of damage on each unturned character, and on turned sites, at the location of the target of the attack.', '', '', 'Mark Tedin', 5, 1, 2, 1, 'N', '| encephalon screamer abomination |');
INSERT INTO `card` VALUES (217, 'Flying Bladder', 'Netherworld Abomination', 2, 0x664d48, 0x66, 2, 0, 0, 'Can only be intercepted by characters intercepting in chains.', 'There are some Things That Man Just Doesn''t Want To Know...', '', 'Christopher Rush', 5, 1, 2, 3, 'N', '| flying bladder netherworld abomination |');
INSERT INTO `card` VALUES (218, 'Foul Hatchling', 'Abomination', 1, 0x66, 0x66, 1, 0, 0, 'If you control Foul Hatchling at the beginning of your turn, it may inflict 1 point of damage on a target site.', 'Kill it before it grows.', '', 'Phil Foglio', 5, 1, 4, 3, 'N', '| foul hatchling abomination |');
INSERT INTO `card` VALUES (219, 'Genghis X', 'BuroMil Supersoldier', 5, 0x666648, 0x66, 8, 0, 0, 'Unique. Genghis X has Guts when there are three or more damage counters on him.', 'The name Jason X has left a bad taste in his life.', '', 'Jeff Menges', 5, 1, 1, 1, 'N', '| genghi genghis x buro mil super soldier |');
INSERT INTO `card` VALUES (220, 'Gnarled Attuner', 'Abomination', 4, 0x66, 0x66, 6, 0, 0, 'Unique.  Damage that Gnarled Attuner inflicts in combat can never be removed.', 'So far the Architects have produced only one of these things, in their netherworld lab.', '', 'Anson Maddocks', 5, 1, 1, 3, 'N', '| gnarled attuner abomination |');
INSERT INTO `card` VALUES (221, 'Homo Omega', 'Buro Cyborg', 6, 0x66666666, 0x66484848, 10, 0, 0, 'Unique.  Toughness: 2.', '&quot;I am the future of the species. You are a rival gene pool.&quot;', '', 'Mark Tedin', 5, 1, 1, 2, 'N', '| homo omega buro cyborg |');
INSERT INTO `card` VALUES (222, 'Johann Bonengel', 'BuroPresident', 3, 0x6666666666, 0x6666, 5, 0, 0, 'Unique.  Turn for 2 Power.  While Johann is unturned, your opponents cannot play States on cards you control.', '', '', 'Dennis Detwiller', 5, 1, 1, 2, 'N', '| johann bonengel buro president |');
INSERT INTO `card` VALUES (223, 'Midnight Whisperer', 'Abomination', 1, 0x66, 0x66, 1, 0, 0, 'Ambush.', '&quot;I will crawl insssside your ssssoul, and there I will learn the ssssecretssss that will kill you, my delisssscious prey...&quot;', '', 'Susan Van Camp', 5, 1, 2, 2, 'N', '| midnight whisperer abomination |');
INSERT INTO `card` VALUES (224, 'Monster Hunter', 'Timewalker', 3, 0x66, 0x66, 3, 0, 0, 'Turn and maintain to control a demon or spirit.', '', '', 'Anson Maddocks', 5, 1, 3, 2, 'N', '| monster hunter timewalker |');
INSERT INTO `card` VALUES (225, 'Mutoid', 'Abomination', 4, 0x6666, 0x66, 4, 0, 0, 'Guts.  Mutoid''s damage is increased by the number of damage counters on it.', 'Its pain is your pain.', '', 'Quinton Hoover', 5, 1, 3, 2, 'N', '| mutoid abomination |');
INSERT INTO `card` VALUES (226, 'Nirmal Yadav', 'Supersoldier', 4, 0x666666, 0x6648, 7, 0, 0, 'Unique.  Toughness: 1 when attacking.', 'Decorated by Bonengel himself for service to the Buro.', 'One of the Operation Killdeer characters', 'Dan Frazier', 5, 1, 1, 2, 'N', '| nirmal yadav super soldier |');
INSERT INTO `card` VALUES (227, 'Plasma Trooper', 'BuroMil Cyborg', 3, '', 0x6648, 3, 0, 0, 'When Plasma Trooper turns to attack, it gains +X Fighting until the end of the attack.  X = number of characters controlled by the controller of its target.', '', '', 'Rob Alexander', 5, 1, 2, 1, 'N', '| plasma trooper buro mil cyborg |');
INSERT INTO `card` VALUES (228, 'Pod Trooper', 'Abomination in a Can', 1, 0x66, '', 100, 0, 0, 'Toast It. X = the number of characters and back-row sites controlled by the opponent to your left. Toast Pod Trooper at the end of the turn it enters play.', '', '', 'Ron Spencer', 5, 1, 2, 1, 'N', '| pod trooper abomination can |');
INSERT INTO `card` VALUES (229, 'Prototype X', 'Abomination', 4, 0x666666, 0x66, 8, 0, 0, 'Unique.  Prototype X''s Fighting score is reduced by the number of Chi characters in play.', '', '', 'Brian Snoddy', 5, 1, 1, 2, 'N', '| prototype x abomination |');
INSERT INTO `card` VALUES (230, 'PubOrd Officer', 'Security Cop', 1, '', 0x66, 1, 0, 0, '', 'She''s just following orders.', '', 'L. A. Williams', 5, 1, 4, 2, 'N', '| pub ord officer security cop |');
INSERT INTO `card` VALUES (231, 'PubOrd Sniper', 'Cop', 2, 0x66, 0x66, 1, 0, 0, 'Turn to do 1 point of damage to an attacking character.', '', '', 'Mark Tedin', 5, 1, 2, 2, 'N', '| pub ord sniper cop |');
INSERT INTO `card` VALUES (232, 'PubOrd Squad', 'Buro Cops', 3, '', 0x66, 3, 0, 0, '', 'The secret police of 2056 ruthlessly enforce the laws of the dictatorial Buro.', '', 'Bryon Wackwitz', 5, 1, 4, 2, 'N', '| pub ord squad buro cop cops |');
INSERT INTO `card` VALUES (233, 'Purist', 'Buro Sorcerer', 2, 0x6666, 0x664d, 1, 0, 0, 'Turn and maintain Purist to give a feng shui site you control the special abilities of a face-up feng shui site that is controlled by an opponent and that turns (or turns and maintains) to generate its effect.', '', '', 'Dennis Detwiller', 5, 1, 3, 1, 'N', '| purist buro sorcerer |');
INSERT INTO `card` VALUES (234, 'The Reconstructed', 'Abomination', 3, 0x666666, 0x66, 5, 0, 0, '', '&quot;After they put down the India Insurgency, they became synonymous with terror.&quot;', '', 'Anthony Waters', 5, 1, 3, 2, 'N', '| reconstructed the abomination |');
INSERT INTO `card` VALUES (235, 'Rhys Engel', 'Purist Mastermind', 3, 0x666666, 0x66654d4d, 3, 0, 0, 'Unique. Once per turn you may discard a card to look at an opponent''s hand or reveal a feng shui site.', 'Your soul will be returned to you when your mission is complete.', '', 'Edward Beard, Jr.', 5, 1, 1, 1, 'N', '| rhy rhys engel purist mastermind |');
INSERT INTO `card` VALUES (236, 'Sergeant Blightman', 'Mutating Soldier', 4, 0x6666, 0x66, 9, 0, 0, 'Unique.  Inflict 3 points of damage on Sergeant Blightman at the start of each of your turns. Cannot turn to heal.  Sergeant Blightman is toasted if he leaves play.', '', '', 'Pete Venters', 5, 1, 1, 3, 'N', '| sergeant blightman mutating soldier |');
INSERT INTO `card` VALUES (237, 'Spawn of the New Flesh', 'Unstable Abomination', 3, 0x66, 0x66, 100, 0, 0, 'Unique. Ambush. X = the number of columns in your site structure.', '', '', 'Richard Thomas', 5, 1, 3, 1, 'N', '| spawn new flesh unstable abomination |');
INSERT INTO `card` VALUES (238, 'Super Soldier', 'Fanatic Cop', 4, 0x6666, 0x66, 5, 0, 0, 'Guts.', 'His loyalty is to the tumult of the battlefield.', '', 'Mark Poole', 5, 1, 3, 2, 'N', '| super  soldier fanatic cop |');
INSERT INTO `card` VALUES (239, 'Tactical Team', 'Buro Cops', 4, 0x666666, 0x66, 6, 0, 0, 'Can be played during an opponent''s turn.', 'Their motto: &quot;Respond Rapidly; React Decisively.&quot;', '', 'Douglas Shuler', 5, 1, 1, 2, 'N', '| tactical team buro cop cops |');
INSERT INTO `card` VALUES (240, 'Test Subjects', 'Abominations', 1, '', 0x6648, 1, 0, 0, '', '&quot;The plan was to turn demons from the ancient past into supersoldiers. Didn''t work too well at first.&quot;', '', 'Quinton Hoover', 5, 1, 4, 2, 'N', '| test subject subjects abomination abominations |');
INSERT INTO `card` VALUES (241, 'Undercover Agent', 'Buro Operative', 3, '', 0x66, 3, 0, 0, 'Gains your choice of Stealth or Ambush when she turns to attack a target controlled by a player who controls a [j] character.', 'The Jammers have been heavily compromised by Buro intelligence.', '', 'Ken Meyer Jr.', 5, 1, 4, 3, 'N', '| undercover agent buro operative |');
INSERT INTO `card` VALUES (242, 'Vivisector', 'Abomination Scientist', 2, 0x66, 0x6648, 1, 0, 0, 'Turn Vivisector to sacrifice a character and gain Power equal to its play cost.', '', '', 'Anthony Waters', 5, 1, 3, 2, 'N', '| vivisector abomination scientist |');
INSERT INTO `card` VALUES (243, 'Family Estate', 'Site', 2, '', 0x61, 0, 1, 5, 'Turn to play a Pledged character at -1 cost.  Family Estate takes 2 points of damage whenever a Lodge character is smoked.', '', '', 'Andi Rusu', 1, 2, 2, 2, 'N', '| family estate |');
INSERT INTO `card` VALUES (244, 'Monkey King', 'Edge', 2, 0x61, '', 0, 0, 0, 'Turn Monkey King to return any [e] card to its owner''s hand.', '', '', 'Phil Foglio', 2, 2, 3, 2, 'N', '| monkey king |');
INSERT INTO `card` VALUES (245, 'Open Season', 'Edge', 1, 0x61, '', 0, 0, 0, 'All Assassins, Enforcers and Killers in play gain Assassinate. All characters in play may turn to attack other characters as if they had the ability Independent.', '', '', 'Nicola Leonard', 2, 2, 3, 1, 'N', '| open season |');
INSERT INTO `card` VALUES (246, 'Paper Trail', 'Edge', 2, 0x616161, '', 0, 0, 0, 'Gain 1 Power for each card an opponent discards.  You cannot gain more than 2 Power a turn in this manner.  If Paper Trail leaves play, all of your opponents gain 1 Power.', '', '', 'Mike Raabe', 2, 2, 3, 2, 'N', '| paper trail |');
INSERT INTO `card` VALUES (247, 'Political Lock', 'Edge', 2, 0x61, '', 0, 0, 0, 'No character can turn to change location while Political Lock is in play.', '', '', 'Margaret Organ-Kean', 2, 2, 3, 2, 'N', '| political lock |');
INSERT INTO `card` VALUES (248, 'Soul of the Dragon', 'Triumvirate Edge', 1, 0x6161, '', 0, 0, 0, 'Limited.  If you reduce a feng shui site''s Body to 1 in an attack, you  may burn that feng shui site for victory.', '', '', 'Daniel Gelon', 2, 2, 2, 3, 'N', '| soul dragon triumvirate |');
INSERT INTO `card` VALUES (249, 'Tomb of the Beast', 'Edge', 2, 0x61, '', 0, 0, 0, 'Each player must spend 1 Power at the start of his or her turns or one [M] card of his or her choice that he or she controls is smoked.', '', '', 'Daniel Gelon', 2, 2, 3, 2, 'N', '| tomb beast |');
INSERT INTO `card` VALUES (250, 'Bite of the Jellyfish', 'Event', 0, 0x61, '', 0, 0, 0, 'Play after a feng shui site is burned.  You gain all the Power in the pool of the player who burned that site, including any Power he or she may have gained from burning for Power.', '', 'Ruling: When Bite of the Jellyfish is played in response to burning a site for power, you may respond to Bite of the Jellyfish with any effect (such as Confucian Stability) that specifically states it may be generated in response to an Event. You may use', 'Brian Snoddy', 4, 2, 3, 2, 'N', '| bite jellyfish |');
INSERT INTO `card` VALUES (251, 'Bull Market', 'Event', 0, 0x616161, '', 0, 0, 0, 'All players gain 5 Power.', 'When the Unspoken Name sneezes, the Dow Jones index says, &quot;Gesundheit.&quot;', '', 'Phil Foglio', 4, 2, 1, 2, 'N', '| bull market |');
INSERT INTO `card` VALUES (252, 'Covert Operation', 'Event', 0, 0x61, '', 0, 0, 0, 'Look at target player''s hand.  You may force that player to discard one card of your choice.', 'The Ascended prefer to zap you before you even hit the field.', '', 'Mike Kimble', 4, 2, 2, 2, 'N', '| covert operation |');
INSERT INTO `card` VALUES (253, 'Cry of the Forgotten Ancestor', 'Event', 1, 0x6161, '', 0, 0, 0, 'Cancel and smoke target [M] card.', 'The Lodge was founded in the 11th century with the express purpose of driving magic from the world.', '', 'Mark Poole', 4, 2, 3, 2, 'N', '| cry forgotten ancestor |');
INSERT INTO `card` VALUES (254, 'Faked Death', 'Event', 0, 0x61, '', 0, 0, 0, 'Take a character from your smoked pile and return it to your hand.', '&quot;You''re overexposed, Brother Rooster. Time to pull an Elvis.&quot;', '', 'L. A. Williams', 4, 2, 2, 2, 'N', '| faked death |');
INSERT INTO `card` VALUES (255, 'Hostile Takeover', 'Event', 0, 0x61, '', 0, 0, 0, 'Play during an auction.  The highest current bidder must give you Power equal to his or her bid.  You win the auction.', '', '', 'Mike Kimble', 4, 2, 3, 2, 'N', '| hostile takeover |');
INSERT INTO `card` VALUES (256, 'Lodge Politics', 'Event', 1, 0x61, '', 0, 0, 0, 'You take control of target [a] card. Lodge characters are not legal targets for Lodge Politics.', 'A thousand years of consensus ends *now*.', '', 'Melissa Benson', 4, 2, 2, 1, 'N', '| lodge politic politics |');
INSERT INTO `card` VALUES (257, 'Mole Network', 'Event', 0, 0x61, '', 0, 0, 0, 'Play only during your turn.  Take 1 Power from target player''s pool and add it to your own.', '', '', 'Mike Kimble', 4, 2, 2, 2, 'N', '| mole network |');
INSERT INTO `card` VALUES (258, 'Operation Green Strike', 'Event', 1, 0x61, '', 0, 0, 0, 'Limited.  Play only during your main shot.  Inflict 3 points of damage on target non-feng shui site.  If Operation Green Strike reduces target site''s body to zero, you may seize that site.', '&quot;By the time we got back, Kar Fei''s crib was crawling with ninjas.&quot;', '', 'L.A. Williams', 4, 2, 2, 3, 'N', '| operation green strike |');
INSERT INTO `card` VALUES (259, 'Operation Killdeer', 'Event', 0, 0x61, '', 0, 0, 0, 'Target character inflicts no damage this turn.', '', '', 'Ron Rousselle', 4, 2, 2, 2, 'N', '| operation killdeer |');
INSERT INTO `card` VALUES (260, 'Realpolitik', 'Event', 1, 0x61, '', 0, 0, 0, 'Smoke target Edge or State.', 'The Ascended will --- and can --- do nearly anything to maintain their power over our world.', '', 'Mike Kimble', 4, 2, 2, 2, 'N', '| realpolitik |');
INSERT INTO `card` VALUES (261, 'Roar of the Beast', 'Event', 4, 0x61616161, '', 0, 0, 0, 'Cancel and smoke target card.', 'The Unspoken Name contains his rage for the final confrontation.', '', 'Anthony Waters', 4, 2, 1, 2, 'N', '| roar beast |');
INSERT INTO `card` VALUES (262, 'Subterfuge', 'Event', 0, 0x616161, '', 0, 0, 0, 'For the duration of this turn, target player must pay an additional 1 Power to play any card.  No characters or sites may be played in response to this card.', '', '', 'Heather Hudson', 4, 2, 3, 2, 'N', '| subterfuge |');
INSERT INTO `card` VALUES (263, 'Suicide Mission', 'Event', 1, 0x6161, '', 0, 0, 0, 'Smoke any card in play.  Target card''s controller may immediately smoke one of your cards of his or her choice.', 'The Pledge is a promise to do anything for the Unspoken Name --- even die.', '', 'Mike Kimble', 4, 2, 1, 2, 'N', '| suicide mission |');
INSERT INTO `card` VALUES (264, 'We Know Where You Live', 'Event', 0, 0x61, '', 0, 0, 0, 'Play during your turn to look at target opponent''s hand. You may inflict 1 point of damage on any card he or she controls that shares a designator with a card in his or her hand. For every three cards damaged in this way you gain 2 Power.', '', '', 'NéNé Thomas', 4, 2, 3, 1, 'N', '| we know where you live |');
INSERT INTO `card` VALUES (265, 'Marked for Death', 'State', 1, 0x61, '', 0, 0, 0, 'Play on any character.  Flip a coin at the start of each of your turns.  On a result of heads, subject character is smoked.', '&quot;When the Unspoken Name puts an X through your picture, you stay X-ed.&quot;', '', 'Diana Vick', 3, 2, 2, 2, 'N', '| marked death |');
INSERT INTO `card` VALUES (266, 'Seal of the Wheel', 'State', 2, 0x6161, '', 0, 0, 0, 'Play on a character you control.  Place one counter on Seal of the Wheel at the beginning of each of your turns.  The number of feng shui sites you need for victory is reduced by one for every two counters on Seal of the Wheel.  You must still seize or burn your last site.', '', '', 'Nicola Leonard', 3, 2, 1, 2, 'N', '| seal wheel |');
INSERT INTO `card` VALUES (267, 'Security', 'State', 1, 0x61, '', 0, 0, 0, 'Play on any site.  Subject site gains +4 Body.', '&quot;Remote cameras, electronic sensors, automated machine gun emplacements --- all they cost is money, and the Ascended have that to burn.&quot;', '', 'Heather Bruton', 3, 2, 2, 2, 'N', '| security |');
INSERT INTO `card` VALUES (268, 'Shadowy Mentor', 'State', 3, 0x61, '', 0, 0, 0, 'Play on any character.  You control subject character; it comes to your side unturned.  Subject character is now considered to be a Pledged character.', '', '', 'Dennis Detwiller', 3, 2, 2, 2, 'N', '| shadowy mentor |');
INSERT INTO `card` VALUES (269, 'Adrienne Hart', 'Pledged Martial Artist', 4, 0x61616161, 0x61, 8, 0, 0, 'Unique.  No states may be played on Adrienne.', 'She plunges into battle to forget her forbidden love for the Unspoken Name.', 'One of the Operation Killdeer characters', 'Ken Meyer Jr.', 5, 2, 1, 2, 'N', '| adrienne hart pledged martial artist |');
INSERT INTO `card` VALUES (270, 'Bad Colonel', 'Pledged Hood Warlord', 2, 0x61, 0x61, 2, 0, 0, 'Turn and maintain to take control of a Soldier. All Soldiers you control gain the designator &quot;Hood&quot; and inflict +1 damage.', 'One of the winners in the war on drugs.', '', 'Mike Kimble', 5, 2, 3, 1, 'N', '| bad colonel pledged hood warlord |');
INSERT INTO `card` VALUES (271, 'Blade Freak', 'Mercenary', 3, 0x61, '', 4, 0, 0, 'When Blade Freak enters play, he may inflict 1 point of damage on any target.', 'His business card is six inches of steel.', '', 'Bryon Wackwitz', 5, 2, 2, 3, 'N', '| blade freak mercenary |');
INSERT INTO `card` VALUES (272, 'Cabinet Minister', 'Pledged Politician', 1, 0x61, 0x61, 1, 0, 0, 'Turn and maintain to control or cancel target Edge.  If target Edge leaves play while under your control, Cabinet Minister is smoked.', '', '', 'Andi Rusu', 5, 2, 2, 2, 'N', '| cabinet minister pledged politician |');
INSERT INTO `card` VALUES (273, 'Church Official', 'Pledged Operative', 2, 0x616161, 0x61, 1, 0, 0, 'Turn and pay 1 Power to cancel and smoke any [M] card as it is played.', '', '', 'Heather Hudson', 5, 2, 3, 2, 'N', '| church official pledged operative |');
INSERT INTO `card` VALUES (274, 'Death Shadow', 'Mercenary', 3, 0x6161, '', 2, 0, 0, 'Unique.  Takes no damage from characters that intercept her.', '&quot;I shall slide through your blows as a shadow darts across a wall.&quot;', '', 'Kaja Foglio', 5, 2, 1, 3, 'N', '| death shadow mercenary |');
INSERT INTO `card` VALUES (275, 'Draco', 'Lodge Enforcer', 6, 0x61616161, 0x61, 12, 0, 0, 'Unique.', 'The dragon blood in his veins gives him the powers of all transformed animals.', '', 'Mark Poole', 5, 2, 1, 2, 'N', '| draco lodge enforcer |');
INSERT INTO `card` VALUES (276, 'Fist of the Bear', 'Lodge Enforcer', 4, 0x6161, 0x61, 6, 0, 0, '', 'The bear blood that flows in her veins makes her implacable and bold.', '', 'Mark Poole', 5, 2, 3, 2, 'N', '| fist bear lodge enforcer |');
INSERT INTO `card` VALUES (277, 'Gruff Lieutenant', 'Pledged Cop', 1, 0x61, 0x61, 1, 0, 0, 'Stealth.', 'The Order of the Wheel recruits high-ranking police officiers to keep them hip to action on the streets.', '', 'Douglas Shuler', 5, 2, 2, 2, 'N', '| gruff lieutenant pledged cop |');
INSERT INTO `card` VALUES (278, 'Just a Rat', 'Lodge Survivor', 3, 0x61, 0x61, 3, 0, 0, 'Stealth. Inflict 2 points of damage on any character that Just a Rat bypasses using Stealth.', '', '', 'Matt Wilson', 5, 2, 3, 1, 'N', '| just rat lodge survivor |');
INSERT INTO `card` VALUES (279, 'Leatherback', 'Lodge Survivor', 4, 0x61, 0x61, 5, 0, 0, 'Unturns when an opponent plays a [M] or [H] card.', 'The Lodge ain''t sittin'' pretty in 2056.', '', 'Dan Frazier', 5, 2, 3, 1, 'N', '| leatherback lodge survivor |');
INSERT INTO `card` VALUES (280, 'Liquidators', 'Pledged Enforcers', 3, '', 0x61, 3, 0, 0, '+1 damage if you also control a Lodge character.', '', '', 'Richard Thomas', 5, 2, 4, 2, 'N', '| liquidator liquidators pledged enforcer enforcers |');
INSERT INTO `card` VALUES (281, 'Might of the Elephant', 'Lodge Enforcer', 4, '', 0x61, 100, 0, 0, 'X = the number of [a] resources in your resource pool.', '', '', 'Mark Poole', 5, 2, 3, 2, 'N', '| might elephant lodge enforcer |');
INSERT INTO `card` VALUES (282, 'Military Commandant', 'Pledged Mastermind', 2, 0x6161, 0x61, 1, 0, 0, 'Turn and maintain to give target character +2 Fighting.', '', '', 'Mike Kimble', 5, 2, 3, 2, 'N', '| military commandant pledged mastermind |');
INSERT INTO `card` VALUES (283, 'Mountain Warrior', 'Pledged Survivor', 2, 0x61, 0x61, 2, 0, 0, 'Gains Ambush until the end of the turn if an opponent turns a site to use the site''s special ability.', 'The winners rule the world. The losers keep the faith.', '', 'Mike Kimble', 5, 2, 2, 1, 'N', '| mountain warrior pledged survivor |');
INSERT INTO `card` VALUES (284, 'Mr. Big', 'Hood Mastermind', 3, 0x61, 0x61, 3, 0, 0, 'Unique. All other Hoods you control gain +1 Fighting. Turn to unturn a Hood character. If someone seizes or burns a site you control, they may take control of one of your Hood cards.', '', '', 'April Lee', 5, 2, 1, 1, 'N', '| mr big hood mastermind |');
INSERT INTO `card` VALUES (285, 'Mr. X', 'Lodge Mastermind', 3, 0x6161, 0x61, 1, 0, 0, 'Unique.  Turn and maintain to control a character with a play cost no greater than 3.  It comes to your side unturned.', '&quot;I have places to go and people to be.&quot;', '', 'Phil Foglio', 5, 2, 1, 2, 'N', '| mr x lodge mastermind |');
INSERT INTO `card` VALUES (286, 'Muckraking Journalist', 'Pledged Operative', 2, 0x61, 0x61, 1, 0, 0, 'Turn and maintain to prevent target character from unturning normally.', '', '', 'Susan Van Camp', 5, 2, 3, 2, 'N', '| muckraking journalist pledged operative |');
INSERT INTO `card` VALUES (287, 'Phillipe Benoit', 'Pledged Assassin', 4, 0x6161, 0x61, 5, 0, 0, 'Unique.  Stealth.', '&quot;Your pleading for mercy reminds me of a line from Sartre.&quot;', '', 'Douglas Shuler', 5, 2, 1, 2, 'N', '| phillipe benoit pledged assassin |');
INSERT INTO `card` VALUES (288, 'The Pledged', 'Loyal Initiates', 1, '', 0x61, 1, 0, 0, '', '&quot;At the lowest levels, the Order of the Wheel is like the Kiwanis Club. Go a little higher up, and the Colt 1911s come out.&quot;', '', 'Ron Rousselle', 5, 2, 4, 2, 'N', '| the pledged loyal initiat initiate initiates |');
INSERT INTO `card` VALUES (289, 'Reverend RedGlare', 'Mercenary', 3, 0x61, '', 3, 0, 0, 'Unique.  Select a designator when Reverend RedGlare is brought into play.  Turn Reverend RedGlare to inflict 3 points of damage on target character bearing that designator.', '', '', 'Anson Maddocks', 5, 2, 1, 3, 'N', '| reverend red glare mercenary |');
INSERT INTO `card` VALUES (290, 'Sam Mallory', 'Lodge Killer', 5, 0x616161, 0x61, 7, 0, 0, 'Unique. Toughness: X.  X = number of damage counters on Sam Mallory.', 'For an unstoppable killer, he''s a pretty decent guy.', '', 'Heather Bruton', 5, 2, 1, 1, 'N', '| sam mallory lodge killer |');
INSERT INTO `card` VALUES (291, 'Shell of the Tortoise', 'Lodge Mastermind', 3, 0x616161, 0x61, 6, 0, 0, 'Cannot turn to attack.  Turn to redirect damage done to any feng shui site from a single source to Shell of the Tortoise.', '', '', 'Diana Vick', 5, 2, 1, 2, 'N', '| shell tortoise lodge mastermind |');
INSERT INTO `card` VALUES (292, 'Shinobu Yashida', 'Pledged Master', 4, 0x616161, 0x61, 7, 0, 0, 'Unique.  Inflicts +3 damage on characters with Fighting of 8 or more.', '&quot;Only you are worthy of my sharpest blows, Wong Fei Hong.&quot;', '', 'Daniel Gelon', 5, 2, 1, 3, 'N', '| shinobu yashida pledged master |');
INSERT INTO `card` VALUES (293, 'Soul of the Shark', 'Lodge Mastermind', 3, 0x61, 0x61, 2, 0, 0, 'Turn to change the subject of a State as the State is played.  You must choose a legal subject with the same controller as the original subject or the State is played on its original subject.', '', '', 'Melissa Benson', 5, 2, 3, 2, 'N', '| soul shark lodge mastermind |');
INSERT INTO `card` VALUES (294, 'Sting of the Scorpion', 'Lodge Assassin', 5, 0x616161, 0x61, 4, 0, 0, 'Assassinate.', 'She reatins not only the blood of her ancestors, but their poison as well.', '', 'Quinton Hoover', 5, 2, 3, 2, 'N', '| sting scorpion lodge assassin |');
INSERT INTO `card` VALUES (295, 'Strike Force', 'Commandos', 6, 0x616161, 0x61, 7, 0, 0, 'Tactics.  Stealth.', 'The armies of the world are in fact one force under the command of the Unspoken name.', '', 'Margaret Organ-Kean', 5, 2, 1, 2, 'N', '| strike force commando commandos |');
INSERT INTO `card` VALUES (296, 'Student of the Bear', 'Pledged Martial Artist', 1, '', 0x61, 1, 0, 0, '', 'Graduates of the Bear School don''t bother with the subtle approach.', '', 'Quinton Hoover', 5, 2, 4, 2, 'N', '| student bear pledged martial artist |');
INSERT INTO `card` VALUES (297, 'Student of the Shark', 'Pledged Hood', 2, '', 0x61, 2, 0, 0, 'Inflicts +1 damage on damaged characters and damaged sites.', '', '', 'Drew Tucker', 5, 2, 2, 1, 'N', '| student shark pledged hood |');
INSERT INTO `card` VALUES (298, 'Swat Team', 'Cop Pawns', 2, '', 0x61, 2, 0, 0, '', '&quot;Name any place in the world: the Lodge can have an emergency response team there in twenty minutes, tops.&quot;', '', 'Mike Kimble', 5, 2, 4, 2, 'N', '| swat team cop pawn pawns |');
INSERT INTO `card` VALUES (299, 'Swiss Banker', 'Pledged Financier', 2, 0x61, 0x61, 1, 0, 0, 'Turn for 1 Power.  Swiss Banker is smoked if you have no Power in your pool.', '', '', 'L. A. Williams', 5, 2, 2, 2, 'N', '| swis swiss banker pledged financier |');
INSERT INTO `card` VALUES (300, 'Tatsuya Yanai', 'Lodge Mastermind', 3, 0x61, 0x61, 1, 0, 0, 'Unique.  Turn Tatsuya Yanai, except during an attack, to switch the locations of any two sites belonging to a single controller.', '', '', 'Anson Maddocks', 5, 2, 1, 2, 'N', '| tatsuya yanai lodge mastermind |');
INSERT INTO `card` VALUES (301, 'Tooth of the Snake', 'Lodge Assassin', 4, 0x61, 0x61, 4, 0, 0, 'Stealth.', 'The blood of the snake lets him strike fast and true.', '', 'Mike Kimble', 5, 2, 3, 2, 'N', '| tooth snake lodge assassin |');
INSERT INTO `card` VALUES (302, 'Triumvirate Dealmaker', 'Pledged Mastermind', 2, 0x61, 0x61, 2, 0, 0, 'Turn to give an attacking character controlled by an opponent +2 Fighting until end of turn.  If that character damages its target in the attack, you gain 1 Power.', '&quot;Your *new* terms are....&quot;', '', 'Mark Wilson', 5, 2, 2, 3, 'N', '| triumvirate dealmaker pledged mastermind |');
INSERT INTO `card` VALUES (303, 'Undercover Cop', 'Pledged Operatives', 2, 0x61, 0x61, 100, 0, 0, 'Stealth.  X = the number of Cop characters you control.  Can attack back-row sites.', '', '', 'Mark Poole', 5, 2, 3, 2, 'N', '| undercover cop pledged operativ operative operatives |');
INSERT INTO `card` VALUES (304, 'The Unspoken Name', 'Lodge Chairperson', 3, 0x6161616161, 0x6161, 6, 0, 0, 'Unique.  Cannot turn to attack.  Turn to give Stealth until the end of the turn to any number of characters whose combined play cost does not exceed 7.', '', '', 'Susan Van Camp', 5, 2, 1, 2, 'N', '| unspoken name the lodge chairperson |');
INSERT INTO `card` VALUES (305, 'Vladimir Kovalov', 'Lodge Mastermind', 4, 0x616161, 0x61, 7, 0, 0, 'Unique.  You may discard an additional card at the beginning of your turn.', 'His wolf soul suits him for the challenges of the new Russia.', '', 'Melissa Benson', 5, 2, 1, 2, 'N', '| vladimir kovalov lodge mastermind |');
INSERT INTO `card` VALUES (306, 'Web of the Spider', 'Lodge Mastermind', 3, 0x616161, 0x61, 3, 0, 0, 'Turn, except during an attack, to change the position of target character to any location on its controller''s side.', '', '', 'Mark Poole', 5, 2, 1, 2, 'N', '| web spider lodge mastermind |');
INSERT INTO `card` VALUES (307, 'House on the Hill', 'Site', 2, '', 0x64, 0, 1, 5, 'Characters at House on the Hill''s location have Toughness: 1 when intercepting attackers.', '', '', 'Mark Poole', 1, 4, 2, 2, 'N', '| house hill |');
INSERT INTO `card` VALUES (308, 'Kar Fai''s Crib', 'Site', 2, 0x64, 0x6443, 0, 1, 7, 'Unique. You may play Dragon States at -1 cost.  Turn to ignore one resource condition when playing a character.', '', '', 'Douglas Shuler', 1, 4, 1, 1, 'N', '| kar fai fais crib |');
INSERT INTO `card` VALUES (309, 'Wind Across Heaven', 'Edge', 2, 0x64, '', 0, 0, 0, '[e] characters suffer 2 points of damage whenever they become turned.', '', '', 'Richard Thomas', 2, 4, 3, 2, 'N', '| wind acros across heaven |');
INSERT INTO `card` VALUES (310, '&quot;Now You''ve Made Us Mad&quot;', 'Event', 0, 0x6464, '', 0, 0, 0, 'Gain 1 Power for each of your characters that is damaged.', 'Nietzsche said: &quot;That which does not kill us makes us kick more butt.&quot; Or something like that.', '', 'Mark Poole', 4, 4, 3, 2, 'N', '| &quot;now youve made u us mad&quot; |');
INSERT INTO `card` VALUES (311, 'Array of Stunts', 'Event', 1, 0x6464, '', 0, 0, 0, 'You may change the locations of all your characters to new locations on your side as many columns right or left as you wish.', '', '', 'Heather Hudson', 4, 4, 3, 2, 'N', '| array stunt stunts |');
INSERT INTO `card` VALUES (312, 'Assassins in Love', 'Event', 0, 0x6464, '', 0, 0, 0, 'You are now the controller of all Assasins.  They come to your side unturned.', 'They cared only for money --- until they saw each other.', '', 'Julie Baroh', 4, 4, 1, 2, 'N', '| assassin assassins love |');
INSERT INTO `card` VALUES (313, 'Back for Seconds', 'Event', 1, 0x64, '', 0, 0, 0, 'Unturn target character.', '&quot;Okay, pal, this time the gloves are off!&quot;', '', 'NéNé Thomas', 4, 4, 2, 2, 'N', '| back second seconds |');
INSERT INTO `card` VALUES (314, 'Booby Trap', 'Event', 1, 0x64, '', 0, 0, 0, 'Play when one of your sites is attacked.  Target site and all characters at its location suffer 3 points of damage.', '&quot;I knew we couldn''t hold it, so I wired the joint to blow.&quot;', 'Ruling: Booby Trap may be played at any time before the attack ends. (So do damage with interceptors first.) FAQ Clarification (seems to contradict): &quot;Play on a site you control when the site is attacked. Target site ...&quot;', 'Bryon Wackwitz', 4, 4, 2, 2, 'N', '| booby trap |');
INSERT INTO `card` VALUES (315, 'Carnival of Carnage', 'Event', 1, 0x64, '', 0, 0, 0, 'For the duration of this turn, after each character is smoked, you may inflict 1 point of damage on any character in play.  Each point of damage inflicted by Carnival of Carnage is a seperate source of damage.', '', '', 'Drew Tucker', 4, 4, 2, 1, 'N', '| carnival carnage |');
INSERT INTO `card` VALUES (316, 'The Crucible', 'Event', 1, 0x6464, '', 0, 0, 0, 'All Demons in play are toasted.', '&quot;Funny... the foam that melted demons leave behind is a lot like oven cleaner.&quot;', '', 'Richard Kane Ferguson', 4, 4, 1, 2, 'N', '| crucible the |');
INSERT INTO `card` VALUES (317, 'Dirk Wisely''s Gambit', 'Event', 0, 0x64, 0x6448, 0, 0, 0, 'Limited. Play when you turn only one character to attack a target controlled by an opponent who controls four or more cards. If your character succeeds in damaging its target in combat, you gain 2 Power.', '', '', 'Mark Poole', 4, 4, 2, 1, 'N', '| dirk wisely wiselys gambit |');
INSERT INTO `card` VALUES (318, 'Fighting Spirit', 'Event', 0, 0x64, '', 0, 0, 0, 'Toast It. Return exactly two randomly selected [d] Events to your hand from your smoked pile. If you select two identical Events, they are toasted instead of returned to your hand.', '', '', 'Heather Hudson', 4, 4, 2, 1, 'N', '| fighting spirit |');
INSERT INTO `card` VALUES (319, 'Final Brawl', 'Event', 0, 0x64, '', 0, 0, 0, 'All characters in play suffer 2 points of damage.', 'Hamlet, Oedipus, Dirty Harry --- the classic stories always end in blood.', '', 'Richard Kane Ferguson', 4, 4, 2, 2, 'N', '| final brawl |');
INSERT INTO `card` VALUES (320, 'Flying Kick', 'Event', 1, 0x64, '', 0, 0, 0, 'Target character gains Superleap until end of turn.', '&quot;Yeah, yeah, we''ll give it back to the Hand when we''re done with it.&quot;', '', 'Margaret Organ-Kean', 4, 4, 4, 3, 'N', '| flying kick |');
INSERT INTO `card` VALUES (321, 'Golden Comeback', 'Event', 2, 0x64, '', 0, 0, 0, 'You may take a character from your smoked pile and return it to play.', '&quot;It''ll take more than nine slugs in the chest to put me down when there are still creeps like you in the world!&quot;', '', 'NéNé Thomas', 4, 4, 2, 2, 'N', '| golden comeback |');
INSERT INTO `card` VALUES (322, 'Kiii-YAAAH!', 'Event', 0, 0x6464, '', 0, 0, 0, 'Play during your main shot, and only on target opponent who controls three or more Power-generating sites.  Take up to 3 Power from target''s pool and add it to your own.', '', '', 'Douglas Shuler', 4, 4, 4, 3, 'N', '| kiii yaaah |');
INSERT INTO `card` VALUES (323, 'Last Outpost', 'Event', 1, 0x64, '', 0, 0, 0, 'All your characters gain Toughness: 1 until the end of the turn.', '&quot;Looks like there''s over fifty of them. Hope you''re a good shot, cop.&quot;', '', 'L. A. Williams', 4, 4, 2, 2, 'N', '| last outpost |');
INSERT INTO `card` VALUES (324, 'Last Stand', 'Event', 1, 0x64646464, '', 0, 0, 0, 'All your characters gain +2 Fighting until the end of the turn if an opponent has more feng shui sites in play than you.', 'They got Mane, McCroun, Donovan --- but they ain''t gettin'' us!', '', 'Anthony Waters', 4, 4, 1, 2, 'N', '| last stand |');
INSERT INTO `card` VALUES (325, 'Let''s Book!', 'Event', 1, 0x646464, '', 0, 0, 0, 'Play during an attack you declared. All attacking characters you control cease attacking. Until the end of the turn, Events played by opponents cannot damage these characters or remove them from play.', '', '', 'Kaja Foglio', 4, 4, 3, 1, 'N', '| let lets book |');
INSERT INTO `card` VALUES (326, 'Old Hermit''s Gambit', 'Event', 0, 0x6464, 0x434d, 0, 0, 0, 'Play only during your turn in response to an opponent turning a non-character card. You may unturn a target card.', '', '', 'Randy Gallegos', 4, 4, 2, 1, 'N', '| old hermit hermits gambit |');
INSERT INTO `card` VALUES (327, 'Slo Mo Vengeance', 'Event', 100, 0x64, '', 0, 0, 0, 'During any turn, you may play, at no cost, a total of X weapon States or Gun States from your smoked pile onto a character you control.', 'This is the moment when it all does down....', '', 'Heather Hudson', 4, 4, 2, 1, 'N', '| slo mo vengeance |');
INSERT INTO `card` VALUES (328, 'Surprise, Surprise', 'Event', 0, 0x64, '', 0, 0, 0, 'Play when attacked. Cut your deck and draw a card.  Put the card in your hand or discard it, or play it immediately at no cost and regardless of card type.  If the card is in play at the end of the turn, toast it.', '', '', 'Quinton Hoover', 4, 4, 4, 3, 'N', '| surprise |');
INSERT INTO `card` VALUES (329, 'Thunder on Thunder', 'Event', 1, 0x64, '', 0, 0, 0, 'All Edges in play are toasted.', 'Shock upon shock, old advantages are swept away by the storm.', '', 'Nicola Leonard', 4, 4, 3, 2, 'N', '| thunder |');
INSERT INTO `card` VALUES (330, 'Ting Ting''s Gambit', 'Event', 0, 0x64, 0x64, 0, 0, 0, 'Play Ting Ting''s Gambit after an attack you declared fails. For the duration of the turn, you may declare subsequent attacks as if all your characters had the ability Independent.', '', '', 'Brian Snoddy', 4, 4, 2, 1, 'N', '| ting tings gambit |');
INSERT INTO `card` VALUES (331, 'Victory for the Underdog', 'Event', 1, 0x64, '', 0, 0, 0, 'Cancel and smoke any [f] card.', '&quot;I could kick abominations all day long.&quot;', '', 'Susan Van Camp', 4, 4, 2, 2, 'N', '| victory underdog |');
INSERT INTO `card` VALUES (332, 'Who''s the Big Man Now?!', 'Event', 0, 0x6464, '', 0, 0, 0, 'Toast It. For the duration of the turn, target character''s Fighting score is increased by the number of cards controlled by an opponent of your choice.  The number of feng shui sites you need for victory is increased by one.', '', '', 'Brian Snoddy', 4, 4, 2, 1, 'N', '| who whos big man now |');
INSERT INTO `card` VALUES (333, 'Bag Full of Guns', 'State', 2, 0x64, '', 0, 0, 0, 'Play on a character you control.  Turn to give +1 Fighting until the end of the turn to all characters you control at subject character''s location.', '', '', 'Brian Snoddy', 3, 4, 3, 2, 'N', '| bag full gun guns  |');
INSERT INTO `card` VALUES (334, 'Baptism of Fire', 'State', 1, 0x64, '', 0, 0, 0, 'Play on any character immediately after subject character has been damaged.  Subject character gains +2 Fighting.  You may play Baptism of Fire during another player''s turn.', '', '', 'L. A. Williams', 3, 4, 1, 2, 'N', '| baptism fire |');
INSERT INTO `card` VALUES (335, 'Both Guns Blazing', 'State', 0, 0x64, '', 0, 0, 0, 'Subject character gains +1 Fighting for each Weapon State on it. Draw a card when you play a weapon State on subject character. No character may be the subject of more than one Both Guns Blazing.', '', '', 'Melissa Benson', 3, 4, 2, 1, 'N', '| both gun guns  blazing |');
INSERT INTO `card` VALUES (336, 'Charmed Life', 'State', 1, 0x64, '', 0, 0, 0, 'Play on any character.  Subject character is immune to any effects that smoke characters or cards.  Character can still be smoked due to damage.', '', '', 'Phil Foglio', 3, 4, 3, 2, 'N', '| charmed life |');
INSERT INTO `card` VALUES (337, 'Claw of the Dragon', 'State', 2, 0x646464, '', 0, 0, 0, 'Subject character gains +2 Fighting and Guts. You may play Claw of the Dragon at no cost, and ignoring resource conditions, when a feng shui site you control is seized or burned.', '', '', 'Ron Rousselle', 3, 4, 2, 1, 'N', '| claw dragon |');
INSERT INTO `card` VALUES (338, 'Comrades in Arms', 'State', 1, 0x64, '', 0, 0, 0, 'Limited. You may ignore resource conditions when playing characters that share a designator with subject character. If you have a Battleground site in your front row, other characters you control that share a designator with subject character gain Toughness: 1', 'So we meet again... *this* time as allies.', '', 'Bryon Wackwitz', 3, 4, 2, 1, 'N', '| comrad comrade comrades arm arms |');
INSERT INTO `card` VALUES (339, 'Fists of Legend', 'State', 2, 0x64, '', 0, 0, 0, 'Unique.  Play on any character.  Subject character''s Fighting score is increased by the number of Unique characters in your smoked pile.', '', '', 'April Lee', 3, 4, 1, 2, 'N', '| fist fists legend |');
INSERT INTO `card` VALUES (340, 'Heroic Conversion', 'State', 0, 0x64, '', 0, 0, 0, 'Play on any character.  If subject character attacks you, you take control of it at the end of the turn.', '&quot;I have served those butchers all my life! Blind --- I have been blind!&quot;', '', 'Edward Beard, Jr.', 3, 4, 3, 2, 'N', '| heroic conversion |');
INSERT INTO `card` VALUES (341, 'Repulsor Beams', 'State', 2, 0x64, '', 0, 0, 0, 'Limited.  When subject site is attacked, turn subject site to reduce damage that target attacking character inflicts to 0 until the end of the attack.', 'One of the Prof''s most useful inventions.&quot;', '', 'Heather Bruton', 3, 4, 2, 3, 'N', '| repulsor beam beams |');
INSERT INTO `card` VALUES (342, 'Stolen Police Car', 'State', 0, 0x6464, '', 0, 0, 0, 'Vehicle. During an attack, you may turn Stolen Police Car and flip a coin. Heads: subject character gains Superleap and +2 Fighting until the end of the attack. Tails: return subject character to its owner''s hand.', '', '', 'Bryon Wackwitz', 3, 4, 2, 1, 'N', '| stolen police car |');
INSERT INTO `card` VALUES (343, 'Training Sequence', 'State', 1, 0x64, '', 0, 0, 0, 'Play on any character.  Subject character gains +1 Fighting.  Multiple Training Sequence cards can be played on the same character.', 'Supreme prowess in one montage and a soundtrack tune...', '', 'April Lee', 3, 4, 2, 2, 'N', '| training sequence |');
INSERT INTO `card` VALUES (344, 'Undercover', 'State', 1, 0x64, '', 0, 0, 0, 'Play on any character.  Subject character can attack back-row sites.  Subject can still be blocked by characters at the location it is attacking.', '', '', 'John T. Snyder', 3, 4, 3, 2, 'N', '| undercover |');
INSERT INTO `card` VALUES (345, 'Average Joe', 'Blue-Collar Hero', 3, '', 0x64, 2, 0, 0, 'Toughness: 1.', '&quot;It''s up to ordinary folks like you and me to stop these dirt bags, in the name of truth, freedom, and hamburgers with the works.&quot;', '', 'Douglas Shuler', 5, 4, 4, 2, 'N', '| average joe blue collar hero |');
INSERT INTO `card` VALUES (346, 'Bao Chou', 'Avenging Ghost', 4, 0x646464, 0x644d, 100, 0, 0, 'Unique.  X = the number of characters in your smoked pile.  Cannot turn to heal.  Heals when a feng shui site you control is seized or burned.', '', '', 'Heather Hudson', 5, 4, 1, 3, 'N', '| bao chou avenging ghost |');
INSERT INTO `card` VALUES (347, 'Big Bruiser', 'Kicker of Butts', 5, 0x6464, 0x64, 6, 0, 0, 'Guts.  Toughness: 1.', '&quot;Was that supposed to hurt or something?&quot;', '', 'Richard Kane Ferguson', 5, 4, 3, 2, 'N', '| big bruiser kicker butt butts |');
INSERT INTO `card` VALUES (348, 'Bronze Sentinel', 'Automation', 2, 0x64, 0x64, 2, 0, 0, 'During your turn, toast a feng shui site you have in play to increase Bronze Sentinel''s Fighting score until the end of the turn by the number of characters in your smoked pile.', '', '', 'Richard Kane Ferguson', 5, 4, 4, 3, 'N', '| bronze sentinel automation |');
INSERT INTO `card` VALUES (349, 'Capoeira Master', 'Martial Artist', 4, 0x646464, 0x64, 5, 0, 0, 'Inflicts +3 damage when intercepting.', '&quot;I never saw anybody break a jawbone so beautifully.&quot;', '', 'Mark Poole', 5, 4, 1, 2, 'N', '| capoeira master martial artist |');
INSERT INTO `card` VALUES (350, 'Chinese Doctor', 'Wise Physician', 1, 0x64, 0x64, 1, 0, 0, 'Turn to heal target character.', '&quot;Lucky they shot you in the head, Jack. Next time they might hit something important.&quot;', '', 'Andi Rusu', 5, 4, 2, 2, 'N', '| chinese doctor wise physician |');
INSERT INTO `card` VALUES (351, 'Coffee-Stained Cop', 'Wily Veteran', 3, 0x64, 0x64, 4, 0, 0, 'If Coffee-Stained Cop is smoked by an opponent, all characters you currently control gain +1 Fighting until the end of the turn.', '', '', 'Drew Tucker', 5, 4, 3, 1, 'N', '| coffee stained cop wily veteran |');
INSERT INTO `card` VALUES (352, 'Dragon Adept', 'Versatile Combatant', 4, 0x6464, 0x64, 5, 0, 0, 'Independent.', 'He''s a gourmet cook, an expert at calculus --- and can kick you into next week.', '', 'Heather Bruton', 5, 4, 3, 2, 'N', '| dragon adept versatile combatant |');
INSERT INTO `card` VALUES (353, 'Dragon Fighter', 'Streetfighter', 4, '', 0x64, 4, 0, 0, 'Guts.', 'The last honest guy in the wrong part of town.', '', 'Richard Kane Ferguson', 5, 4, 2, 2, 'N', '| dragon fighter streetfighter |');
INSERT INTO `card` VALUES (354, 'Everyday Hero', 'Brave Scrapper', 2, '', 0x64, 2, 0, 0, 'Guts.', 'If justice is to prevail in the secret war, ordinary people all around the world must stand up for what''s right.', '', 'Liz Danforth', 5, 4, 4, 2, 'N', '| everyday hero brave scrapper |');
INSERT INTO `card` VALUES (355, 'Ex-Commando', 'Dangerous Vet', 3, 0x6464, 0x64, 3, 0, 0, 'Ex-Commando unturns whenever a weapon State or Gun State is played on him.', 'Secretly, he''s glad peacetime isn''t so peaceful.', '', 'Steve Bryant', 5, 4, 2, 1, 'N', '| ex commando dangerou dangerous vet |');
INSERT INTO `card` VALUES (356, 'Friends of the Dragon', 'Dragon Supporters', 1, '', 0x64, 1, 0, 0, '', '&quot;We need to kick some bad-guy butt. Round up your students, Zheng!&quot;', '', 'Douglas Shuler', 5, 4, 4, 2, 'N', '| friend friends dragon supporter supporters |');
INSERT INTO `card` VALUES (357, 'Gadgeteer', 'Resourceful Techie', 2, 0x64, 0x6448, 2, 0, 0, 'Gains +1 Fighting for each [H] card placed on her.', '', '', 'Douglas Shuler', 5, 4, 2, 2, 'N', '| gadgeteer resourceful techie |');
INSERT INTO `card` VALUES (358, 'The Golden Gunman', 'Magic Hero', 5, 0x6464, 0x644d, 8, 0, 0, 'Unique.  Independent.  The Golden Gunman is not a legal target for Events.  If the Golden Gunman turns to attack, no other characters you control can turn to attack with him.', '', '', 'Mark Poole', 5, 4, 1, 3, 'N', '| golden gun man the magic hero |');
INSERT INTO `card` VALUES (359, 'Gonzo Journalist', 'Crazed Reporter', 2, '', 0x64, 2, 0, 0, 'When Gonzo Journalist turns to attack, you may discard X cards and draw X cards. X = up to the number of factions that your pool and the target''s controller''s pool have in common.', '', '', 'Ken Meyer Jr.', 5, 4, 2, 1, 'N', '| gonzo journalist crazed reporter |');
INSERT INTO `card` VALUES (360, 'Grease Monkey', 'Gutsy Mechanic', 1, 0x64, 0x64, 1, 0, 0, 'Turn to play a vehicle State at -1 cost. Turn to heal a character that is the subject of a vehicle State.', '', '', 'Anson Maddocks', 5, 4, 3, 1, 'N', '| grease monkey gutsy mechanic |');
INSERT INTO `card` VALUES (361, 'Hacker', 'Gun-Totin'' Techie', 2, '', 0x6448, 2, 0, 0, 'Any time Hacker is in your hand when an opponent plays an Event that steals Power from your pool or that toasts a card (or cards) other than itself, cancel that Event and put Hacker into play at no cost.', '', 'Ruling: Hacker can respond to Dangerous Experiment and Inauspicious Reburial, even if they toast 0 cards.', 'Mark Tedin', 5, 4, 2, 1, 'N', '| hacker gun  totin techie |');
INSERT INTO `card` VALUES (362, 'Iala Mané', 'Martial Artist', 5, 0x64646464, 0x64, 8, 0, 0, 'Unique.  Independent.  Can attack during an opponent''s turn.', '', 'One of the Operation Killdeer characters', 'Mark Poole', 5, 4, 1, 2, 'N', '| iala mané martial artist |');
INSERT INTO `card` VALUES (363, 'Jack Donovan', 'Maverick Cop', 5, 0x646464, 0x64, 8, 0, 0, 'Unique.  Guts.  If one of your sites is burned while Jack Donovan is in your smoked pile, return Jack Donovan to your hand.', '', 'One of the Operation Killdeer characters', 'Liz Danforth', 5, 4, 1, 2, 'N', '| jack donovan maverick cop |');
INSERT INTO `card` VALUES (364, 'Jane Q. Public', 'Girl Next Door', 2, 0x64, 0x64, 2, 0, 0, 'If Jane Q. Public is smoked by an intercepting character or by an Event played by an opponent, you gain 2 power.', '', '', 'John Matson', 5, 4, 2, 1, 'N', '| jane q public girl next door |');
INSERT INTO `card` VALUES (365, 'Jason X', 'Supersoldier', 4, 0x646464, 0x6466, 6, 0, 0, 'Unique.  Guts.  The cost of all [f] Events is increased by 1 while Jason X is in play.', '&quot;I was Johann Bonengel''s personal bodyguard, but all that changed the day I met the Prof.&quot;', '', 'Dan Frazier', 5, 4, 1, 3, 'N', '| jason x super soldier |');
INSERT INTO `card` VALUES (366, 'Joey Paz', 'Escrima Master', 4, 0x646464, 0x6443, 6, 0, 0, 'Unique. Toughness: 2 against combat damage inflicted by unturned characters and any character whose controller played an Event this turn.', '', '', 'Daniel Gelon', 5, 4, 1, 1, 'N', '| joey paz escrima master |');
INSERT INTO `card` VALUES (367, 'Johnny Badhair', 'Wild Man', 5, 0x646464, 0x646a, 7, 0, 0, 'Unique. Guts. Cannot be sacrificed. At the end of a turn in which Johnny Badhair has been smoked, cut your deck to draw a card, and show it to your opponents. If the card is a character that has a resource condition or is a State, return Johnny Badhair to play.', '', '', 'Phil Hale', 5, 4, 1, 1, 'N', '| johnny badhair wild man |');
INSERT INTO `card` VALUES (368, 'Johnny Tso', 'Heroic Gunman', 3, 0x646464, 0x64, 4, 0, 0, 'Unique.  Assassinate against [e] characters.  Weapons played on Johnny Tso have no cost.', '', '', 'Edward Beard, Jr.', 5, 4, 1, 2, 'N', '| johnny tso heroic gun man |');
INSERT INTO `card` VALUES (369, 'Kar Fai', 'Kung Fu Master', 7, 0x6464646464, 0x646443, 11, 0, 0, 'Unique.  Guts.  All other [d] characters you control gain Guts and +1 Fighting while Kar Fai is in play.', '', '', 'Douglas Shuler', 5, 4, 1, 2, 'N', '| kar fai kung fu master |');
INSERT INTO `card` VALUES (370, 'Little Jim', 'Rebel Abomination', 6, 0x646448, 0x64, 10, 0, 0, 'Unique. Little Jim heals whenever an opponent plays an Event.', '&quot;Home is where my friends are.&quot;', '', 'Edward Beard, Jr.', 5, 4, 1, 1, 'N', '| little jim rebel abomination |');
INSERT INTO `card` VALUES (371, 'Mad Dog McCroun', 'Big Bruiser', 4, 0x646464, 0x64, 6, 0, 0, 'Unique.  Toughness: 1.  Guts.', '&quot;I was just another two-bit thug till  Kar Fai rescued me from the Death Ring.&quot;', 'One of the Operation Killdeer characters', 'Mark Poole', 5, 4, 1, 2, 'N', '| mad dog mc croun big bruiser |');
INSERT INTO `card` VALUES (372, 'Marisol', 'Netherworld Mercenary', 4, 0x6464, 0x644d, 6, 0, 0, 'Unique.  Marisol cannot be the target of damage redirection effects.  All damage inflicted on Marisol by sources other than characters in combat is reduced to zero.', 'Roving fortune wizard gone good.', 'Errata: Should start with &quot;Damage may not be redirected to Marisol.&quot; (The redirection card doesn''t have to say &quot;target&quot;)', 'Margaret Organ-Kean', 5, 4, 1, 3, 'N', '| marisol netherworld mercenary |');
INSERT INTO `card` VALUES (373, 'Masked Avenger', 'Vigilante Hero', 3, 0x64, 0x64, 4, 0, 0, 'Takes no damage from characters with a Fighting score of 1.', 'Goons are grass. She''s the lawnmower.', '', 'NéNé Thomas', 5, 4, 3, 2, 'N', '| masked avenger vigilante hero |');
INSERT INTO `card` VALUES (374, 'Maverick Cop', 'Gun-Toting Hero', 3, 0x64, 0x64, 4, 0, 0, 'Takes no damage from Hood characters.', '&quot;Let the commissioner scream. I know what needs to get done on these streets.&quot;', '', 'NéNé Thomas', 5, 4, 3, 2, 'N', '| maverick cop gun  toting hero |');
INSERT INTO `card` VALUES (375, 'Melissa Aguelera', 'Commando Vet', 5, 0x6464, 0x64, 7, 0, 0, 'Unique. Tactics. Melissa Aguelera''s Fighting is increased by the number of players who control Battleground sites. All other characters you control that have Tactics gain +2 Fighting.', '', '', 'Heather Hudson', 5, 4, 1, 1, 'N', '| melissa aguelera commando vet |');
INSERT INTO `card` VALUES (376, 'Netherworld Vet', 'Portal Crawler', 3, 0x64, 0x64, 4, 0, 0, 'Gains +1 Fighting for each Edge controlled by an opponent.', '', '', 'Rob Alexander', 5, 4, 4, 3, 'N', '| netherworld vet portal crawler |');
INSERT INTO `card` VALUES (377, 'Old Hermit', 'Wily Sorcerer', 3, 0x64, 0x64434d, 2, 0, 0, 'Turn Old Hermit and pay 1 Power to unturn any non-character card.', '', '', 'Melissa Benson', 5, 4, 3, 2, 'N', '| old hermit wily sorcerer |');
INSERT INTO `card` VALUES (378, 'Oscar Balbuena', 'Karate Cop', 5, 0x646464, 0x64, 7, 0, 0, 'Unique.  Oscar Balbuena unturns whenever an attack is declared against you.', '', '', 'John T. Snyder', 5, 4, 1, 2, 'N', '| oscar balbuena karate cop |');
INSERT INTO `card` VALUES (379, 'The Prof', 'Mastermind', 3, 0x6464, 0x646448, 1, 0, 0, 'Unique.  Turn to unturn target character.  The Prof is not affected by Event cards that affect cards in play.', 'The leader of the Dragons is trapped in the Netherworld.', '', 'Kaja Foglio', 5, 4, 1, 3, 'N', '| prof the mastermind |');
INSERT INTO `card` VALUES (380, 'Redeemed Assassin', 'Heroic Killer', 5, 0x646464, 0x64, 8, 0, 0, 'You can play Redeemed Assassin during an opponent''s turn.  Redeemed Assassin has Toughness: 1 for the duration of the turn in which he enters play.', '', '', 'Dennis Detwiller', 5, 4, 1, 2, 'N', '| redeemed assassin heroic killer |');
INSERT INTO `card` VALUES (381, 'Redeemed Gunman', 'Reforming Hood', 1, '', 0x64, 1, 0, 0, 'Cannot intercept. Gains +2 fighting until end of turn if he turns to attack a turned site.', 'He''s trying --- he''s trying so hard --- to be one of the good guys.', '', 'Melissa Benson', 5, 4, 2, 1, 'N', '| redeemed gun man reforming hood |');
INSERT INTO `card` VALUES (382, 'Righteous One', 'Loyal Defender', 2, 0x64, 0x64, 1, 0, 0, 'Any character intercepted by Righteous One while Righteous One is unturned is smoked.', '', 'Clarification: &quot;... after inflicting damage.&quot; goes at the end.', 'Daniel Gelon', 5, 4, 2, 2, 'N', '| righteou righteous one loyal defender |');
INSERT INTO `card` VALUES (383, 'Ring Fighter', 'Martial Artist', 3, '', 0x64, 3, 0, 0, '', 'She got tired of fighting for money and decided to use her fists to make a difference in the world.', '', 'Richard Kane Ferguson', 5, 4, 4, 2, 'N', '| ring fighter martial artist |');
INSERT INTO `card` VALUES (384, 'Scrappy Kid', 'Martial Arts Prodigy', 1, 0x64, 0x64, 1, 0, 0, 'Independent. Never inflicts more than 1 point of damage.  Cannot be intercepted.', '', '', 'Mark Tedin', 5, 4, 3, 1, 'N', '| scrappy kid martial art arts prodigy |');
INSERT INTO `card` VALUES (385, 'Serena Ku', 'Vengeful Hero', 3, 0x6464, 0x64, 4, 0, 0, 'Unique.  Select a designator when Serena Ku is brought into play.  She has Toughness: 2 and Ambush in combat with characters with that designator.', '', '', 'Christopher Rush', 5, 4, 1, 3, 'N', '| serena ku vengeful hero |');
INSERT INTO `card` VALUES (386, 'Shamanistic Lieutenant', 'Magic Cop', 3, 0x646464, 0x644d, 4, 0, 0, 'Any Demon or Abomination in combat with Shamanistic Lieutenant is toasted before it inflicts its damage.', '', '', 'L. A. Williams', 5, 4, 1, 2, 'N', '| shamanistic lieutenant magic cop |');
INSERT INTO `card` VALUES (387, 'Silver Band', 'Legion of Supporters', 3, 0x646464, 0x64, 5, 0, 0, '', 'Separately, they''re pretty good. Together, they''re a whirlwind.', '', 'April Lee', 5, 4, 3, 2, 'N', '| silver band legion supporter supporters |');
INSERT INTO `card` VALUES (388, 'Silver Fist', 'Cosmopolitan Hero', 4, 0x646464, 0x64, 6, 0, 0, 'Independent.', '&quot;She pretended to be in it for the style, but deep down she cared as much as anybody.&quot;', '', 'Kaja Foglio', 5, 4, 1, 2, 'N', '| silver fist cosmopolitan hero |');
INSERT INTO `card` VALUES (389, 'Silver Jet', 'Secret Warrior', 5, 0x6464, 0x646d, 8, 0, 0, 'Unique.  Any time during any turn in which an Ice character you control is smoked by an opponent, you may play Silver Jet at -X cost. X = cost of that Ice character.', '', '', 'Melissa Benson', 5, 4, 1, 1, 'N', '| silver jet secret warrior |');
INSERT INTO `card` VALUES (390, 'Stunt Man', 'Gutsy Hombre', 3, '', 0x64, 3, 0, 0, 'Guts. If an opponent plays an Event during your turn, Stunt Man gains Independent until he leaves play.', '', '', 'Randy Gallegos', 5, 4, 2, 1, 'N', '| stunt man gutsy hombre |');
INSERT INTO `card` VALUES (391, 'Ting Ting', 'Martial Artist', 4, 0x6464, 0x646443, 6, 0, 0, 'Unique.  Independent.  Increase Ting Ting''s Fighting by 2 for each opponent who controls more Power-generating sites than you. Opponents cannot take control of Ting Ting.', '', '', 'Brian Snoddy', 5, 4, 1, 3, 'N', '| ting martial artist |');
INSERT INTO `card` VALUES (392, 'Zheng Yi Quan', 'Kung Fu Master', 6, 0x64646464, 0x6443, 11, 0, 0, 'Unique.', '&quot;Kar Fai raised me like a son. He taught me to fight not for him, but for all humankind.&quot;', '', 'Melissa Benson', 5, 4, 1, 2, 'N', '| zheng yi quan kung fu master |');
INSERT INTO `card` VALUES (393, 'Guiyu Zui', 'Netherworld Demon Site', 3, 0x6565, 0x65, 0, 1, 9, 'Unique.  Turn to look at the top three cards in your deck.  Discard as many of the three as you choose. Shuffle any remaining cards and place them atop your deck.', 'The entranceway from the Netherworld to the Underworld is itself a gigantic demon.', '', 'Jesper Myrfors', 1, 5, 1, 3, 'N', '| guiyu zui netherworld demon |');
INSERT INTO `card` VALUES (394, 'Infernal Temple', 'Site', 2, '', 0x65, 0, 1, 5, 'Infernal Temple provides one [M] resource for each Demon you control.', 'Long through the night, the unearthly cries of tormented spirits echoed through the countryside.', '', 'Anthony Waters', 1, 5, 2, 2, 'N', '| infernal temple |');
INSERT INTO `card` VALUES (395, 'Registry of the Damned', 'Site', 1, 0x65654d, '', 0, 0, 4, 'Limited. Place a counter on this site when an opponent plays a 0-cost Event. During your turn, you may turn Registry of the Damned and remove a number of counters equal to the cost of a character in Registry of the Damned''s owner''s smoked pile to put that character into play in your control. Character gains the designator "Ghost."', '', '', 'Rob Alexander', 1, 5, 3, 1, 'N', '| registry damned |');
INSERT INTO `card` VALUES (396, 'Chains of Bone', 'Edge', 2, 0x65, '', 0, 0, 0, '[a] cards do not unturn during their controller''s establishing shot.', '', '', 'Ron Spencer', 2, 5, 3, 2, 'N', '| chain chains bone |');
INSERT INTO `card` VALUES (397, 'Feast of Souls', 'Edge', 4, 0x65, '', 0, 0, 0, 'Gain 1 Power whenever a character you control is smoked.  If this card leaves play, the player to your left gains all the Power in your pool.', '', '', 'Susan Van Camp', 2, 5, 1, 2, 'N', '| feast soul souls |');
INSERT INTO `card` VALUES (398, 'Flood on the Mountain', 'Edge', 2, 0x65, '', 0, 0, 0, '[d] characters suffer 1 point of damage at the start of each of your turns.', '', '', 'Heather Bruton', 2, 5, 3, 2, 'N', '| flood mountain |');
INSERT INTO `card` VALUES (399, 'Imperial Boon', 'Edge', 4, 0x65, '', 0, 0, 0, 'Limited.  You may turn any Eunuch you control for 1 Power.  If you control Gao Zhang, you may turn him for 2 Power.  All Eunuchs you control are smoked if Imperial Boon leaves play.', '', '', 'Heather Hudson', 2, 5, 1, 2, 'N', '| imperial boon |');
INSERT INTO `card` VALUES (400, 'Underworld Presence', 'Edge', 1, 0x65, '', 0, 0, 0, 'No character may turn to heal itself.', 'Sometimes the dead get tired of waiting.', '', 'Susan Stejskal', 2, 5, 3, 1, 'N', '| underworld presence |');
INSERT INTO `card` VALUES (401, 'Banish', 'Event', 2, 0x65, '', 0, 0, 0, 'All [d] characters in play return to their owners'' hands.', '&quot;Begone, gnats! Your impudence annoys us!&quot;', '', 'Heather Bruton', 4, 5, 1, 2, 'N', '| banish |');
INSERT INTO `card` VALUES (402, 'Cyclone of Knives', 'Event', 0, 0x65, '', 0, 0, 0, 'You may look through your deck and toast up to five cards of your choice. Reshuffle your deck afterwards.', 'The eunuchs do not hesitate to cut away that which they do not need.', '', 'Drew Tucker', 4, 5, 3, 1, 'N', '| cyclone kniv knive knives |');
INSERT INTO `card` VALUES (403, 'Dance of the Centipede', 'Event', 1, 0x65, '', 0, 0, 0, 'Cancel and turn target card.', 'The Centipede Dance, with its many thirsty blades, stopped even the bravest champions in their tracks.', '', 'Richard Thomas', 4, 5, 2, 2, 'N', '| dance centipede |');
INSERT INTO `card` VALUES (404, 'Glimpse of the Abyss', 'Event', 0, 0x656565, '', 0, 0, 0, 'Toast It. You gain X Power. X = the number of feng shui sites controlled by target opponent plus the number of cards in his or her burned-for-victory pile. The number of feng shui sites you need for victory is increased by one.', '', '', 'Randy Gallegos', 4, 5, 3, 1, 'N', '| glimpse abys abyss |');
INSERT INTO `card` VALUES (405, 'Inauspicious Reburial', 'Event', 1, 0x65, '', 0, 0, 0, 'You may toast a number of characters of your choice in an opponent''s smoked pile up to the number of [e] resources in your pool.', '', '', 'Ron Spencer', 4, 5, 2, 2, 'N', '| inauspiciou inauspicious reburial |');
INSERT INTO `card` VALUES (406, 'Infernal Plague', 'Event', 1, 0x65, '', 0, 0, 0, 'All characters positioned at target location suffer 1 point of damage.', '&quot;Shudder, mewling fools, at the incalculable wrath of the Infernal Plague!&quot;', '', 'Daniel Gelon', 4, 5, 3, 2, 'N', '| infernal plague |');
INSERT INTO `card` VALUES (407, 'Necromantic Conspiracy', 'Event', 2, 0x65, '', 0, 0, 0, 'Search target opponent''s deck.  Remove up to four cards that have the same title and that also have a resource condition.  You may only play Necromantic Consp