diff --git a/backend/db.coffee b/backend/db.coffee index fc20333..7d729e1 100644 --- a/backend/db.coffee +++ b/backend/db.coffee @@ -57,8 +57,7 @@ class FFTCGDB logger.error err.message if err @db.run '''INSERT INTO users VALUES(1,'jmm','$2b$13$jgDdHHDWqq1RV6PXxf7aOO6AbxqY6tbxIADyIO0FeXt2BlKQCCMzS',NULL);''' - @db.run '''INSERT INTO decks VALUES(1,1,'{"name":"frosch"}');''' - @db.run '''INSERT INTO decks VALUES(2,1,'{"name":"frosch2"}');''' + @db.run '''INSERT INTO decks VALUES(1,1,'{"name":"Antipode Bomb Version 6.0","note":"As Seen In Tournament: The North American Water Cup","cards":[{"count":1,"serial":"1-192"},{"count":2,"serial":"7-132"},{"count":2,"serial":"8-037"},{"count":2,"serial":"8-139"},{"count":1,"serial":"5-036"},{"count":3,"serial":"4-048"},{"count":1,"serial":"2-026"},{"count":3,"serial":"8-043"},{"count":3,"serial":"4-021"},{"count":3,"serial":"3-033"},{"count":1,"serial":"8-014"},{"count":2,"serial":"8-006"},{"count":1,"serial":"8-042"},{"count":1,"serial":"6-027"},{"count":3,"serial":"5-019"},{"count":2,"serial":"2-019"},{"count":2,"serial":"5-032"},{"count":3,"serial":"4-026"},{"count":3,"serial":"1-057"},{"count":1,"serial":"1-048"},{"count":2,"serial":"8-036"},{"count":3,"serial":"8-005"},{"count":3,"serial":"2-005"},{"count":1,"serial":"7-017"},{"count":1,"serial":"8-007"}]}');''' logger.info 'OK clear' diff --git a/frontend/src/plugins/ffdecks.js b/frontend/src/plugins/ffdecks.js new file mode 100644 index 0000000..50bbbff --- /dev/null +++ b/frontend/src/plugins/ffdecks.js @@ -0,0 +1,9 @@ +import oldCards from './ffdecks.json' + +let CardsDB = {} + +for (var i = 0; i < oldCards.cards.length; i++) { + CardsDB[oldCards.cards[i].serial_number] = oldCards.cards[i] +} + +export default CardsDB diff --git a/frontend/src/plugins/ffdecks.json b/frontend/src/plugins/ffdecks.json new file mode 100644 index 0000000..686cf14 --- /dev/null +++ b/frontend/src/plugins/ffdecks.json @@ -0,0 +1 @@ +{"cards": [{"category": "X", "is_ex_burst": false, "abilities": ["When Auron deals damage to your opponent, you may play 1 Fire Backup from your hand onto the field *dull*."], "name": "Auron", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/001_480x480.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Guardian", "cost": 6, "serial_number": "1-001", "current_price": {"date": "2019-01-09T01:01:32.864216Z", "foil_low_price": "0.4", "foil_market_price": "0.84", "regular_low_price": "0.09", "regular_market_price": "0.24"}, "datastore_id": 5884862720376832, "element": "Fire", "type": "Forward", "octgn_id": "11c3f62d-2e44-495c-9d5c-a43ffd91cc5e"}, {"category": "X", "is_ex_burst": false, "abilities": ["The Backups you control cannot be broken by your opponent's Summons or abilities."], "name": "Auron", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/002.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Guardian", "cost": 5, "serial_number": "1-002", "current_price": {"date": "2019-01-26T00:02:44.155530Z", "foil_low_price": "0.5", "foil_market_price": "0.63", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5443632811212800, "element": "Fire", "type": "Forward", "octgn_id": "33327f1d-2968-438a-a757-9c0efc2070c6"}, {"category": "III", "is_ex_burst": false, "abilities": ["{f}{1}{d}: Choose 1 Forward. It cannot block this turn."], "name": "Red Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/003.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-003", "current_price": {"date": "2019-01-24T00:02:43.432040Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "0.25"}, "datastore_id": 5407938814410752, "element": "Fire", "type": "Backup", "octgn_id": "22642d28-f5b1-42b8-b9e4-278717c5b641"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 4000 damage."], "name": "Ifrit", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/004.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "1-004", "current_price": {"date": "2019-01-09T01:02:43.776991Z", "foil_low_price": "0.49", "foil_market_price": "0.5", "regular_low_price": "0.01", "regular_market_price": "0.07"}, "datastore_id": 6582089457598464, "element": "Fire", "type": "Summon", "octgn_id": "647e3bc6-de28-499e-bbda-76cacafb3b0d"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["If Warrior of Light deals damage to a Forward of cost 4 or more, double the damage instead."], "name": "Warrior of Light", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/005.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Warrior", "cost": 2, "serial_number": "1-005", "current_price": {"date": "2019-01-09T01:02:38.450163Z", "foil_low_price": "1.0", "foil_market_price": "1.69", "regular_low_price": "0.19", "regular_market_price": "0.3"}, "datastore_id": 6497211240153088, "element": "Fire", "type": "Forward", "octgn_id": "d99c0e9c-d43c-428b-a1dc-4b5a41726f20"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["*Brave*", "When Garland attacks, Garland gains +4000 power until the end of he turn."], "name": "Garland", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/006.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Knight", "cost": 5, "serial_number": "1-006", "current_price": {"date": "2019-01-24T00:02:51.236902Z", "foil_low_price": "0.57", "foil_market_price": "1.51", "regular_low_price": "0.21", "regular_market_price": "0.41"}, "datastore_id": 5469315507683328, "element": "Fire", "type": "Forward", "octgn_id": "fb1100e2-fb2c-407b-8a47-432553b8b5df"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Gadot enters the field, you may play 1 Fire Forward of cost 2 or less from your hand onto the field.", "When Gadot enters the field, all the Forwards you control gain +1000 power until the end of the turn."], "name": "Gadot", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/007.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "NORA", "cost": 2, "serial_number": "1-007", "current_price": {"date": "2019-01-24T00:00:29.037054Z", "foil_low_price": "0.89", "foil_market_price": "0.87", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 4667221238349824, "element": "Fire", "type": "Forward", "octgn_id": "d58338ab-1c9a-4aea-98df-68e6b7ded6fe"}, {"category": "III", "is_ex_burst": false, "abilities": ["{f}{1}{d}: Choose 1 Forward of cost 3 or less. Deal it 2000 damage."], "name": "Ranger", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/008.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-008", "current_price": {"date": "2019-01-26T00:00:36.548937Z", "foil_low_price": "0.1", "foil_market_price": "0.12", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 4694251346591744, "element": "Fire", "type": "Backup", "octgn_id": "5835fd21-374f-42d4-8a9e-f75f08070df2"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control a [Category (VII)] Forward other than Cloud, Cloud gains +2000 power.", "When Cloud enters the field, choose 1 Forward opponent controls. Deal it 2000 damage."], "name": "Cloud", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/009.jpg", "rarity": "Common", "is_multi_playable": false, "job": "SOLIDER", "cost": 2, "serial_number": "1-009", "current_price": {"date": "2019-01-09T01:02:42.446776Z", "foil_low_price": "N/A", "foil_market_price": "3.15", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 6561696416006144, "element": "Fire", "type": "Forward", "octgn_id": "83ee41f6-8390-493e-bd1a-9b7c0bc88fbc"}, {"category": "III", "is_ex_burst": false, "abilities": ["{f}{d}, put Black Mage into the Break Zone: Choose 1 Forward. Deal it 4000 damage."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/010.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-010", "current_price": {"date": "2019-01-09T01:02:39.447616Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.25", "regular_market_price": "0.25"}, "datastore_id": 6519692709593088, "element": "Fire", "type": "Backup", "octgn_id": "a03c4396-bc7e-4731-8157-b2e8faf37aec"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Evoker", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/011.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-011", "current_price": {"date": "2019-01-09T01:01:48.254854Z", "foil_low_price": "0.99", "foil_market_price": "1.19", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 6044738583003136, "element": "Fire", "type": "Backup", "octgn_id": "28181b6b-8191-45eb-9884-ea838c11fe17"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control [Card Name (Aerith)], Zach gains +2000 power.", "When Zack enters the field, choose 1 Forward opponent controls. Deal it 2000 damage."], "name": "Zack", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/012.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SOLDIER", "cost": 3, "serial_number": "1-012", "current_price": {"date": "2019-01-26T00:00:38.157634Z", "foil_low_price": "0.75", "foil_market_price": "0.89", "regular_low_price": "0.08", "regular_market_price": "0.12"}, "datastore_id": 4714095169241088, "element": "Fire", "type": "Forward", "octgn_id": "fb5ee5b5-73ac-4009-a8b7-77ea9bb41bb3"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. Deal it 2000 damage. Sazh will not *activate* during your next Active Phase. If you have cast [Card Name (Brynhildr)] this turn, deal that Forward 4000 damage instead. Sazh will not *activate* during your next Active Phase."], "name": "Sazh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/013.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Ravager", "cost": 3, "serial_number": "1-013", "current_price": {"date": "2019-01-24T00:02:46.939354Z", "foil_low_price": "0.1", "foil_market_price": "0.2", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5437763067314176, "element": "Fire", "type": "Backup", "octgn_id": "c4fbf6e3-56ca-42c3-a233-5029825e3d25"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["*Brave*"], "name": "Samurai", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/014.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-014", "current_price": {"date": "2019-01-24T00:01:10.927060Z", "foil_low_price": "0.08", "foil_market_price": "0.12", "regular_low_price": "0.02", "regular_market_price": "0.06"}, "datastore_id": 4921181312385024, "element": "Fire", "type": "Forward", "octgn_id": "da95ff61-67d3-4bd9-baf3-8770370f77da"}, {"category": "DFF-X", "is_ex_burst": false, "abilities": ["For each Forward opponent controls, Jecht gains +1000 power.", "%Ultimate Jecht Shot% {s}{f}{2}{d}: Choose 1 Forward. Break it."], "name": "Jecht", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/015.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Guardian", "cost": 5, "serial_number": "1-015", "current_price": {"date": "2019-01-09T01:02:42.656671Z", "foil_low_price": "2.98", "foil_market_price": "2.84", "regular_low_price": "1.0", "regular_market_price": "1.08"}, "datastore_id": 6561920291176448, "element": "Fire", "type": "Forward", "octgn_id": "21e511f8-6371-411b-949d-72fc47de5003"}, {"category": "VII", "is_ex_burst": false, "abilities": ["*Haste*"], "name": "Tifa", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/016.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Martial Artist", "cost": 2, "serial_number": "1-016", "current_price": {"date": "2019-01-09T01:01:37.756988Z", "foil_low_price": "3.54", "foil_market_price": "3.49", "regular_low_price": "0.09", "regular_market_price": "0.12"}, "datastore_id": 5944018110251008, "element": "Fire", "type": "Forward", "octgn_id": "3d387133-f8ee-4619-83eb-9c6b5d870bb2"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["If you control [Card Name(Sazh)], it cannot be chosen by your opponent's Summons or abilities."], "name": "Dajh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/017.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "L'Cie", "cost": 2, "serial_number": "1-017", "current_price": {"date": "2019-01-24T00:00:36.530047Z", "foil_low_price": "0.18", "foil_market_price": "0.4", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 4752502108979200, "element": "Fire", "type": "Backup", "octgn_id": "925aed75-9a5e-4e68-a957-5f3766ec2228"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Choose up to 2 Forwards opponent controls. Deal them 10000 damage. If they are put from the field into the Break Zone this turn, remove them from the game instead."], "name": "Bahamut", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/018.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "", "cost": 9, "serial_number": "1-018", "current_price": {"date": "2019-01-09T01:02:44.578933Z", "foil_low_price": "3.2", "foil_market_price": "4.16", "regular_low_price": "1.0", "regular_market_price": "2.1"}, "datastore_id": 6595215414525952, "element": "Fire", "type": "Summon", "octgn_id": "95adb8cc-e98a-41d9-b683-ee458c74e0a7"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{f}{d}: Choose 1 Fire Backup. *Activate* it."], "name": "Chocobo Chick", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/019.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Chocobo Chick", "cost": 2, "serial_number": "1-019", "current_price": {"date": "2019-01-24T00:00:45.638793Z", "foil_low_price": "0.22", "foil_market_price": "0.22", "regular_low_price": "0.01", "regular_market_price": "0.08"}, "datastore_id": 4814693772296192, "element": "Fire", "type": "Backup", "octgn_id": "2721debf-4b60-4144-8520-e23695cf4772"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["The cost required to cast [Card Name (Bahamut)] is reduced by 2 (it cannot become 0).", "When Fang attacks, Fang gains *First Strike* until the end of the turn."], "name": "Fang", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/020.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Commando", "cost": 4, "serial_number": "1-020", "current_price": {"date": "2019-01-26T00:02:48.057443Z", "foil_low_price": "3.98", "foil_market_price": "0.84", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5477934164869120, "element": "Fire", "type": "Forward", "octgn_id": "540bd0a0-72af-48f4-901f-e3822135907d"}, {"category": "II", "is_ex_burst": false, "abilities": ["When Firion enters the field, choose 1 Forward. Deal it 4000 damage."], "name": "Firion", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/021.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Rebel", "cost": 4, "serial_number": "1-021", "current_price": {"date": "2019-01-24T00:00:43.329097Z", "foil_low_price": "0.65", "foil_market_price": "0.9", "regular_low_price": "0.25", "regular_market_price": "0.42"}, "datastore_id": 4804129360707584, "element": "Fire", "type": "Forward", "octgn_id": "ad89e2b6-f081-4272-93e6-302534a091c1"}, {"category": "DFF-II", "is_ex_burst": false, "abilities": ["{1}: Firion gains *First Strike* until the end of the turn.", "{1}: Firion gains *Brave* until the end of the turn.", "{2}: Choose 1 Forward. Deal it 1000 damage.", "{2}: Firion gains +1000 power until the end of the turn."], "name": "Firion", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/022.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Warrior", "cost": 4, "serial_number": "1-022", "current_price": {"date": "2019-01-09T01:01:40.763094Z", "foil_low_price": "0.63", "foil_market_price": "0.75", "regular_low_price": "0.04", "regular_market_price": "0.14"}, "datastore_id": 5978080690569216, "element": "Fire", "type": "Forward", "octgn_id": "54580848-9243-49bc-aa15-aeb08f10cac7"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 7000 damage."], "name": "Brynhildr", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/023.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "1-023", "current_price": {"date": "2019-01-09T01:01:35.746671Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "0.5"}, "datastore_id": 5920749856489472, "element": "Fire", "type": "Summon", "octgn_id": "3b0bb17b-4698-4769-93c8-137229956e78"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Magus enters the field, deal 3000 damage to all the forwards opponent controls."], "name": "Magus", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/024.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-024", "current_price": {"date": "2019-01-24T00:01:02.434417Z", "foil_low_price": "0.15", "foil_market_price": "0.33", "regular_low_price": "0.01", "regular_market_price": "0.06"}, "datastore_id": 4886025126019072, "element": "Fire", "type": "Backup", "octgn_id": "0b41a102-a7cf-44cb-8f83-c25c68985659"}, {"category": "FFT", "is_ex_burst": false, "abilities": [""], "name": "Squire", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/025.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-025", "current_price": {"date": "2019-01-09T01:01:48.555802Z", "foil_low_price": "0.24", "foil_market_price": "0.24", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 6047081219227648, "element": "Fire", "type": "Forward", "octgn_id": "a758015a-5c2a-4b36-9f2b-6fc318166142"}, {"category": "FFT", "is_ex_burst": false, "abilities": [""], "name": "Squire", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/026.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-026", "current_price": {"date": "2019-01-26T00:00:40.455221Z", "foil_low_price": "0.15", "foil_market_price": "0.15", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 4732332942557184, "element": "Fire", "type": "Forward", "octgn_id": "7919749d-517b-4661-a738-9370d90e8697"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["Lann cannot be blocked by a Forward with a power greater than his.", "Lann cannot block a forward with a power greater than his."], "name": "Lann", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/027.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mirage Keeper", "cost": 3, "serial_number": "1-027", "current_price": {"date": "2019-01-09T01:01:43.373105Z", "foil_low_price": "0.09", "foil_market_price": "0.67", "regular_low_price": "0.13", "regular_market_price": "0.26"}, "datastore_id": 5994011529576448, "element": "Fire", "type": "Forward", "octgn_id": "d68c6381-a4c0-486f-882a-0a07b194b1dd"}, {"category": "WOFF", "is_ex_burst": true, "abilities": ["{x} When Reynn enters the field, you may *search* for 1 [Card Name (Lann)] and add it to your hand.", "{f}{1}{d}: Choose 1 [Card Name (Lann)]. It gains +1000 power until the end of the turn."], "name": "Reynn", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/028.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Mirage Keeper", "cost": 4, "serial_number": "1-028", "current_price": {"date": "2019-01-09T01:02:04.366504Z", "foil_low_price": "3.0", "foil_market_price": "0.92", "regular_low_price": "0.09", "regular_market_price": "0.12"}, "datastore_id": 6239780027236352, "element": "Fire", "type": "Backup", "octgn_id": "0285b81e-0fab-48a2-8e72-da368e4ef5fe"}, {"category": "VII", "is_ex_burst": false, "abilities": ["*First Strike*"], "name": "Red XIII", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/029.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Warrior", "cost": 2, "serial_number": "1-029", "current_price": {"date": "2019-01-26T00:00:34.348832Z", "foil_low_price": "0.6", "foil_market_price": "0.63", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 4667623891533824, "element": "Fire", "type": "Forward", "octgn_id": "5998a3bb-2a64-45a3-9b87-c630abdba607"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["The Fire Forwards you control gain +1000 power."], "name": "Lebreau", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/030.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "NORA", "cost": 3, "serial_number": "1-030", "current_price": {"date": "2019-01-24T00:00:37.233905Z", "foil_low_price": "7.29", "foil_market_price": "3.83", "regular_low_price": "1.1", "regular_market_price": "1.2"}, "datastore_id": 4765628065906688, "element": "Fire", "type": "Backup", "octgn_id": "2ff5555f-a1ee-46e4-ae63-b12eff267c04"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Chemist enters the field, choose 1 Forward. *Dull* it."], "name": "Chemist", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/031.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-031", "current_price": {"date": "2019-01-09T01:01:27.049710Z", "foil_low_price": "0.23", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5793121145192448, "element": "Ice", "type": "Backup", "octgn_id": "70cdc4fb-5411-42ac-bb48-894ed8badcfa"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Chemist enters the field, choose 1 Forward. It cannot be broken this turn."], "name": "Chemist", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/032.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-032", "current_price": {"date": "2019-01-09T01:01:36.274137Z", "foil_low_price": "0.08", "foil_market_price": "0.15", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5930029267550208, "element": "Ice", "type": "Backup", "octgn_id": "a51e4619-af91-4137-8ee8-29601c6f2e49"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Argath enters the field, your opponent discards 1 card from his/her hand."], "name": "Argath", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/033.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Squire", "cost": 2, "serial_number": "1-033", "current_price": {"date": "2019-01-26T00:00:35.657788Z", "foil_low_price": "1.29", "foil_market_price": "1.49", "regular_low_price": "0.06", "regular_market_price": "0.12"}, "datastore_id": 4690105360973824, "element": "Ice", "type": "Forward", "octgn_id": "9e83b7ca-a2df-4a6c-a157-c39f37411ca0"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["%Celestial Stasis% {s}{i}{i}{i}{d}: *Dull* all the Forwards opponent controls."], "name": "Orran", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/034.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Astrologer", "cost": 3, "serial_number": "1-034", "current_price": {"date": "2019-01-26T00:02:48.353347Z", "foil_low_price": "0.1", "foil_market_price": "0.31", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5481788629581824, "element": "Ice", "type": "Backup", "octgn_id": "1ef287b0-e813-4bf0-8cf5-6965e3982a09"}, {"category": "III", "is_ex_burst": false, "abilities": ["{i}{i}{d}: Choose 1 Forward. *Dull* it."], "name": "Bard", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/035.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-035", "current_price": {"date": "2019-01-09T01:01:29.756486Z", "foil_low_price": "0.1", "foil_market_price": "0.15", "regular_low_price": "0.03", "regular_market_price": "0.05"}, "datastore_id": 5839995076083712, "element": "Ice", "type": "Forward", "octgn_id": "3f794113-eb8a-42bd-a563-63d73beb44c7"}, {"category": "III", "is_ex_burst": false, "abilities": ["{i}{d}, put Bard into the Break Zone: Your opponent discards 1 card from his/her hand."], "name": "Bard", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/036.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-036", "current_price": {"date": "2019-01-24T00:02:38.934769Z", "foil_low_price": "0.33", "foil_market_price": "0.33", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 5359667945406464, "element": "Ice", "type": "Backup", "octgn_id": "912a4cda-df31-4cb5-93d8-144f991c915c"}, {"category": "DFF-IX", "is_ex_burst": false, "abilities": ["When Kuja is chosen by a Summon or an ability of your opponent, your opponent discards 1 card from his/her hand."], "name": "Kuja", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/037.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Genome", "cost": 5, "serial_number": "1-037", "current_price": {"date": "2019-01-26T00:02:34.554349Z", "foil_low_price": "0.5", "foil_market_price": "1.19", "regular_low_price": "0.1", "regular_market_price": "0.32"}, "datastore_id": 5321912766955520, "element": "Ice", "type": "Forward", "octgn_id": "887321e1-efa9-4b8d-83d5-9a31fbf3f2ba"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. *Dull* and *Freeze* it."], "name": "Shiva", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/038.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "1-038", "current_price": {"date": "2019-01-09T01:02:43.155442Z", "foil_low_price": "1.5", "foil_market_price": "2.4", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 6569532718055424, "element": "Ice", "type": "Summon", "octgn_id": "386ca037-7165-4968-8869-880e0d094f20"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Choose 1 *dull* forward. Deal it 5000 damage."], "name": "Shiva", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/039.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "1-039", "current_price": {"date": "2019-01-26T00:02:38.445631Z", "foil_low_price": "0.45", "foil_market_price": "0.74", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5381068156829696, "element": "Ice", "type": "Summon", "octgn_id": "9e28a1b0-8d1d-4e21-9ff3-8ba15fd7e105"}, {"category": "FFT", "is_ex_burst": false, "abilities": [""], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/040.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-040", "current_price": {"date": "2019-01-09T01:01:32.656836Z", "foil_low_price": "0.31", "foil_market_price": "0.26", "regular_low_price": "0.02", "regular_market_price": "0.07"}, "datastore_id": 5878402015821824, "element": "Ice", "type": "Backup", "octgn_id": "af37e228-b3f2-47e8-8d1c-fdb183d7e682"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Squall blocks or is blocked, choose 1 Forward. You may deal it 6000 damage.", "%Renzokuken% {s}{i}: Squall gains *First Strike* until the end of the turn."], "name": "Squall", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/041.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "SeeD", "cost": 3, "serial_number": "1-041", "current_price": {"date": "2019-01-09T01:01:27.273074Z", "foil_low_price": "3.99", "foil_market_price": "5.11", "regular_low_price": "2.0", "regular_market_price": "2.76"}, "datastore_id": 5793523798376448, "element": "Ice", "type": "Forward", "octgn_id": "6b551e3c-013e-4376-86fc-2d46455507a0"}, {"category": "DFF-VIII", "is_ex_burst": false, "abilities": ["If you control [Card Name (Laguna)], Squall gains +3000 power.", "When Squall enters the field, each player discards 1 card from his/her hand. If you control [Card Name (Laguna)], your opponent discards 1 more card from his/her hand."], "name": "Squall", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/042.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SeeD", "cost": 4, "serial_number": "1-042", "current_price": {"date": "2019-01-24T00:02:29.016501Z", "foil_low_price": "16.11", "foil_market_price": "6.22", "regular_low_price": "0.11", "regular_market_price": "0.27"}, "datastore_id": 5230171191771136, "element": "Ice", "type": "Forward", "octgn_id": "4a873407-0fa0-4520-8649-4c7c5fee4522"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Snow attacks, choose 1 Forward opponent controls. *Dull* it. If you cast [Card Name (Shiva)] this turn, *Freeze* it also."], "name": "Snow", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/043.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Commando", "cost": 1, "serial_number": "1-043", "current_price": {"date": "2019-01-09T01:01:37.150156Z", "foil_low_price": "10.0", "foil_market_price": "4.67", "regular_low_price": "2.24", "regular_market_price": "3.56"}, "datastore_id": 5940593679138816, "element": "Ice", "type": "Forward", "octgn_id": "9883f707-ef60-4a5f-8eb8-b7ebbcab8663"}, {"category": "VII", "is_ex_burst": false, "abilities": ["*First Strike*", "When Sephiroth enters the field, each player discards 2 cards from his/her hand."], "name": "Sephiroth", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/044.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SOLIDER", "cost": 5, "serial_number": "1-044", "current_price": {"date": "2019-01-09T01:02:45.066657Z", "foil_low_price": "1.3", "foil_market_price": "1.45", "regular_low_price": "0.13", "regular_market_price": "0.13"}, "datastore_id": 6603834071711744, "element": "Ice", "type": "Forward", "octgn_id": "5419f4be-4eac-4956-8409-b89126358808"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["If you control [Card Name (Snow)], it cannot be chosen by your opponent's abilities."], "name": "Serah", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/045.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "L'Cie", "cost": 2, "serial_number": "1-045", "current_price": {"date": "2019-01-09T01:01:28.166213Z", "foil_low_price": "0.83", "foil_market_price": "1.06", "regular_low_price": "0.08", "regular_market_price": "0.12"}, "datastore_id": 5816005267816448, "element": "Ice", "type": "Backup", "octgn_id": "b8487bb8-a966-46c3-8216-56b20b0be47d"}, {"category": "DFF-VI", "is_ex_burst": false, "abilities": ["The cost required for your opponents to cast Summons is increased by 1.", "%Trance% {s}{i}{i}: Until the end of the turn, Terra gains +3000 power and *First Strike*."], "name": "Terra", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/046.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Magitek Knight", "cost": 3, "serial_number": "1-046", "current_price": {"date": "2019-01-09T01:02:45.351324Z", "foil_low_price": "4.59", "foil_market_price": "4.89", "regular_low_price": "0.95", "regular_market_price": "1.03"}, "datastore_id": 6607688536424448, "element": "Ice", "type": "Forward", "octgn_id": "bee5fb49-28fc-4ce5-8dd7-92eed24799fd"}, {"category": "DFF-VI", "is_ex_burst": false, "abilities": ["When Terra enters the field, choose up to 2 *dull* Forwards opponent controls. Deal them 4000 damage.", "{i}: Choose 1 *dull* forward. Deal it 1000 damage.", "%Magic Charge% {s}: Terra gains \"If Terra deals damage to a Forward, double the damage\" until the end of the turn."], "name": "Terra", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/047.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Magitek Knight", "cost": 4, "serial_number": "1-047", "current_price": {"date": "2019-01-24T00:02:45.834468Z", "foil_low_price": "3.99", "foil_market_price": "5.27", "regular_low_price": "0.09", "regular_market_price": "0.14"}, "datastore_id": 5432098273886208, "element": "Ice", "type": "Forward", "octgn_id": "4f56cd54-019c-46ce-9e4e-42c479e2b8ae"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Devout into the Break Zone: Choose 1 Forward of cost 4 or less from your Break Zone. Play it onto the field. You can only use this ability during your turn."], "name": "Devout", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/048.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "1-048", "current_price": {"date": "2019-01-24T00:02:41.038149Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.25", "regular_market_price": "0.25"}, "datastore_id": 5382523345436672, "element": "Ice", "type": "Backup", "octgn_id": "bbfc4cd9-4f35-45a3-ac29-cba655733132"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{i}{d}: Choose 1 Forward. It cannot attack this turn."], "name": "Time Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/049.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-049", "current_price": {"date": "2019-01-26T00:02:31.953997Z", "foil_low_price": "0.47", "foil_market_price": "0.86", "regular_low_price": "0.02", "regular_market_price": "0.07"}, "datastore_id": 5277045122662400, "element": "Ice", "type": "Backup", "octgn_id": "43dbd8ff-c798-47af-8143-14e9c72127ce"}, {"category": "FFT", "is_ex_burst": false, "abilities": [""], "name": "Knight", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/050.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-050", "current_price": {"date": "2019-01-24T00:02:38.618280Z", "foil_low_price": "0.1", "foil_market_price": "0.12", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5357799903068160, "element": "Ice", "type": "Forward", "octgn_id": "1f1d8406-8bb9-4474-a007-a7701df6dc13"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Nooj enters the field, your opponent discards 1 card from his/her hand.", "When Nooj leaves the field, your opponent draws 1 card."], "name": "Nooj", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/051.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Mevyn", "cost": 3, "serial_number": "1-051", "current_price": {"date": "2019-01-09T01:02:37.669967Z", "foil_low_price": "0.09", "foil_market_price": "0.19", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6485567852249088, "element": "Ice", "type": "Forward", "octgn_id": "723cb878-b509-469b-9de5-ebe2dd61f65f"}, {"category": "VII", "is_ex_burst": false, "abilities": ["Choose 1 Forward and 1 Backup opponent controls. *Dull* the Forward and return the Backup to its owner's hand. Your opponent discards 1 card from his/her hand."], "name": "Hades", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/052.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 5, "serial_number": "1-052", "current_price": {"date": "2019-01-09T01:02:35.869658Z", "foil_low_price": "0.2", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6447812673798144, "element": "Ice", "type": "Summon", "octgn_id": "a39359b2-c8b0-40ce-9620-5296fbbe7783"}, {"category": "III", "is_ex_burst": false, "abilities": ["{i}, put Summoner into the Break Zone: Choose 1 Summon. Cancel its effect."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/053.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-053", "current_price": {"date": "2019-01-09T01:02:42.865068Z", "foil_low_price": "0.08", "foil_market_price": "0.39", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 6563662974156800, "element": "Ice", "type": "Backup", "octgn_id": "4624d0d1-dd01-4e34-8288-1228154985c1"}, {"category": "III", "is_ex_burst": false, "abilities": ["{i}{i}: Deal 1000 damage to all the Forwards opponent controls."], "name": "Dark Knight", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/054_480x480.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "1-054", "current_price": {"date": "2019-01-09T01:01:43.164952Z", "foil_low_price": "0.25", "foil_market_price": "0.43", "regular_low_price": "0.03", "regular_market_price": "0.05"}, "datastore_id": 5988278285107200, "element": "Ice", "type": "Forward", "octgn_id": "c569df5e-168b-4e7f-b4d9-3e6821594176"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Dark Knight is put from the field into the Break Zone, Dark Knight deals you 1 point of damage."], "name": "Dark Knight", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/055.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-055", "current_price": {"date": "2019-01-24T00:02:45.526590Z", "foil_low_price": "0.07", "foil_market_price": "0.16", "regular_low_price": "0.04", "regular_market_price": "0.04"}, "datastore_id": 5431061576155136, "element": "Ice", "type": "Forward", "octgn_id": "1fea03a5-0ed3-4472-8b83-e79335c10d30"}, {"category": "II", "is_ex_burst": false, "abilities": ["*Brave*", "{d}, put Josef into the Break Zone: Choose 1 blocking Forward. It cannot be broken this turn."], "name": "Josef", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/056.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Rebel", "cost": 4, "serial_number": "1-056", "current_price": {"date": "2019-01-09T01:02:40.752531Z", "foil_low_price": "0.25", "foil_market_price": "0.23", "regular_low_price": "0.05", "regular_market_price": "0.18"}, "datastore_id": 6533838721253376, "element": "Ice", "type": "Forward", "octgn_id": "b88f1d60-8d9c-4ba4-8d0d-7abe102ff20e"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["The Ice Forwards you control gain +1000 power."], "name": "Duke Larg", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/057.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Duke", "cost": 3, "serial_number": "1-057", "current_price": {"date": "2019-01-26T00:00:43.445223Z", "foil_low_price": "9.15", "foil_market_price": "5.05", "regular_low_price": "0.25", "regular_market_price": "0.65"}, "datastore_id": 4774246723092480, "element": "Ice", "type": "Backup", "octgn_id": "8cbcb12b-fb1a-4acd-ab51-9262d12c802f"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Laguna deals damage to your opponent, choose 1 *dull* Forward. You may deal it 7000 damage.", "%Desperado% {s}{i}{i}: Choose 1 *dull* Forward. Deal it 9000 damage."], "name": "Laguna", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/058.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Marksman", "cost": 5, "serial_number": "1-058", "current_price": {"date": "2019-01-26T00:02:37.268805Z", "foil_low_price": "1.75", "foil_market_price": "2.83", "regular_low_price": "0.65", "regular_market_price": "0.75"}, "datastore_id": 5367079314128896, "element": "Ice", "type": "Forward", "octgn_id": "f767e406-4718-4033-b703-282e3f39dd1e"}, {"category": "DFF-VIII", "is_ex_burst": true, "abilities": ["{x} When Laguna enters the field, choose 1 Forward opponent controls. *Dull* it. If you control [Card Name (Squall)], *Freeze* this forward also.", "If you control [Card Name (Squall)], Laguna gains +2000 power."], "name": "Laguna", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/059.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Marksman", "cost": 4, "serial_number": "1-059", "current_price": {"date": "2019-01-09T01:02:40.475731Z", "foil_low_price": "0.45", "foil_market_price": "0.61", "regular_low_price": "0.19", "regular_market_price": "0.39"}, "datastore_id": 6529091305996288, "element": "Ice", "type": "Forward", "octgn_id": "d77a297c-0e9c-4b40-9046-2f24d402ffcc"}, {"category": "II", "is_ex_burst": false, "abilities": ["When Leon enters the field, your opponent may play 1 Character Card from his/her hand onto the field."], "name": "Leon", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/060.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Rebel", "cost": 3, "serial_number": "1-060", "current_price": {"date": "2019-01-26T00:02:30.155454Z", "foil_low_price": "0.45", "foil_market_price": "0.47", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5253055314395136, "element": "Ice", "type": "Forward", "octgn_id": "aed96089-7bde-4d79-9741-4401daf1ab00"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward of cost 5 or more. Break it."], "name": "Alexander", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/061.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "1-061", "current_price": {"date": "2019-01-26T00:00:43.846900Z", "foil_low_price": "0.49", "foil_market_price": "0.71", "regular_low_price": "0.04", "regular_market_price": "0.11"}, "datastore_id": 4778101187805184, "element": "Wind", "type": "Summon", "octgn_id": "98e1c1d8-fd67-4c22-908c-a7539277da25"}, {"category": "X", "is_ex_burst": false, "abilities": ["Return all Forwards to their owners' hands."], "name": "Valefor", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/062.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "", "cost": 5, "serial_number": "1-062", "current_price": {"date": "2019-01-09T01:02:34.465947Z", "foil_low_price": "5.19", "foil_market_price": "5.33", "regular_low_price": "2.78", "regular_market_price": "2.79"}, "datastore_id": 6402945029505024, "element": "Wind", "type": "Summon", "octgn_id": "87409567-d57c-4fde-a2df-e4462a984911"}, {"category": "DFF-XII", "is_ex_burst": false, "abilities": ["When Vaan enters the field, you may play 1 Wind Forward of cost 3 or less from your hand onto the Field.", "When Vaan attacks, choose up to 2 Backups you control. *Activate* them."], "name": "Vaan", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/063.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Sky Pirate", "cost": 5, "serial_number": "1-063", "current_price": {"date": "2019-01-24T00:00:28.243514Z", "foil_low_price": "0.46", "foil_market_price": "1.53", "regular_low_price": "0.14", "regular_market_price": "0.23"}, "datastore_id": 4655980503629824, "element": "Wind", "type": "Forward", "octgn_id": "ca9a2d37-d93b-4ec2-ba12-8929f0a04f28"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Aerith enters the field, choose up to 3 Backups you control other than Aerith. *Activate* them.", "%Planet Protector% {s}{d}: *Activate* all Forwards you control. They cannot be chosen by Summons or abilities this turn."], "name": "Aerith", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/064.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ancient", "cost": 3, "serial_number": "1-064", "current_price": {"date": "2019-01-24T00:00:35.133402Z", "foil_low_price": "5.06", "foil_market_price": "5.12", "regular_low_price": "0.34", "regular_market_price": "0.98"}, "datastore_id": 4734075625537536, "element": "Wind", "type": "Backup", "octgn_id": "e94747af-4141-491c-a9d3-5f4dbff9548a"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Aerith enters the field, choose 1 Backup you control other than Aerith. *Activate* it."], "name": "Aerith", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/065.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Ancient", "cost": 2, "serial_number": "1-065", "current_price": {"date": "2019-01-26T00:02:48.650690Z", "foil_low_price": "0.51", "foil_market_price": "0.51", "regular_low_price": "0.07", "regular_market_price": "0.08"}, "datastore_id": 5484131265806336, "element": "Wind", "type": "Backup", "octgn_id": "3db2d81b-fbe4-4cf2-a3fd-c603a9dd4fcf"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{d}: Deal 1000 damage to all the Forwards opponent controls."], "name": "Dancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/066.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-066", "current_price": {"date": "2019-01-26T00:00:41.148537Z", "foil_low_price": "0.63", "foil_market_price": "0.63", "regular_low_price": "0.07", "regular_market_price": "0.11"}, "datastore_id": 4739945369436160, "element": "Wind", "type": "Backup", "octgn_id": "25eac5ad-e08c-498e-a4ce-2bb7096f26e4"}, {"category": "DFF-III", "is_ex_burst": false, "abilities": ["When Onion Knight enters the field, choose 1 Backup you control. *Activate* it."], "name": "Onion Knight", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/067.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ninja", "cost": 4, "serial_number": "1-067", "current_price": {"date": "2019-01-09T01:01:31.358126Z", "foil_low_price": "0.4", "foil_market_price": "0.48", "regular_low_price": "0.04", "regular_market_price": "0.11"}, "datastore_id": 5858232849399808, "element": "Wind", "type": "Forward", "octgn_id": "1f4848ac-4042-44ff-a498-fd3388d7f9a8"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Evoker", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/068.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-068", "current_price": {"date": "2019-01-09T01:02:41.950301Z", "foil_low_price": "0.4", "foil_market_price": "0.64", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 6556961482997760, "element": "Wind", "type": "Backup", "octgn_id": "2cb2432c-3627-4a60-a55a-0fdf0a1b770e"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Thief enters the field, your opponent puts the top card of his/her deck into the Break Zone."], "name": "Thief", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/069.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-069", "current_price": {"date": "2019-01-24T00:02:35.445047Z", "foil_low_price": "0.14", "foil_market_price": "0.19", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 5315452062400512, "element": "Wind", "type": "Forward", "octgn_id": "166f821d-9830-4b43-8155-22177551a812"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Thief enters the field, your opponent puts the top card of his/her deck into the Break Zone."], "name": "Thief", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/070.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-070", "current_price": {"date": "2019-01-26T00:00:53.745801Z", "foil_low_price": "0.09", "foil_market_price": "0.15", "regular_low_price": "0.01", "regular_market_price": "0.07"}, "datastore_id": 4832405143683072, "element": "Wind", "type": "Backup", "octgn_id": "e9e035cb-8c04-4862-abaa-23ce02ec5ed3"}, {"category": "DFF-IX", "is_ex_burst": false, "abilities": ["Zidane cannot be chosen by your opponent's Summons or abilities.", "Zidane cannot be blocked by a Forward of cost 4 or more."], "name": "Zidane", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/071.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Genome", "cost": 2, "serial_number": "1-071", "current_price": {"date": "2019-01-09T01:02:31.356485Z", "foil_low_price": "2.61", "foil_market_price": "5.11", "regular_low_price": "1.91", "regular_market_price": "2.95"}, "datastore_id": 6356071098613760, "element": "Wind", "type": "Forward", "octgn_id": "7a002556-83f4-4c50-a4c9-6432185df60e"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When the Forward that took damage from Cid Highwind is put from the field into the Break Zone on the same turn, your opponent puts the top 2 cards of his/her deck into the Break Zone.", "%Highwind% {s}{d}: Your opponent puts the top 2 cards of his/her deck into the Break Zone."], "name": "Cid Highwind", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/072.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Pilot", "cost": 4, "serial_number": "1-072", "current_price": {"date": "2019-01-26T00:02:38.147029Z", "foil_low_price": "0.36", "foil_market_price": "0.36", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5377643725717504, "element": "Wind", "type": "Forward", "octgn_id": "16104056-3570-490b-a1c7-08ff0454c07a"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When the Forward that took damage from Cid Highwind is put from the field into the Break Zone on the same turn, your opponent puts the top 2 cards of his/her deck into the Break Zone."], "name": "Cid Highwind", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/073.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Pilot", "cost": 2, "serial_number": "1-073", "current_price": {"date": "2019-01-26T00:00:40.047248Z", "foil_low_price": "0.19", "foil_market_price": "0.29", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 4732109067386880, "element": "Wind", "type": "Forward", "octgn_id": "398b30a2-5515-4c13-a70f-24897ff55591"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. *Activate* it. All the Forwards you control gain +1000 power until the end of the turn."], "name": "Sylph", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/074.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "1-074", "current_price": {"date": "2019-01-26T00:02:41.242166Z", "foil_low_price": "0.89", "foil_market_price": "1.21", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5415130737147904, "element": "Wind", "type": "Summon", "octgn_id": "ae5aace1-12aa-4d09-a8f2-5684b68c52ab"}, {"category": "VII", "is_ex_burst": false, "abilities": ["*Haste*", "When Chocobo forms a party and attacks, Chocobo and all of the Forwards forming a party with it gain +3000 power until the end of the turn."], "name": "Chocobo", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/075.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-075", "current_price": {"date": "2019-01-09T01:02:42.170760Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "0.5"}, "datastore_id": 6557998180728832, "element": "Wind", "type": "Forward", "octgn_id": "2b0b2085-a25f-4284-9cb6-9bfc347c920b"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Chocobo forms a party and attacks, Chocobo and all the Forwards forming a party with it gain +2000 power until the end of the turn."], "name": "Chocobo", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/076.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-076", "current_price": {"date": "2019-01-09T01:02:37.454429Z", "foil_low_price": "0.5", "foil_market_price": "0.72", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 6483699809910784, "element": "Wind", "type": "Forward", "octgn_id": "1d45e77a-fdc2-4a84-8626-d74da1aedc4b"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Devout enters the field, choose 1 Forward of cost 2 or less from your Break Zone. Play it onto the field."], "name": "Devout", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/077.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 5, "serial_number": "1-077", "current_price": {"date": "2019-01-09T01:01:26.469256Z", "foil_low_price": "0.08", "foil_market_price": "0.15", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 5781880410472448, "element": "Wind", "type": "Backup", "octgn_id": "4c89150f-720c-44a1-82f2-f4255d39affb"}, {"category": "III", "is_ex_burst": false, "abilities": ["{w}, discard 1 card from your hand: Choose 1 Forward. Deal it 2000 damage."], "name": "Ninja", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/078.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-078", "current_price": {"date": "2019-01-09T01:02:45.575818Z", "foil_low_price": "0.04", "foil_market_price": "0.22", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 6610031172648960, "element": "Wind", "type": "Forward", "octgn_id": "8b262ff0-be07-48d9-b8d3-e4c073e215c5"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} When Nora enters the field, you may *search* for 1 [Card Name (Hope)] and add it to your hand."], "name": "Nora", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/079.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Mother", "cost": 3, "serial_number": "1-079", "current_price": {"date": "2019-01-26T00:00:39.344689Z", "foil_low_price": "0.2", "foil_market_price": "0.23", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 4727374134378496, "element": "Wind", "type": "Backup", "octgn_id": "267f8f59-7a3f-478e-b419-d2f3d8f35829"}, {"category": "DFF-V", "is_ex_burst": true, "abilities": ["{x} When Bartz enters the field, *activate* all the Wind Characters you control."], "name": "Bartz", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/080.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Wanderer", "cost": 5, "serial_number": "1-080", "current_price": {"date": "2019-01-09T01:01:31.072771Z", "foil_low_price": "N/A", "foil_market_price": "3.09", "regular_low_price": "5.38", "regular_market_price": "1.97"}, "datastore_id": 5858008974229504, "element": "Wind", "type": "Forward", "octgn_id": "dc631712-9c98-4df1-a792-9adf119853b6"}, {"category": "DFF-V", "is_ex_burst": false, "abilities": ["Bartz has all the jobs."], "name": "Bartz", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/081.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Wanderer", "cost": 4, "serial_number": "1-081", "current_price": {"date": "2019-01-09T01:02:33.280155Z", "foil_low_price": "0.09", "foil_market_price": "0.58", "regular_low_price": "0.3", "regular_market_price": "0.47"}, "datastore_id": 6378955221237760, "element": "Wind", "type": "Forward", "octgn_id": "8eab0744-c063-43c4-9560-9e5348007030"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Hope enters the field, choose 1 Backup you control. *Activate* it. If you have cast [Card Name (Alexander)] this turn, *activate* all the Backups you control instead."], "name": "Hope", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/082.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ravager", "cost": 3, "serial_number": "1-082", "current_price": {"date": "2019-01-09T01:02:40.957781Z", "foil_low_price": "0.5", "foil_market_price": "0.82", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 6541030643990528, "element": "Wind", "type": "Forward", "octgn_id": "5150f952-9cdb-4553-8598-a855d5ee1fd5"}, {"category": "II", "is_ex_burst": false, "abilities": ["The Forwards you control have +1000 power."], "name": "Maria", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/083.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Rebel", "cost": 4, "serial_number": "1-083", "current_price": {"date": "2019-01-24T00:01:15.233154Z", "foil_low_price": "20.0", "foil_market_price": "20.0", "regular_low_price": "12.0", "regular_market_price": "8.14"}, "datastore_id": 4995570145951744, "element": "Wind", "type": "Backup", "octgn_id": "5ef07a8e-2a40-48d4-9983-2db9716b43ad"}, {"category": "DFF-XIV", "is_ex_burst": false, "abilities": ["{w}: Choose 1 Forward. Deal it 1000 damage.", "{d}: Choose 1 Forward. Deal it 2000 damage."], "name": "Y'shtola", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/084.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 2, "serial_number": "1-084", "current_price": {"date": "2019-01-09T01:01:45.877934Z", "foil_low_price": "1.2", "foil_market_price": "2.36", "regular_low_price": "0.45", "regular_market_price": "0.73"}, "datastore_id": 6011925032861696, "element": "Wind", "type": "Forward", "octgn_id": "9e1d3b8f-ee1e-428e-82c2-6ed2445c7902"}, {"category": "VII", "is_ex_burst": false, "abilities": ["Yuffie cannot be blocked by a Forward of cost 4 or more.", "%Bloodfest% {s}{d}: Chose up to 3 Forwards. Divide 6000 damage among them as you like. (Unit must be 1000.)"], "name": "Yuffie", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/085.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ninja", "cost": 3, "serial_number": "1-085", "current_price": {"date": "2019-01-09T01:01:31.575580Z", "foil_low_price": "1.5", "foil_market_price": "1.78", "regular_low_price": "0.05", "regular_market_price": "0.14"}, "datastore_id": 5859975532380160, "element": "Wind", "type": "Forward", "octgn_id": "73fb942f-fe10-4331-92e9-e0ea2d0e6f5a"}, {"category": "VII", "is_ex_burst": false, "abilities": ["Yuffie cannot be blocked by a Forward of cost 3 or more."], "name": "Yuffie", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/086.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Ninja", "cost": 1, "serial_number": "1-086", "current_price": {"date": "2019-01-24T00:02:45.125180Z", "foil_low_price": "0.92", "foil_market_price": "1.06", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5425328331685888, "element": "Wind", "type": "Forward", "octgn_id": "b7f7838d-357f-4a2b-994d-e23563add5eb"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["*First Strike*"], "name": "Archer", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/087.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-087", "current_price": {"date": "2019-01-24T00:00:32.219918Z", "foil_low_price": "0.25", "foil_market_price": "0.27", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 4704251372634112, "element": "Wind", "type": "Forward", "octgn_id": "74d9a2aa-d2a6-41c7-9005-843d9780a654"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{w}{w}{d}, put archer into the Break Zone: Choose 1 Backup of cost 3 or less. Break it."], "name": "Archer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/088.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-088", "current_price": {"date": "2019-01-09T01:02:35.664198Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.16", "regular_market_price": "0.15"}, "datastore_id": 6441351969243136, "element": "Wind", "type": "Backup", "octgn_id": "f8baa7e0-63b2-4c11-b8a4-26da63f943ad"}, {"category": "X", "is_ex_burst": false, "abilities": ["{w}{d}: Your opponent puts 1 card from the top of his deck into the Break Zone.", "%Mug% {s}{w}{d}: Your opponent puts the top 2 cards of his/her deck into the Break Zone. You draw 1 card."], "name": "Rikku", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/089.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Al Bhed", "cost": 2, "serial_number": "1-089", "current_price": {"date": "2019-01-09T01:01:39.056359Z", "foil_low_price": "N/A", "foil_market_price": "5.06", "regular_low_price": "1.55", "regular_market_price": "1.56"}, "datastore_id": 5958305050525696, "element": "Wind", "type": "Backup", "octgn_id": "6ab6f2ce-c6ec-4d9a-a7f0-a1341ca3f317"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Rikku enters the field, choose up to 5 Backups you control. Return them to their owner's hand."], "name": "Rikku", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/090.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Al Bhed", "cost": 4, "serial_number": "1-090", "current_price": {"date": "2019-01-09T01:02:38.656353Z", "foil_low_price": "0.3", "foil_market_price": "0.56", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6503543632560128, "element": "Wind", "type": "Forward", "octgn_id": "47792e1b-7a1c-4e29-b4cb-11a35b372a4d"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} When Amodar enters the field, you may *search* for 1 [Card Name (Lightning)] or [Card Name (Snow)] and add it to your hand."], "name": "Amodar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/091.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Lieutenant", "cost": 4, "serial_number": "1-091", "current_price": {"date": "2019-01-09T01:01:28.665782Z", "foil_low_price": "0.34", "foil_market_price": "0.35", "regular_low_price": "0.03", "regular_market_price": "0.08"}, "datastore_id": 5820151253434368, "element": "Earth", "type": "Backup", "octgn_id": "1b93c148-56cc-42c0-b1c6-1ad657388796"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["For each point of damage you have received, Dark Knight gains +1000 power."], "name": "Dark Knight", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/092.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-092", "current_price": {"date": "2019-01-26T00:02:32.570244Z", "foil_low_price": "0.28", "foil_market_price": "0.35", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 5295059020808192, "element": "Earth", "type": "Forward", "octgn_id": "fa1987d8-37cc-4f24-bbbe-37bf623c53fc"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Vanille is put from the field into the Break Zone, *search* for 1 [Card Name (Hecatoncheir)] and remove it from the game. If you do so, return Vanille onto the field *dull*."], "name": "Vanille", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/093.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Saboteur", "cost": 4, "serial_number": "1-093", "current_price": {"date": "2019-01-09T01:02:37.950844Z", "foil_low_price": "17.93", "foil_market_price": "1.62", "regular_low_price": "0.26", "regular_market_price": "0.32"}, "datastore_id": 6492979220971520, "element": "Earth", "type": "Forward", "octgn_id": "13f370ab-978d-4148-8f73-a31f52a11d9e"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Vincent attacks, Vincent gains *First Strike* until the end of the turn.", "%Berserk Drive% {s}{d}: Choose 1 Forward. Deal it 6000 damage."], "name": "Vincent", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/094.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Gunslinger", "cost": 5, "serial_number": "1-094", "current_price": {"date": "2019-01-24T00:01:13.630146Z", "foil_low_price": "0.6", "foil_market_price": "0.84", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 4971580337684480, "element": "Earth", "type": "Forward", "octgn_id": "f9fb1ac0-0ad1-4037-9e9c-b0a867469ead"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["The Earth Forwards you control gain +1000 power."], "name": "Enna Kros", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/095.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Creator of Worlds", "cost": 3, "serial_number": "1-095", "current_price": {"date": "2019-01-09T01:01:33.958894Z", "foil_low_price": "6.5", "foil_market_price": "4.51", "regular_low_price": "0.5", "regular_market_price": "1.13"}, "datastore_id": 5904001094647808, "element": "Earth", "type": "Backup", "octgn_id": "728c346f-f90a-407c-af82-944c697f085a"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["Put 1 Backup into the Break Zone: Mystic gains +3000 power until the end of the turn."], "name": "Mystic", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/096.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-096", "current_price": {"date": "2019-01-09T01:02:39.079208Z", "foil_low_price": "0.15", "foil_market_price": "0.3", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6508423252279296, "element": "Earth", "type": "Forward", "octgn_id": "345e4736-f9cf-4719-b5b9-15518789e910"}, {"category": "II", "is_ex_burst": false, "abilities": ["*Brave*", "Guy cannot become *dull* by your opponent's Summons or abilities."], "name": "Guy", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/097.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Rebel", "cost": 4, "serial_number": "1-097", "current_price": {"date": "2019-01-24T00:02:28.345460Z", "foil_low_price": "1.37", "foil_market_price": "2.19", "regular_low_price": "0.29", "regular_market_price": "0.46"}, "datastore_id": 5218930457051136, "element": "Earth", "type": "Forward", "octgn_id": "c28bf0d7-a5dc-4380-8669-6b75b585ea97"}, {"category": "DFF-XII", "is_ex_burst": false, "abilities": ["For each point of damage you have received, Gabranth gains +1000 power.", "If you have received 6 points of damage or more, Gabranth gains *Brave*."], "name": "Gabranth", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/098.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Judge", "cost": 6, "serial_number": "1-098", "current_price": {"date": "2019-01-09T01:02:41.651378Z", "foil_low_price": "149.0", "foil_market_price": "N/A", "regular_low_price": "298.0", "regular_market_price": "2.0"}, "datastore_id": 6551228238528512, "element": "Earth", "type": "Forward", "octgn_id": "0fa88304-d72f-45af-9494-2e7e0f1145a5"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Black Belt", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/099.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "1-099", "current_price": {"date": "2019-01-24T00:02:33.634993Z", "foil_low_price": "0.15", "foil_market_price": "0.15", "regular_low_price": "0.03", "regular_market_price": "0.05"}, "datastore_id": 5295282895978496, "element": "Earth", "type": "Forward", "octgn_id": "bc88e4ee-b36e-421f-bbea-51d25bc5df23"}, {"category": "III", "is_ex_burst": false, "abilities": ["{e}{d}: Choose 1 blocking Forward. It gains +1000 power until the end of the turn."], "name": "Black Belt", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/100.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-100", "current_price": {"date": "2019-01-09T01:01:30.648609Z", "foil_low_price": "0.1", "foil_market_price": "0.16", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5853274041221120, "element": "Earth", "type": "Backup", "octgn_id": "bda8df15-eb2a-47f9-afeb-b00646719830"}, {"category": "X", "is_ex_burst": true, "abilities": ["{x} When Gippal enters the field, all the Forwards you control gain +4000 power until the end of the turn."], "name": "Gippal", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/101.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Faction Leader", "cost": 4, "serial_number": "1-101", "current_price": {"date": "2019-01-26T00:02:39.958064Z", "foil_low_price": "N/A", "foil_market_price": "1.53", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 5395355097104384, "element": "Earth", "type": "Forward", "octgn_id": "93f3d996-0196-4dfa-85b5-78f1fb156e53"}, {"category": "X", "is_ex_burst": false, "abilities": ["%Ronso Rage% {s}{e}{e}: Choose 1 Forward opponent controls. Kimahri gains its Special Ability until the end of the turn. You can use this ability without paying any cost but only once."], "name": "Kimahri", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/102.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Guardian", "cost": 4, "serial_number": "1-102", "current_price": {"date": "2019-01-24T00:01:12.726669Z", "foil_low_price": "0.3", "foil_market_price": "0.66", "regular_low_price": "0.07", "regular_market_price": "0.14"}, "datastore_id": 4948696215060480, "element": "Earth", "type": "Forward", "octgn_id": "a1ec6724-bfb2-4ab5-976f-794aeaae1a48"}, {"category": "X", "is_ex_burst": false, "abilities": ["Kimahri gains Elements of all the Characters opponent controls except Light and Dark."], "name": "Kimahri", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/103.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Guardian", "cost": 2, "serial_number": "1-103", "current_price": {"date": "2019-01-26T00:00:34.949967Z", "foil_low_price": "0.74", "foil_market_price": "0.74", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 4673956283940864, "element": "Earth", "type": "Backup", "octgn_id": "1681f12e-f03a-42be-9fe6-5d6c4bba9a31"}, {"category": "DFF-VI", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward you control. It gains +5000 power until the end of the turn. At the end of the turn, break it."], "name": "Kefka", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/104.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mage", "cost": 4, "serial_number": "1-104", "current_price": {"date": "2019-01-09T01:01:33.681605Z", "foil_low_price": "1.72", "foil_market_price": "1.68", "regular_low_price": "0.09", "regular_market_price": "0.19"}, "datastore_id": 5900146629935104, "element": "Earth", "type": "Backup", "octgn_id": "05edb189-855e-4bef-bbba-3070d22da16e"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Evoker", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/105.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-105", "current_price": {"date": "2019-01-24T00:00:32.536130Z", "foil_low_price": "0.19", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 4711443295371264, "element": "Earth", "type": "Backup", "octgn_id": "25fd906e-b73b-4813-9500-90172e59535f"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. It gains +2000 power until the end of the turn. If it is blocking, it gains +4000 power until the end of the turn instead."], "name": "Golem", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/106.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "1-106", "current_price": {"date": "2019-01-24T00:00:30.026778Z", "foil_low_price": "1.4", "foil_market_price": "1.43", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 4678835903660032, "element": "Earth", "type": "Summon", "octgn_id": "3ce2180d-1a5f-4ad2-981a-58bcef886d39"}, {"category": "DFF-XI", "is_ex_burst": false, "abilities": ["If Shantotto is on the field, it gains Elements of Fire, Ice, Wind, Earth, Lightning, and Water.", "When Shantotto enters the field, remove all Forwards from the game."], "name": "Shantotto", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/107.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Mage", "cost": 7, "serial_number": "1-107", "current_price": {"date": "2019-01-09T01:01:50.055436Z", "foil_low_price": "N/A", "foil_market_price": "28.51", "regular_low_price": "15.5", "regular_market_price": "15.83"}, "datastore_id": 6121470052794368, "element": "Earth", "type": "Backup", "octgn_id": "3ae75333-1fab-4347-b685-59ccebecd784"}, {"category": "DFF-IV", "is_ex_burst": false, "abilities": ["When you receive damage, choose 1 Forward opponent controls. You may deal it 5000 damage."], "name": "Cecil", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/108.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dark Knight", "cost": 3, "serial_number": "1-108", "current_price": {"date": "2019-01-24T00:00:27.741961Z", "foil_low_price": "0.9", "foil_market_price": "1.18", "regular_low_price": "0.58", "regular_market_price": "0.68"}, "datastore_id": 4654112461291520, "element": "Earth", "type": "Forward", "octgn_id": "a5b157ff-9069-4222-b0ec-0bc822e423ca"}, {"category": "WOFF", "is_ex_burst": true, "abilities": ["{x} When Serafie enters the field, each player selects 1 Forward from his/her Break Zone and adds it to his/her hand."], "name": "Serafie", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/109.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Companion", "cost": 2, "serial_number": "1-109", "current_price": {"date": "2019-01-09T01:02:31.107970Z", "foil_low_price": "0.95", "foil_market_price": "1.16", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 6344830363893760, "element": "Earth", "type": "Forward", "octgn_id": "cb074497-0e7f-46c4-a7c2-cb17dc7b4b08"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["Choose 1 Forward you control. *Dull* it. It cannot be broken this turn."], "name": "Titan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/110.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "1-110", "current_price": {"date": "2019-01-24T00:02:49.818794Z", "foil_low_price": "0.66", "foil_market_price": "1.12", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5448975079440384, "element": "Earth", "type": "Summon", "octgn_id": "eb517907-ab1c-4377-9e5b-e67d423070ff"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["{X}{d}, put Tama into the Break Zone: Play 1 Character Card of cost X or less from your hand onto the field."], "name": "Tama", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/111.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Companion", "cost": 2, "serial_number": "1-111", "current_price": {"date": "2019-01-24T00:00:39.022267Z", "foil_low_price": "0.99", "foil_market_price": "0.99", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 4780443824029696, "element": "Earth", "type": "Backup", "octgn_id": "958b132c-f0ee-4a9f-9035-76f4ff8de613"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Delita enters the field, choose 1 Character you control. Break it.", "%Northswain's Strike% {s}{e}: Choose 1 Forward blocking Delita. Break it."], "name": "Delita", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/112.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "1-112", "current_price": {"date": "2019-01-09T01:02:34.949250Z", "foil_low_price": "2.37", "foil_market_price": "2.61", "regular_low_price": "0.09", "regular_market_price": "0.26"}, "datastore_id": 6421182802821120, "element": "Earth", "type": "Forward", "octgn_id": "e07ef2cd-6d8f-4998-92d9-71e6527d21a2"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Delita blocks, Delita gains +2000 power until the end of the turn."], "name": "Delita", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/113.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Warrior", "cost": 2, "serial_number": "1-113", "current_price": {"date": "2019-01-26T00:01:19.456463Z", "foil_low_price": "0.29", "foil_market_price": "0.38", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5033977085689856, "element": "Earth", "type": "Forward", "octgn_id": "fde59fa5-8a88-4ac9-8ffb-16c958f8c007"}, {"category": "VII", "is_ex_burst": false, "abilities": ["%Hammer Blow% {s}{e}{e}: Choose 1 Forward. Deal it 4000 damage. Barret gains +4000 power until the end of the turn."], "name": "Barret", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/114.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "AVALANCHE Operative", "cost": 3, "serial_number": "1-114", "current_price": {"date": "2019-01-24T00:02:29.325731Z", "foil_low_price": "0.57", "foil_market_price": "0.83", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5230573844955136, "element": "Earth", "type": "Forward", "octgn_id": "cfefbedb-f931-4f3f-b383-1a2d87c9a42d"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Geomancer enters the field, choose 1 Forward. It gains *Brave* until the end of the turn."], "name": "Geomancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/115.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-115", "current_price": {"date": "2019-01-09T01:01:33.165420Z", "foil_low_price": "0.1", "foil_market_price": "0.19", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 5891527972749312, "element": "Earth", "type": "Backup", "octgn_id": "04952be5-2337-4f5a-b3b3-c6c86c49e3ad"}, {"category": "DFF-XI", "is_ex_burst": false, "abilities": ["When Prishe blocks, Prishe gains +4000 power until the end of the turn.", "{e}: Prishe gains *Brave* until the end of the turn.", "%Auroral Uppercut% {s}{e}: Double the power of Prishe until the end of the turn."], "name": "Prishe", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/116.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Abhorrent One", "cost": 5, "serial_number": "1-116", "current_price": {"date": "2019-01-26T00:02:35.154370Z", "foil_low_price": "2.0", "foil_market_price": "3.72", "regular_low_price": "1.3", "regular_market_price": "1.52"}, "datastore_id": 5337196676513792, "element": "Earth", "type": "Forward", "octgn_id": "0de2f831-e6d4-44c0-82d7-83fcba72b3c3"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Choose 1 Backup of cost 3 or more. Break it."], "name": "Hecatoncheir", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/117.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "1-117", "current_price": {"date": "2019-01-09T01:02:34.685275Z", "foil_low_price": "5.08", "foil_market_price": "5.07", "regular_low_price": "0.75", "regular_market_price": "0.92"}, "datastore_id": 6420958927650816, "element": "Earth", "type": "Summon", "octgn_id": "ad21d79e-be81-4d64-9da7-c91307d443cf"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} When Mustadio enters the field, choose 1 *dull* Forward. Break it."], "name": "Mustadio", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/118.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Machinist", "cost": 5, "serial_number": "1-118", "current_price": {"date": "2019-01-26T00:00:36.957702Z", "foil_low_price": "1.26", "foil_market_price": "1.22", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 4699503957377024, "element": "Earth", "type": "Backup", "octgn_id": "8cdab536-eb0c-4119-b2bb-01cccf87c2bb"}, {"category": "FFT", "is_ex_burst": false, "abilities": [""], "name": "Monk", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/119.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-119", "current_price": {"date": "2019-01-09T01:01:29.461990Z", "foil_low_price": "0.09", "foil_market_price": "0.13", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5837343202213888, "element": "Earth", "type": "Forward", "octgn_id": "5cce4c1e-c8ed-4a26-9276-9662377c9031"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{e}{d}, put Monk into the Break Zone: Choose 1 Forward. It gains +2000 power until the end of the turn."], "name": "Monk", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/120.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-120", "current_price": {"date": "2019-01-26T00:00:39.658325Z", "foil_low_price": "0.4", "foil_market_price": "0.49", "regular_low_price": "0.03", "regular_market_price": "0.09"}, "datastore_id": 4728410832109568, "element": "Earth", "type": "Backup", "octgn_id": "1faafb17-315d-42ed-b3b8-283919f21b6a"}, {"category": "III", "is_ex_burst": false, "abilities": ["{l}{d}: Choose 1 Forward. It gains *Haste* until the end of the turn."], "name": "Red Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/121.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-121", "current_price": {"date": "2019-01-26T00:02:50.253443Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.05", "regular_market_price": "0.25"}, "datastore_id": 5558520099373056, "element": "Lightning", "type": "Backup", "octgn_id": "e4b57884-e4f7-4d13-ae98-86ac618d2372"}, {"category": "DFF-V", "is_ex_burst": false, "abilities": ["Any card put in the Damage Zone due to Exdeath cannot use its EX Burst."], "name": "Exdeath", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/122.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Wizard", "cost": 5, "serial_number": "1-122", "current_price": {"date": "2019-01-09T01:01:25.467219Z", "foil_low_price": "0.4", "foil_market_price": "0.64", "regular_low_price": "0.09", "regular_market_price": "0.18"}, "datastore_id": 5780012368134144, "element": "Lightning", "type": "Forward", "octgn_id": "432f2fb9-3bb7-49c0-80ac-9dfb919b1317"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Choose 1 Forward of cost 4 or less. Break it."], "name": "Odin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/123.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "1-123", "current_price": {"date": "2019-01-09T01:02:43.555514Z", "foil_low_price": "5.49", "foil_market_price": "5.49", "regular_low_price": "0.2", "regular_market_price": "0.21"}, "datastore_id": 6574874986283008, "element": "Lightning", "type": "Summon", "octgn_id": "dd87a1f0-faa9-45a6-8345-6dd4e2362bff"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Break it."], "name": "Odin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/124.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 7, "serial_number": "1-124", "current_price": {"date": "2019-01-09T01:02:38.862251Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "0.5"}, "datastore_id": 6506968063672320, "element": "Lightning", "type": "Summon", "octgn_id": "79417656-7be3-471e-8249-2a66e5c4d07d"}, {"category": "DFF-III", "is_ex_burst": false, "abilities": ["When Onion Knight enters the field, choose 1 damaged Forward. Deal it 5000 damage."], "name": "Onion Knight", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/125.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Sage", "cost": 3, "serial_number": "1-125", "current_price": {"date": "2019-01-09T01:01:29.171090Z", "foil_low_price": "4.99", "foil_market_price": "7.39", "regular_low_price": "0.58", "regular_market_price": "1.08"}, "datastore_id": 5830151279476736, "element": "Lightning", "type": "Forward", "octgn_id": "f8fd71e8-4d1c-4abe-9c25-3b8c466ab3f8"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Orlandeau attacks, deal 3000 damage to all the Forwards opponent controls.", "{l}{l}: Orlandeau gains *Haste* until the end of the turn."], "name": "Orlandeau", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/126.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Sword Saint", "cost": 5, "serial_number": "1-126", "current_price": {"date": "2019-01-09T01:02:39.870957Z", "foil_low_price": "0.43", "foil_market_price": "0.78", "regular_low_price": "0.09", "regular_market_price": "0.22"}, "datastore_id": 6521255003947008, "element": "Lightning", "type": "Forward", "octgn_id": "898944ed-8d3d-47b4-a8be-c431964810a7"}, {"category": "DFF-IV", "is_ex_burst": true, "abilities": ["{x} When Kain enters the field, choose 1 Forward. It loses 5000 power until the end of the turn.", "%Dragoon's Pride% {s}{l}{l}{d}: Choose 1 Forward. Break it. Kain will not *activate* during your next Active Phase."], "name": "Kain", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/127.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dragoon", "cost": 6, "serial_number": "1-127", "current_price": {"date": "2019-01-26T00:02:34.845563Z", "foil_low_price": "1.5", "foil_market_price": "1.69", "regular_low_price": "0.2", "regular_market_price": "0.21"}, "datastore_id": 5328578019328000, "element": "Lightning", "type": "Forward", "octgn_id": "ee77c6a1-9005-4714-86e6-1496e29fe477"}, {"category": "DFF-V", "is_ex_burst": false, "abilities": ["%Gilgamesh Morphing Time% {s}{l}{l}: Until the end of the turn, Gilgamesh doubles its power and gains *First Strike* and *Brave*. Gilgamesh can attack twice this turn. You can use this ability only during your turn."], "name": "Gilgamesh", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/128.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Praetorian", "cost": 3, "serial_number": "1-128", "current_price": {"date": "2019-01-09T01:01:49.360968Z", "foil_low_price": "0.65", "foil_market_price": "1.11", "regular_low_price": "0.1", "regular_market_price": "0.16"}, "datastore_id": 6074596121903104, "element": "Lightning", "type": "Forward", "octgn_id": "54cd1dcc-8099-4bbf-9f29-b0441678eb7a"}, {"category": "DFF-V", "is_ex_burst": false, "abilities": ["*Brave*", "%Strongest Sword% {s}{d}: Choose 1 Forward. Remove the top card of your deck from the game. If the removed card is a Forward, break it. If not, deal it 3000 damage."], "name": "Gilgamesh", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/129.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Praetorian", "cost": 4, "serial_number": "1-129", "current_price": {"date": "2019-01-09T01:01:49.570192Z", "foil_low_price": "0.63", "foil_market_price": "0.73", "regular_low_price": "0.02", "regular_market_price": "0.08"}, "datastore_id": 6097480244527104, "element": "Lightning", "type": "Forward", "octgn_id": "29d06317-b717-448d-bef7-fc469b561004"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{l}{l}{d}, put Black Mage into the Break Zone: Choose 1 damaged Forward. Break it."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/130.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-130", "current_price": {"date": "2019-01-26T00:02:35.454721Z", "foil_low_price": "1.5", "foil_market_price": "1.58", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5341051141226496, "element": "Lightning", "type": "Backup", "octgn_id": "5dfe81af-2e1c-45e8-95af-fe4b72ce6531"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Cait Sith enters the field, choose 1 Backup of cost 1 or less. Break it.", "%Slots% {s}{l}{d}: Remove the top card of your deck from the game. If it's a Forward, deal 7000 damage to all the *active* Forwards opponent controls."], "name": "Cait Sith", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/131.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Spy", "cost": 3, "serial_number": "1-131", "current_price": {"date": "2019-01-09T01:01:30.867714Z", "foil_low_price": "0.31", "foil_market_price": "0.3", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5854310738952192, "element": "Lightning", "type": "Forward", "octgn_id": "64feee6c-8007-4261-b5be-43442886b717"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} When Cait Sith enters the field, choose 1 Forward opponent controls. *Dull* it."], "name": "Cait Sith", "power": 2000, "image": "https://storage.googleapis.com/ffdecks-card-images/132.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Spy", "cost": 1, "serial_number": "1-132", "current_price": {"date": "2019-01-09T01:01:27.848823Z", "foil_low_price": "2.75", "foil_market_price": "2.8", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5804735810502656, "element": "Lightning", "type": "Forward", "octgn_id": "efda6e30-c177-46c2-b267-607914d1850e"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Sage enters the field, choose 1 Character Card in your Break Zone. Add it to your hand."], "name": "Sage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/133.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "1-133", "current_price": {"date": "2019-01-09T01:02:46.549472Z", "foil_low_price": "N/A", "foil_market_price": "1.52", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 6684420006215680, "element": "Lightning", "type": "Backup", "octgn_id": "c5bee0c3-66e4-4de4-b054-62f0e618d78c"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Duke Goltanna enters the field, you may *search* for 1 [Job (Knight)] and add it to your hand."], "name": "Duke Goltanna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/134.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Duke", "cost": 3, "serial_number": "1-134", "current_price": {"date": "2019-01-26T00:01:15.456181Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.5", "regular_market_price": "N/A"}, "datastore_id": 4937455480340480, "element": "Lightning", "type": "Backup", "octgn_id": "b07c6b60-c0e3-4b7d-9f85-5e75950016e1"}, {"category": "DFF-IV", "is_ex_burst": false, "abilities": ["When Golbez is put from the field into the Break Zone, you may *search* for up to 4 Forwards of cost 2, each of a different Element and play them onto the field. Their auto-abilities will not trigger."], "name": "Golbez", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/135.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Warlock", "cost": 6, "serial_number": "1-135", "current_price": {"date": "2019-01-09T01:01:34.350209Z", "foil_low_price": "3.5", "foil_market_price": "3.68", "regular_low_price": "2.0", "regular_market_price": "2.16"}, "datastore_id": 5906343730872320, "element": "Lightning", "type": "Forward", "octgn_id": "6c19bede-5a51-400e-9e68-1d37440e7722"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Zalbaag enters the field, choose 1 Forward of cost 2. Break it."], "name": "Zalbaag", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/136.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "1-136", "current_price": {"date": "2019-01-09T01:01:50.563726Z", "foil_low_price": "0.19", "foil_market_price": "0.57", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6159876992532480, "element": "Lightning", "type": "Forward", "octgn_id": "8304f3aa-1b73-4a0a-820c-775b609ad166"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Seymour enters the field, choose 1 Forward of cost 3 or less. Break it."], "name": "Seymour", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/137.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Summoner", "cost": 4, "serial_number": "1-137", "current_price": {"date": "2019-01-26T00:00:36.068886Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "1.4", "regular_market_price": "0.5"}, "datastore_id": 4691667655327744, "element": "Lightning", "type": "Backup", "octgn_id": "a4022bcd-20ec-41d6-93b8-7be65f2dd2a4"}, {"category": "FFT", "is_ex_burst": false, "abilities": [""], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/138.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-138", "current_price": {"date": "2019-01-09T01:02:36.152915Z", "foil_low_price": "0.79", "foil_market_price": "0.79", "regular_low_price": "0.02", "regular_market_price": "0.07"}, "datastore_id": 6454477926170624, "element": "Lightning", "type": "Backup", "octgn_id": "8c4e09ee-6cf0-48b4-bdec-26e424326089"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Summoner into the Break Zone: Cast 1 Summon of cost 6 or less from your hand without paying its cost."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/139.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-139", "current_price": {"date": "2019-01-26T00:02:49.256268Z", "foil_low_price": "0.09", "foil_market_price": "0.24", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5511646168481792, "element": "Lightning", "type": "Backup", "octgn_id": "1bd50091-2825-4461-a9df-38d3bb5b04ca"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Magus enters the field, choose 1 Forward. Deal it 5000 damage."], "name": "Magus", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/140.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-140", "current_price": {"date": "2019-01-24T00:02:31.036928Z", "foil_low_price": "0.09", "foil_market_price": "0.18", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 5257201300013056, "element": "Lightning", "type": "Backup", "octgn_id": "3ddc369b-8e41-4576-afc5-dec022971d4c"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Lightning enters the field, you may *search* for 1 [Card Name (Odin)] and add it to your hand.", "%Army of One% {s}{l}: Until the end of the turn, Lightning gains *Haste*, *First Strike* and \"When Lightning attacks, choose up to 1 Forward opponent controls. If it is possible, it must block Lightning this turn."], "name": "Lightning", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/141.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Ravager", "cost": 6, "serial_number": "1-141", "current_price": {"date": "2019-01-24T00:01:15.537034Z", "foil_low_price": "4.5", "foil_market_price": "5.28", "regular_low_price": "1.88", "regular_market_price": "1.88"}, "datastore_id": 5013584044097536, "element": "Lightning", "type": "Forward", "octgn_id": "f0ada83a-2f37-40b2-a0e7-b78f7f3b6dc9"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["*Haste*", "When Lightning enters the field, choose 1 Forward opponent controls. *Dull* it."], "name": "Lightning", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/142.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ravager", "cost": 4, "serial_number": "1-142", "current_price": {"date": "2019-01-26T00:02:31.647874Z", "foil_low_price": "3.85", "foil_market_price": "3.85", "regular_low_price": "0.05", "regular_market_price": "0.15"}, "datastore_id": 5274393248792576, "element": "Lightning", "type": "Forward", "octgn_id": "d2c5f662-b7a9-4c85-bc22-21d372f40ba4"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Choose 1 *active* Forward. Deal it 5000 damage."], "name": "Ramuh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/143.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "1-143", "current_price": {"date": "2019-01-24T00:02:32.742330Z", "foil_low_price": "0.22", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5291360785530880, "element": "Lightning", "type": "Summon", "octgn_id": "6192231f-d10b-4a40-aa46-bea5817e807e"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["For each Backup you control, Ramza gains +1000 power.", "%Shout% {s}{l}: Until the end of the turn, Ramza gains +2000 power, *Haste* and *First Strike*."], "name": "Ramza", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/144.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 4, "serial_number": "1-144", "current_price": {"date": "2019-01-26T00:02:29.862134Z", "foil_low_price": "1.77", "foil_market_price": "1.96", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5241785857081344, "element": "Lightning", "type": "Forward", "octgn_id": "d95b1206-e4e1-4a5c-917a-f50b1aafb89b"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Backup. *Activate* it."], "name": "Ramza", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/145.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Warrior", "cost": 3, "serial_number": "1-145", "current_price": {"date": "2019-01-26T00:00:31.950425Z", "foil_low_price": "0.64", "foil_market_price": "0.86", "regular_low_price": "0.07", "regular_market_price": "0.08"}, "datastore_id": 4643726425063424, "element": "Lightning", "type": "Forward", "octgn_id": "544af3ed-ea60-4991-9d7a-9ea1d1dddcb8"}, {"category": "II", "is_ex_burst": false, "abilities": ["{l}, put Ricard into the Break Zone: Choose 1 Forward. It cannot be broken this turn."], "name": "Ricard", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/146.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dragoon", "cost": 4, "serial_number": "1-146", "current_price": {"date": "2019-01-09T01:01:49.150475Z", "foil_low_price": "0.4", "foil_market_price": "0.53", "regular_low_price": "0.15", "regular_market_price": "0.2"}, "datastore_id": 6063355387183104, "element": "Lightning", "type": "Forward", "octgn_id": "65c3655b-69d2-4d5e-8661-38d5d9064100"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["*First Strike*"], "name": "Dragoon", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/147.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-147", "current_price": {"date": "2019-01-24T00:00:33.535532Z", "foil_low_price": "0.77", "foil_market_price": "0.86", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4721640889909248, "element": "Lightning", "type": "Forward", "octgn_id": "859faf0b-dbbe-41fb-820d-bc16f22059e3"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["*Haste*"], "name": "Dragoon", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/148.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-148", "current_price": {"date": "2019-01-26T00:02:47.152717Z", "foil_low_price": "0.3", "foil_market_price": "0.34", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5464390522372096, "element": "Lightning", "type": "Forward", "octgn_id": "4d6ef384-3d17-4817-a582-808ceaa625a6"}, {"category": "X", "is_ex_burst": false, "abilities": ["{d}, put 1 Backup into the Break Zone: Choose 1 Forward. Deal it 5000 damage.", "%Thundaga% {s}{l}{d}: Choose 1 Forward. Deal it 10000 damage."], "name": "Lulu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/149.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Guardian", "cost": 5, "serial_number": "1-149", "current_price": {"date": "2019-01-09T01:01:31.851308Z", "foil_low_price": "3.7", "foil_market_price": "5.71", "regular_low_price": "0.45", "regular_market_price": "1.08"}, "datastore_id": 5865845276278784, "element": "Lightning", "type": "Backup", "octgn_id": "62cb36aa-fe2d-4f91-bc13-9d8e5bcf9094"}, {"category": "X", "is_ex_burst": false, "abilities": ["The Lightning Forwards you control gain +1000 power."], "name": "Lulu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/150.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Guardian", "cost": 3, "serial_number": "1-150", "current_price": {"date": "2019-01-24T00:02:31.638573Z", "foil_low_price": "12.0", "foil_market_price": "7.72", "regular_low_price": "1.35", "regular_market_price": "1.52"}, "datastore_id": 5267201326055424, "element": "Lightning", "type": "Backup", "octgn_id": "84ec979e-655f-46cf-ab85-8ad0f80f5cc2"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["*First Strike*", "{x} When Agrias enters the field, you may *search* for 1 [Card Name (Ovelia)] and add it to your hand."], "name": "Agrias", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/151.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 5, "serial_number": "1-151", "current_price": {"date": "2019-01-09T01:01:28.454659Z", "foil_low_price": "1.49", "foil_market_price": "1.68", "regular_low_price": "0.09", "regular_market_price": "0.14"}, "datastore_id": 5817567562170368, "element": "Water", "type": "Forward", "octgn_id": "e4b3104a-fcbd-427f-bee0-fddbce6ff201"}, {"category": "DFF-VIII", "is_ex_burst": false, "abilities": ["All the Forwards other than Ultimecia enter the field *dull*.", "%Time Compression% {s}{a}{a}{a}: *Freeze* all the Forwards other than Ultimecia."], "name": "Ultimecia", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/152.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Witch", "cost": 5, "serial_number": "1-152", "current_price": {"date": "2019-01-09T01:02:46.066428Z", "foil_low_price": "1.49", "foil_market_price": "4.16", "regular_low_price": "1.0", "regular_market_price": "1.52"}, "datastore_id": 6637546075324416, "element": "Water", "type": "Forward", "octgn_id": "3477cc39-da49-4283-9910-531fb660df48"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["If you control [Card Name (Ovelia)], the cost for playing Alma onto the field is reduced by 1.", "{d}: Draw 1 card then discard 1 card from your hand."], "name": "Alma", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/153.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Cleric", "cost": 3, "serial_number": "1-153", "current_price": {"date": "2019-01-09T01:01:27.557255Z", "foil_low_price": "0.24", "foil_market_price": "0.25", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5799856190783488, "element": "Water", "type": "Backup", "octgn_id": "a1d1323c-a7eb-40a7-9279-9d08e4471d71"}, {"category": "DFF-XII", "is_ex_burst": false, "abilities": ["When Vaan enters the field, draw 1 card.", "When Vaan forms a party and attacks, draw 1 card then discard 1 card from your hand."], "name": "Vaan", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/154.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Pirate", "cost": 5, "serial_number": "1-154", "current_price": {"date": "2019-01-09T01:02:33.562720Z", "foil_low_price": "0.08", "foil_market_price": "0.11", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 6383101206855680, "element": "Water", "type": "Forward", "octgn_id": "23ac5648-21d1-47a3-95d1-c4dc1148d518"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["The [Job (Standard Unit)] Forwards you control gain +2000 power and *First Strike*."], "name": "Warrior of Light", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/155.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Warrior", "cost": 4, "serial_number": "1-155", "current_price": {"date": "2019-01-09T01:01:28.948153Z", "foil_low_price": "1.65", "foil_market_price": "1.99", "regular_low_price": "0.11", "regular_market_price": "0.24"}, "datastore_id": 5825403864219648, "element": "Water", "type": "Forward", "octgn_id": "159a4221-ec4c-4a7d-b3db-22e8fac24662"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["The [Job (Knight)] Forwards you control gain +1000 power."], "name": "Ovelia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/156.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Princess", "cost": 2, "serial_number": "1-156", "current_price": {"date": "2019-01-26T00:02:49.644530Z", "foil_low_price": "N/A", "foil_market_price": "2.32", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 5534530291105792, "element": "Water", "type": "Backup", "octgn_id": "170b2e01-8fc9-447f-906c-90f60e4ce20c"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Scholar into the Break Zone: Choose 1 Forward you control. Return it to its owner's hand."], "name": "Scholar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/157.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-157", "current_price": {"date": "2019-01-09T01:02:34.250253Z", "foil_low_price": "13.0", "foil_market_price": "4.96", "regular_low_price": "0.04", "regular_market_price": "0.11"}, "datastore_id": 6400293155635200, "element": "Water", "type": "Backup", "octgn_id": "da07337d-2451-484d-8cb2-c410ebfc3168"}, {"category": "DFF-III", "is_ex_burst": false, "abilities": ["When Cloud of Darkness enters the field, each Player selects 1 Forward he/she controls. All the Forwards that were not selected are put into the Break Zone."], "name": "Cloud of Darkness", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/158.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Wraith", "cost": 6, "serial_number": "1-158", "current_price": {"date": "2019-01-09T01:02:33.066476Z", "foil_low_price": "1.99", "foil_market_price": "3.02", "regular_low_price": "0.09", "regular_market_price": "0.49"}, "datastore_id": 6367685763923968, "element": "Water", "type": "Forward", "octgn_id": "bc4e7fd7-8aec-4ae7-95bc-6851daa528e1"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Evoker", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/159.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-159", "current_price": {"date": "2019-01-26T00:02:28.357771Z", "foil_low_price": "0.3", "foil_market_price": "0.59", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5217062414712832, "element": "Water", "type": "Backup", "octgn_id": "69564fdf-ceb8-4720-a555-ad8cc7bdc747"}, {"category": "II", "is_ex_burst": false, "abilities": ["{d}: The next damage dealt to Gordon becomes 0 this turn."], "name": "Gordon", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/160.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Princess", "cost": 2, "serial_number": "1-160", "current_price": {"date": "2019-01-24T00:01:16.530579Z", "foil_low_price": "0.6", "foil_market_price": "0.71", "regular_low_price": "0.07", "regular_market_price": "0.19"}, "datastore_id": 5040437790244864, "element": "Water", "type": "Forward", "octgn_id": "cb99221b-7b58-4fd1-ae49-ba7504c11be4"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When White Mage enters the field, choose 1 Forward. *Activate* it."], "name": "White Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/161.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-161", "current_price": {"date": "2019-01-26T00:02:35.744932Z", "foil_low_price": "0.35", "foil_market_price": "0.46", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5343393777451008, "element": "Water", "type": "Backup", "octgn_id": "f086c17e-be32-4611-801c-709c296da785"}, {"category": "DFF-IV", "is_ex_burst": false, "abilities": ["Summons or abilities of your opponent must choose Cecil if possible."], "name": "Cecil", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/162.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Paladin", "cost": 5, "serial_number": "1-162", "current_price": {"date": "2019-01-24T00:01:15.832848Z", "foil_low_price": "0.48", "foil_market_price": "0.96", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5013807919267840, "element": "Water", "type": "Forward", "octgn_id": "cce931e2-753d-49a2-afd8-1fbea7581ee3"}, {"category": "DFF-X", "is_ex_burst": false, "abilities": ["For each Forward other than Tidus you control, Tidus gains +1000 power.", "%Blitz Ace% {s}{a}{a}: Until the end of the turn Tidus gains *Brave*. Tidus can attack as many times as your points of damage this turn."], "name": "Tidus", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/163.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Guardian", "cost": 4, "serial_number": "1-163", "current_price": {"date": "2019-01-09T01:02:33.971689Z", "foil_low_price": "12.61", "foil_market_price": "14.49", "regular_low_price": "7.75", "regular_market_price": "8.12"}, "datastore_id": 6393101232898048, "element": "Water", "type": "Forward", "octgn_id": "9c714898-27a4-4c77-8697-a891979204d9"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Tidus attacks, all the Water Forwards you control gain +1000 power until the end of the turn."], "name": "Tidus", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/164.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Guardian", "cost": 4, "serial_number": "1-164", "current_price": {"date": "2019-01-09T01:02:31.664098Z", "foil_low_price": "0.56", "foil_market_price": "0.79", "regular_low_price": "0.05", "regular_market_price": "0.12"}, "datastore_id": 6356473751797760, "element": "Water", "type": "Forward", "octgn_id": "25fea8d9-5d94-44b8-8d7d-8847f6644634"}, {"category": "III", "is_ex_burst": false, "abilities": ["The Forwards forming a party with Knight don't receive any damage."], "name": "Knight", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/165.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-165", "current_price": {"date": "2019-01-24T00:02:31.332325Z", "foil_low_price": "0.15", "foil_market_price": "0.22", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5262453910798336, "element": "Water", "type": "Forward", "octgn_id": "6e79ad68-8843-499c-b714-f381343259a3"}, {"category": "III", "is_ex_burst": false, "abilities": ["The Forwards forming a party with Knight don't receive any damage."], "name": "Knight", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/166.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "1-166", "current_price": {"date": "2019-01-24T00:02:52.833047Z", "foil_low_price": "0.13", "foil_market_price": "0.18", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5500405433761792, "element": "Water", "type": "Forward", "octgn_id": "6f967280-bd4c-45ae-b8eb-c80a84c9362c"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Viking enters the field, draw 1 card."], "name": "Viking", "power": 1000, "image": "https://storage.googleapis.com/ffdecks-card-images/167.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-167", "current_price": {"date": "2019-01-09T01:01:50.271897Z", "foil_low_price": "0.2", "foil_market_price": "0.56", "regular_low_price": "0.03", "regular_market_price": "0.08"}, "datastore_id": 6139707826110464, "element": "Water", "type": "Forward", "octgn_id": "89781383-4aac-4bdb-9ccd-927b4c7ca4a7"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Geomancer is put from the field into the Break Zone, draw 1 card."], "name": "Geomancer", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/168.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "1-168", "current_price": {"date": "2019-01-26T00:02:30.448364Z", "foil_low_price": "0.14", "foil_market_price": "0.4", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5254617608749056, "element": "Water", "type": "Forward", "octgn_id": "e307665a-7367-482b-baf4-df865a856d66"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{d}: Look at the top card of your deck. You may place the card at the bottom of your deck."], "name": "Geomancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/169.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-169", "current_price": {"date": "2019-01-24T00:00:25.639891Z", "foil_low_price": "0.39", "foil_market_price": "0.81", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4596852494172160, "element": "Water", "type": "Backup", "octgn_id": "44923d74-5dc2-4fb4-959e-2e58fe2d4832"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. *Activate* it. Draw 1 card."], "name": "Fairy", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/170.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "1-170", "current_price": {"date": "2019-01-26T00:02:29.555167Z", "foil_low_price": "1.0", "foil_market_price": "1.46", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5236906237362176, "element": "Water", "type": "Summon", "octgn_id": "d2a64fdd-a52e-40a7-a9a4-db3f55efce12"}, {"category": "II", "is_ex_burst": false, "abilities": ["The Forwards you control don't receive damage that is less than their power."], "name": "Minwu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/171.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mage", "cost": 3, "serial_number": "1-171", "current_price": {"date": "2019-01-24T00:01:14.943762Z", "foil_low_price": "10.99", "foil_market_price": "11.53", "regular_low_price": "7.5", "regular_market_price": "6.68"}, "datastore_id": 4992918272081920, "element": "Water", "type": "Backup", "octgn_id": "6890dcb1-ebef-47d1-b18c-ad9f9b20451c"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Draw 2 cards, then discard 1 card from your hand."], "name": "Moogle", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/172.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "1-172", "current_price": {"date": "2019-01-09T01:01:24.958794Z", "foil_low_price": "3.14", "foil_market_price": "4.3", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5769626331906048, "element": "Water", "type": "Summon", "octgn_id": "3d1957cf-1b3c-467e-a7c9-3b8ccae2ed4c"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When your Attack Phase starts, name 1 Element other than Light and Dark. Until the end of the turn, the Element of Mime becomes the named one.", "When Mime forms a party and attacks, draw 1 card."], "name": "Mime", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/173.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "1-173", "current_price": {"date": "2019-01-09T01:02:45.855328Z", "foil_low_price": "2.61", "foil_market_price": "2.77", "regular_low_price": "0.03", "regular_market_price": "0.09"}, "datastore_id": 6626305340604416, "element": "Water", "type": "Forward", "octgn_id": "c1c95a54-14c6-439c-8625-d333d49a5328"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Summons or abilities of your opponent must choose Yaag Rosch if possible."], "name": "Yaag Rosch", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/174.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "PSICOM", "cost": 2, "serial_number": "1-174", "current_price": {"date": "2019-01-26T00:00:41.652976Z", "foil_low_price": "0.2", "foil_market_price": "0.28", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 4745287637663744, "element": "Water", "type": "Backup", "octgn_id": "5ff51ebb-b1be-425d-9aee-bc359a4562c4"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Yuj enters the field, draw 1 card, then place 1 card from your hand at the bottom of your deck."], "name": "Yuj", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/175.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "NORA", "cost": 3, "serial_number": "1-175", "current_price": {"date": "2019-01-09T01:01:50.859335Z", "foil_low_price": "0.6", "foil_market_price": "0.75", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6166337697087488, "element": "Water", "type": "Forward", "octgn_id": "01c83048-6bb7-40eb-a379-f8db9774364c"}, {"category": "X", "is_ex_burst": true, "abilities": ["{x} When Yuna enters the field, choose 1 Forward. Return it to its owner's hand.", "When a Character is put from the field into the Break Zone, you may remove it from the game instead."], "name": "Yuna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/176.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Summoner", "cost": 5, "serial_number": "1-176", "current_price": {"date": "2019-01-24T00:02:34.037046Z", "foil_low_price": "6.93", "foil_market_price": "6.74", "regular_low_price": "1.47", "regular_market_price": "2.1"}, "datastore_id": 5297025578958848, "element": "Water", "type": "Backup", "octgn_id": "ced3431d-ebd3-4e8e-9b86-7a2d3312b41c"}, {"category": "X", "is_ex_burst": false, "abilities": ["The cost required to cast your Water Summons is reduced by 1 (it cannot become 0)."], "name": "Yuna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/177.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Summoner", "cost": 2, "serial_number": "1-177", "current_price": {"date": "2019-01-09T01:02:36.850675Z", "foil_low_price": "2.7", "foil_market_price": "3.2", "regular_low_price": "0.49", "regular_market_price": "0.56"}, "datastore_id": 6469293684293632, "element": "Water", "type": "Backup", "octgn_id": "5f7b1b31-1498-443d-83a4-b5cfe00fe1b8"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Return it to its owner's hand."], "name": "Leviathan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/178.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "1-178", "current_price": {"date": "2019-01-24T00:02:54.642585Z", "foil_low_price": "7.35", "foil_market_price": "7.12", "regular_low_price": "0.49", "regular_market_price": "0.72"}, "datastore_id": 5576757872689152, "element": "Water", "type": "Summon", "octgn_id": "06aab759-499e-4069-9463-61d2bc851959"}, {"category": "II", "is_ex_burst": false, "abilities": ["When Leila deals damage to your opponent, draw 1 card."], "name": "Leila", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/179.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Pirate", "cost": 3, "serial_number": "1-179", "current_price": {"date": "2019-01-26T00:02:50.854440Z", "foil_low_price": "0.45", "foil_market_price": "0.49", "regular_low_price": "0.08", "regular_market_price": "0.14"}, "datastore_id": 5596927039111168, "element": "Water", "type": "Forward", "octgn_id": "c216b112-8fa2-4e15-98e1-435e0b9539bc"}, {"category": "X", "is_ex_burst": false, "abilities": ["The Water Forwards you control gain +1000 power."], "name": "Wakka", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/180.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Blitzballer", "cost": 3, "serial_number": "1-180", "current_price": {"date": "2019-01-24T00:01:16.831425Z", "foil_low_price": "3.0", "foil_market_price": "5.51", "regular_low_price": "0.75", "regular_market_price": "1.5"}, "datastore_id": 5047103042617344, "element": "Water", "type": "Backup", "octgn_id": "170b7de8-b83c-44bf-ba07-8113dfbe6492"}, {"category": "DFF-III", "is_ex_burst": false, "abilities": ["*Haste*", "{1}{d}, return Onion Knight to its owner's hand: You may play 1 [Card Name (Onion Knight)] from your hand onto the field. You can only use this ability during your turn."], "name": "Onion Knight", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/181.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Onion Knight", "cost": 2, "serial_number": "1-181", "current_price": {"date": "2019-01-24T00:01:13.931064Z", "foil_low_price": "0.59", "foil_market_price": "1.14", "regular_low_price": "0.16", "regular_market_price": "0.24"}, "datastore_id": 4975726323302400, "element": "Light", "type": "Forward", "octgn_id": "3ab3f477-0f7d-4069-b5c4-1114c9802cc7"}, {"category": "DFF-VII", "is_ex_burst": false, "abilities": ["*Brave*", "%Meteorain% {s}{1}{d}: Deal 4000 damage to all the Forwards opponent controls.", "%Omnislash% {s}{3}{d}: Choose 1 Forward. Break it."], "name": "Cloud", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/182.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "SOLDIER", "cost": 4, "serial_number": "1-182", "current_price": {"date": "2019-01-24T00:00:28.637574Z", "foil_low_price": "14.0", "foil_market_price": "21.75", "regular_low_price": "5.46", "regular_market_price": "6.13"}, "datastore_id": 4663391872352256, "element": "Light", "type": "Forward", "octgn_id": "45c2958c-e089-4a8c-82af-227132cd0271"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["Cosmos can be played onto the field even if you control other Light Characters.", "You can play 2 or more Light Characters onto the field.", "If Cosmos is on the field, Cosmos can produce CP of any Element."], "name": "Cosmos", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/183.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Goddess of Harmony", "cost": 2, "serial_number": "1-183", "current_price": {"date": "2019-01-09T01:02:33.770585Z", "foil_low_price": "7.35", "foil_market_price": "7.0", "regular_low_price": "4.8", "regular_market_price": "4.83"}, "datastore_id": 6388353817640960, "element": "Light", "type": "Backup", "octgn_id": "8b5f994c-cfa1-4950-8942-3381c0730cde"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["Chaos can be played onto the field even if you control other Dark Characters.", "You can play 2 or more Dark Characters onto the field.", "If Chaos is on the field, Chaos can produce CP of any Element."], "name": "Chaos", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/184.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "God of Chaos", "cost": 2, "serial_number": "1-184", "current_price": {"date": "2019-01-09T01:01:49.782974Z", "foil_low_price": "6.95", "foil_market_price": "8.04", "regular_low_price": "2.49", "regular_market_price": "3.55"}, "datastore_id": 6118818178924544, "element": "Dark", "type": "Backup", "octgn_id": "de4b516b-33a1-4298-8cc2-9ed6004c97e4"}, {"category": "DFF-II", "is_ex_burst": false, "abilities": ["When The Emperor is put from the field into the Break Zone, you may *search* for 1 [Card Name (The Emperor)] and play it onto the field *dull*."], "name": "The Emperor", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/185.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Emperor", "cost": 5, "serial_number": "1-185", "current_price": {"date": "2019-01-09T01:02:36.587677Z", "foil_low_price": "1.0", "foil_market_price": "1.39", "regular_low_price": "0.2", "regular_market_price": "0.29"}, "datastore_id": 6466951048069120, "element": "Dark", "type": "Forward", "octgn_id": "45c737fe-926b-4998-8624-51a85383f546"}, {"category": "DFF-VII", "is_ex_burst": false, "abilities": ["*First Strike*", "When Sephiroth enters the field, choose 1 Backup. Break it."], "name": "Sephiroth", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/186.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "War Hero", "cost": 8, "serial_number": "1-186", "current_price": {"date": "2019-01-26T00:01:16.445523Z", "foil_low_price": "4.97", "foil_market_price": "5.02", "regular_low_price": "1.73", "regular_market_price": "2.08"}, "datastore_id": 4960310880370688, "element": "Dark", "type": "Forward", "octgn_id": "ba679c15-93ac-4ae2-99fc-6f0863134c6b"}, {"category": "VII", "is_ex_burst": false, "abilities": ["The cost required to play Cloud onto the field is reduced by 1 for each [Category (VII)] Forward you control.", "Each time a Forward you control attacks, it gains+1000 power until the end of the turn.", "%Climhazzard% {s}{f}{1}{d}: Choose 1 Forward. Deal it 8000 damage."], "name": "Cloud", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/187.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "SOLDIER", "cost": 6, "serial_number": "1-187", "current_price": {"date": "2019-01-24T00:02:27.418198Z", "foil_low_price": "0.95", "foil_market_price": "1.86", "regular_low_price": "0.25", "regular_market_price": "0.7"}, "datastore_id": 5206676378484736, "element": "Fire", "type": "Forward", "octgn_id": "125a98ab-63f7-4d54-9d1a-e435ba434c95"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} When Zangan enters the field, you may *search* for 1 [Card Name (Tifa)] and add it to your hand.", "The [Card Name (Tifa)] of cost 4 or less you control gains *Haste*."], "name": "Zangan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/188.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Martial Arts Master", "cost": 4, "serial_number": "1-188", "current_price": {"date": "2019-01-09T01:02:30.852130Z", "foil_low_price": "2.14", "foil_market_price": "1.87", "regular_low_price": "0.99", "regular_market_price": "1.37"}, "datastore_id": 6342962321555456, "element": "Fire", "type": "Backup", "octgn_id": "d6234fe0-11cc-4d61-b01a-e0ae6353e41a"}, {"category": "VII", "is_ex_burst": false, "abilities": ["%Waterkick% {s}{f}: Choose 1 Forward. *Dull* it and deal it 6000 damage."], "name": "Tifa", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/189.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Martial Artist", "cost": 4, "serial_number": "1-189", "current_price": {"date": "2019-01-24T00:00:25.316693Z", "foil_low_price": "4.77", "foil_market_price": "4.77", "regular_low_price": "1.0", "regular_market_price": "1.55"}, "datastore_id": 4585611759452160, "element": "Fire", "type": "Forward", "octgn_id": "f8779358-4571-405f-8cd9-f2382428c9ad"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. You may discard 1 card from your hand. If you do so, deal it 7000 damage. If not, deal it 5000 damage."], "name": "Bahamut Fury", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/190.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "1-190", "current_price": {"date": "2019-01-09T01:01:32.355084Z", "foil_low_price": "1.0", "foil_market_price": "1.36", "regular_low_price": "0.14", "regular_market_price": "0.18"}, "datastore_id": 5871187544506368, "element": "Fire", "type": "Summon", "octgn_id": "e1a607a1-3db3-451f-add1-0f75847e9c8f"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Red XIII enters the field, choose 1 Forward. It gains +3000 power until the end of the turn.", "%Cosmo Memory% {s}{f}{f}{f}{f}{d}: Deal 6000 damage to all the Forwards opponent controls."], "name": "Red XIII", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/191.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Warrior", "cost": 3, "serial_number": "1-191", "current_price": {"date": "2019-01-09T01:02:35.162163Z", "foil_low_price": "0.5", "foil_market_price": "1.07", "regular_low_price": "0.05", "regular_market_price": "0.29"}, "datastore_id": 6422925485801472, "element": "Fire", "type": "Forward", "octgn_id": "387585c0-8c7d-4e8c-8327-809d5cb01f85"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Cid Raines enters the field, choose 1 *dull* Forward opponent controls. Deal it 4000 damage. When it is put from the field into the Break Zone this turn, your opponent discards 1 card from his/her hand."], "name": "Cid Raines", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/192.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "The Cavalry", "cost": 2, "serial_number": "1-192", "current_price": {"date": "2019-01-09T01:01:30.353826Z", "foil_low_price": "2.0", "foil_market_price": "2.32", "regular_low_price": "0.15", "regular_market_price": "0.19"}, "datastore_id": 5847540796751872, "element": "Ice", "type": "Forward", "octgn_id": "c0e1489e-45b0-4772-8f84-eebfcf985780"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} When Jihl Nabaat enters the field, choose up to 2 Forwards. *Freeze* them.", "%Sadistic Surge% {s}{i}{d}: Choose 1 Forward. *Dull* it and *Freeze* it."], "name": "Jihl Nabaat", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/193.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Saboteur", "cost": 2, "serial_number": "1-193", "current_price": {"date": "2019-01-09T01:02:46.986941Z", "foil_low_price": "13.25", "foil_market_price": "13.25", "regular_low_price": "2.49", "regular_market_price": "3.95"}, "datastore_id": 6722826945953792, "element": "Ice", "type": "Backup", "octgn_id": "7ab22c84-c1b5-4280-ad0c-e8c0e4550b21"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Snow blocks, choose 1 Forward. *Dull* it.", "%Vendetta% {s}{i}:Until the end of the turn, Snow gains +2000 power and *First Strike*. You can only use this ability while Snow is blocking."], "name": "Snow", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/194.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Sentinel", "cost": 3, "serial_number": "1-194", "current_price": {"date": "2019-01-09T01:00:58.859026Z", "foil_low_price": "0.3", "foil_market_price": "0.62", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5722752401014784, "element": "Ice", "type": "Forward", "octgn_id": "cabe07cb-3b45-43c6-a6d4-b9a7c0c5336a"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Serah enters the field, your opponent discards 1 card from his/her hand."], "name": "Serah", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/195.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Saboteur", "cost": 3, "serial_number": "1-195", "current_price": {"date": "2019-01-09T01:01:26.756507Z", "foil_low_price": "2.14", "foil_market_price": "2.14", "regular_low_price": "0.75", "regular_market_price": "1.06"}, "datastore_id": 5789291779194880, "element": "Ice", "type": "Forward", "octgn_id": "3dee8121-5aa3-41b5-b46b-d9a1209b8f0f"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Mog (XIII-2) enters the field, you may *search* for 1 [Category (XII)] Forward and add it to your hand."], "name": "Mog (XIII-2)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/196.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Moogle", "cost": 3, "serial_number": "1-196", "current_price": {"date": "2019-01-09T01:02:46.271505Z", "foil_low_price": "3.0", "foil_market_price": "3.38", "regular_low_price": "0.25", "regular_market_price": "0.53"}, "datastore_id": 6660430197948416, "element": "Ice", "type": "Backup", "octgn_id": "6f80ade5-2bb3-48f9-b786-1bc3ba8f0f67"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Brother enters the field, you may *search* for 1 [Category (X)] Forward and add it to your hand."], "name": "Brother", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/197.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Gullwings", "cost": 3, "serial_number": "1-197", "current_price": {"date": "2019-01-09T01:00:51.347008Z", "foil_low_price": "0.75", "foil_market_price": "1.08", "regular_low_price": "0.14", "regular_market_price": "0.23"}, "datastore_id": 5711511666294784, "element": "Wind", "type": "Backup", "octgn_id": "ebc7f1f6-2dee-4064-aa7e-6edca53b121a"}, {"category": "X", "is_ex_burst": true, "abilities": ["{x} Deal 3000 damage to all the Forwards opponent controls. If you control [Card Name (Yuna)], *activate* all the Backups you control."], "name": "Valefor", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/198.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "1-198", "current_price": {"date": "2019-01-26T00:02:51.142041Z", "foil_low_price": "5.0", "foil_market_price": "5.1", "regular_low_price": "0.75", "regular_market_price": "1.58"}, "datastore_id": 5603387743666176, "element": "Wind", "type": "Summon", "octgn_id": "013cb33f-e473-41ca-8478-954b7081cbc4"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Paine enters the field, if you control [Card Name (Yuna)], draw 1 card.", "When Paine enters the field, choose up to 3 Backups you control. If you control [Card Name (Rikku)], *activate* them."], "name": "Paine", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/199.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Gullwings", "cost": 3, "serial_number": "1-199", "current_price": {"date": "2019-01-26T00:02:33.446325Z", "foil_low_price": "12.0", "foil_market_price": "3.7", "regular_low_price": "0.75", "regular_market_price": "0.97"}, "datastore_id": 5302895322857472, "element": "Wind", "type": "Forward", "octgn_id": "5758da08-1b83-4bb6-bc34-013f36166e1e"}, {"category": "X", "is_ex_burst": false, "abilities": ["{d}, put Baralai into the Break Zone: Choose up to 2 Forwards. *Activate* them."], "name": "Baralai", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/200.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Praetor", "cost": 2, "serial_number": "1-200", "current_price": {"date": "2019-01-26T00:01:17.750934Z", "foil_low_price": "0.3", "foil_market_price": "0.72", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 4985726349344768, "element": "Wind", "type": "Backup", "octgn_id": "f2f6374e-918b-4617-ab2b-6d6ceee6bd66"}, {"category": "X", "is_ex_burst": false, "abilities": ["If you control [Card Name (Yuna)], Rikku gains +2000 power and Rikku cannot be chosen by Summons.", "If you control [Card Name (Paine)], Rikku gains +2000 power and Rikku cannot be chosen by abilities."], "name": "Rikku", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/201.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Gullwings", "cost": 4, "serial_number": "1-201", "current_price": {"date": "2019-01-09T01:01:51.069464Z", "foil_low_price": "3.15", "foil_market_price": "3.95", "regular_low_price": "0.05", "regular_market_price": "0.16"}, "datastore_id": 6173002949459968, "element": "Wind", "type": "Forward", "octgn_id": "4aaba156-b728-44b1-9954-c3e97903be30"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Vincent attacks, Vincent gains *First Strike* until the end of the turn."], "name": "Vincent", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/202.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Gunslinger", "cost": 3, "serial_number": "1-202", "current_price": {"date": "2019-01-09T01:02:36.371545Z", "foil_low_price": "0.66", "foil_market_price": "0.8", "regular_low_price": "0.14", "regular_market_price": "0.18"}, "datastore_id": 6463096583356416, "element": "Earth", "type": "Forward", "octgn_id": "69b6e624-9c5b-4611-b3e6-dc866df1ecde"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Wedge enters the field, you may *search* for 1 [Card Name (Biggs)] and add it to your hand."], "name": "Wedge", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/203.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "AVALANCHE Operative", "cost": 4, "serial_number": "1-203", "current_price": {"date": "2019-01-26T00:00:31.660006Z", "foil_low_price": "0.25", "foil_market_price": "0.32", "regular_low_price": "0.03", "regular_market_price": "0.08"}, "datastore_id": 4619736616796160, "element": "Earth", "type": "Backup", "octgn_id": "cfb408dc-01cc-4e10-990e-ca2cf06407b0"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Jessie enters the field, you may *search* for 1 [Category (VII)] Forward and add it to your hand."], "name": "Jessie", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/204.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "AVALANCHE Operative", "cost": 3, "serial_number": "1-204", "current_price": {"date": "2019-01-26T00:02:49.958572Z", "foil_low_price": "1.17", "foil_market_price": "1.21", "regular_low_price": "0.18", "regular_market_price": "0.36"}, "datastore_id": 5555868225503232, "element": "Earth", "type": "Backup", "octgn_id": "d70b370f-50f3-4990-a2cd-93b85e207257"}, {"category": "VII", "is_ex_burst": false, "abilities": ["%Grenade Bomb% {s}: Deal 2000 damage to all the Forwards opponent controls."], "name": "Barret", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/205.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "AVALANCHE Operative", "cost": 2, "serial_number": "1-205", "current_price": {"date": "2019-01-24T00:01:12.136629Z", "foil_low_price": "0.2", "foil_market_price": "0.32", "regular_low_price": "0.05", "regular_market_price": "0.14"}, "datastore_id": 4935587438002176, "element": "Earth", "type": "Forward", "octgn_id": "9b140868-c496-4735-86e8-c905787aedcd"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When a Backup you control is put from the field into the Break Zone, deal 1000 damage to all the Forwards opponent controls."], "name": "Biggs", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/206.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "AVALANCHE Operative", "cost": 2, "serial_number": "1-206", "current_price": {"date": "2019-01-24T00:01:58.720365Z", "foil_low_price": "0.2", "foil_market_price": "0.2", "regular_low_price": "0.05", "regular_market_price": "0.12"}, "datastore_id": 5148561712873472, "element": "Earth", "type": "Backup", "octgn_id": "eccdb6e8-28ca-4b9f-bae5-1efb0ab8f74b"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Gilgamesh cannot be returned to its owner's hand by opponent's Summons or abilities.", "{l}{l}: Gilgamesh gains +1000 power until the end of the turn.", "%Divider% {s}{l}{l}: Choose 1 Forward. Break it. You can only use this ability if you have received 4 points of damage or more."], "name": "Gilgamesh", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/207.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Commando", "cost": 4, "serial_number": "1-207", "current_price": {"date": "2019-01-26T00:02:33.746028Z", "foil_low_price": "1.25", "foil_market_price": "2.64", "regular_low_price": "0.25", "regular_market_price": "0.44"}, "datastore_id": 5308237591085056, "element": "Lightning", "type": "Forward", "octgn_id": "287bafc9-492b-42fe-a583-b3272af1691c"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["*Haste*", "If you control [Card Name (Serah)], Noel gains +2000 power."], "name": "Noel", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/208.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Commando", "cost": 3, "serial_number": "1-208", "current_price": {"date": "2019-01-09T01:02:47.254465Z", "foil_low_price": "0.08", "foil_market_price": "0.19", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6729287650508800, "element": "Lightning", "type": "Forward", "octgn_id": "794f104e-5049-440a-9605-d88a2e81044b"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{l}{d}: Choose 1 attacking Lightning Forward. It gains *First Strike* until the end of the turn."], "name": "Maqui", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/209.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "NORA", "cost": 2, "serial_number": "1-209", "current_price": {"date": "2019-01-26T00:01:20.451696Z", "foil_low_price": "0.92", "foil_market_price": "0.92", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5061918800740352, "element": "Lightning", "type": "Backup", "octgn_id": "f1c8fda6-252b-46ed-9632-949878469a44"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["The cost required to play Lightning onto the field is reduced by 1 for each [Category (XIII)] Forward you control.", "*Haste*", "When Lightning deals damage to your opponent, choose 1 Forward opponent controls. *Dull* it."], "name": "Lightning", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/210.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Ravager", "cost": 6, "serial_number": "1-210", "current_price": {"date": "2019-01-09T01:02:44.353501Z", "foil_low_price": "0.3", "foil_market_price": "0.73", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 6590290429214720, "element": "Lightning", "type": "Forward", "octgn_id": "8eaa5227-4910-4c27-ab7b-575509a98738"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Rygdea enters the field, choose 1 *active* Forward. Deal it 3000 damage. When it is put from the field into the Break Zone this turn, choose 1 Forward opponent controls. *Dull* it."], "name": "Rygdea", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/211.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "The Cavalry", "cost": 2, "serial_number": "1-211", "current_price": {"date": "2019-01-09T01:02:35.459555Z", "foil_low_price": "4.5", "foil_market_price": "6.77", "regular_low_price": "0.99", "regular_market_price": "1.86"}, "datastore_id": 6428795229700096, "element": "Lightning", "type": "Forward", "octgn_id": "c0c70c87-e131-4632-b2b5-6a62069411cc"}, {"category": "X", "is_ex_burst": true, "abilities": ["{x} When Shuyin enters the field, choose 1 Forward of cost 3 or less opponent controls. Return it to its owner's hand."], "name": "Shuyin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/212.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Illusion", "cost": 4, "serial_number": "1-212", "current_price": {"date": "2019-01-09T01:02:46.762814Z", "foil_low_price": "0.27", "foil_market_price": "0.27", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 6702657779531776, "element": "Water", "type": "Backup", "octgn_id": "e67694b9-3379-4542-ae53-4f6a5e6d3e9e"}, {"category": "X", "is_ex_burst": false, "abilities": ["The cost required to play Tidus onto the field is reduced by 1 for each [Category (X)] Forward you control.", "If you control [Card Name (Yuna)], Tidus gains *Brave*.", "When the Forward [Card Name (Yuna)] is put from your field into the Break Zone, draw 2 cards."], "name": "Tidus", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/213.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Guardian", "cost": 6, "serial_number": "1-213", "current_price": {"date": "2019-01-24T00:01:13.041037Z", "foil_low_price": "1.89", "foil_market_price": "1.97", "regular_low_price": "0.1", "regular_market_price": "0.19"}, "datastore_id": 4949098868244480, "element": "Water", "type": "Forward", "octgn_id": "6fc4ad59-1c3a-4327-834a-0fae4c01f572"}, {"category": "X", "is_ex_burst": false, "abilities": ["When you cast a Summon, you may *dull* Yuna if it is *active*. If you do, draw 1 card. This effect will trigger only once per turn."], "name": "Yuna", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/214.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Summoner", "cost": 2, "serial_number": "1-214", "current_price": {"date": "2019-01-26T00:02:51.443578Z", "foil_low_price": "2.29", "foil_market_price": "2.85", "regular_low_price": "0.09", "regular_market_price": "0.91"}, "datastore_id": 5610052996038656, "element": "Water", "type": "Forward", "octgn_id": "2bbcbbc4-3f23-45c0-b1ff-9b8a7a03bd9e"}, {"category": "X", "is_ex_burst": false, "abilities": ["When your opponent casts a Summon, *activate* Lenne."], "name": "Lenne", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/215.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Summoner", "cost": 2, "serial_number": "1-215", "current_price": {"date": "2019-01-24T00:02:04.141536Z", "foil_low_price": "0.75", "foil_market_price": "0.77", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5159802447593472, "element": "Water", "type": "Backup", "octgn_id": "17824d7c-c53e-43e8-b48c-6b39ef73a2b8"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Wakka attacks, choose 1 Forward you control. Until the end of the turn, it gains +1000 power for each Forward you control.", "%Status Reels% {s}{a}: Choose 1 Forward. Until the end of the turn, it loses all its abilities and its power becomes 1000."], "name": "Wakka", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/216.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Blitzballer", "cost": 4, "serial_number": "1-216", "current_price": {"date": "2019-01-26T00:01:17.366406Z", "foil_low_price": "2.42", "foil_market_price": "3.56", "regular_low_price": "0.05", "regular_market_price": "0.56"}, "datastore_id": 4980978934087680, "element": "Water", "type": "Forward", "octgn_id": "69a59a48-8aec-4fbf-bd38-458861847f18"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Irvine enters the field, choose 1 Forward. Deal it 6000 damage."], "name": "Irvine", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/001_6fceaeff-72e3-492e-88b3-a3f65db922aa.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Sniper", "cost": 3, "serial_number": "2-001", "current_price": {"date": "2019-01-09T01:00:44.155853Z", "foil_low_price": "0.33", "foil_market_price": "0.37", "regular_low_price": "0.14", "regular_market_price": "0.24"}, "datastore_id": 5699257587728384, "element": "Fire", "type": "Backup", "octgn_id": "1d9a1f38-53a4-4821-ac1d-dddc1656bd59"}, {"category": "VIII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 6000 damage."], "name": "Ifrit", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/002_fc1cb5cc-32cc-459c-b4d1-2161a2e58b90.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "2-002", "current_price": {"date": "2019-01-24T00:03:03.038803Z", "foil_low_price": "0.49", "foil_market_price": "0.56", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5639274879778816, "element": "Fire", "type": "Summon", "octgn_id": "8d36d83e-5943-43bb-a44c-f4f79a2acf72"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Ward attacks, Ward gains +3000 power until the end of the turn."], "name": "Ward", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/003_b04503e8-8ea1-4d4a-b02d-58ef0da7c252.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Warrior", "cost": 3, "serial_number": "2-003", "current_price": {"date": "2019-01-09T01:01:11.156373Z", "foil_low_price": "0.1", "foil_market_price": "0.18", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 5744125232021504, "element": "Fire", "type": "Forward", "octgn_id": "75c36b0b-349e-4340-862a-128a6497dcc4"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When your opponent controls 2 or more Fowards, Ephemeral Phantom gains +2000 power."], "name": "Ephemeral Phantom", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/004_9ba6bb16-549e-4ab9-b4a0-3934d046eb20.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Manikin", "cost": 2, "serial_number": "2-004", "current_price": {"date": "2019-01-09T01:01:22.456897Z", "foil_low_price": "0.1", "foil_market_price": "0.32", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5765606242516992, "element": "Fire", "type": "Forward", "octgn_id": "90166d9c-0191-45fc-b9b8-e18c254e283f"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Sage enters the field, choose 1 Forward. It gains *Haste* until the end of the turn."], "name": "Sage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/005_b8ff0a3f-0102-455a-8fa7-85f454bcd337.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "2-005", "current_price": {"date": "2019-01-09T01:00:52.249210Z", "foil_low_price": "0.92", "foil_market_price": "0.92", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5712536552865792, "element": "Fire", "type": "Backup", "octgn_id": "9c3396be-11a2-4381-858e-e547c7646b19"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Sazh attacks, choose 1 Forward opponent controls. Deal it 1000 damage for each point of damage you have received."], "name": "Sazh", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/006_e437b3f5-f7de-4b44-97b4-b70999a3788c.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ravager", "cost": 2, "serial_number": "2-006", "current_price": {"date": "2019-01-24T00:03:11.842146Z", "foil_low_price": "1.1", "foil_market_price": "1.83", "regular_low_price": "0.12", "regular_market_price": "0.28"}, "datastore_id": 5652786310021120, "element": "Fire", "type": "Forward", "octgn_id": "d9a03db4-e8fb-4034-8a89-551ae4790771"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["You can only pay with Fire CP to play Emperor Xande onto the field.", "When Emperor Xande attacks, choose 1 Forward opponent controls. Deal it 5000 damage.", "When Emperor Xande is put from the field into the Break Zone, choose 1 forward opponent controls. Deal it 9000 damage."], "name": "Emperor Xande", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/007_0906781b-af9f-4897-84d2-7fd73077a14f.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Emporer", "cost": 5, "serial_number": "2-007", "current_price": {"date": "2019-01-09T01:00:54.855915Z", "foil_low_price": "5.6", "foil_market_price": "5.96", "regular_low_price": "4.25", "regular_market_price": "4.33"}, "datastore_id": 5717271485874176, "element": "Fire", "type": "Forward", "octgn_id": "bfba906a-8303-45a1-9aca-744addc6995e"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Zell attacks, choose 1 Forwards of cost 3 or less opponent controls. It cannot block this turn."], "name": "Zell", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/008_53676f65-3e57-4a5c-90dd-2bee2a016eb1.jpg", "rarity": "Common", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 3, "serial_number": "2-008", "current_price": {"date": "2019-01-09T01:00:30.949117Z", "foil_low_price": "0.1", "foil_market_price": "0.15", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5675267779461120, "element": "Fire", "type": "Forward", "octgn_id": "773db22b-c05c-44e1-8d31-2b6dd5afbc9d"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["{f}{f}{d}: Choose 1 attacking Forward. It gains +2000 power until the end of the turn."], "name": "Selphie", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/009_dc49aa77-e6a2-44be-bd91-4c6ac1026f93.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 2, "serial_number": "2-009", "current_price": {"date": "2019-01-24T00:03:20.827873Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.5", "regular_market_price": "N/A"}, "datastore_id": 5663998322147328, "element": "Fire", "type": "Backup", "octgn_id": "74d610d1-682b-46ec-8227-b1a804f3f299"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{f}: Warrior gains +1000 power until the end of the turn."], "name": "Warrior", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/010_8ded9060-a6bd-412f-9fd7-7fb323031f12.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "2-010", "current_price": {"date": "2019-01-26T00:01:26.551167Z", "foil_low_price": "0.08", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5076324926357504, "element": "Fire", "type": "Forward", "octgn_id": "7ad624f1-7231-420c-bda6-5f009dfadbef"}, {"category": "DFF-VII", "is_ex_burst": false, "abilities": ["When Tifa attacks, choose 1 Forward. It cannot block this turn.", "%Falcon's Dive% {s}{f}{f}{f}: All Forwards of cost 3 or less cannot block this turn."], "name": "Tifa", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/011_332fa005-bb68-4912-a07d-dcc706ce3167.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Martial Artist", "cost": 5, "serial_number": "2-011", "current_price": {"date": "2019-01-09T01:01:03.187116Z", "foil_low_price": "4.84", "foil_market_price": "4.82", "regular_low_price": "3.25", "regular_market_price": "2.65"}, "datastore_id": 5730450056151040, "element": "Fire", "type": "Forward", "octgn_id": "ff6dbd90-573b-4162-be7d-56f1e277cf48"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{d}, put Tellah into the Break Zone: Choose 1 Forward. Deal it 9000 damage."], "name": "Tellah", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/012_caa9ddbb-c4a6-4063-9171-28a5dc0357ef.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Sage", "cost": 4, "serial_number": "2-012", "current_price": {"date": "2019-01-09T01:00:56.960909Z", "foil_low_price": "0.1", "foil_market_price": "0.39", "regular_low_price": "0.04", "regular_market_price": "0.11"}, "datastore_id": 5719238044024832, "element": "Fire", "type": "Backup", "octgn_id": "8bb824de-937b-4de7-b36b-f2e52e7871b8"}, {"category": "III", "is_ex_burst": false, "abilities": ["*First Strike*", "When Ninja is blocked, deal the blocking Forward 2000 damage."], "name": "Ninja", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/013_310dead9-b312-4a7e-b6dd-f60bf36c7c90.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "2-013", "current_price": {"date": "2019-01-09T01:01:07.757894Z", "foil_low_price": "0.1", "foil_market_price": "0.23", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 5737664527466496, "element": "Fire", "type": "Forward", "octgn_id": "cf32a357-e753-4ae5-b178-32dbb9851feb"}, {"category": "XII", "is_ex_burst": false, "abilities": ["If you control [Card Name (Ashe)], Basch gains +2000 power.", "%Flame Purge% {s}{f}{f}{f}{2}{d}: Choose up to 2 Forwards. Deal them 9000 damage."], "name": "Basch", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/014_7d7231d5-e1de-49e7-b1ee-0f010d6dbf40.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Captain", "cost": 3, "serial_number": "2-014", "current_price": {"date": "2019-01-09T01:01:15.460043Z", "foil_low_price": "0.3", "foil_market_price": "0.42", "regular_low_price": "0.05", "regular_market_price": "0.18"}, "datastore_id": 5750790484393984, "element": "Fire", "type": "Forward", "octgn_id": "ad767aa9-e913-4cc3-b5f1-11c83584ea6d"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Palom enters your field other than from your hand, choose 1 Forward. You may deal it 7000 damage.", "%Comet% {s}{d}, *Dull* 1 active [Card Name (Porom)]: Deal your opponent 1 point of damage."], "name": "Palom", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/015_15f4401c-a346-48d4-ad4d-139fa6facda8.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Black Mage", "cost": 3, "serial_number": "2-015", "current_price": {"date": "2019-01-24T00:03:11.444843Z", "foil_low_price": "0.3", "foil_market_price": "0.33", "regular_low_price": "0.05", "regular_market_price": "0.13"}, "datastore_id": 5652383656837120, "element": "Fire", "type": "Forward", "octgn_id": "96a05ef6-e750-4b9a-919a-c82f802bc7fe"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Palom attacks, choose 1 Forward opponent controls. Deal it 2000 damage.", "When Palom deals damage to your opponent, or when the Forward damaged by Palom is put from the field into the Break Zone during the same turn, you may put Palom into the Break Zone. If you do so, *search* for 1 [Card Name (Palom)] and play it onto the field."], "name": "Palom", "power": 1000, "image": "https://storage.googleapis.com/ffdecks-card-images/016_ed8544d8-cc0a-473b-a6a3-a7a6853007af.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Apprentice Mage", "cost": 1, "serial_number": "2-016", "current_price": {"date": "2019-01-24T00:03:18.239732Z", "foil_low_price": "0.15", "foil_market_price": "0.3", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5659118702428160, "element": "Fire", "type": "Forward", "octgn_id": "35c185f2-20fe-4b8b-a2be-02779b416f28"}, {"category": "XII", "is_ex_burst": false, "abilities": ["{f}{1}: Deal all the Forwards opponent controls 1000 damage.", "When Bergan is chosen by a Summon, put Bergan into the Break Zone."], "name": "Bergan", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/017_d44037b5-cd8b-4c3c-9f06-e9f19c0cfd0d.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Judge", "cost": 4, "serial_number": "2-017", "current_price": {"date": "2019-01-09T01:00:33.979159Z", "foil_low_price": "0.1", "foil_market_price": "0.18", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5679413765079040, "element": "Fire", "type": "Forward", "octgn_id": "56630bc1-50b4-4e8f-bb08-ffc4fd685b3e"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Summoner into the Break Zone: If a Forward receives damage this turn, the damage increases by 1000 instead."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/018_61b8cae7-0a80-4ace-8474-c509f83d95b6.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-018", "current_price": {"date": "2019-01-09T01:01:18.154405Z", "foil_low_price": "0.13", "foil_market_price": "0.2", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5759409141579776, "element": "Fire", "type": "Backup", "octgn_id": "8e3504a7-e7b2-4a5e-9f8c-eb70841cf44d"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Until the end of the turn, it gains +1000 power, *Haste* and *First Strike*. Draw 1 card."], "name": "Belias, the Gigas", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/019_edbfe4b7-85db-4893-b574-40e15fec750f.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "2-019", "current_price": {"date": "2019-01-26T00:03:01.553459Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.47", "regular_market_price": "0.27"}, "datastore_id": 5648554290839552, "element": "Fire", "type": "Summon", "octgn_id": "db926ccf-3bd5-41d5-81aa-877b4f55f9e5"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Imitation Liegeman enters the field, choose 1 Forward opponent controls. Deal it 2000 damage. If you control a [Job (Manakin)] other than Imitation Liegeman, deal it 5000 damage instead."], "name": "Imitation Liegeman", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/020_441a4b1c-19ec-4697-a13a-cf7d829fe545.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 3, "serial_number": "2-020", "current_price": {"date": "2019-01-09T01:00:42.056276Z", "foil_low_price": "0.09", "foil_market_price": "0.18", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5696605713858560, "element": "Fire", "type": "Forward", "octgn_id": "2c18702c-3229-40e7-9619-d9f81a1b40aa"}, {"category": "XII", "is_ex_burst": false, "abilities": ["{f}{f}{d}: Choose 1 Forward. Deal it 1000 damage for each [Job (Moogle)] you control."], "name": "Montblanc", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/021_3243c999-56bc-4f32-b737-5ab3662b78a8.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "2-021", "current_price": {"date": "2019-01-26T00:02:58.444972Z", "foil_low_price": "0.1", "foil_market_price": "0.22", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5641142922117120, "element": "Fire", "type": "Backup", "octgn_id": "77649e10-3f94-4e42-945a-57449818fd63"}, {"category": "III", "is_ex_burst": false, "abilities": ["The [Job (Standard Unit)] Forwards you control gain *Haste*."], "name": "Luneth", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/022_73e73502-9da5-4344-8fda-f714285284e7.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 3, "serial_number": "2-022", "current_price": {"date": "2019-01-24T00:02:13.532371Z", "foil_low_price": "0.25", "foil_market_price": "0.53", "regular_low_price": "0.09", "regular_market_price": "0.14"}, "datastore_id": 5181175278600192, "element": "Fire", "type": "Forward", "octgn_id": "defc536e-2019-415a-8b97-b18b8d9e97dd"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Rubicante attacks, *activate* all of the Forwards opponent controls.", "%Barrier Shift% {s}{f}: Name 1 Element. Rubicante cannot be chosen by Summons or abilities of the named Element this turn."], "name": "Rubicante", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/023_b7f93a5c-4fa4-411a-a177-fc686ad4fa83.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Archfiend", "cost": 4, "serial_number": "2-023", "current_price": {"date": "2019-01-26T00:02:04.261469Z", "foil_low_price": "0.5", "foil_market_price": "0.6", "regular_low_price": "0.1", "regular_market_price": "0.32"}, "datastore_id": 5156288090603520, "element": "Fire", "type": "Forward", "octgn_id": "80aebd4e-0bbb-4af8-80c9-803d36fa58da"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If Rosso receives damage, reduce the damage by half instead (numbers are rounded up to units of 1000)."], "name": "Rosso", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/024_de309807-5e34-4ab4-b480-e0b64f5fad10.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Tsviets", "cost": 3, "serial_number": "2-024", "current_price": {"date": "2019-01-09T01:01:12.761683Z", "foil_low_price": "0.3", "foil_market_price": "0.39", "regular_low_price": "0.04", "regular_market_price": "0.12"}, "datastore_id": 5745865499082752, "element": "Fire", "type": "Forward", "octgn_id": "ebc5da8e-42d0-4196-b2bd-28b71de03723"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Weiss enters the field, you may play 1 Ice Forward of cost 3 or less from your hand onto the field.", "When Weiss attacks, Weiss gains +2000 power until the end of the turn."], "name": "Weiss", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/025_92856db3-470d-4624-9869-e231c33dcafa.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Tsviets", "cost": 6, "serial_number": "2-025", "current_price": {"date": "2019-01-09T01:00:59.567693Z", "foil_low_price": "0.25", "foil_market_price": "0.31", "regular_low_price": "0.05", "regular_market_price": "0.11"}, "datastore_id": 5725107787923456, "element": "Ice", "type": "Forward", "octgn_id": "89711e0a-a617-44ac-a1bd-b55f2bf693b9"}, {"category": "XII", "is_ex_burst": false, "abilities": ["The Forwards of cost 5 or more opponent controls won't *activate* at the controller's Active Phase.", "When Vayne enters the field, *dull* all the Forwards of cost 5 or more opponent controls.", "%Force of Will% {s}{i}{i}: *Freeze* all the Forwards opponent controls."], "name": "Vayne", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/026_7cf29062-4f1e-4497-b8cb-240337876572.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Consul", "cost": 4, "serial_number": "2-026", "current_price": {"date": "2019-01-09T01:00:37.451500Z", "foil_low_price": "6.02", "foil_market_price": "7.25", "regular_low_price": "4.5", "regular_market_price": "4.93"}, "datastore_id": 5689413791121408, "element": "Ice", "type": "Forward", "octgn_id": "fb737233-7ae7-4521-8a14-d1fdbd1c5b7c"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{i}{d}: Choose 1 *dull* forward. Deal it 2000 damage."], "name": "Scholar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/027_a5928576-e3fd-49f3-83d5-2692a26f3790.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-027", "current_price": {"date": "2019-01-26T00:02:11.467896Z", "foil_low_price": "0.1", "foil_market_price": "0.2", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5174714574045184, "element": "Ice", "type": "Backup", "octgn_id": "5c20a9e0-b4a3-4a33-816a-9e33c6112d7d"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Semblance of a Lion blocks or is blocked, choose 1 Forward. Deal it 2000 damage."], "name": "Semblance of a Lion", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/028_c5aeaab2-bda2-4585-94a4-e002a15ef833.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 2, "serial_number": "2-028", "current_price": {"date": "2019-01-24T00:01:28.924141Z", "foil_low_price": "0.15", "foil_market_price": "0.17", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5089836356599808, "element": "Ice", "type": "Forward", "octgn_id": "aaf17932-f416-4fdf-85e1-1e08158207f6"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Imaginary Champion enters the field, each player discard 1 card from his/her hand."], "name": "Imaginary Champion", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/029_8c00c3cd-2c68-48e2-b277-341e328632dd.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 3, "serial_number": "2-029", "current_price": {"date": "2019-01-24T00:02:18.716823Z", "foil_low_price": "0.17", "foil_market_price": "0.16", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5187840530972672, "element": "Ice", "type": "Forward", "octgn_id": "699c16f1-896c-4417-87de-bb7a50ebf485"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{i}{i}{d}: Choose 1 Forward. *Dull* it."], "name": "Edward", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/030_3de0ddae-902b-40de-ba6b-7d792548f085.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Bard", "cost": 4, "serial_number": "2-030", "current_price": {"date": "2019-01-26T00:01:31.339904Z", "foil_low_price": "0.19", "foil_market_price": "0.21", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 5089433703415808, "element": "Ice", "type": "Backup", "octgn_id": "64a13826-f834-46ea-b087-d38e2418f7ce"}, {"category": "IV", "is_ex_burst": false, "abilities": ["All Forwards lose *Haste*.", "Forwards cannot gain *Haste*."], "name": "Edward", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/031_7b9370f4-2e69-4326-b262-6bfd31dc4f30.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Bard", "cost": 2, "serial_number": "2-031", "current_price": {"date": "2019-01-24T00:01:43.044308Z", "foil_low_price": "0.1", "foil_market_price": "0.15", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5116463811657728, "element": "Ice", "type": "Forward", "octgn_id": "60f11a52-5d5c-4524-ac7d-a570423c6f1e"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Bard enters the field, *dull* all the Backups opponent controls."], "name": "Bard", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/032_aecc19e7-0313-4436-8202-8d0b8d0edbad.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "2-032", "current_price": {"date": "2019-01-26T00:02:02.654076Z", "foil_low_price": "0.15", "foil_market_price": "0.19", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5154321532452864, "element": "Ice", "type": "Backup", "octgn_id": "7abf5341-f859-4588-b702-474ecc22e2d2"}, {"category": "III", "is_ex_burst": false, "abilities": ["Put Black Mage into the Break Zone: No Forward of cost 3 or less can attack this turn."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/033_52321384-7b8e-41e0-9235-886688d4062f.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 3, "serial_number": "2-033", "current_price": {"date": "2019-01-09T01:00:36.253303Z", "foil_low_price": "0.08", "foil_market_price": "0.43", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5684666375864320, "element": "Ice", "type": "Backup", "octgn_id": "009c7c0a-e805-4e37-89d2-30d563898b55"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Zargabaath enters the field, you may play a Forward of any Element except Ice and of cost 3 or less from your hand onto the field."], "name": "Zargabaath", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/034_9b230a62-d791-4a89-85e2-913cd4e32d63.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Judge", "cost": 3, "serial_number": "2-034", "current_price": {"date": "2019-01-24T00:01:50.030652Z", "foil_low_price": "0.22", "foil_market_price": "0.23", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5133655760437248, "element": "Ice", "type": "Forward", "octgn_id": "123c71a2-8762-4bb7-8f25-ccd0369609db"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Shelke enters the field, you may play a Forward of any Element except Ice and of cost 2 or less from your hand onto the field. If you do so, your opponent discards 1 card from his/her hand."], "name": "Shelke", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/035_7908949a-a158-48c2-b861-2b3bef5bbae7.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Tsviets", "cost": 3, "serial_number": "2-035", "current_price": {"date": "2019-01-09T01:01:20.852693Z", "foil_low_price": "0.99", "foil_market_price": "1.49", "regular_low_price": "0.19", "regular_market_price": "0.42"}, "datastore_id": 5763263606292480, "element": "Ice", "type": "Forward", "octgn_id": "1db46c3e-3b70-4df0-9925-7118aa5d2ebe"}, {"category": "VII", "is_ex_burst": false, "abilities": ["The [Card Name (Shelke)] you control gains +2000 power.", "{d}, put Shalua into the Break Zone: The next damage dealt to [Card Name (Shelke)] becomes 0 this turn."], "name": "Shalua", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/036_9f653fa9-1cee-42a1-9ff0-e6917e451748.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Scientist", "cost": 2, "serial_number": "2-036", "current_price": {"date": "2019-01-26T00:01:52.060857Z", "foil_low_price": "0.1", "foil_market_price": "0.14", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5136307634307072, "element": "Ice", "type": "Backup", "octgn_id": "a8d886d5-f0bd-4431-98b9-de6d3265e61c"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Backups dont deal damage to the Forwards you control."], "name": "Jihl Nabaat", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/037_369066b5-0e9a-44f2-8263-ff93fe658f93.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "PSICOM", "cost": 2, "serial_number": "2-037", "current_price": {"date": "2019-01-26T00:01:27.456935Z", "foil_low_price": "1.39", "foil_market_price": "1.39", "regular_low_price": "0.1", "regular_market_price": "0.14"}, "datastore_id": 5078192968695808, "element": "Ice", "type": "Backup", "octgn_id": "43213056-3c12-4441-be17-ed5c0d55bfb7"}, {"category": "DFF-VIII", "is_ex_burst": false, "abilities": ["*First Strike*", "For each *dull* Character opponent controls, Squall gains +1000 power.", "When Squall attacks, *dull* all the Backups opponent controls."], "name": "Squall", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/038_c3dbbfd1-3a76-4d63-8502-0a97062cf598.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 5, "serial_number": "2-038", "current_price": {"date": "2019-01-24T00:02:06.933049Z", "foil_low_price": "1.75", "foil_market_price": "1.91", "regular_low_price": "1.0", "regular_market_price": "1.66"}, "datastore_id": 5167500102729728, "element": "Ice", "type": "Forward", "octgn_id": "0ae76652-c5d2-496a-a3ee-39412d469c67"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Capricious Reaper is chosen by your opponent's summons or abilities, your opponent discards 1 card from his/her hand."], "name": "Capricious Reaper", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/039_a3af1f6c-cef6-4389-aeba-08a13021d8b2.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 4, "serial_number": "2-039", "current_price": {"date": "2019-01-09T01:02:23.248187Z", "foil_low_price": "0.5", "foil_market_price": "0.88", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6307075185442816, "element": "Ice", "type": "Forward", "octgn_id": "92f7c6be-6155-4a36-a652-7750adbf427e"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. It loses *Haste* and *First Strike* until the end of the turn"], "name": "Time Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/040_a1636a02-18ae-4c79-a787-3c49efbe5697.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-040", "current_price": {"date": "2019-01-09T01:02:15.749436Z", "foil_low_price": "0.05", "foil_market_price": "0.19", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 6282187997446144, "element": "Ice", "type": "Backup", "octgn_id": "ee3f1e3f-3b9d-4b29-a1a2-577cf621b199"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When a Backup you control is broken by your opponent's Summon or ability, your opponent puts 1 Character from his field into the Break Zone."], "name": "Doctor Cid", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/041_3e23e7d2-4d37-429d-9755-4ccbf00ffa25.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Research Chief", "cost": 2, "serial_number": "2-041", "current_price": {"date": "2019-01-09T01:00:48.659483Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "1.4", "regular_market_price": "N/A"}, "datastore_id": 5706803308396544, "element": "Ice", "type": "Backup", "octgn_id": "a7ef63a3-d788-493f-8d3b-6a26aa9ad20e"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control [Card Name (Weiss)], Nero gains +1000 power.", "When Nero blocks or is blocked, choose 1 Forward. *Freeze* it."], "name": "Nero", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/042_9f5658de-d321-4e12-9e17-b25caffd3b20.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Tsviets", "cost": 3, "serial_number": "2-042", "current_price": {"date": "2019-01-24T00:02:25.230936Z", "foil_low_price": "0.1", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5202656289095680, "element": "Ice", "type": "Forward", "octgn_id": "4c63430f-e88d-4bca-acb4-f957d1ea2ee2"}, {"category": "XII", "is_ex_burst": false, "abilities": ["{i}{i}{d}: *Dull* all the Forwards with a cost equal to the number of [Job (Moogle)] you control."], "name": "Hurdy", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/043_c1dc61da-c362-4b20-80c9-d3943f8fbeb2.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "2-043", "current_price": {"date": "2019-01-24T00:02:05.025358Z", "foil_low_price": "0.19", "foil_market_price": "0.27", "regular_low_price": "0.02", "regular_market_price": "0.07"}, "datastore_id": 5162157834502144, "element": "Ice", "type": "Backup", "octgn_id": "8dc03187-4e51-4ca2-8538-100dba1672a8"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} Opponent puts 1 attacking Forward into the Break Zone."], "name": "Mateus, the Corrupt", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/044_7736189f-6e9b-4bf7-8ec8-a967dcda12eb.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 5, "serial_number": "2-044", "current_price": {"date": "2019-01-24T00:03:19.740026Z", "foil_low_price": "2.36", "foil_market_price": "2.82", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 5662543133540352, "element": "Ice", "type": "Summon", "octgn_id": "a92852c1-4378-44ba-bcdb-c669b749f6ff"}, {"category": "VIII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it damage equal to its power minus 1000."], "name": "Moomba", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/045_83778345-70a1-4574-92f7-9a1553d42ccb.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "2-045", "current_price": {"date": "2019-01-09T01:02:21.746086Z", "foil_low_price": "0.2", "foil_market_price": "0.47", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 6300614480887808, "element": "Ice", "type": "Summon", "octgn_id": "b1359a38-97e3-4cc0-a689-dd0e2aa1d930"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["*First Strike*", "When Laguna attacks, choose 1 *dull* Forward opponent controls. *Freeze* it."], "name": "Laguna", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/046_6f0dd2cd-307a-483e-b4b5-83a852940eff.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Marksman", "cost": 3, "serial_number": "2-046", "current_price": {"date": "2019-01-09T01:00:32.058653Z", "foil_low_price": "0.1", "foil_market_price": "0.25", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5676830073815040, "element": "Ice", "type": "Forward", "octgn_id": "f9bc9be5-55ea-404e-a670-ef3e5d2a2b0c"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["For each [Category (VIII)] Forward other than Rinoa you control, Rinoa gains +1000 power.", "When Rinoa is put from the field into the Break Zone, *dull* all the Forwards opponent controls.", "%Wishing Star% {s}{i}{d}: Choose 1 Forward and 1 Backup. *Dull* them and *Freeze* them."], "name": "Rinoa", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/047_dcfc424b-b4a6-43ed-8a6d-853766a89489.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Resistance Fighter", "cost": 3, "serial_number": "2-047", "current_price": {"date": "2019-01-09T01:01:56.671119Z", "foil_low_price": "19.76", "foil_market_price": "21.85", "regular_low_price": "11.0", "regular_market_price": "12.41"}, "datastore_id": 6215333610258432, "element": "Ice", "type": "Forward", "octgn_id": "8f794691-306a-4fef-a2e8-b444b2d50c64"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Rinoa enters the field, you may *search* for 1 [Category (VIII)] Forward and add it to your hand."], "name": "Rinoa", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/048_6df57c21-3c67-4839-aa64-a6c131c5cf33.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Resistance Fighter", "cost": 3, "serial_number": "2-048", "current_price": {"date": "2019-01-09T01:02:04.864579Z", "foil_low_price": "0.45", "foil_market_price": "0.91", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 6242363718500352, "element": "Ice", "type": "Backup", "octgn_id": "fdbc2fe8-7123-452b-bb5e-047aafa89743"}, {"category": "IV", "is_ex_burst": false, "abilities": ["Select 1 of the 3 following actions.", "\"Choose up to 2 Forwards. *Activate* them.\"", "\"Choose up to 5 Backups. *Activate* them.\"", "\"Choose 1 Character card of cost 2 or less in your Break Zone. Add it to your hand.\""], "name": "Asura", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/049_536575ce-a2d3-4a25-abb7-47a5e15bdca1.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "2-049", "current_price": {"date": "2019-01-24T00:02:21.534082Z", "foil_low_price": "3.6", "foil_market_price": "4.7", "regular_low_price": "1.99", "regular_market_price": "2.03"}, "datastore_id": 5196459188158464, "element": "Wind", "type": "Summon", "octgn_id": "14d57f7c-e18e-4e61-956e-54b913012616"}, {"category": "III", "is_ex_burst": false, "abilities": ["The [Job (Standard Unit)] Forwards you control gain +1000 power."], "name": "Arc", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/050_6b3dcce8-99bb-476d-8c35-c23b29d350fd.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 2, "serial_number": "2-050", "current_price": {"date": "2019-01-09T01:02:14.558003Z", "foil_low_price": "2.59", "foil_market_price": "3.72", "regular_low_price": "1.99", "regular_market_price": "2.65"}, "datastore_id": 6280221439295488, "element": "Wind", "type": "Backup", "octgn_id": "65e9647a-4a82-4615-929f-23b1cdfc1802"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Vaan attacks, choose 1 Forward you control. You may return 1 Backup of cost 2 or less you control to its owner's hand. If you do, *activate* the Forward.", "%White Whorl% {s}{w}: *Activate* all the Wind Characters you control."], "name": "Vaan", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/051_a2dd0b2b-9dcd-43f3-a298-19b9b2083de2.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Sky Pirate", "cost": 4, "serial_number": "2-051", "current_price": {"date": "2019-01-26T00:01:46.762324Z", "foil_low_price": "1.49", "foil_market_price": "2.41", "regular_low_price": "0.8", "regular_market_price": "0.88"}, "datastore_id": 5121716422443008, "element": "Wind", "type": "Forward", "octgn_id": "1f20ca9d-002d-4351-8937-92b5237791cf"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Vaan enters the field or attacks, choose 1 Backup you control. *Activate* it."], "name": "Vaan", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/052_7b0674be-4b34-45b9-b71f-e9bf802f2c5d.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Sky Pirate", "cost": 1, "serial_number": "2-052", "current_price": {"date": "2019-01-24T00:01:40.740433Z", "foil_low_price": "0.1", "foil_market_price": "0.14", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5112317826039808, "element": "Wind", "type": "Forward", "octgn_id": "1d5027af-e835-49ba-adb5-f92ac23a85a9"}, {"category": "IV", "is_ex_burst": false, "abilities": ["The [Job (Ninja)] and [Card Name (Ninja)] Forwards other than Edge you control gain +1000 power and *First Strike*."], "name": "Edge", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/053_5e543ad4-ab80-4a45-bedd-d7ee3b80ddf5.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Ninja", "cost": 4, "serial_number": "2-053", "current_price": {"date": "2019-01-09T01:00:52.859646Z", "foil_low_price": "0.67", "foil_market_price": "0.74", "regular_low_price": "0.08", "regular_market_price": "0.17"}, "datastore_id": 5713573250596864, "element": "Wind", "type": "Forward", "octgn_id": "804b8186-eeae-43fc-9cda-0783bed5da4c"}, {"category": "IV", "is_ex_burst": false, "abilities": ["Edge cannot be blocked by a Forward of cost 4 or more.", "When Edge deals damage to your opponent, *activate* all the Backups you control."], "name": "Edge", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/054_a0427622-14ff-4774-8c13-ba06d2e979ef.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ninja", "cost": 2, "serial_number": "2-054", "current_price": {"date": "2019-01-26T00:01:38.070896Z", "foil_low_price": "0.14", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.11"}, "datastore_id": 5101048368726016, "element": "Wind", "type": "Forward", "octgn_id": "ebda5254-474c-4497-93b3-b6a22f5c6700"}, {"category": "XIV", "is_ex_burst": true, "abilities": ["{x} When Kan-E-Senna enters the field, choose 1 Forward of cost 5 or more opponent controls. Break it."], "name": "Kan-E-Senna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/055_fe80c7b9-7e5d-4c69-be1e-20f9ad9c43a7.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Praetor", "cost": 5, "serial_number": "2-055", "current_price": {"date": "2019-01-09T01:02:09.347547Z", "foil_low_price": "0.35", "foil_market_price": "0.39", "regular_low_price": "0.08", "regular_market_price": "0.17"}, "datastore_id": 6262207541149696, "element": "Wind", "type": "Backup", "octgn_id": "1225df52-c563-4ded-b77b-79eebf37b6ab"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Ranger into the Break Zone: Choose 1 Backup of cost 1. Break it."], "name": "Ranger", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/056_d5b31813-c0a6-44a1-8d22-12f481dee746.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-056", "current_price": {"date": "2019-01-26T00:01:09.363088Z", "foil_low_price": "0.1", "foil_market_price": "0.17", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 4899700301889536, "element": "Wind", "type": "Backup", "octgn_id": "86544a6c-bb8d-4094-8350-2db95aca8281"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{d}: Your opponent shows his/her hand."], "name": "Cid Pollendina", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/057_3226cd3e-f8b8-4226-a957-02b1e1cff868.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Engineer", "cost": 3, "serial_number": "2-057", "current_price": {"date": "2019-01-26T00:01:04.358670Z", "foil_low_price": "0.1", "foil_market_price": "0.15", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 4874813113892864, "element": "Wind", "type": "Forward", "octgn_id": "ce672af1-6ee8-47c0-b58a-41f6e347ce69"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When White Mage enters the field, choose up to 2 Wind Characters. *Activate* them."], "name": "White Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/058_6babe186-0885-468c-a696-6a09092f1344.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 3, "serial_number": "2-058", "current_price": {"date": "2019-01-24T00:01:56.025652Z", "foil_low_price": "0.15", "foil_market_price": "0.16", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 5143853354975232, "element": "Wind", "type": "Backup", "octgn_id": "957700b5-ed59-4262-82c7-a4fbd6e8b987"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["Capricious Thief cannot be blocked by a Forward of cost 5 or more.", "Capricious Thief cannot be chosen by your opponent's Summons or abilities during your opponent's turn."], "name": "Capricious Thief", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/059_3ef3f3bd-2b25-4073-9db7-bf6922f4939a.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 2, "serial_number": "2-059", "current_price": {"date": "2019-01-09T01:02:28.959083Z", "foil_low_price": "0.1", "foil_market_price": "0.15", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6328556195938304, "element": "Wind", "type": "Forward", "octgn_id": "2803afd0-5cfd-4c6d-8773-8738f6997f9c"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["*First Strike*", "The Forwards forming a party with Chocobo gain *First Strike*."], "name": "Chocobo", "power": 1000, "image": "https://storage.googleapis.com/ffdecks-card-images/060_a1831f84-c6fd-424a-8a2f-d6467503afcf.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "2-060", "current_price": {"date": "2019-01-26T00:02:14.756645Z", "foil_low_price": "0.28", "foil_market_price": "0.29", "regular_low_price": "0.09", "regular_market_price": "0.09"}, "datastore_id": 5182915545661440, "element": "Wind", "type": "Forward", "octgn_id": "16b7cc16-69ec-4f00-9b86-0e7c3e889da7"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{w}{w}: If Ninja deals damage to a Forward this turn, double the damage instead."], "name": "Ninja", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/061_a50b1802-6147-4740-b98e-4502e75b7de4.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 1, "serial_number": "2-061", "current_price": {"date": "2019-01-09T01:02:17.676342Z", "foil_low_price": "0.08", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6288057741344768, "element": "Wind", "type": "Forward", "octgn_id": "ccd11bbc-ac90-40f6-b056-0754d9fe8992"}, {"category": "XII", "is_ex_burst": false, "abilities": ["{w}{w}{d}: Choose up to the same number of Forwards as the ~Job Moogle~ you control. *Activate* them."], "name": "Nono", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/062_7f329627-7feb-43bf-9c05-a7f1cd4a9307.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "2-062", "current_price": {"date": "2019-01-09T01:00:55.461000Z", "foil_low_price": "0.08", "foil_market_price": "0.29", "regular_low_price": "0.04", "regular_market_price": "0.12"}, "datastore_id": 5717495361044480, "element": "Wind", "type": "Backup", "octgn_id": "961d933f-4bab-4ca0-aa94-9cea01293ef4"}, {"category": "X", "is_ex_burst": true, "abilities": ["{x} When Paine enters the field, you may *search* for one [Card Name (Yuna)] or 1 [Card Name (Rikku)] and add it to your hand."], "name": "Paine", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/063_c0624e49-2f4a-4160-8608-1bf31b3db4b0.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Gullwings", "cost": 3, "serial_number": "2-063", "current_price": {"date": "2019-01-24T00:01:46.638531Z", "foil_low_price": "0.43", "foil_market_price": "1.29", "regular_low_price": "0.05", "regular_market_price": "0.12"}, "datastore_id": 5126463837700096, "element": "Wind", "type": "Forward", "octgn_id": "49f0d803-7f94-4908-a28e-f4a781c4de6a"}, {"category": "IV", "is_ex_burst": false, "abilities": ["%Maelstrom% {s}{w}{w}{d}: Deal each Forward opponent controls damage equal to its power minus 1000."], "name": "Barbariccia", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/064_96e2565f-bd91-46cf-9bfb-b158b9cde89c.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Archfiend", "cost": 3, "serial_number": "2-064", "current_price": {"date": "2019-01-26T00:01:43.658271Z", "foil_low_price": "0.4", "foil_market_price": "0.87", "regular_low_price": "0.08", "regular_market_price": "0.23"}, "datastore_id": 5113880120393728, "element": "Wind", "type": "Forward", "octgn_id": "eba69cc3-7b18-4a68-8d2a-30a017108841"}, {"category": "XII", "is_ex_burst": false, "abilities": ["Whenever one of your Backups enters the field, *activate* Balthier.", "{d}: Choose 1 Forward. Deal it 2000 damage.", "%Fires of War% {s}{w}: Balthier cannot be chosen by a Summon or an ability this turn and gains *First Strike* until the end of the turn."], "name": "Balthier", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/065_1360b756-bd2c-4474-a550-b739105acd78.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Sky Pirate", "cost": 4, "serial_number": "2-065", "current_price": {"date": "2019-01-09T01:01:56.951562Z", "foil_low_price": "3.5", "foil_market_price": "5.17", "regular_low_price": "2.99", "regular_market_price": "3.18"}, "datastore_id": 6215736263442432, "element": "Wind", "type": "Forward", "octgn_id": "0d1bd2e9-6094-4fef-8b38-b3ec27f451f4"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Balthier enters the field, you may *search* for 1 [Card Name (Fran)] and add it to your hand."], "name": "Balthier", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/066_075614ad-9ede-4ed3-94f3-625b16d12356.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Sky Pirate", "cost": 3, "serial_number": "2-066", "current_price": {"date": "2019-01-09T01:02:25.165236Z", "foil_low_price": "0.14", "foil_market_price": "0.15", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 6313740437815296, "element": "Wind", "type": "Forward", "octgn_id": "bff80791-84d6-4a8b-8790-57302d344d9f"}, {"category": "XII", "is_ex_burst": false, "abilities": ["If all the Forwards you control have [Job (Sky Pirate)] or [Job (Pirate)], they gain +1000 power."], "name": "Penelo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/067_b3b97f89-ed4b-4295-ac8f-7f9c6adf2b23.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Dancer", "cost": 2, "serial_number": "2-067", "current_price": {"date": "2019-01-26T00:00:48.549951Z", "foil_low_price": "0.28", "foil_market_price": "0.34", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 4807958726705152, "element": "Wind", "type": "Backup", "octgn_id": "706cd1c1-81c6-4c88-8918-d1dd2382f5e1"}, {"category": "XII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 [Card Name (Balthier)]. It gains +1000 power until the end of the turn.", "{w}{d}: Choose 1 [Card Name (Balthier)]. It hains *Haste* until the end of the turn."], "name": "Fran", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/068_2f1c1ea1-9d11-47f2-b0b3-51aa549d05eb.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Sky Pirate", "cost": 2, "serial_number": "2-068", "current_price": {"date": "2019-01-26T00:00:54.060720Z", "foil_low_price": "0.2", "foil_market_price": "0.22", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 4834988834947072, "element": "Wind", "type": "Backup", "octgn_id": "d0357483-3511-4e09-97e8-6739652b9bdc"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Fallacious Wanderer enters the field, choose up to 2 Wind Characters you control. *Activate* them."], "name": "Fallacious Wanderer", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/069_bb76778a-7500-4d97-90bc-109dbde06ce6.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 3, "serial_number": "2-069", "current_price": {"date": "2019-01-24T00:00:59.648639Z", "foil_low_price": "0.11", "foil_market_price": "0.65", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 4872846555742208, "element": "Wind", "type": "Forward", "octgn_id": "86bcd5a6-1cf6-46f9-ba00-4118ac205e8a"}, {"category": "XII", "is_ex_burst": false, "abilities": ["Each Forward can only be blocked by a Forward with a cost inferior or equal to its own this turn."], "name": "Shemhazai, the Whisperer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/070_fc94fb31-db93-4b06-9a9f-97190cf1ffcc.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "2-070", "current_price": {"date": "2019-01-24T00:01:27.538612Z", "foil_low_price": "0.65", "foil_market_price": "0.65", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5085604337418240, "element": "Wind", "type": "Summon", "octgn_id": "2db3f9b8-37cb-4794-9d82-6b6b69a897c4"}, {"category": "X", "is_ex_burst": true, "abilities": ["{x} When Rikku enters the field, *activate* all the Forwards you control."], "name": "Rikku", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/071_e654a8fb-6f04-4819-bda1-92c3005754b9.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Gullwings", "cost": 2, "serial_number": "2-071", "current_price": {"date": "2019-01-09T01:02:05.871690Z", "foil_low_price": "1.5", "foil_market_price": "2.01", "regular_low_price": "0.05", "regular_market_price": "0.12"}, "datastore_id": 6247616329285632, "element": "Wind", "type": "Backup", "octgn_id": "7417b755-90ad-4d78-adb4-f7a1c0f0e45a"}, {"category": "XII", "is_ex_burst": false, "abilities": ["Reddas must attack once per turn if possible.", "When Reddas attacks, all the Forwards other than Reddas you control gain +1000 power until the end of the turn."], "name": "Reddas", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/072_44bc3d22-93e2-4692-940a-63bf0f33ee74.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Sky Pirate", "cost": 5, "serial_number": "2-072", "current_price": {"date": "2019-01-09T01:02:02.154022Z", "foil_low_price": "0.1", "foil_market_price": "0.12", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 6238217732882432, "element": "Wind", "type": "Forward", "octgn_id": "b2fe93dd-7434-4885-9618-7f058f53502f"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["For each point of damage you have received, Dark Knight gains +1000 power."], "name": "Dark Knight", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/073_bc212ec4-8b02-410f-b03b-18f946939528.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 4, "serial_number": "2-073", "current_price": {"date": "2019-01-09T01:02:08.649109Z", "foil_low_price": "0.1", "foil_market_price": "0.38", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6259555667279872, "element": "Earth", "type": "Forward", "octgn_id": "c934033e-f7e3-4ad9-9b8c-bf8cec7554cc"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["For each point of damage you have received, Warrior of Antiquity gains +1000 power.", "If you have received 6 points of damage, put Warrior of Antiquity into the Break Zone."], "name": "Warrior of Antiquity", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/074_25ad7e21-40b6-457a-ada3-3c3ffa8d03e2.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 3, "serial_number": "2-074", "current_price": {"date": "2019-01-24T00:02:24.036586Z", "foil_low_price": "0.09", "foil_market_price": "0.11", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5200313652871168, "element": "Earth", "type": "Forward", "octgn_id": "04f38f4c-fee1-4c5e-832d-02d06e26460e"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Ingus enters the field, you may play 1 [Job (Standard Unit)] of cost 2 or less from your hand onto the field."], "name": "Ingus", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/075_d9a600a0-1ee3-43a2-aa54-8afeb39dda60.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 4, "serial_number": "2-075", "current_price": {"date": "2019-01-24T00:02:00.221695Z", "foil_low_price": "0.5", "foil_market_price": "0.6", "regular_low_price": "0.2", "regular_market_price": "0.39"}, "datastore_id": 5150623297175552, "element": "Earth", "type": "Forward", "octgn_id": "ed331822-fed4-4d38-8a84-74d46fa17c33"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Vanille enters the field, you may play 1 Earth Forward of cost 4 or less from your hand onto the field."], "name": "Vanille", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/076_92b9a29e-007e-4bbe-a09c-f5a1e9f43cb5.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Medic", "cost": 6, "serial_number": "2-076", "current_price": {"date": "2019-01-09T01:01:59.357693Z", "foil_low_price": "0.25", "foil_market_price": "0.28", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6226948275568640, "element": "Earth", "type": "Forward", "octgn_id": "a5ade3b1-385c-4b3d-8bfa-707e653ef30a"}, {"category": "VII", "is_ex_burst": false, "abilities": ["Vincent cannot be broken by opposing Summons or abilities that don't deal damage.", "%Death Penalty% {s}{5}{d}: Choose as many Forwards as you want with a total cost of 7 or less. Break them."], "name": "Vincent", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/077_80585eaf-ffa9-434f-b97c-f2642be84aaa.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Gunslinger", "cost": 4, "serial_number": "2-077", "current_price": {"date": "2019-01-26T00:00:59.140584Z", "foil_low_price": "10.0", "foil_market_price": "12.86", "regular_low_price": "9.25", "regular_market_price": "9.46"}, "datastore_id": 4854832657596416, "element": "Earth", "type": "Forward", "octgn_id": "b2e29b5a-a0ef-477d-ae07-9651d1151a68"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Vincent attacks or blocks, you may pay 2. If you don't pay 2, Vincent breaks after the attack or the block and doesn't deal any damage.", "When Vincent attacks or blocks, choose 1 Forward. Deal it 4000 damage."], "name": "Vincent", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/078_6c13eb04-acd4-4d5f-ab93-4896ab494cb2.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Gunslinger", "cost": 4, "serial_number": "2-078", "current_price": {"date": "2019-01-09T01:01:54.552547Z", "foil_low_price": "0.08", "foil_market_price": "0.28", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 6202224833200128, "element": "Earth", "type": "Forward", "octgn_id": "fd8ab638-6d9d-48d6-a3aa-5ef690598a79"}, {"category": "X", "is_ex_burst": false, "abilities": ["The [Card Name (Logos)] and [Card Name (Leblanc)] you control gain +2000 power."], "name": "Ormi", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/079_89a34d77-a16a-4807-abd0-7e2bdcb81813.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Sphere Hunter", "cost": 2, "serial_number": "2-079", "current_price": {"date": "2019-01-09T01:01:46.859186Z", "foil_low_price": "0.1", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 6025600208732160, "element": "Earth", "type": "Forward", "octgn_id": "66b408f3-4c3a-41dd-96b5-c64ccaf381dc"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["Choose 1 Summon targeting a Character you control. Cancel its effect."], "name": "Carbuncle", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/080_6497108e-6b46-4f0e-9b44-81598f0f09ac.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "2-080", "current_price": {"date": "2019-01-09T01:02:11.550283Z", "foil_low_price": "0.17", "foil_market_price": "0.19", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6269753261817856, "element": "Earth", "type": "Summon", "octgn_id": "49262a53-0650-48db-9849-1d722a987ed8"}, {"category": "XII", "is_ex_burst": false, "abilities": ["The cost required to play Gabranth onto the field is reduced by 1 for each point of damage you have received.", "If you have received 6 points of damage or more, the Earth Forwards you control have *Brave*."], "name": "Gabranth", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/081_8a10bb7d-ee7e-4202-8238-8fa4688e1f1e.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Judge", "cost": 7, "serial_number": "2-081", "current_price": {"date": "2019-01-09T01:02:23.752612Z", "foil_low_price": "0.69", "foil_market_price": "1.42", "regular_low_price": "0.5", "regular_market_price": "0.82"}, "datastore_id": 6308815452504064, "element": "Earth", "type": "Forward", "octgn_id": "6fc1c231-47fe-4e7a-9afa-977cb1eaf02e"}, {"category": "III", "is_ex_burst": false, "abilities": ["{e}{d}: Choose 1 attacking Earth Forward. It gains +1000 power until the end of the turn."], "name": "Ranger", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/082_aa8c410e-d12e-44d9-aeef-92f4bc1af912.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-082", "current_price": {"date": "2019-01-26T00:02:03.069061Z", "foil_low_price": "0.09", "foil_market_price": "0.14", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5154545407623168, "element": "Earth", "type": "Backup", "octgn_id": "a4e0518d-c564-47f4-b9a2-34c26761089b"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{e}{e}{2}{d}, put Machinist into the Break Zone: Choose 1 *dull* Forward of cost 4 or less. Break it."], "name": "Machinist", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/083_3b5d0fc9-6ab9-419b-81cf-795b4ef71e27.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-083", "current_price": {"date": "2019-01-26T00:01:37.066754Z", "foil_low_price": "0.4", "foil_market_price": "0.67", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5099593180119040, "element": "Earth", "type": "Backup", "octgn_id": "3f2fff77-444c-4365-bd66-d89211f04e81"}, {"category": "X", "is_ex_burst": false, "abilities": ["The [Card Name (Ormi)] and [Card Name (Leblanc)] you control gain +2000 power."], "name": "Logos", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/084_816d3d1c-6b1f-4ef2-8868-f38665417c13.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Sphere Hunter", "cost": 3, "serial_number": "2-084", "current_price": {"date": "2019-01-24T00:01:59.437279Z", "foil_low_price": "0.1", "foil_market_price": "0.2", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5149586599444480, "element": "Earth", "type": "Forward", "octgn_id": "b54c257d-52b1-4622-8f3d-075b7ede7320"}, {"category": "IV", "is_ex_burst": false, "abilities": ["*Back Attack*"], "name": "Scarmiglione", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/085_4a573222-e0c5-49a1-aac4-2a074c431a6c.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Archfiend", "cost": 2, "serial_number": "2-085", "current_price": {"date": "2019-01-09T01:02:07.271049Z", "foil_low_price": "0.45", "foil_market_price": "1.06", "regular_low_price": "0.2", "regular_market_price": "0.3"}, "datastore_id": 6252363744542720, "element": "Earth", "type": "Forward", "octgn_id": "7f409b5c-179a-4c73-b60d-b91b8b0cf79a"}, {"category": "XII", "is_ex_burst": false, "abilities": ["{e}{e}{d}: Choose 1 blocking Forward. For each [Job (Moogle)] you control, it gains +1000 power until the end of the turn."], "name": "Sorbet", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/086_1736eedb-bd12-430c-88aa-cd028c024bbd.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "2-086", "current_price": {"date": "2019-01-26T00:01:08.760758Z", "foil_low_price": "0.19", "foil_market_price": "0.23", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 4893239597334528, "element": "Earth", "type": "Backup", "octgn_id": "d510b979-180f-4400-a2c8-59d81ae4a4cb"}, {"category": "XII", "is_ex_burst": false, "abilities": ["Name 1 Job or Element. Until the end of the turn, all Forwards you control gain +1000 power and are the named Job or Element."], "name": "Hashmal, Bringer of Order", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/087_e25ad8b1-ca93-41ea-9b13-576c7344171d.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "2-087", "current_price": {"date": "2019-01-26T00:00:48.869606Z", "foil_low_price": "0.39", "foil_market_price": "0.59", "regular_low_price": "0.05", "regular_market_price": "0.11"}, "datastore_id": 4808361379889152, "element": "Earth", "type": "Summon", "octgn_id": "34b7a219-4f1d-49ce-a69b-f37acc33f3a1"}, {"category": "XII", "is_ex_burst": false, "abilities": ["Ba'Gamnan cannot deal damage to your opponent. Opponent must block Ba'Gamnan if possible."], "name": "Ba'Gamnan", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/088_c5b33c84-29f1-43b8-8820-50c2a0ca3234.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Headhunter", "cost": 2, "serial_number": "2-088", "current_price": {"date": "2019-01-26T00:01:11.157694Z", "foil_low_price": "0.09", "foil_market_price": "0.15", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 4906365554262016, "element": "Earth", "type": "Forward", "octgn_id": "2e34d2e2-314b-430c-b2df-67d64d32c38a"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{e}{e}{d}, put Monk into the Break Zone: Choose 1 Forward. It gains +3000 power and *Brave* until the end of the turn."], "name": "Monk", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/089_30a641bd-1dbf-4cef-a24b-fa89cf90b5dc.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-089", "current_price": {"date": "2019-01-09T01:02:26.666616Z", "foil_low_price": "1.5", "foil_market_price": "1.77", "regular_low_price": "0.06", "regular_market_price": "0.13"}, "datastore_id": 6322359095001088, "element": "Earth", "type": "Backup", "octgn_id": "a5997eec-ccdf-4248-91fb-01c8623f27b3"}, {"category": "IV", "is_ex_burst": false, "abilities": ["For each [Card Name (Monk)] and [Job (Monk)] other than Yang you control, Yang gains +1000 power.", "If the power of Yang is 10000 or more, Yang gains *Brave*."], "name": "Yang", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/090_4487e307-4039-4332-be92-7a4700aaac36.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Monk", "cost": 5, "serial_number": "2-090", "current_price": {"date": "2019-01-09T01:01:56.358672Z", "foil_low_price": "0.1", "foil_market_price": "0.17", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6211504244260864, "element": "Earth", "type": "Forward", "octgn_id": "f7dc670e-edde-4523-a99f-8f18c75aea33"}, {"category": "IV", "is_ex_burst": false, "abilities": ["If you control a [Card Name (Monk)] or a [Job [Monk)] other than Yang, then Yang gains +2000 power and *Brave*."], "name": "Yang", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/091_57dd313a-d812-43cc-a64f-8da0230eaa20.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Monk", "cost": 2, "serial_number": "2-091", "current_price": {"date": "2019-01-26T00:00:55.061423Z", "foil_low_price": "0.15", "foil_market_price": "0.2", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 4840241445732352, "element": "Earth", "type": "Forward", "octgn_id": "e429e3bd-b193-4ab5-8aaa-ea2781358664"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["{d}: Choose 1 [Job (Manakin)] you control. It gains +2000 power until the end of the turn. When it is put from the field into the Break Zone this turn, break all the [Card Name (Phantasmal Harlequin)] you control."], "name": "Phantasmal Harlequin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/092_e20e6cef-9cfe-4d06-bfaf-57b4001fa9c9.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 2, "serial_number": "2-092", "current_price": {"date": "2019-01-24T00:00:48.445948Z", "foil_low_price": "0.15", "foil_market_price": "0.16", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 4830842849329152, "element": "Earth", "type": "Backup", "octgn_id": "61de5a33-c740-40e8-a2a6-038e1698e8b4"}, {"category": "XIV", "is_ex_burst": true, "abilities": ["{x} When Raubahn enters the field, choose 1 Forward you control and 1 Forward opponent controls. The first one deals the second damage equal to its power."], "name": "Raubahn", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/093_2110c1fd-6a95-47ac-bd11-b6d8d55e0c06.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Flame General", "cost": 4, "serial_number": "2-093", "current_price": {"date": "2019-01-09T01:02:27.873027Z", "foil_low_price": "4.1", "foil_market_price": "2.7", "regular_low_price": "1.0", "regular_market_price": "1.68"}, "datastore_id": 6326213559713792, "element": "Earth", "type": "Backup", "octgn_id": "a674a051-4ef6-41f9-924b-2323fc846ee7"}, {"category": "IV", "is_ex_burst": false, "abilities": ["You may use Rydia's special ability by discarding an Earth Summon instead of discarding a [Card Name (Rydia)] as part of the cost.", "%Gaea's Wrath% {s}{e}{e}{d}: Deal 7000 damage to Forwards of all Elements except Earth."], "name": "Rydia", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/094_dd24c8d3-2c4b-4ab7-994b-1f6a81cc8fe2.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Summoner", "cost": 3, "serial_number": "2-094", "current_price": {"date": "2019-01-26T00:02:46.860175Z", "foil_low_price": "0.44", "foil_market_price": "0.44", "regular_low_price": "0.16", "regular_market_price": "0.16"}, "datastore_id": 5462650255310848, "element": "Earth", "type": "Forward", "octgn_id": "6ad9b5a9-6a23-46d9-8727-ce17b4950c33"}, {"category": "IV", "is_ex_burst": true, "abilities": ["{x} When Rydia enters the field, choose 1 Earth Summon from your Break Zone. Add it to your hand."], "name": "Rydia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/095_cd2464d9-9699-4350-8a16-c83296f21dce.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Summoner", "cost": 4, "serial_number": "2-095", "current_price": {"date": "2019-01-24T00:01:05.918605Z", "foil_low_price": "0.2", "foil_market_price": "0.26", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 4901440568950784, "element": "Earth", "type": "Backup", "octgn_id": "ca522d30-8735-4bd4-ab7d-e01e81876307"}, {"category": "X", "is_ex_burst": false, "abilities": ["*Brave*", "{d}, put 1 [Card Name (Ormi)] or 1 [Card Name (Logos)] into the Break Zone: Leblanc cannot be broken this turn."], "name": "Leblanc", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/096_b5f2d6af-95fc-48b6-b6dc-4f764ae8e1d1.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Sphere Hunter", "cost": 4, "serial_number": "2-096", "current_price": {"date": "2019-01-09T01:02:14.854304Z", "foil_low_price": "0.28", "foil_market_price": "0.33", "regular_low_price": "0.07", "regular_market_price": "0.16"}, "datastore_id": 6280445314465792, "element": "Earth", "type": "Forward", "octgn_id": "322a2135-86ef-4a65-83a9-577a95fef7f4"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Al-Cid enters the field, choose 1 *active* Forward opponent controls. You may play 1 Lightning Forward of cost 3 or less from your hand onto the field. If you do so, deal it 6000 damage."], "name": "Al-Cid", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/097_2619c755-a3c7-4b43-bbd8-51d44af2fdff.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Agent", "cost": 4, "serial_number": "2-097", "current_price": {"date": "2019-01-09T01:02:12.969456Z", "foil_low_price": "15.5", "foil_market_price": "18.48", "regular_low_price": "6.99", "regular_market_price": "8.55"}, "datastore_id": 6275486506287104, "element": "Lightning", "type": "Forward", "octgn_id": "c5a13023-ab87-41ff-be52-599ba8c6e6ea"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Amon enters the field, choose 1 Foward opponent controls. *Dull* it.", "{d}: Choose 1 Forward. *Dull* it."], "name": "Amon", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/098_748e13c6-743d-42e9-bad4-575f6425b0ad.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Technologist", "cost": 4, "serial_number": "2-098", "current_price": {"date": "2019-01-09T01:01:36.549477Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "1.99", "regular_market_price": "2.6"}, "datastore_id": 5933858633547776, "element": "Lightning", "type": "Forward", "octgn_id": "3ac5b22e-e100-43da-b1e1-072c3666dd0f"}, {"category": "VIII", "is_ex_burst": true, "abilities": ["{x} When Edea enters the field, choose 1 Forward opponent controls with a cost inferior or equal to the number of Lightning Backups you control. Break it.", "%Death% {s}{l}{l}{l}{l}: Choose 1 Forward. Break it."], "name": "Edea", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/099_2415c2dc-13ec-41b7-9180-6e45e5eff02d.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Witch", "cost": 6, "serial_number": "2-099", "current_price": {"date": "2019-01-09T01:01:44.169587Z", "foil_low_price": "8.5", "foil_market_price": "9.26", "regular_low_price": "6.0", "regular_market_price": "7.04"}, "datastore_id": 5998746462584832, "element": "Lightning", "type": "Forward", "octgn_id": "e1eb6a81-ae12-4ee0-84bf-b7a99865c82c"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["Forwards of cost 5 or more cannot block."], "name": "Edea", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/100_96bb9bf8-03d9-4291-aad6-baaa1fe61ff2.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Witch", "cost": 4, "serial_number": "2-100", "current_price": {"date": "2019-01-09T01:02:13.658631Z", "foil_low_price": "0.66", "foil_market_price": "1.25", "regular_low_price": "0.08", "regular_market_price": "0.28"}, "datastore_id": 6276523204018176, "element": "Lightning", "type": "Backup", "octgn_id": "b990c7b9-0a40-4791-b54c-e3bec2b967ab"}, {"category": "DFF-V", "is_ex_burst": false, "abilities": ["When Exdeath enters the field, you may play 1 [Job (Manakin)] of cost 4 or less from your hand onto the field.", "The [Job (Manakin)] Forwards you control gain +1000 power.", "For each [Job (Manakin)] you control, Exdeath gains +1000 power."], "name": "Exdeath", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/101_06febc4c-55db-4ec0-97e4-c57cb052782e.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Wizard", "cost": 6, "serial_number": "2-101", "current_price": {"date": "2019-01-24T00:00:47.320413Z", "foil_low_price": "0.3", "foil_market_price": "0.82", "regular_low_price": "0.09", "regular_market_price": "0.43"}, "datastore_id": 4819573392015360, "element": "Lightning", "type": "Forward", "octgn_id": "de97f6bd-a730-4dad-96f3-59bee54768e8"}, {"category": "XII", "is_ex_burst": false, "abilities": ["{l}{l}{d}: Choose 1 *active* Forward opponent controls. Until the end of the turn, it loses 1000 power for each [Job (Moogle)] you control."], "name": "Gurdy", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/102_398fec22-2c1c-483d-8f22-7fa7a7691be3.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "2-102", "current_price": {"date": "2019-01-09T01:01:41.170672Z", "foil_low_price": "0.14", "foil_market_price": "0.2", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 5980732564439040, "element": "Lightning", "type": "Backup", "octgn_id": "7f2e4fdd-0f78-418e-bee3-2fb95ac78a75"}, {"category": "DFF-IV", "is_ex_burst": false, "abilities": ["*Haste*", "{1}{d}: Kain cannot be chosen by your opponent's Summons or abilities until the beginning of your next turn. At the beginning of your next Main Phase and until the end of the same turn, Kain's power will double. You can only use this ability during your turn."], "name": "Kain", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/103_73ea3fc2-517b-4ac8-a60b-779f1f6f703e.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dragoon", "cost": 3, "serial_number": "2-103", "current_price": {"date": "2019-01-09T01:01:55.160439Z", "foil_low_price": "0.6", "foil_market_price": "0.82", "regular_low_price": "0.2", "regular_market_price": "0.39"}, "datastore_id": 6204092875538432, "element": "Lightning", "type": "Forward", "octgn_id": "4cad673c-a9ac-4d88-8bf1-f158cac1e6ae"}, {"category": "IV", "is_ex_burst": false, "abilities": ["If you control [Card Name (Rosa)], Kain gains +2000 power, *Haste* and *First Strike*.", "The [Job (Dragoon)] and [Card Name (Dragoon)] Forwards other than Kain you control gain +2000 power."], "name": "Kain", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/104_e43110e5-5bda-4ec5-a750-707f80b2bbf1.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Dragoon", "cost": 4, "serial_number": "2-104", "current_price": {"date": "2019-01-09T01:02:18.953566Z", "foil_low_price": "1.39", "foil_market_price": "2.04", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 6293400009572352, "element": "Lightning", "type": "Forward", "octgn_id": "d4330fac-90be-42f9-816e-d9b9ee8661c0"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["If you control [Card Name (Laguna)], Kiros gains +2000 power and *Haste*."], "name": "Kiros", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/105_3e38a56f-ad90-4e7b-802c-d5a46b9ce58e.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Warrior", "cost": 3, "serial_number": "2-105", "current_price": {"date": "2019-01-24T00:00:57.337974Z", "foil_low_price": "0.16", "foil_market_price": "0.16", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4862378378264576, "element": "Lightning", "type": "Forward", "octgn_id": "cafe3824-b526-4cd0-b6a1-087ac6a904fd"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Gramis enters the field, you may *search* for 1 [Category (XII)] Forward and add it to your hand."], "name": "Gramis", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/106_ebb9b298-de83-40d1-b323-ee4fd37d4353.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Emperor", "cost": 3, "serial_number": "2-106", "current_price": {"date": "2019-01-09T01:01:59.074361Z", "foil_low_price": "0.99", "foil_market_price": "1.52", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 6225493086961664, "element": "Lightning", "type": "Backup", "octgn_id": "6c51cb59-7246-474a-8092-69005e605913"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} All Forwards opponent controls lose 3000 power until the end of the turn."], "name": "Cyclops", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/107_6b125013-8b13-4219-ac1c-aa1ee1f120c3.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "2-107", "current_price": {"date": "2019-01-24T00:00:58.439112Z", "foil_low_price": "2.5", "foil_market_price": "3.12", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 4868111622733824, "element": "Lightning", "type": "Summon", "octgn_id": "bde62710-c685-4c7e-b155-ec92991250ea"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Black Mage enters the field, choose 1 Forward opponent controls. It loses 4000 power until the end of the turn."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/108_95ddf029-4be3-4cb5-9a01-de98b3850d76.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "2-108", "current_price": {"date": "2019-01-09T01:01:46.559219Z", "foil_low_price": "3.22", "foil_market_price": "4.03", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 6019139504177152, "element": "Lightning", "type": "Backup", "octgn_id": "47a02901-d588-4ec4-b9be-f4a9cb05af8c"}, {"category": "IV", "is_ex_burst": false, "abilities": ["The cost to play Golbez onto the field is reduced by 2 for each [Job (Archfield)] of different name put into your Break Zone.", "When Golbez attacks, select 1 from the following. \"Choose 1 Forward. *Dull* it.\" \"Deal all Forwards opponent controls 3000 damage.\"\"Choose 1 [Job (Archfiend)] from your Break Zone. Add it to your hand.\""], "name": "Golbez", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/109_fe609db6-1eff-4fd1-800a-d72c85bba0e8.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warlock", "cost": 8, "serial_number": "2-109", "current_price": {"date": "2019-01-24T00:02:39.544602Z", "foil_low_price": "0.54", "foil_market_price": "0.54", "regular_low_price": "0.08", "regular_market_price": "0.16"}, "datastore_id": 5370908680126464, "element": "Lightning", "type": "Forward", "octgn_id": "9ff25765-e9f8-41e1-806f-efb3d40f792f"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["If you control [Card Name (Edea)], Seifer gains +3000 power and *Haste*.", "%No Mercy% {s}{l}{l}{l}: Break all the Forwards of cost 2 or less."], "name": "Seifer", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/110_83feca76-bafe-4a19-a817-b514c64a0101.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 3, "serial_number": "2-110", "current_price": {"date": "2019-01-09T01:01:39.274753Z", "foil_low_price": "0.2", "foil_market_price": "0.61", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5960888741789696, "element": "Lightning", "type": "Forward", "octgn_id": "fa31e043-8d53-45cb-abbe-91627335d221"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Seifer blocks or is blocked, choose up to 2 Forwards. Deal them 3000 damage."], "name": "Seifer", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/111_a6f54ce1-abaa-4a7a-8345-c969cd9c68bf.jpg", "rarity": "Common", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 3, "serial_number": "2-111", "current_price": {"date": "2019-01-26T00:00:57.941537Z", "foil_low_price": "0.2", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 4852180783726592, "element": "Lightning", "type": "Forward", "octgn_id": "d221f42a-a303-4383-bb97-4aa77302c498"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["*Haste*", "If you control a [Job (Manakin)] other than Fleeting Flash, Fleeting Flash gains +2000 power."], "name": "Fleeting Flash", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/112_4a15081f-b3bd-462d-9b15-1a2122845620.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 4, "serial_number": "2-112", "current_price": {"date": "2019-01-26T00:01:13.543830Z", "foil_low_price": "0.1", "foil_market_price": "0.22", "regular_low_price": "0.02", "regular_market_price": "0.08"}, "datastore_id": 4918838676160512, "element": "Lightning", "type": "Forward", "octgn_id": "8ceb4772-830f-4961-b7d5-7548e55d3e2a"}, {"category": "XII", "is_ex_burst": false, "abilities": ["If you control [Card Name (Larsa)], the cost to play Drace onto the field is reduced by 2 (it cannot become 0).", "IF you control [Card Name (Larsa)], Drace gains +2000 power and *First Strike*."], "name": "Drace", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/113_6152550d-34b9-4a61-9add-0fcbe05f52ee.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Judge", "cost": 3, "serial_number": "2-113", "current_price": {"date": "2019-01-24T00:02:44.129483Z", "foil_low_price": "0.08", "foil_market_price": "0.18", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5417782611017728, "element": "Lightning", "type": "Forward", "octgn_id": "63c8e7ab-371b-468a-a845-17d5eec4a30f"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{l}{l}: Break Ninja as well as the Forward that blocks or is blocked by Ninja."], "name": "Ninja", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/114_37d5c6f8-adc1-4b3d-8164-7ce14f2fb7e7.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-114", "current_price": {"date": "2019-01-26T00:00:47.643280Z", "foil_low_price": "0.14", "foil_market_price": "0.45", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 4796717991985152, "element": "Lightning", "type": "Forward", "octgn_id": "9da7c645-bcec-4096-a801-078edea9e548"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{l}{l}{d}: Choose 1 Forward. Deal it 2000 damage."], "name": "Ninja", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/115_ec1c292a-a6f5-4586-b4db-3b27c5f0807a.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-115", "current_price": {"date": "2019-01-09T01:01:47.078958Z", "foil_low_price": "0.08", "foil_market_price": "0.44", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 6027340475793408, "element": "Lightning", "type": "Backup", "octgn_id": "7cb40e83-7457-468e-9df4-58b2408e03c1"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Fusoya enters the field, choose 1 Forward opponent controls. Deal it 5000 damage.", "When Fusoya is put from the field into the Break Zone, choose 1 Forward from your Break Zone. Add it to your hand."], "name": "Fusoya", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/116_eeb318c1-d05d-485f-a56e-963b8e3620b1.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Lunarian", "cost": 3, "serial_number": "2-116", "current_price": {"date": "2019-01-24T00:01:01.333138Z", "foil_low_price": "0.51", "foil_market_price": "0.56", "regular_low_price": "0.08", "regular_market_price": "0.12"}, "datastore_id": 4880682857791488, "element": "Lightning", "type": "Backup", "octgn_id": "b0919ad1-eb11-42d5-bbf3-e0e45c3892fb"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} Choose 1 *active* Forward. Deal it 7000 damage."], "name": "Adrammelech, the Wroth", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/117_f5edf091-05f0-41fb-bc57-6b886010be40.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "2-117", "current_price": {"date": "2019-01-24T00:01:00.023425Z", "foil_low_price": "0.1", "foil_market_price": "0.38", "regular_low_price": "0.1", "regular_market_price": "0.1"}, "datastore_id": 4873070430912512, "element": "Lightning", "type": "Summon", "octgn_id": "d3c804c6-cf93-4eb7-a250-e3700a38fb24"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["Any card of cost 2 or less put in the Damage Zone due to Arborous Simulacrum cannot use its EX Burst."], "name": "Arborous Simulacrum", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/118_7a64cdb9-27ed-43ae-998c-27fe138a9cb8.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 3, "serial_number": "2-118", "current_price": {"date": "2019-01-26T00:00:56.256754Z", "foil_low_price": "0.1", "foil_market_price": "0.15", "regular_low_price": "0.04", "regular_market_price": "0.11"}, "datastore_id": 4844988860989440, "element": "Lightning", "type": "Forward", "octgn_id": "7ee7bfad-02f6-4c68-9843-8d55b691f83d"}, {"category": "VII", "is_ex_burst": false, "abilities": ["Reeve cannot be chosen by your opponent's Summons or abilities.", "%Inspire% {s}{d}: *Search* for 1 [Card Name (Cait Sith)] and add it to your hand."], "name": "Reeve", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/119_ce18fd53-309e-4073-a8af-4d5671edf811.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Comissioner", "cost": 2, "serial_number": "2-119", "current_price": {"date": "2019-01-24T00:02:50.136479Z", "foil_low_price": "0.1", "foil_market_price": "0.17", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5456189550755840, "element": "Lightning", "type": "Backup", "octgn_id": "fd9d3a6a-1a4f-40d9-aee0-99a73006a0f6"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{l}: Dragoon gains *First Strike* until the end of the turn."], "name": "Dragoon", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/120_dbafeffd-e083-4b6e-927c-5ae1d15a82b8.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-120", "current_price": {"date": "2019-01-09T01:01:36.760441Z", "foil_low_price": "0.5", "foil_market_price": "0.71", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5934261286731776, "element": "Lightning", "type": "Forward", "octgn_id": "ce91761b-8add-49a0-9e68-b70c1773b3ca"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Ashe is chosen by a Summon or an ability of your opponent, Ashe gains +3000 power until the end of the turn.", "{a}{a}: *Activate* Ashe.", "%Heaven's Wrath% {s}{a}{a}: Ashe gains +2000 power and *First Strike* until the end of the turn."], "name": "Ashe", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/121_a7579955-641c-452f-9da1-ccd08e5c0c18_1024x1024.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Princess", "cost": 3, "serial_number": "2-121", "current_price": {"date": "2019-01-09T01:02:38.174223Z", "foil_low_price": "10.75", "foil_market_price": "13.69", "regular_low_price": "3.49", "regular_market_price": "5.63"}, "datastore_id": 6496808586969088, "element": "Water", "type": "Forward", "octgn_id": "06564a77-2696-4da8-8322-e611cb47d7a0"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["%Judgement Blade% {s}{d}: Choose 1 Forward of cost 3 or less oppponent controls. Break it."], "name": "Agrias", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/122_d5d42f9e-4a8b-4468-b64b-7696c088be21.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 2, "serial_number": "2-122", "current_price": {"date": "2019-01-24T00:01:32.343195Z", "foil_low_price": "0.5", "foil_market_price": "0.62", "regular_low_price": "0.08", "regular_market_price": "0.14"}, "datastore_id": 5096168749006848, "element": "Water", "type": "Forward", "octgn_id": "3842eb44-016c-4efd-a4ea-953129d965d7"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["If you control 4 Forwards or more, Ephemeral Vision gains +3000 power."], "name": "Ephemeral Vision", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/123_4b68676c-e702-4b04-8a9a-92adc2b4ad06.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 2, "serial_number": "2-123", "current_price": {"date": "2019-01-26T00:01:13.048558Z", "foil_low_price": "0.15", "foil_market_price": "0.16", "regular_low_price": "0.02", "regular_market_price": "0.06"}, "datastore_id": 4914984211447808, "element": "Water", "type": "Forward", "octgn_id": "e213033f-c58f-4c81-ae71-f9be3b9187a7"}, {"category": "IV", "is_ex_burst": false, "abilities": ["Cagnazzo cannot block Forwards forming a party.", "When Cagnazzo blocks, *dull* Cagnazzo.", "If Cagnazzo is *dull*, he cannot receive or deal any damage (this includes player damage too)."], "name": "Cagnazzo", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/124_b0200a0c-c8c6-49ab-8141-1da8e8aa7b3a.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Archfiend", "cost": 2, "serial_number": "2-124", "current_price": {"date": "2019-01-26T00:01:02.956043Z", "foil_low_price": "0.3", "foil_market_price": "0.54", "regular_low_price": "0.15", "regular_market_price": "0.17"}, "datastore_id": 4869148320464896, "element": "Water", "type": "Forward", "octgn_id": "4b4a5503-ae46-4043-bd90-ff5c5daa8dc2"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Semblance of a Witch enters the field, choose 1 Forward opponent controls. *Freeze* it."], "name": "Semblance of a Witch", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/125_3699e728-7ce8-412d-a32e-84ff8d8be5b0.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 3, "serial_number": "2-125", "current_price": {"date": "2019-01-09T01:02:41.161928Z", "foil_low_price": "0.08", "foil_market_price": "0.18", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6543682517860352, "element": "Water", "type": "Forward", "octgn_id": "6ed81a34-a02c-4f00-85db-72c3b8375d43"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Ghis enters the field, you may play a Forward of any Element except Water and of cost 3 or less from your hand onto the field. If you do so, draw 2 cards, then discard 2 cards from your hand.", "Ghis doesn't receive any damage from abilities other than special abilities."], "name": "Ghis", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/126_32600f75-6933-4208-9541-8c8394d8218f.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Judge", "cost": 5, "serial_number": "2-126", "current_price": {"date": "2019-01-09T01:02:44.069224Z", "foil_low_price": "0.08", "foil_market_price": "0.42", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 6588550162153472, "element": "Water", "type": "Forward", "octgn_id": "4f0c7d96-ce4d-4cfe-93b7-74cfca0392d8"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Quistis enters the field, you may play 1 Water Forward of cost 3 or less from your hand onto the field.", "The Forwards of cost 2 or less you control gain +1000 power."], "name": "Quistis", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/127_26833b86-962b-437d-a338-1d5311ec1724.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Instructor", "cost": 5, "serial_number": "2-127", "current_price": {"date": "2019-01-09T01:01:45.171696Z", "foil_low_price": "0.15", "foil_market_price": "0.2", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 6006582764634112, "element": "Water", "type": "Forward", "octgn_id": "9f00099c-43e7-4ddb-893e-e1453cdbf610"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}: Cast 1 Summon of cost 2 or less from your hand without paying the cost."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/128_a9bac09b-bc55-400b-ae63-8b07847e2bb4.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 3, "serial_number": "2-128", "current_price": {"date": "2019-01-09T01:01:44.452583Z", "foil_low_price": "0.2", "foil_market_price": "0.73", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5998970337755136, "element": "Water", "type": "Backup", "octgn_id": "b57e596b-a805-4d52-ac40-a5ba0e709300"}, {"category": "DFF-IV", "is_ex_burst": false, "abilities": ["If possible, Cecil must block.", "Cecil doesn't receive any damage from Summons or abilities.", "All Forwards other than Cecil you control gain +1000 power and don't receive any damage from Summons or abilites."], "name": "Cecil", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/129_c596cb9b-25c9-4d99-8022-c49ec0128ff3.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Paladin", "cost": 5, "serial_number": "2-129", "current_price": {"date": "2019-01-26T00:02:37.853820Z", "foil_low_price": "7.5", "foil_market_price": "8.88", "regular_low_price": "3.39", "regular_market_price": "5.31"}, "datastore_id": 5371311333310464, "element": "Water", "type": "Forward", "octgn_id": "4ae79716-9113-41af-87bd-8df394bd66df"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{a}{a}{d}: Choose 1 Forward. *Activate* it."], "name": "Astrologian", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/130_ce2d6411-630f-4343-9e38-c7fb24218464.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "2-130", "current_price": {"date": "2019-01-09T01:01:47.355867Z", "foil_low_price": "2.0", "foil_market_price": "2.85", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 6032265461104640, "element": "Water", "type": "Backup", "octgn_id": "109ad14f-b3eb-457a-9bcb-0656462de7d2"}, {"category": "XIV", "is_ex_burst": false, "abilities": [""], "name": "Knight", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/131_5635a043-71ce-4b21-a266-52ef6583f19c.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 3, "serial_number": "2-131", "current_price": {"date": "2019-01-26T00:02:40.244847Z", "foil_low_price": "0.08", "foil_market_price": "0.18", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5397938788368384, "element": "Water", "type": "Forward", "octgn_id": "bfd5abbd-fef8-471f-97d9-970921270329"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Viking leaves the field, draw 1 card."], "name": "Viking", "power": 1000, "image": "https://storage.googleapis.com/ffdecks-card-images/132_fdc29100-572c-4e87-98f6-db2f6a66bf71.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 1, "serial_number": "2-132", "current_price": {"date": "2019-01-24T00:02:46.132996Z", "foil_low_price": "0.45", "foil_market_price": "1.4", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5435796509163520, "element": "Water", "type": "Forward", "octgn_id": "ad9b76e9-56e9-41b5-a36e-8b4bbf429216"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward opponent controls. It loses 1000 power for each *dull* Character opponent controls until the end of the turn. Draw 1 card."], "name": "Cuchulainn, the Impure", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/133_291a36af-63c9-46d0-a315-8a7f0a816876.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "2-133", "current_price": {"date": "2019-01-09T01:01:39.755001Z", "foil_low_price": "1.14", "foil_market_price": "1.14", "regular_low_price": "0.1", "regular_market_price": "0.15"}, "datastore_id": 5966141352574976, "element": "Water", "type": "Summon", "octgn_id": "9cdee9e2-063d-4246-9fd9-cdb2d1e9d275"}, {"category": "XII", "is_ex_burst": false, "abilities": ["{a}{a}{d}: Draw 1 card for each [Job (Mooble)] you control. Then, place as many cards as drawn from your hand at the bottom of your deck in any order."], "name": "Horne", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/134_6a0fb133-9a80-434c-b6fc-e89c587d9fb9.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "2-134", "current_price": {"date": "2019-01-09T01:01:38.260047Z", "foil_low_price": "0.08", "foil_market_price": "0.16", "regular_low_price": "0.02", "regular_market_price": "0.08"}, "datastore_id": 5956742756171776, "element": "Water", "type": "Backup", "octgn_id": "6272b022-91b6-47cd-8371-115b756805a6"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Porom enters your field other than from your hand, choose 1 Forward of cost 5 or less. You may return it to its owner's hand.", "%Pyroblast% {s}{d}, *dull* 1 active [Card Name (Palom)]: Choose 1 Forward. Deal it 8000 damage."], "name": "Porom", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/135_95e472cc-34ca-47cd-a1f6-43c736460be4.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "White Mage", "cost": 3, "serial_number": "2-135", "current_price": {"date": "2019-01-09T01:01:43.749356Z", "foil_low_price": "0.22", "foil_market_price": "0.22", "regular_low_price": "0.08", "regular_market_price": "0.14"}, "datastore_id": 5995048227307520, "element": "Water", "type": "Forward", "octgn_id": "138be121-d1a9-4e04-82d9-69ef6d8522f2"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Porom or the [Card Name (Palom)] you control is chosen by a Summon or an ability of your opponent, you may return it to its owner's hand.", "{a}{a}{d}, put Porom into the Break Zone: *Search* for 1 [Card Name (Porom)] and play it onto the field."], "name": "Porom", "power": 1000, "image": "https://storage.googleapis.com/ffdecks-card-images/136_c54164c6-e147-4131-8e78-01872eca316a.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Apprentice Mage", "cost": 1, "serial_number": "2-136", "current_price": {"date": "2019-01-09T01:01:36.056750Z", "foil_low_price": "0.15", "foil_market_price": "0.16", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5922617898827776, "element": "Water", "type": "Forward", "octgn_id": "259aef38-ef3d-4f8d-bc9b-184ae611c068"}, {"category": "XIV", "is_ex_burst": true, "abilities": ["{x} When Merlwyb enters the field, draw 2 cards then discard 1 card from your hand."], "name": "Merlwyb", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/137_8619c8ae-a94d-46b0-980d-e7de8541690f.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Admiral", "cost": 4, "serial_number": "2-137", "current_price": {"date": "2019-01-26T00:00:42.444727Z", "foil_low_price": "1.39", "foil_market_price": "1.39", "regular_low_price": "0.2", "regular_market_price": "0.32"}, "datastore_id": 4758962813534208, "element": "Water", "type": "Backup", "octgn_id": "dd910cd4-ae4e-4d1e-a5ca-87a9e88f1b57"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Yuna attacks, all Characters other than Light and Dark opponent controls lose all their abilities until the end of the turn.", "%Spherechange% {s}: Name 1 Element and 1 Job. Yuna becomes the named Element and Job until the end of the turn."], "name": "Yuna", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/138_80309a10-f401-4512-85ae-7bbf06dd65fa.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Songstress", "cost": 3, "serial_number": "2-138", "current_price": {"date": "2019-01-09T01:01:44.673617Z", "foil_low_price": "2.8", "foil_market_price": "3.99", "regular_low_price": "1.49", "regular_market_price": "2.35"}, "datastore_id": 6000713020735488, "element": "Water", "type": "Forward", "octgn_id": "7dfa9b00-4162-48f2-b268-a5d1e67607e4"}, {"category": "XII", "is_ex_burst": false, "abilities": ["The Forwards you control don't receive damage that is less than their power.", "{a}{d}: Choose 1 blocking Forward. It gains +2000 power until the end of the turn."], "name": "Larsa", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/139_b44b926a-b601-4caf-aea8-092515fcba5f.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Fourthborn Son of the Emperor", "cost": 2, "serial_number": "2-139", "current_price": {"date": "2019-01-24T00:02:46.617670Z", "foil_low_price": "0.25", "foil_market_price": "0.55", "regular_low_price": "0.07", "regular_market_price": "0.11"}, "datastore_id": 5436020384333824, "element": "Water", "type": "Forward", "octgn_id": "928c3030-6848-4e68-bae7-aa5da90b8a79"}, {"category": "VIII", "is_ex_burst": true, "abilities": ["{x} All Water Forwards gain +2000 power until the end of the turn."], "name": "Leviathan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/140_a19e2d0f-4735-4368-b7eb-37cbfce76e58.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "2-140", "current_price": {"date": "2019-01-24T00:00:46.841506Z", "foil_low_price": "0.19", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 4818118203408384, "element": "Water", "type": "Summon", "octgn_id": "46bb1b4e-df44-4cb3-a8d4-a6ac800be7f6"}, {"category": "III", "is_ex_burst": false, "abilities": ["The cost required to play your [Job (Standard Unit)] Forwards onto the field is reduced by 1 (it cannot become 0)."], "name": "Refia", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/141_47b9ffcb-80dc-4814-b8c0-78b4d87cd768.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 2, "serial_number": "2-141", "current_price": {"date": "2019-01-09T01:01:40.478102Z", "foil_low_price": "0.45", "foil_market_price": "0.99", "regular_low_price": "0.32", "regular_market_price": "0.84"}, "datastore_id": 5970888767832064, "element": "Water", "type": "Forward", "octgn_id": "831539f8-392e-42be-94dc-8d0ea513f270"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Lenne forms a party with [Card Name (Yuna)] and attacks, you may *search* for 1 Summon and cast it without paying the cost. If you do not cast it, put the Summon into the Break Zone. If you cast a Summon of cost 5 or more with this ability, put Lenne into the Break Zone."], "name": "Lenne", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/142_2448e7d3-ea40-4a8d-a616-0bd412555057.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Songstress", "cost": 3, "serial_number": "2-142", "current_price": {"date": "2019-01-09T01:01:58.247579Z", "foil_low_price": "0.09", "foil_market_price": "1.08", "regular_low_price": "0.07", "regular_market_price": "0.11"}, "datastore_id": 6222068655849472, "element": "Water", "type": "Forward", "octgn_id": "f76b9767-3917-4068-bd5f-6df3a8232a07"}, {"category": "IV", "is_ex_burst": false, "abilities": ["Whenever a Forward you control is chosen by your opponent's Summon, you may draw 1 card.", "%Protect% {s}{d}: All the Forwards you control don't receive damage that is less than their power this turn."], "name": "Rosa", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/143_41bf9b7b-b2fa-4d52-9a88-6c05c52bad68.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "White Mage", "cost": 3, "serial_number": "2-143", "current_price": {"date": "2019-01-09T01:02:40.152196Z", "foil_low_price": "0.5", "foil_market_price": "0.94", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6523838695211008, "element": "Water", "type": "Backup", "octgn_id": "8bd4797a-a41e-4550-81dc-eee42318b5c9"}, {"category": "IV", "is_ex_burst": false, "abilities": ["The [Card Name (Cecil)] you control gains +1000 power.", "{d}: Choose 1 Forward. Reduce the next damage dealt to it this turn by 1000."], "name": "Rosa", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images/144_2649d32f-1cf3-4359-acbb-116d8b4ee780.jpg", "rarity": "Common", "is_multi_playable": false, "job": "White Mage", "cost": 1, "serial_number": "2-144", "current_price": {"date": "2019-01-09T01:01:47.973656Z", "foil_low_price": "0.11", "foil_market_price": "0.15", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 6040884118290432, "element": "Water", "type": "Forward", "octgn_id": "57f8bcc3-1a25-40fb-af9d-880b1d6577ef"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["Reduce the damage dealt to the [Job (Warrior of Light)] you control 2000.", "%Bitter End% {s}{1}{d}: Choose 1 Forward. Deal it damage equal to Warrior of Light's power."], "name": "Warrior of Light", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/145_7980a785-71bf-4ca9-97d5-15109b0f8f25.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Warrior of Light", "cost": 4, "serial_number": "2-145", "current_price": {"date": "2019-01-26T00:02:40.640922Z", "foil_low_price": "11.0", "foil_market_price": "11.21", "regular_low_price": "6.59", "regular_market_price": "6.35"}, "datastore_id": 5403191399153664, "element": "Light", "type": "Forward", "octgn_id": "10375b84-3370-4f47-8d39-ab734d3dada0"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. Deal it 7000 damage. Fusoya deals you 1 point of damage."], "name": "Fusoya", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/146_eeedb29f-e4e8-4e57-ba00-58a5f70736cc.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Lunarian", "cost": 3, "serial_number": "2-146", "current_price": {"date": "2019-01-26T00:02:39.064257Z", "foil_low_price": "N/A", "foil_market_price": "5.91", "regular_low_price": "7.45", "regular_market_price": "5.06"}, "datastore_id": 5393792802750464, "element": "Light", "type": "Backup", "octgn_id": "cfc5f6a4-5609-4ba6-86ee-23293601737a"}, {"category": "II", "is_ex_burst": false, "abilities": ["The Characters opponent controls cannot use special or action abilities."], "name": "The Emperor", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/147_2c1ef38b-94f4-4aac-a4ca-12fba6d7c376.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Emperor", "cost": 4, "serial_number": "2-147", "current_price": {"date": "2019-01-09T01:01:38.051535Z", "foil_low_price": "13.0", "foil_market_price": "15.03", "regular_low_price": "9.04", "regular_market_price": "12.14"}, "datastore_id": 5945473298857984, "element": "Dark", "type": "Forward", "octgn_id": "6fdb970d-d05e-4b12-8fac-b974ddfb69ab"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. It cannot be blocked this turn."], "name": "Zemus", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/148_65675bfb-3cf5-467e-9464-f24910e58fdf.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Lunarian", "cost": 4, "serial_number": "2-148", "current_price": {"date": "2019-01-24T00:00:42.326378Z", "foil_low_price": "1.74", "foil_market_price": "1.91", "regular_low_price": "0.64", "regular_market_price": "1.23"}, "datastore_id": 4794849949646848, "element": "Dark", "type": "Backup", "octgn_id": "d0d28198-2f79-46ad-9bef-8ff35eabad8d"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Red Mage enters the field, choose 1 Forward oppoent controls. If you control 4 or more ~Card Name Red Mage~, deal it 8000 damage."], "name": "Red Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/001_f34d13a4-11b3-4b2a-8666-11573926a1f4.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-001", "current_price": {"date": "2019-01-09T01:01:18.565788Z", "foil_low_price": "0.09", "foil_market_price": "0.37", "regular_low_price": "0.04", "regular_market_price": "0.13"}, "datastore_id": 5760458992648192, "element": "Fire", "type": "Backup", "octgn_id": "55628a57-e870-49b5-9b7e-ca98df5a1b50"}, {"category": "TYPE-0", "is_ex_burst": true, "abilities": ["{x} Choose one forward. Deal it 7000 damage. If you control a ~Job Type Zero Cadet~ Forward, deal it 8000 instead."], "name": "Ifrit", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/002_da4c29c4-1c4e-477a-81df-75469ff35216.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "3-002", "current_price": {"date": "2019-01-09T01:01:34.861371Z", "foil_low_price": "0.17", "foil_market_price": "0.79", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 5916695541579776, "element": "Fire", "type": "Summon", "octgn_id": "7324bb9f-6a90-442b-bbc2-29bb763105e5"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["The ~Job Class Zero Cadet~ Forwards other than Ace you control gain +1000 power.", " %Cut Cards% {s}{f}: Choose 1 Forward. Reveal the top 4 cards of your deck. For each ~Job Class Zero Cadet~ revealed this way, deal it 4000 damage. Then, place the revealed cards at the bottom of your deck in any order."], "name": "Ace", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/003_2b275fde-998e-4b1e-973b-fdfa8e4b75a1.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 3, "serial_number": "3-003", "current_price": {"date": "2019-01-09T01:00:28.063852Z", "foil_low_price": "1.72", "foil_market_price": "3.71", "regular_low_price": "0.68", "regular_market_price": "1.51"}, "datastore_id": 5671744966754304, "element": "Fire", "type": "Forward", "octgn_id": "979f1567-03b8-48a3-bdd9-3b41d6431c13"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["During your turn, If Garland would recieve damage, reduce that damage by 2000.", "%Soul of Chaos% {s}{X}{d}: Choose 1 Forward. Deal it 6000 damage and 1000 more damage for each CP paid as X."], "name": "Garland", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/004_1e90efe2-7216-4b42-9023-1fbdf35e38f6.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Knight", "cost": 4, "serial_number": "3-004", "current_price": {"date": "2019-01-09T01:01:01.469251Z", "foil_low_price": "0.29", "foil_market_price": "0.79", "regular_low_price": "0.08", "regular_market_price": "0.17"}, "datastore_id": 5727950116749312, "element": "Fire", "type": "Forward", "octgn_id": "d9e1cfdd-50e9-4a62-a885-57a1f55981b5"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Imaginary Brawler attacks, choose 1 Forward of the highest cost opponent controls. It cannot block this turn"], "name": "Imaginary Brawler", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/005_21240f2b-fc8d-45dc-8d22-e9a1b64a0030.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 3, "serial_number": "3-005", "current_price": {"date": "2019-01-26T00:02:57.061731Z", "foil_low_price": "0.1", "foil_market_price": "0.23", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5638545540644864, "element": "Fire", "type": "Forward", "octgn_id": "7a2b68f5-2851-4bb4-bc4c-a309f52be672"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["For each ~Job Class Zero Cadet~ Forward other than King you control, King gains +1000 power.", "%Point Blank Shot% {s}{f}{d}: Choose 1 Forward. Deal it damage equal to King's power."], "name": "King", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/006_93e84e17-65f5-4cd3-9dc7-e2611d8658b0.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 5, "serial_number": "3-006", "current_price": {"date": "2019-01-09T01:01:41.454088Z", "foil_low_price": "0.89", "foil_market_price": "1.04", "regular_low_price": "0.08", "regular_market_price": "0.2"}, "datastore_id": 5981341912924160, "element": "Fire", "type": "Forward", "octgn_id": "24555894-95a5-4843-a755-b443b93a3e79"}, {"category": "V", "is_ex_burst": false, "abilities": ["{f}{f}{d}, Put Bard into the Break Zone: All the Forwards you control gain +2000 power until the end of the turn. You can only use this ability during your turn."], "name": "Bard", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/007_b7e43da9-2c2e-4237-9aa7-37def927025b.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-007", "current_price": {"date": "2019-01-26T00:01:53.045058Z", "foil_low_price": "0.1", "foil_market_price": "0.1", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5139530873044992, "element": "Fire", "type": "Backup", "octgn_id": "4ea6b7f4-0460-4a7a-acf7-85c21d7ba252"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control a ~Category VII~ Forward other than Cloud, Cloud gains *Brave*.", "{d}: Choose 1 attacking Forward. It gains +2000 power until the end of the turn."], "name": "Cloud", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/008_2978fc01-fd44-439b-addc-02586c68f9f8.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Shinra Soldier", "cost": 3, "serial_number": "3-008", "current_price": {"date": "2019-01-09T01:00:49.447855Z", "foil_low_price": "0.71", "foil_market_price": "0.81", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5708007778287616, "element": "Fire", "type": "Forward", "octgn_id": "7db952ce-5f29-4326-8c68-21f34b8e36e6"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{w}{d}: Choose 1 Forward. Deal it 1000 damage.", "{l}{d}: Choose 1 damaged Forward. Deal it 2000 damage."], "name": "Cater", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/009_8bb1195c-3865-455a-a96f-164acd24b6a9.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 2, "serial_number": "3-009", "current_price": {"date": "2019-01-24T00:03:14.730008Z", "foil_low_price": "0.25", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5656313283477504, "element": "Fire", "type": "Backup", "octgn_id": "4098be7e-5fde-4e84-8aa6-483257b4e8ec"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Gekkou enters the field, you may play 1 ~Job Ninja~ or ~Card Name Ninja~ of cost 4 or less from your hand onto the field.", "{f}{1}: All ~Job Ninja~ and ~Card Name Ninja~ you control gain +1000 power until the end of turn."], "name": "Gekkou", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/010_71dbd5ec-080c-43d8-9f4c-1350d232f2c6.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ninja", "cost": 5, "serial_number": "3-010", "current_price": {"date": "2019-01-09T01:00:43.263876Z", "foil_low_price": "0.15", "foil_market_price": "0.19", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5698125863845888, "element": "Fire", "type": "Forward", "octgn_id": "8fc28406-8bf8-493d-9410-9ce9de2ca5ed"}, {"category": "V", "is_ex_burst": false, "abilities": ["For each Backup opponent controls, Gladiator gains +1000 power."], "name": "Gladiator", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/011_48e90689-579a-470a-ac9d-59f676547972.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-011", "current_price": {"date": "2019-01-09T01:00:54.349091Z", "foil_low_price": "0.2", "foil_market_price": "0.2", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5716387527917568, "element": "Fire", "type": "Forward", "octgn_id": "29e27e13-14af-4aa3-9bba-e6ce93502c07"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Zack enters the field, all the Forwards you control gain +2000 power until the end of the turn.", "When Zack is put from the field into the Break Zone, you may *search* for 1 ~Card Name Cloud~ of cost 4 or less, and add it to your hand or play it onto the field *dull*."], "name": "Zack", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/012_5ab4334f-fb6a-4c32-b4d8-8f4f6eeab92c.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "SOLDIER", "cost": 5, "serial_number": "3-012", "current_price": {"date": "2019-01-09T01:01:05.649773Z", "foil_low_price": "4.0", "foil_market_price": "5.3", "regular_low_price": "3.75", "regular_market_price": "3.79"}, "datastore_id": 5734309889572864, "element": "Fire", "type": "Forward", "octgn_id": "a983ab15-397e-4f23-b158-1c1ca5d87e9a"}, {"category": "IX", "is_ex_burst": false, "abilities": ["{d}, put 1 Forward into the Break Zone: Choose 1 Forward. Deal it damage equal to the power of the Forward put in the Break Zone."], "name": "Amarant", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/013_60f3a184-36e2-40b3-9b69-26ca6518adf7.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Fighter", "cost": 5, "serial_number": "3-013", "current_price": {"date": "2019-01-09T01:00:45.447981Z", "foil_low_price": "0.08", "foil_market_price": "0.24", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5700735861784576, "element": "Fire", "type": "Forward", "octgn_id": "4c5a34c6-598c-42ad-89dc-b88e58c8631c"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{f}{d}: Choose one forward. If possible, it must block this turn.", "%Homerun Swing% {s}: Cinque gains +5000 power and *Brave* until the end of the turn. You can only use this ability during your turn."], "name": "Cinque", "power": null, "image": "https://www.fftradingcardgame.com/theme/tcg/images/cards/full/3-014C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 2, "serial_number": "3-014", "current_price": {"date": "2019-01-09T01:00:26.146270Z", "foil_low_price": "1.0", "foil_market_price": "1.79", "regular_low_price": "0.05", "regular_market_price": "0.13"}, "datastore_id": 5669976513970176, "element": "Fire", "type": "Forward", "octgn_id": "30ce9883-3ae5-4d03-aff7-b2e3b3c2a7d6"}, {"category": "IX", "is_ex_burst": true, "abilities": ["{x} When Black Waltz 2 enters the field, choose 1 Forward opponent controls. Deal it 3000 damage and 1000 more damage for each card in your opponent's hand."], "name": "Black Waltz 2", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/015_18666ced-ebf0-4154-be8d-57d2758e7838.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Black Mage", "cost": 3, "serial_number": "3-015", "current_price": {"date": "2019-01-24T00:03:09.952271Z", "foil_low_price": "0.47", "foil_market_price": "0.48", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 5650665401483264, "element": "Fire", "type": "Backup", "octgn_id": "0e7bcaf1-b6a6-4175-9859-1a639b96b21e"}, {"category": "IV", "is_ex_burst": false, "abilities": ["If a Forward is dealt damage, that damage increases by 1000 instead.", "%Meteor% {s}{f}{f}{f}: Choose up to 3 Forwards opponent controls. Deal 1 of them 6000 damage, 1 of them 4000 damage, and 1 of them 2000 damage."], "name": "Palom", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/016_65944119-1d19-4904-bfb4-82820f905397.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Black Mage", "cost": 4, "serial_number": "3-016", "current_price": {"date": "2019-01-09T01:02:29.859518Z", "foil_low_price": "0.7", "foil_market_price": "1.15", "regular_low_price": "0.09", "regular_market_price": "0.18"}, "datastore_id": 6331260817375232, "element": "Fire", "type": "Forward", "octgn_id": "97d2dbb6-94ca-4c3a-bfa5-8e69b2e0f04e"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Vivi enters the field, choose 1 Forward opponent controls. Deal it 4000 damage and 1000 more damage for each card in the opponent's hand.", "%Firaga% {s}{f}{f}{f}{d}: Deal 7000 damage to all Forwards."], "name": "Vivi", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/017_2e3f0c7a-4391-48d5-9952-8861d7489ed4.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Black Mage", "cost": 3, "serial_number": "3-017", "current_price": {"date": "2019-01-26T00:02:07.251688Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "1.76", "regular_market_price": "3.24"}, "datastore_id": 5165000163328000, "element": "Fire", "type": "Forward", "octgn_id": "0b089afc-19ef-41b7-820d-f0378eb2531b"}, {"category": "IX", "is_ex_burst": true, "abilities": ["{x} When Vivi enters the field, choose 1 Forward opponent controls. Deal it 5000 damage."], "name": "Vivi", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/018_cf47a905-4a6f-4bd8-8403-d7e66c2696d2.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Black Mage", "cost": 2, "serial_number": "3-018", "current_price": {"date": "2019-01-26T00:02:59.452026Z", "foil_low_price": "1.35", "foil_market_price": "1.35", "regular_low_price": "0.09", "regular_market_price": "0.14"}, "datastore_id": 5642398931615744, "element": "Fire", "type": "Backup", "octgn_id": "a95b4140-b4c7-4a72-bb47-cd16f67f19bb"}, {"category": "V", "is_ex_burst": true, "abilities": ["{x} When Faris enters the field, you may *search* for 1 ~Card Name Syldra~ and add it to your hand.", "If you control ~Card Name Lenna~, Faris gains +1000 power."], "name": "Faris", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/019_76d41417-0007-438b-bfec-b5686ec390c1.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Pirate", "cost": 5, "serial_number": "3-019", "current_price": {"date": "2019-01-24T00:01:08.522019Z", "foil_low_price": "0.25", "foil_market_price": "0.27", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 4910999823974400, "element": "Fire", "type": "Forward", "octgn_id": "eb72e78d-b618-430f-aba0-cf4b05425b17"}, {"category": "VII", "is_ex_burst": false, "abilities": ["Choose up to 1 Forward of cost 2 or less in your Break Zone. Play it onto the field. Deal 2000 damage to all the Forwards opponent controls."], "name": "Phoenix", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/020_9234425e-4fbb-4418-a7ed-e3fb8992aa4d.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "3-020", "current_price": {"date": "2019-01-09T01:01:06.848303Z", "foil_low_price": "N/A", "foil_market_price": "1.5", "regular_low_price": "4.49", "regular_market_price": "0.93"}, "datastore_id": 5735088218177536, "element": "Fire", "type": "Summon", "octgn_id": "9060f06a-62f5-4d9b-8bda-07340e68ef09"}, {"category": "V", "is_ex_burst": false, "abilities": ["{f}{f}{f}{d}, put Cannoneer into the Break Zone: Choose 2 Forwards. Deal them 5000 damage."], "name": "Cannoneer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/021_a50c6f5d-c7b6-4a8e-899c-e7ec10b1b20f.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-021", "current_price": {"date": "2019-01-09T01:02:16.969859Z", "foil_low_price": "0.07", "foil_market_price": "0.17", "regular_low_price": "0.01", "regular_market_price": "0.07"}, "datastore_id": 6287772797108224, "element": "Fire", "type": "Backup", "octgn_id": "2f218b97-8bf3-48bf-a418-9e3eca3154dd"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When the Forward damaged by Machina is put from the field into the Break Zone on the same turn, choose 1 Forward opponent controls. Deal it 4000 damage.", "%Guardian Blades% {s}{f}{f}{f}{d}: Choose 1 Forward opponent controls. Deal it 8000 damage, and deal 4000 damage to all the other Forwards opponent controls."], "name": "Machina", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/022_982e6c26-8179-4b8c-b301-6a6f1e98e95a.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 4, "serial_number": "3-022", "current_price": {"date": "2019-01-09T01:02:02.855760Z", "foil_low_price": "2.61", "foil_market_price": "3.31", "regular_low_price": "1.0", "regular_market_price": "1.78"}, "datastore_id": 6238891237441536, "element": "Fire", "type": "Forward", "octgn_id": "000d2f6b-e55b-4f2c-8679-19adbf05eeff"}, {"category": "IV", "is_ex_burst": false, "abilities": ["The ~Card Name Palom~ you control gains +1000 power.", "%Lightning Brain Buster % {s}{f}{d}, *dull* 1 *active* ~Card Name Rydia~: Choose 1 Forward. Deal it 10000 damage."], "name": "Luca", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/023_4be8f74e-4fd1-4bd2-94eb-9780abf7ccdb.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Engineer", "cost": 2, "serial_number": "3-023", "current_price": {"date": "2019-01-09T01:01:08.257342Z", "foil_low_price": "0.1", "foil_market_price": "0.13", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5738196700758016, "element": "Fire", "type": "Backup", "octgn_id": "d7c43c21-ee21-4f7d-9afb-be8bb95bdd08"}, {"category": "LOV-IV", "is_ex_burst": false, "abilities": ["If you control 4 or more Fire Backups, the cost for playing Rubicante onto the field is reduced by 2.", "When Rubicante is blocked, choose 1 Forward opponent controls. Deal it 5000 damage.", "%Inferno% {s}: Choose 1 Forward. Deal it 4000 damage. Rubicante gains +2000 power until the end of the turn."], "name": "Rubicante", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/024_773d6ae0-eeda-457e-9658-4408f96adadb.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Archfiend", "cost": 6, "serial_number": "3-024", "current_price": {"date": "2019-01-26T00:02:23.258444Z", "foil_low_price": "0.83", "foil_market_price": "0.84", "regular_low_price": "0.07", "regular_market_price": "0.11"}, "datastore_id": 5199294671880192, "element": "Fire", "type": "Forward", "octgn_id": "79d1c7c5-9804-4eb2-9218-1761ff3d2253"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["The cost to play ~Card Name Kazusa~ or ~Card Name Kurasame~ onto the field is reduced by 1 (it cannot become 0)."], "name": "Emina", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/025_17b94c04-4a50-4691-877a-028bb22667d2.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Commanding Officer", "cost": 2, "serial_number": "3-025", "current_price": {"date": "2019-01-09T01:00:31.557441Z", "foil_low_price": "0.05", "foil_market_price": "0.17", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5676325415157760, "element": "Ice", "type": "Backup", "octgn_id": "b6325a37-7303-4cd8-b246-812a205eda58"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Kazusa enters the field, each player discards 1 card from his/her hand.", "{d}, put Kazusa into the Break Zone: Each player discards 1 card from his/her hand."], "name": "Kazusa", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/026_58faf962-aefa-496e-b1d2-4ca8d3cda8e9.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Researcher", "cost": 2, "serial_number": "3-026", "current_price": {"date": "2019-01-09T01:02:06.970827Z", "foil_low_price": "0.19", "foil_market_price": "0.24", "regular_low_price": "0.04", "regular_market_price": "0.11"}, "datastore_id": 6252077592346624, "element": "Ice", "type": "Backup", "octgn_id": "a9153be9-cd85-408e-90fe-10134066fa8b"}, {"category": "TYPE-0", "is_ex_burst": true, "abilities": ["{x} When Qator Bashtar attacks, choose 1 Forward of cost 3 or less opponent controls. *Freeze* it."], "name": "Qator Bashtar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/027_274cc31d-e16b-4ac5-8ef2-c91947dbdd3e.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Brigadier General", "cost": 4, "serial_number": "3-027", "current_price": {"date": "2019-01-24T00:02:44.433726Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.75", "regular_market_price": "N/A"}, "datastore_id": 5418391959502848, "element": "Ice", "type": "Forward", "octgn_id": "5a6e61ab-8a57-44dc-a46e-08f2b1e5340e"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Semblance of a Gunslinger deals damage to the opponent, choose 1 *dull* Forward. You may deal it 5000 damage."], "name": "Semblance of a Gunslinger", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/028_b70003d3-77f0-4786-adf1-286c37358238.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 4, "serial_number": "3-028", "current_price": {"date": "2019-01-24T00:01:56.830097Z", "foil_low_price": "0.23", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5145057824866304, "element": "Ice", "type": "Forward", "octgn_id": "8f3b0213-23d0-4c5d-9245-e83fc0f3c974"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{i}{1}{d}: Your opponent discards 1 card from his/her hand. You can only use this ability during your turn.", "%Escape% {s}: Edward cannot be chosen by your opponent's Summons or abilities this turn."], "name": "Edward", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/029_bb144ac4-c0cf-415a-8b94-43aff6aad992.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "King of Damcyan", "cost": 3, "serial_number": "3-029", "current_price": {"date": "2019-01-24T00:01:30.445792Z", "foil_low_price": "0.15", "foil_market_price": "0.36", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 5093363330056192, "element": "Ice", "type": "Backup", "octgn_id": "159d8967-5570-4cdd-96d3-637dd788befc"}, {"category": "LOV-IX", "is_ex_burst": false, "abilities": ["When Kuja attacks, choose 1 Forward. You may pay {1}. If you do so, *dull* it.", "When Kuja attacks, choose 1 Forward. You may pay {i}. If you do so, *freeze* it."], "name": "Kuja", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/030_d30d3d24-9a34-4f4c-abec-8e77c60037b2.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Genome", "cost": 3, "serial_number": "3-030", "current_price": {"date": "2019-01-09T01:01:21.863889Z", "foil_low_price": "5.0", "foil_market_price": "7.57", "regular_low_price": "2.75", "regular_market_price": "3.21"}, "datastore_id": 5764878782431232, "element": "Ice", "type": "Forward", "octgn_id": "a943ed32-83b9-4b0c-b5d0-d256a2bc2ce1"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Kurasame enters the field, choose up to 2 Forwards opponent controls. *Freeze* them."], "name": "Kurasame", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/031_7e536fa9-90db-4130-a410-7ba2ee0d755d.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Instructor", "cost": 5, "serial_number": "3-031", "current_price": {"date": "2019-01-24T00:02:00.839898Z", "foil_low_price": "0.18", "foil_market_price": "0.18", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5152476843999232, "element": "Ice", "type": "Forward", "octgn_id": "ea371a73-809d-4ec2-8036-d62028d331f3"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["Choose up to 2 Forwards opponent controls. *Dull* them."], "name": "Shiva", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/032_486b8a87-0f82-4869-81ad-cee86f400c9c.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "3-032", "current_price": {"date": "2019-01-09T01:00:41.360593Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.5", "regular_market_price": "0.5"}, "datastore_id": 5695414665740288, "element": "Ice", "type": "Summon", "octgn_id": "93275eb9-c9d0-4347-a963-3ad2ab2e5d3e"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Genesis enters the field, choose 1 Character opponent controls. *Dull* and *Freeze* it.", "When Genesis deals damage to your opponent, your opponent discards 1 card from his/her hand."], "name": "Genesis", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/033_211ffc4b-6585-4d3e-88f3-7fbc8e6d9012.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "SOLDIER", "cost": 4, "serial_number": "3-033", "current_price": {"date": "2019-01-09T01:01:14.057000Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "4.48", "regular_market_price": "7.54"}, "datastore_id": 5748755743637504, "element": "Ice", "type": "Forward", "octgn_id": "acf58907-15ba-40ae-981b-974236bf2132"}, {"category": "VII", "is_ex_burst": false, "abilities": ["Genesis Avatar is also ~Card Name Genesis~ in all situations.", "When Genesis Avatar enters the field, deal damage equal to half of its power to all Forwards opponent controls (rount up to the nearest 9000)."], "name": "Genesis Avatar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/034_7bc21822-2bc7-4576-9db7-e56a1c77f21a.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Avatar", "cost": 6, "serial_number": "3-034", "current_price": {"date": "2019-01-26T00:02:59.740788Z", "foil_low_price": "0.35", "foil_market_price": "0.51", "regular_low_price": "0.09", "regular_market_price": "0.18"}, "datastore_id": 5643137129119744, "element": "Ice", "type": "Forward", "octgn_id": "c364b299-d008-4d2f-b585-e2bdc6edf415"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When your opponent is dealt damage, *activate* Shelke.", "{i}{i}{2}{d}: Choose 1 Forward. *Dull* it."], "name": "Shelke", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/035_1ba5d884-f71e-4a9d-8b7e-7c98f373347b.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "?", "cost": 3, "serial_number": "3-035", "current_price": {"date": "2019-01-24T00:02:20.934221Z", "foil_low_price": "0.19", "foil_market_price": "0.19", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5195098757267456, "element": "Ice", "type": "Backup", "octgn_id": "c36b76da-0ef0-4331-b4f3-c34dfe3d9db0"}, {"category": "TYPE-0", "is_ex_burst": true, "abilities": ["{x} When Cid Aulstyne enters the field, choose 1 Forward opponent controls. If your opponent has no cards in his/her hand, break it."], "name": "Cid Aulstyne", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/036_df8ff73a-2bef-4a96-90bb-4fd59d63793a.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Grand Marshal", "cost": 5, "serial_number": "3-036", "current_price": {"date": "2019-01-24T00:03:10.439597Z", "foil_low_price": "3.32", "foil_market_price": "3.47", "regular_low_price": "1.5", "regular_market_price": "2.59"}, "datastore_id": 5651498490920960, "element": "Ice", "type": "Forward", "octgn_id": "96d8acb9-0fbb-4162-b48a-665521ebaf0b"}, {"category": "XII", "is_ex_burst": false, "abilities": ["Break all the *dull* Forwards of cost 2, 3, 5, 7, 11 and 13 opponent controls."], "name": "Zalera, the Death Seraph", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/037_1e63c737-1d77-48e6-8188-3492344032d1.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "3-037", "current_price": {"date": "2019-01-26T00:01:24.743686Z", "foil_low_price": "2.53", "foil_market_price": "2.36", "regular_low_price": "1.14", "regular_market_price": "1.42"}, "datastore_id": 5073697614331904, "element": "Ice", "type": "Summon", "octgn_id": "5e5d59d6-25e6-4424-b523-40374144b54f"}, {"category": "V", "is_ex_burst": false, "abilities": ["*First Strike*", "If you control ~Card Name Galuf~, ~Card Name Kelger~ or ~Card Name Dorgann~, Xezat gains +1000 power and *Brave*."], "name": "Xezat", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/038_e3202f3b-1541-44db-92d7-0b9c18180ec7.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dawn Warrior", "cost": 5, "serial_number": "3-038", "current_price": {"date": "2019-01-24T00:01:39.028688Z", "foil_low_price": "0.25", "foil_market_price": "0.28", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 5108795013332992, "element": "Ice", "type": "Forward", "octgn_id": "1585d2bd-48ec-4a0c-b745-5d321fe7bba1"}, {"category": "DFF-VII", "is_ex_burst": true, "abilities": ["{x} When Sephiroth is put from the field into the Break Zone, you may *search* for 1 Dark ~Card Name Sephiroth~ and add it to your hand."], "name": "Sephiroth", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/039_76c2353b-9436-4c80-a7d6-bfe23bbf4326.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "War Hero", "cost": 4, "serial_number": "3-039", "current_price": {"date": "2019-01-09T01:01:58.855637Z", "foil_low_price": "2.0", "foil_market_price": "2.13", "regular_low_price": "0.1", "regular_market_price": "0.32"}, "datastore_id": 6224551415382016, "element": "Ice", "type": "Forward", "octgn_id": "59755d0d-6235-4d62-842d-cc7b756f44ef"}, {"category": "VII", "is_ex_burst": false, "abilities": ["The Ice ~Job Standard Unit~ Forwards you control gain +2000 power."], "name": "DGS Trooper 1st Class", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/040_1355c84e-bd52-48e4-a8f3-4044f6c31079.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Deepground Soldier", "cost": 4, "serial_number": "3-040", "current_price": {"date": "2019-01-26T00:01:26.258761Z", "foil_low_price": "0.1", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5075595587223552, "element": "Ice", "type": "Forward", "octgn_id": "632d042c-3959-4dd3-afad-f8ae85a5bf68"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Deepground Soldier enters the field, you may *search* for 1 ~Card Name DGS Trooper 1st Class~ and add it to your hand."], "name": "Deepground Soldier", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/041_d133197a-6775-4c4d-8bf0-8443662ee387.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 3, "serial_number": "3-041", "current_price": {"date": "2019-01-26T00:00:55.865027Z", "foil_low_price": "0.08", "foil_market_price": "0.22", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 4844702708793344, "element": "Ice", "type": "Forward", "octgn_id": "bf163146-7ae0-4b8a-abac-784c5dd6d99c"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Deepground Soldier enters your field, you may *search* for 1 ~Card Name Deepground Soldier~ of cost 3 and add it to your hand."], "name": "Deepground Soldier", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/042_64cf43cd-aea2-4edb-9d1a-2fefc6769c56.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-042", "current_price": {"date": "2019-01-26T00:01:52.753675Z", "foil_low_price": "0.09", "foil_market_price": "0.23", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5138619266236416, "element": "Ice", "type": "Forward", "octgn_id": "1db66852-8d89-4ac3-834b-b4028f382f25"}, {"category": "V", "is_ex_burst": false, "abilities": ["{i}{i}{i}{d}, put Time Mage into the Break Zone: Choose 1 Forward you control. Remove it from the game. Then, play the removed Forward onto the field *dull*. You can only use this ability during your turn."], "name": "Time Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/043_5ecf21bc-4ede-474b-87c3-4da279841a25.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-043", "current_price": {"date": "2019-01-09T01:00:50.747170Z", "foil_low_price": "0.31", "foil_market_price": "0.35", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5709588863123456, "element": "Ice", "type": "Backup", "octgn_id": "c4a9001f-8a5e-4e98-a9ba-f3d1cdb60dee"}, {"category": "IV", "is_ex_burst": false, "abilities": ["The cost required to play ~Card Name Edward~ onto the field is reduced by 2. It cannot become 0."], "name": "Harley", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/044_64409bd7-b6c4-4f52-a102-78f7e9ce7e09.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Secretary", "cost": 2, "serial_number": "3-044", "current_price": {"date": "2019-01-09T01:02:12.153399Z", "foil_low_price": "0.25", "foil_market_price": "0.33", "regular_low_price": "0.01", "regular_market_price": "0.08"}, "datastore_id": 6270957731708928, "element": "Ice", "type": "Backup", "octgn_id": "184bbc8f-c800-4a46-bec3-fac857ec9ea4"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["*First Strike*", "When 1 or more Forwards you control are chosen by your opponent's Summon, its effect is cancelled if your opponent doesn't pay {3}."], "name": "White Tiger l'Cie Qun'mi", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/045_e0dce726-ab09-49cf-a8ad-b544178b0467.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "L'Cie", "cost": 3, "serial_number": "3-045", "current_price": {"date": "2019-01-09T01:01:47.756170Z", "foil_low_price": "0.45", "foil_market_price": "0.45", "regular_low_price": "0.05", "regular_market_price": "0.14"}, "datastore_id": 6036899730817024, "element": "Ice", "type": "Forward", "octgn_id": "84ad4c2c-54b3-4a1b-847c-42249c253865"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["*Brave*", "You can only pay with Ice Backup CP to play White Tiger l'Cie Nimbus from your hand onto the field."], "name": "White Tiger l'Cie Nimbus", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/046_3d3f3055-6baa-46bc-807e-062d173f0274.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "L'Cie", "cost": 3, "serial_number": "3-046", "current_price": {"date": "2019-01-26T00:02:53.852158Z", "foil_low_price": "0.27", "foil_market_price": "0.32", "regular_low_price": "0.1", "regular_market_price": "0.12"}, "datastore_id": 5633418423435264, "element": "Ice", "type": "Forward", "octgn_id": "5d43ae55-06c9-4b40-a414-0e73e3fc2f71"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Cannoneer enters the field, choose up to 2 Forwards opponent controls. *Dull* and *Freeze* them."], "name": "Cannoneer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/047_2caa8b6b-b648-46ee-b3df-e0cb191b8044.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 5, "serial_number": "3-047", "current_price": {"date": "2019-01-24T00:03:15.824166Z", "foil_low_price": "0.1", "foil_market_price": "0.22", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5656774724026368, "element": "Ice", "type": "Backup", "octgn_id": "3bc075f8-c94d-4144-95e5-9d045bf31cc5"}, {"category": "V", "is_ex_burst": false, "abilities": ["If Mystic Knight receives damage from Summons or abilities, reduce the damange by 5000 instead."], "name": "Mystic Knight", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/048_4b636991-a730-473c-94e7-659f288dd244.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-048", "current_price": {"date": "2019-01-26T00:01:04.970615Z", "foil_low_price": "0.17", "foil_market_price": "0.18", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 4880397913554944, "element": "Ice", "type": "Forward", "octgn_id": "6ca629c9-b7c6-4bdd-bdf3-fcb8c9edc1d4"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Izana enters the field, you may *search* for 1 ~Job Chocobo~ or ~Card Name Chocobo~ and add it to your hand."], "name": "Izana", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/049_e2970f2c-5748-40ff-9dc6-de3a84969df6.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Dominion Legionary", "cost": 2, "serial_number": "3-049", "current_price": {"date": "2019-01-26T00:02:15.858081Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.25", "regular_market_price": "N/A"}, "datastore_id": 5185805790216192, "element": "Wind", "type": "Forward", "octgn_id": "4bd5821e-04e2-414b-87ae-09f7bf6558b0"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control a ~Category VII~ Forward, the cost for playing Aerith onto the field is reduced by 1.", "The Forwards you control cannot be chosen by your opponent's Backup abilities"], "name": "Aerith", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/050_bd8469c3-950f-4a45-98c5-75f1b987ed8c.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Ancient", "cost": 3, "serial_number": "3-050", "current_price": {"date": "2019-01-26T00:00:53.050575Z", "foil_low_price": "13.0", "foil_market_price": "5.58", "regular_low_price": "N/A", "regular_market_price": "2.82"}, "datastore_id": 4831516353888256, "element": "Wind", "type": "Backup", "octgn_id": "c20fa54b-5512-4cd2-bcc5-4918f20f31d2"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Eight enters the field, choose up to 3 ~Job Class Zero Cadet~ Characters you control. *Activate* them.", "%Phantom Rush% {s}{w}: During this turn, Eight cannot be chosen by your opponent's Summons or abilities and the next damage dealt to him becomes 0 instead."], "name": "Eight", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/051_ec399ed7-9a66-4444-bd90-cb2c8b5f2e0b.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 3, "serial_number": "3-051", "current_price": {"date": "2019-01-09T01:00:28.855884Z", "foil_low_price": "0.4", "foil_market_price": "0.54", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5673385510043648, "element": "Wind", "type": "Forward", "octgn_id": "b7b1e289-6a20-417e-b2ba-20d15f5ceee1"}, {"category": "V", "is_ex_burst": false, "abilities": ["{d}: Deal 1000 damage to all the Forwards opponent controls."], "name": "Dancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/052_25b358db-ca88-41c7-92d7-3dfb4af56a58.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 1, "serial_number": "3-052", "current_price": {"date": "2019-01-24T00:02:01.325462Z", "foil_low_price": "0.1", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5153437574496256, "element": "Wind", "type": "Forward", "octgn_id": "1e7f3157-563e-4675-90da-eb39efabf308"}, {"category": "V", "is_ex_burst": false, "abilities": ["Ranger cannot be chosen by your opponent's abilities."], "name": "Ranger", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/053_2e7366f2-7b12-4023-b9ca-769376651744.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 3, "serial_number": "3-053", "current_price": {"date": "2019-01-24T00:02:11.428660Z", "foil_low_price": "0.96", "foil_market_price": "1.45", "regular_low_price": "0.02", "regular_market_price": "0.1"}, "datastore_id": 5175246747336704, "element": "Wind", "type": "Forward", "octgn_id": "5e2a1803-580e-4e43-8359-f6532b6da5e3"}, {"category": "V", "is_ex_burst": false, "abilities": ["If Black Chocobo forms a party, that party cannot be blocked."], "name": "Black Chocobo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/054_852f5e32-a5ef-47d0-8a57-c9282ee28f80.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Chocobo", "cost": 1, "serial_number": "3-054", "current_price": {"date": "2019-01-09T01:01:06.258007Z", "foil_low_price": "0.84", "foil_market_price": "0.83", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5734977488551936, "element": "Wind", "type": "Forward", "octgn_id": "1c1ca408-16d3-4654-bb72-808ff33729db"}, {"category": "V", "is_ex_burst": false, "abilities": ["{w}{1}{d}, put Thief into the Break Zone: Your opponent puts the top 2 cards of his/her deck into the Break Zone."], "name": "Thief", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/055_c7be1546-e1e9-47fa-a4ba-bf57cf02bed5.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-055", "current_price": {"date": "2019-01-24T00:01:25.634533Z", "foil_low_price": "0.18", "foil_market_price": "0.18", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5080187175698432, "element": "Wind", "type": "Backup", "octgn_id": "dbe97d91-91b2-4a31-836d-8f9fb5d5597b"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Zidane enters the field, your opponent reveals his/her hand. Select 1 card from their hand. Your opponent discards this card.", "If your opponent has 2 cards or less in his/her hand, Zidane gains +4000 power."], "name": "Zidane", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/056_0a23507a-1e38-4120-898f-2adbe6dcf36d.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Thief", "cost": 3, "serial_number": "3-056", "current_price": {"date": "2019-01-24T00:02:08.935346Z", "foil_low_price": "4.32", "foil_market_price": "5.78", "regular_low_price": "1.92", "regular_market_price": "1.99"}, "datastore_id": 5171359936151552, "element": "Wind", "type": "Forward", "octgn_id": "26b54dfd-47b8-4e47-9d8f-ac8e61a85cb3"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["The ~Job Class Zero Cadet~ Forwards you control cannot be blocked by a Forward of cost 4 or more.", "%Snakebite% {s}: Choose 1 special ability or auto ability. Cancel its effect."], "name": "Seven", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/057_9309e311-8c14-4faa-859f-c7bba85583d9.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 2, "serial_number": "3-057", "current_price": {"date": "2019-01-09T01:01:00.987168Z", "foil_low_price": "2.75", "foil_market_price": "3.99", "regular_low_price": "0.05", "regular_market_price": "0.14"}, "datastore_id": 5727270706610176, "element": "Wind", "type": "Forward", "octgn_id": "1e89af93-ee4f-4878-a8c0-8a1a965aad79"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Sky Pirate Replica attacks, choose 1 Backup you control. *Activate* it."], "name": "Sky Pirate Replica", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/058_a068a2f3-6a9f-4daf-95e3-0b3f2d6fa801.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 3, "serial_number": "3-058", "current_price": {"date": "2019-01-24T00:01:41.539118Z", "foil_low_price": "0.19", "foil_market_price": "0.26", "regular_low_price": "0.02", "regular_market_price": "0.08"}, "datastore_id": 5113375461736448, "element": "Wind", "type": "Forward", "octgn_id": "09696767-82ba-403e-8a41-98c5988f3850"}, {"category": "V", "is_ex_burst": true, "abilities": ["{x} When King Tycoon enters the field, you may *search* for 1 ~Card Name Faris~ or ~Card Name Lenna~ and add it to your hand."], "name": "King Tycoon", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/059_69709233-2c04-4ea8-a013-df350a2de46a.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "King", "cost": 3, "serial_number": "3-059", "current_price": {"date": "2019-01-09T01:01:53.374073Z", "foil_low_price": "0.24", "foil_market_price": "0.3", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 6199597521174528, "element": "Wind", "type": "Backup", "octgn_id": "f6f5e1c8-dce4-4d29-96b0-d170fef0cada"}, {"category": "IV", "is_ex_burst": false, "abilities": ["Tsukinowa cannot be blocked by Forwards of cost 3 or more.", "If you control ~Card Name Edge~, Tsukinowa gains *Haste*."], "name": "Tsukinowa", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/060_014d54bd-02ee-4a13-8047-ccb3425dc06a.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ninja", "cost": 1, "serial_number": "3-060", "current_price": {"date": "2019-01-26T00:02:36.151463Z", "foil_low_price": "0.21", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5353745588158464, "element": "Wind", "type": "Forward", "octgn_id": "7710da15-f0bd-4aa9-bf34-58ef5f8bdded"}, {"category": "TYPE-0", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 1000 damage for each Character you control. If you control a ~Job Class Zero Cadet~ Forward, select up to 3 Backups you control. *Activate* them."], "name": "Diablos", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/061_0ac972e3-bf24-4047-8bb9-23a88d144b0c.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "3-061", "current_price": {"date": "2019-01-09T01:01:09.059926Z", "foil_low_price": "0.27", "foil_market_price": "0.76", "regular_low_price": "0.05", "regular_market_price": "0.11"}, "datastore_id": 5738600293466112, "element": "Wind", "type": "Summon", "octgn_id": "0b758b3c-a91c-47c2-96d9-797afec1ae69"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{w}{d}: Choose 1 attacking Forward. Deal it 2000 damage.", "%Concerto% {s}{w}{d}: Choose 1 Forward. Deal it 4000 damage for each ~Job Class Zero Cadet~ Forward you control."], "name": "Deuce", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/062_a91a39b7-87a5-4bec-8dc5-c644281e5d8d.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 2, "serial_number": "3-062", "current_price": {"date": "2019-01-09T01:00:59.348144Z", "foil_low_price": "0.15", "foil_market_price": "0.15", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5723920363683840, "element": "Wind", "type": "Backup", "octgn_id": "c99af723-6d41-4bdb-ae24-07d898da3f72"}, {"category": "V", "is_ex_burst": false, "abilities": ["{d}, remove Dorgann from the game: Choose 1 Forward. Remove if from the game."], "name": "Dorgann", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/063_a3e15e14-b06e-4560-af56-053cb10092f6.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dawn Warrior", "cost": 3, "serial_number": "3-063", "current_price": {"date": "2019-01-24T00:01:25.238012Z", "foil_low_price": "1.79", "foil_market_price": "2.75", "regular_low_price": "0.49", "regular_market_price": "0.9"}, "datastore_id": 5079448978194432, "element": "Wind", "type": "Forward", "octgn_id": "1aec144f-db83-4f20-8a04-ede3c9b7de21"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["If Trey is *active*, Trey cannot be chosen by your opponent's abilities.", "If Trey is *dull*, Trey cannot be chosen by your opponent's Summons."], "name": "Trey", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/064_0c03564f-bc34-4042-9a91-182f368608dd.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 4, "serial_number": "3-064", "current_price": {"date": "2019-01-26T00:01:58.868599Z", "foil_low_price": "1.51", "foil_market_price": "2.18", "regular_low_price": "0.69", "regular_market_price": "1.37"}, "datastore_id": 5146638909702144, "element": "Wind", "type": "Forward", "octgn_id": "2e068518-4be8-482d-9236-ea195b6da343"}, {"category": "V", "is_ex_burst": false, "abilities": ["Bartz has the jobs of the Forwards you control.", "If Bartz has 3 Jobs or more, Bartz gains *Haste* and *First Strike*. If Bartz has 5 jobs or more, Bartz gains +3000 power, *Brave*, and can attack twice in the same turn."], "name": "Bartz", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/065_11429cbf-0ca3-4dc2-a82b-5c481f3785c3.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Freelancer", "cost": 3, "serial_number": "3-065", "current_price": {"date": "2019-01-24T00:01:20.522130Z", "foil_low_price": "6.49", "foil_market_price": "6.5", "regular_low_price": "4.12", "regular_market_price": "4.23"}, "datastore_id": 5070468470013952, "element": "Wind", "type": "Forward", "octgn_id": "d7b215ba-53ce-4b67-92ca-89c176202d4c"}, {"category": "LOV-IV", "is_ex_burst": false, "abilities": ["When Barbariccia enters the field, choose 1 Forward opponent controls. Until the end of the turn, its power becomes 1000."], "name": "Barbariccia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/066_ca90d3cf-547c-4740-bf7e-edc1a5e650c7.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Archfiend", "cost": 4, "serial_number": "3-066", "current_price": {"date": "2019-01-24T00:01:48.941020Z", "foil_low_price": "2.93", "foil_market_price": "2.93", "regular_low_price": "0.17", "regular_market_price": "0.2"}, "datastore_id": 5132464712318976, "element": "Wind", "type": "Forward", "octgn_id": "d27e4992-bb79-44d1-a3ea-f0e60ff99cbf"}, {"category": "V", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward you control other than Wind Drake. Return it and Wind Drake to their owners' hand."], "name": "Wind Drake", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/067_4ce86fd6-55a5-45a5-aba0-72f7740d40e9.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Dragon", "cost": 3, "serial_number": "3-067", "current_price": {"date": "2019-01-26T00:01:40.049798Z", "foil_low_price": "0.1", "foil_market_price": "0.12", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5107026560548864, "element": "Wind", "type": "Forward", "octgn_id": "299016a4-1458-446f-9856-61123e55cec4"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Geomancer enters the field, deal 2000 damage to all Forwards opponent controls."], "name": "Geomancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/068_4b41918a-57ab-4296-929e-f6ab340c1b00.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-068", "current_price": {"date": "2019-01-09T01:02:26.163104Z", "foil_low_price": "0.1", "foil_market_price": "0.12", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 6320998664110080, "element": "Wind", "type": "Backup", "octgn_id": "ee6c0892-b16e-4788-a515-c8bd8010a99d"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control a ~Card Name Vincent~, the cost for playing Yuffie onto the field becomes 0.", "The ~Card Name Vincent~ you control gains +1000 power and *Brave*."], "name": "Yuffie", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/069_345b2968-7a0d-4805-92ec-8f955309b368.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Ninja", "cost": 2, "serial_number": "3-069", "current_price": {"date": "2019-01-26T00:02:22.556551Z", "foil_low_price": "1.75", "foil_market_price": "1.75", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5197509039226880, "element": "Wind", "type": "Forward", "octgn_id": "4a460141-896d-4aa7-a9b4-79a8422ea44b"}, {"category": "V", "is_ex_burst": false, "abilities": ["{w}{w}{d}, put Oracle into the Break Zone: *Activate* all Characters you control."], "name": "Oracle", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/070_5f2f35f2-5d48-4c31-9ba1-d2c9caf081f0.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-070", "current_price": {"date": "2019-01-09T01:02:18.153087Z", "foil_low_price": "0.39", "foil_market_price": "0.41", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 6290900070170624, "element": "Wind", "type": "Backup", "octgn_id": "a0dbd051-ab16-4bbd-960f-37cc513b3dfc"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward opponent controls. Break it. If that forward is put into the Break Zone, your opponent may play 1 Forward from their hand onto the field."], "name": "Chaos, Walker of the Wheel", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/071_95291fbe-f9d0-41bc-b14a-32bcd428e354.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "3-071", "current_price": {"date": "2019-01-09T01:01:54.269120Z", "foil_low_price": "9.64", "foil_market_price": "7.65", "regular_low_price": "5.75", "regular_market_price": "5.7"}, "datastore_id": 6201495494066176, "element": "Wind", "type": "Summon", "octgn_id": "29d5f1d6-3d5f-412b-84d8-ba77a6526b96"}, {"category": "TYPE-0", "is_ex_burst": true, "abilities": ["{x} When Rem enters the field, choose 1 ~Category TYPE-0~ card from your Break Zone. Add it to your hand."], "name": "Rem", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/072_9ac01641-adc3-4839-8997-2aed9b096284.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 4, "serial_number": "3-072", "current_price": {"date": "2019-01-09T01:00:44.655323Z", "foil_low_price": "0.75", "foil_market_price": "0.77", "regular_low_price": "0.08", "regular_market_price": "0.12"}, "datastore_id": 5699714196439040, "element": "Wind", "type": "Backup", "octgn_id": "3cf6377c-122f-43e6-8cc5-e0c5259d900d"}, {"category": "IV", "is_ex_burst": false, "abilities": ["If you control ~Card Name Yang~, Ursula gains +3000 power.", "%Twin Wing Frenzy% {s}{e}{e}: Choose 1 Forward. Deal it 9000 damage. You can only use this ability if you control ~Card Name Yang~."], "name": "Ursula", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/073_f45ab2ca-1c1c-4e47-8d0a-c1c9ec1f1132.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Monk", "cost": 2, "serial_number": "3-073", "current_price": {"date": "2019-01-09T01:02:41.446753Z", "foil_low_price": "1.11", "foil_market_price": "1.11", "regular_low_price": "0.09", "regular_market_price": "0.12"}, "datastore_id": 6544291866345472, "element": "Earth", "type": "Forward", "octgn_id": "4336ce69-ee18-434b-905e-3d68f4c2e66d"}, {"category": "DFF-IX", "is_ex_burst": false, "abilities": ["Choose 1 Forward. Deal it damage equal to the highest power Forward you control."], "name": "Atomos", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/074_c0fcaa97-a4cf-4cf6-a418-f7cf586ba896.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "3-074", "current_price": {"date": "2019-01-09T01:02:10.048237Z", "foil_low_price": "0.44", "foil_market_price": "0.46", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6265430779887616, "element": "Earth", "type": "Summon", "octgn_id": "8a5415ec-ab7f-45be-abc1-189e940898e3"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Horror of Antiquity is put from the field into the Break Zone, you may play 1 ~Card Name Horror of Antiquity~ from your hand onto the field."], "name": "Horror of Antiquity", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/075_1106737b-8fc7-4abb-a0b7-0acdfc1af3f6.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 2, "serial_number": "3-075", "current_price": {"date": "2019-01-24T00:00:57.933351Z", "foil_low_price": "0.1", "foil_market_price": "0.2", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4863582848155648, "element": "Earth", "type": "Forward", "octgn_id": "32c8af78-f7e3-469d-9298-d7a4acb5e605"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["When Masked Woman enters the field, choose 1 *dull* Forward of cost 4 or less opponent controls. Break it."], "name": "Masked Woman", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/076_9c700850-43bf-4a16-9aae-44325fb60d04.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Mysterious Woman", "cost": 3, "serial_number": "3-076", "current_price": {"date": "2019-01-24T00:02:51.539483Z", "foil_low_price": "0.25", "foil_market_price": "0.37", "regular_low_price": "0.06", "regular_market_price": "0.08"}, "datastore_id": 5473949777395712, "element": "Earth", "type": "Backup", "octgn_id": "6b40c068-1caa-4178-a9e5-113c984277c7"}, {"category": "V", "is_ex_burst": false, "abilities": ["If you have 4 or more cards in your hand, Galuf gains +2000 power.", "If you have 5 or more cards in your hand, Galuf gains *Brave*."], "name": "Galuf", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/077_9f50b160-c200-4ba2-bacc-73f12435cd25.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dawn Warrior", "cost": 5, "serial_number": "3-077", "current_price": {"date": "2019-01-09T01:01:57.346428Z", "foil_low_price": "0.23", "foil_market_price": "0.34", "regular_low_price": "0.08", "regular_market_price": "0.14"}, "datastore_id": 6219263236898816, "element": "Earth", "type": "Forward", "octgn_id": "97c8740a-6f2e-42c9-8ea9-62bafba84f94"}, {"category": "V", "is_ex_burst": false, "abilities": ["%Spellblade: Fira% {s}{f}: Deal 6000 damage to all the Forwards opponent controls.", "%Spellblade: Thundara% {s}{l}: Choose up to 2 damaged Forwards. Break them."], "name": "Krile", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/078_685c9889-5ff7-4638-b322-12d680d8ac5a.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mystic Knight", "cost": 2, "serial_number": "3-078", "current_price": {"date": "2019-01-09T01:00:53.358799Z", "foil_low_price": "1.02", "foil_market_price": "1.02", "regular_low_price": "0.45", "regular_market_price": "0.45"}, "datastore_id": 5714468482842624, "element": "Earth", "type": "Forward", "octgn_id": "d815e7af-ad60-4b8c-83d9-ce10f989fced"}, {"category": "DFF-VI", "is_ex_burst": false, "abilities": ["If you control 3 or more different Element Backups, Kefka gains +3000 power.", " If you control 5 or more different Element Backups, Kefka gains *Brave*."], "name": "Kefka", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/079_453b352b-9b70-4e8d-aa82-d0bad3b3b89c.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mage", "cost": 2, "serial_number": "3-079", "current_price": {"date": "2019-01-26T00:02:21.855588Z", "foil_low_price": "0.61", "foil_market_price": "0.97", "regular_low_price": "0.1", "regular_market_price": "0.16"}, "datastore_id": 5195581135781888, "element": "Earth", "type": "Forward", "octgn_id": "18b9da18-4206-45ef-bf80-8eb4cb5e92fb"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["Brave", "{d}: Choose 1 Forward. It loses *First Strike* until the end of the turn.", "{d}: Black Tortoise l'Cie Gilgamesh gains +2000 power until the end of the turn."], "name": "Black Tortoise l'Cie Gilgamesh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/080_7a3d92cf-bc00-40bc-9731-af993c73b4d9.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "L'Cie", "cost": 5, "serial_number": "3-080", "current_price": {"date": "2019-01-09T01:02:20.365862Z", "foil_low_price": "0.07", "foil_market_price": "0.16", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 6297259842994176, "element": "Earth", "type": "Forward", "octgn_id": "ac5c582b-22a5-46e9-9b9e-39f6604f31a0"}, {"category": "V", "is_ex_burst": false, "abilities": ["{e}{e}{d}, put Summoner into the Break Zone: Cast 1 Summon of cost 6 or less from your hand without paying the cost."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/081_a1f83c6c-0c58-4360-882c-d2ab6ddc4a8c.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-081", "current_price": {"date": "2019-01-26T00:00:46.056074Z", "foil_low_price": "0.1", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4792222637621248, "element": "Earth", "type": "Backup", "octgn_id": "e8af9d7e-b9b3-4d3c-8947-0957ba0f7517"}, {"category": "LOV-IV", "is_ex_burst": false, "abilities": ["When Scarmiglione enters the field from the Break Zone, choose 1 Forward. Deal it damage equal to half of Scarmiglione's power (round up to the nearest 1000).", "%Living Dead% {s}: When Scarmiglione is put from the field into the Break Zone during this turn, return Scarmiglione to the field. It gains +2000 power until the end of turn."], "name": "Scarmiglione", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/082_8c38b527-f553-43f1-ba70-7d96691f4946.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Archfiend", "cost": 2, "serial_number": "3-082", "current_price": {"date": "2019-01-09T01:02:26.937082Z", "foil_low_price": "1.0", "foil_market_price": "2.06", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 6323408946069504, "element": "Earth", "type": "Forward", "octgn_id": "f536e3f7-c0e5-4ab0-9e66-850139fe66e2"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["The ~Card Name Brandelis~ you control gains *First Strike* during your turn.", "{d}: Choose 1 Forward. It loses *First Strike* until the end of the turn."], "name": "Segwarides", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/083_897bdd37-bf64-4858-97db-1e841625c2c2.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Knight", "cost": 2, "serial_number": "3-083", "current_price": {"date": "2019-01-09T01:02:37.153565Z", "foil_low_price": "0.19", "foil_market_price": "0.2", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6479645495001088, "element": "Earth", "type": "Backup", "octgn_id": "e63e1e5e-ed68-4c9c-90e9-c537bd202466"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control 2 or more ~Card Name WRO Member~, WRO Member gains +1000 power and *Brave*."], "name": "WRO Member", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/084_188d6d66-77a6-49f5-b064-6e4ed58cc332.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-084", "current_price": {"date": "2019-01-09T01:02:44.855731Z", "foil_low_price": "0.15", "foil_market_price": "0.42", "regular_low_price": "0.08", "regular_market_price": "0.12"}, "datastore_id": 6599849684238336, "element": "Earth", "type": "Forward", "octgn_id": "a6836cc2-d676-4982-be06-f3a8c5618c3d"}, {"category": "VII", "is_ex_burst": false, "abilities": ["{d}: Put WRO Member into the Break Zone: Choose 1 ~Card Name WRO Commander~. It cannot be broken this turn."], "name": "WRO Member", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/085_78b1111c-6d20-4bcc-972e-f0d14b3db774.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-085", "current_price": {"date": "2019-01-09T01:01:52.651084Z", "foil_low_price": "0.1", "foil_market_price": "0.3", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 6196368376856576, "element": "Earth", "type": "Backup", "octgn_id": "039b5bf7-e44c-44ad-8929-803a22ca4dd5"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control ~Card Name Vincent~, WRO Commander gains +1000 power.", "The ~Card Name WRO Member~ you control gain +2000 power."], "name": "WRO Commander", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/086_1ab01502-1b0f-4c25-9443-15d04afefbc5.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Commander", "cost": 3, "serial_number": "3-086", "current_price": {"date": "2019-01-24T00:02:09.735759Z", "foil_low_price": "0.25", "foil_market_price": "0.43", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5172138264756224, "element": "Earth", "type": "Forward", "octgn_id": "d7a1b35d-a03e-42b0-be78-ff37d1294a0c"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} Choose up to 1 Forward from your Break Zone of cost equal to or less than the damage you have been dealt. Return it to your hand. Your opponent selects 1 Forward of cost equal to or less than the damage you have been dealt and puts it into the Break Zone."], "name": "Zeromus, the Condemner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/087_0c3194b4-af9d-4b0b-bc3a-d992d88a4b72.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 7, "serial_number": "3-087", "current_price": {"date": "2019-01-26T00:01:20.951643Z", "foil_low_price": "0.25", "foil_market_price": "0.43", "regular_low_price": "0.09", "regular_market_price": "0.2"}, "datastore_id": 5066855060340736, "element": "Earth", "type": "Summon", "octgn_id": "45c803bb-e91e-4b5b-9a92-da7d3b909837"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Delita is chosen by the ability of a Character opponent controls, break that character.", "When Delita is chosen by your opponent's summon, deal 1 point damage to your opponent."], "name": "Delita", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/088_1844a5dc-e01d-46ba-a3b9-f7c948ebd27b.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Knight", "cost": 5, "serial_number": "3-088", "current_price": {"date": "2019-01-09T01:01:38.846202Z", "foil_low_price": "11.29", "foil_market_price": "11.58", "regular_low_price": "3.8", "regular_market_price": "5.99"}, "datastore_id": 5957416260730880, "element": "Earth", "type": "Forward", "octgn_id": "652337a5-f28c-42a1-b3b8-d0626ed6d436"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["When The Girl Who Forgot Her Name enters the field, you may *search* for 1 ~Category WOFF~ Forward and add it to your hand."], "name": "The Girl Who Forgot Her Name", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/089_e7b31f7c-c550-4a77-96c9-a62d2adc5981.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Girl", "cost": 3, "serial_number": "3-089", "current_price": {"date": "2019-01-09T01:02:26.453939Z", "foil_low_price": "0.1", "foil_market_price": "0.19", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 6321481042624512, "element": "Earth", "type": "Backup", "octgn_id": "3e7cab44-9913-4a79-81d2-95b6e0f9b6da"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Ninja enters the field, choose 1 *dull* Forward of cost 2 or less opponent controls. Break it."], "name": "Ninja", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/090_6993c1e3-dbc3-448b-9fc3-fc07fcc7118f.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-090", "current_price": {"date": "2019-01-26T00:01:05.567614Z", "foil_low_price": "0.08", "foil_market_price": "0.34", "regular_low_price": "0.01", "regular_market_price": "0.07"}, "datastore_id": 4883525186617344, "element": "Earth", "type": "Backup", "octgn_id": "f17f6808-07cc-4c50-b664-ab61409d5e20"}, {"category": "V", "is_ex_burst": false, "abilities": ["Berserker cannot form a parties. Berserker must attack at least once per turn if possible."], "name": "Berserker", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/091_e1f8f00e-2354-4b0d-a471-73de932b2522.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 3, "serial_number": "3-091", "current_price": {"date": "2019-01-24T00:00:41.818330Z", "foil_low_price": "0.06", "foil_market_price": "0.16", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 4794120610512896, "element": "Earth", "type": "Forward", "octgn_id": "bedccf29-036e-4cb2-bb68-92e5b88e468f"}, {"category": "DFF-XI", "is_ex_burst": false, "abilities": ["*Brave*", "When Prishe is put from the field into the Break Zone, you may play 1 ~Card Name Prishe~ from your hand onto the field.", "\r\n%Nullifying Dropkick% {s}{e}{e}{2}: Choose 1 *dull* Forward. Break it."], "name": "Prishe", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/092_00b56b3e-dbfe-4918-8b71-025240ad1293.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Abhorrent One", "cost": 6, "serial_number": "3-092", "current_price": {"date": "2019-01-09T01:00:35.056421Z", "foil_low_price": "2.37", "foil_market_price": "2.37", "regular_low_price": "1.0", "regular_market_price": "1.5"}, "datastore_id": 5682238511382528, "element": "Earth", "type": "Forward", "octgn_id": "bf2f5b74-b409-4195-8445-4fe13864753a"}, {"category": "WOFF", "is_ex_burst": true, "abilities": ["{x} When Brandelis enters the field, you may *search* for 1 ~Card Name Segriwades~ or ~Card Name Pellinore~ and add it to your hand.", "For each ~Card Name Segwarides~ and ~Card Name Pellinore~ you control, Brandelis gains +1000 power."], "name": "Brandelis", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/093_473fec1c-9ebb-4821-a297-68d5d5a56ec4.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Knight", "cost": 5, "serial_number": "3-093", "current_price": {"date": "2019-01-26T00:00:38.549548Z", "foil_low_price": "0.49", "foil_market_price": "0.78", "regular_low_price": "0.09", "regular_market_price": "0.15"}, "datastore_id": 4714704517726208, "element": "Earth", "type": "Forward", "octgn_id": "77bd9a1f-56c0-4463-9137-e63a4b73e9ee"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["The ~Card Name Brandelis~ you control gains *Brave*", "{e}{1}{d}: Deal 1000 to all Forwards."], "name": "Pellinore", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/094_917c95ee-db06-4868-8704-1eb494f72ef4.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Knight", "cost": 2, "serial_number": "3-094", "current_price": {"date": "2019-01-26T00:00:59.946077Z", "foil_low_price": "0.29", "foil_market_price": "0.35", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 4858055896334336, "element": "Earth", "type": "Backup", "octgn_id": "794cd6da-37b2-45d2-9208-003d40d23982"}, {"category": "IV", "is_ex_burst": false, "abilities": ["If you control ~Card Name Ursula~, Yang gains +1000 power and *Brave*.", "When Yang enters the field, you may play 1 ~Card Name Ursula~ from your hand onto the field.", "%Kick% {s}{e}{1}{d}: Deal damage equal to half of Yang's power to all the Forwards opponent controls (round up to the nearest 1000)."], "name": "Yang", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/095_a8186b05-057f-4acb-a368-b3856f273ee7.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Monk", "cost": 4, "serial_number": "3-095", "current_price": {"date": "2019-01-09T01:02:09.760879Z", "foil_low_price": "0.99", "foil_market_price": "0.99", "regular_low_price": "0.1", "regular_market_price": "0.16"}, "datastore_id": 6264519173079040, "element": "Earth", "type": "Forward", "octgn_id": "8afdd592-3bd9-407b-9e42-82e87863b55f"}, {"category": "LOV-IV", "is_ex_burst": false, "abilities": ["When Rydia enters the field, you may *search* for 1 Summon and add it to your hand."], "name": "Rydia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/096_9284977f-6ef3-4f48-b3f9-ef4bb71c024b.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Summoner", "cost": 3, "serial_number": "3-096", "current_price": {"date": "2019-01-09T01:00:40.749155Z", "foil_low_price": "0.76", "foil_market_price": "0.76", "regular_low_price": "0.09", "regular_market_price": "0.12"}, "datastore_id": 5694639155707904, "element": "Earth", "type": "Backup", "octgn_id": "db551097-ceeb-426f-a2b5-163e99154b01"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Arecia Al-Rashia enters the field, you may *search* for 1 ~Category TYPE-0~ Forward and add it to your hand."], "name": "Arecia Al-Rashia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/097_a62f0279-508d-4d3e-8d0c-b7759f08796e.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Archsorceress", "cost": 3, "serial_number": "3-097", "current_price": {"date": "2019-01-09T01:00:46.065698Z", "foil_low_price": "0.23", "foil_market_price": "0.23", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 5701751084679168, "element": "Lightning", "type": "Backup", "octgn_id": "672973a8-23e1-484c-9564-bcba040c030e"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Angeal is put from the field into the break zone, you may *search* for ~Card Name Zack~ and add it to your hand."], "name": "Angeal", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/098_2ec9d960-2427-4916-8df9-edfb4b32aad9.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SOLDIER", "cost": 3, "serial_number": "3-098", "current_price": {"date": "2019-01-26T00:01:26.954745Z", "foil_low_price": "0.1", "foil_market_price": "0.24", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 5077521074749440, "element": "Lightning", "type": "Forward", "octgn_id": "b6b30e98-6a4d-48d1-af36-769014458f78"}, {"category": "VII", "is_ex_burst": false, "abilities": ["Angeal Penance is also ~Card Name Angeal~ in all situations.", "*Haste*", "When Angeal Penance deals damage to an opponent, choose 1 damaged Forward. Break it."], "name": "Angeal Penance", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/099_5d3922de-d1d4-4b1f-90bf-c7a75bc3e231.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Test Subject", "cost": 4, "serial_number": "3-099", "current_price": {"date": "2019-01-24T00:01:09.538958Z", "foil_low_price": "0.25", "foil_market_price": "0.22", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 4914106159071232, "element": "Lightning", "type": "Forward", "octgn_id": "c7c9884e-3d49-46a4-a940-44574c3229ff"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Exdeath attacks, all Characters opponent controls lose their Jobs until the end of turn.", "%Grand Cross% {s}{l}{l}{l}{l}{l}{l}{l}: Remove all Characters on the field other than Exdeath and all cards in the Break Zone from the game."], "name": "Exdeath", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/100_b0b138fe-bd81-4891-9b22-68bfcfbb9864.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Wizard", "cost": 5, "serial_number": "3-100", "current_price": {"date": "2019-01-09T01:02:03.158068Z", "foil_low_price": "0.99", "foil_market_price": "2.3", "regular_low_price": "0.49", "regular_market_price": "1.14"}, "datastore_id": 6239275368579072, "element": "Lightning", "type": "Forward", "octgn_id": "ff013036-ba47-4cf0-b0bf-26f7fff670e5"}, {"category": "V", "is_ex_burst": false, "abilities": ["When a Character is put from the field into the Break Zone, you may remove it from the game instead.", "{1}: Choose 1 card in the Break Zone. Remove it from the game."], "name": "Enuo", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/101_192c10f8-114b-4146-a817-bc6cf96d0376.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Wizard", "cost": 5, "serial_number": "3-101", "current_price": {"date": "2019-01-09T01:02:01.159000Z", "foil_low_price": "0.15", "foil_market_price": "0.42", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 6234694920175616, "element": "Lightning", "type": "Forward", "octgn_id": "dea269e0-579a-4132-ab97-b89cdafdcdca"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["Choose 1 Forward. If it has 7000 power or less, break it. If you control a ~Job Type Zero Cadet~ Forward, break it regardless of its power instead."], "name": "Odin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/102_7d2b9a43-5391-4d79-b8d9-ac588cc5116c.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "3-102", "current_price": {"date": "2019-01-24T00:00:46.430438Z", "foil_low_price": "2.0", "foil_market_price": "2.97", "regular_low_price": "0.29", "regular_market_price": "0.36"}, "datastore_id": 4817176531828736, "element": "Lightning", "type": "Summon", "octgn_id": "e03c4767-f98f-4e78-8b70-7a685b126846"}, {"category": "V", "is_ex_burst": false, "abilities": ["{f}: Choose 1 Forward. Deal it 2000 damage.", "{w}: Gilgamesh cannot be chosen by Summons during this turn.", "{e}: Gilgamesh gains +1000 power until the end of the turn.", "{l}: Gilgamesh gains *Haste* until the end of the turn."], "name": "Gilgamesh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/103_b8b9cbdb-9552-479b-a752-491fcc8d5a27.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Praetorian", "cost": 4, "serial_number": "3-103", "current_price": {"date": "2019-01-09T01:01:23.168664Z", "foil_low_price": "1.84", "foil_market_price": "1.8", "regular_low_price": "0.24", "regular_market_price": "0.44"}, "datastore_id": 5767494685949952, "element": "Lightning", "type": "Forward", "octgn_id": "4c2216f9-ca01-4a58-a91f-0eb6208dba5a"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["If you control a ~Job Class Zero Cadet~ Forward other than Queen, Queen gains *First Strike*.", "%Speedrush% {s}: Queen gains *Haste* and \"Queen cannot be blocked\" until the end of the turn."], "name": "Queen", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/104_dcea18e0-559c-485b-93d7-04139d269142.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 3, "serial_number": "3-104", "current_price": {"date": "2019-01-26T00:01:47.356904Z", "foil_low_price": "0.47", "foil_market_price": "0.93", "regular_low_price": "0.04", "regular_market_price": "0.13"}, "datastore_id": 5121843795066880, "element": "Lightning", "type": "Forward", "octgn_id": "cea43d7d-3b39-4d07-a848-5fcccbef4429"}, {"category": "IX", "is_ex_burst": true, "abilities": ["{x} When Black Waltz 3 enters the field, choose 1 Forward opponent controls. Until the end of the turn, it loses 1000 power for each card in your hand."], "name": "Black Waltz 3", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/105_24e2902d-e698-4d21-9c8b-fc169e440145.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Black Mage", "cost": 4, "serial_number": "3-105", "current_price": {"date": "2019-01-24T00:00:37.718122Z", "foil_low_price": "0.12", "foil_market_price": "0.3", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 4770262335619072, "element": "Lightning", "type": "Forward", "octgn_id": "1c128da7-8a98-4c2c-9385-3ad6104308d6"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Black Mage enters the field, Choose 1 Forward opponent controls. If you control 4 or more ~Card Name Black Mage~, it loses 8000 power until the end of the turn."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/106_af67e5aa-64e8-497f-af45-3ef781541ad5.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-106", "current_price": {"date": "2019-01-09T01:01:51.350570Z", "foil_low_price": "0.1", "foil_market_price": "0.12", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6192754967183360, "element": "Lightning", "type": "Backup", "octgn_id": "c295ed12-1c52-4eb0-82e6-2966fd280b8f"}, {"category": "V", "is_ex_burst": false, "abilities": ["{l}{l}{2}{d}, put Black Mage into the Break Zone: Choose 1 *active* Forward of cost 3 or less. Break it."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/107_e743ba25-1177-4a13-baa7-24ab6cc01633.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-107", "current_price": {"date": "2019-01-26T00:02:16.163304Z", "foil_low_price": "0.1", "foil_market_price": "0.2", "regular_low_price": "0.07", "regular_market_price": "0.11"}, "datastore_id": 5185859745742848, "element": "Lightning", "type": "Backup", "octgn_id": "5bbe7a23-1560-49a3-80ff-fba7ec525857"}, {"category": "V", "is_ex_burst": false, "abilities": ["*Haste*", "When Kelger enters the field, you may play 1 ~Job Dawn Warrior~ from your hand onto the field.", "%Lupine Attack% {s}: Kelgar gains +6000 power until the end of the turn."], "name": "Kelger", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/108_63ffe070-f5ad-4560-96a1-527f99238d0a.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dawn Warrior", "cost": 6, "serial_number": "3-108", "current_price": {"date": "2019-01-24T00:01:11.518373Z", "foil_low_price": "0.59", "foil_market_price": "0.85", "regular_low_price": "0.09", "regular_market_price": "0.14"}, "datastore_id": 4923885933821952, "element": "Lightning", "type": "Forward", "octgn_id": "604f8e40-ad98-46ce-aea0-7b919a80daa2"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Sice attacks, choose 1 Forward opponent controls. Until the end of the turn, it loses 1000 power for each ~Job Class Zero Cadet~ Character you control.", "%Black Hole% {s}{l}: Choose 1 Forward. Until the end of the turn, it loses 4000 power."], "name": "Sice", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/109_a15b110c-1439-40ab-8f8c-20a0772fe214.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 2, "serial_number": "3-109", "current_price": {"date": "2019-01-09T01:00:27.664446Z", "foil_low_price": "0.26", "foil_market_price": "0.67", "regular_low_price": "0.02", "regular_market_price": "0.12"}, "datastore_id": 5671617594130432, "element": "Lightning", "type": "Forward", "octgn_id": "6068b17c-56d6-4483-a6d3-5a8e9ca061ad"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{1}{d}: Choose 1 Forward. Deal it 7000 damage. You can only use this ability if you control ~Card Name Edge~.", "{l}{d}: Choose 1 Forward. Deal it 4000 damage."], "name": "Zangetsu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/110_fe5ffafb-8f6f-42c0-a8fa-1709a8bcd369.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ninja", "cost": 3, "serial_number": "3-110", "current_price": {"date": "2019-01-26T00:00:52.070772Z", "foil_low_price": "0.12", "foil_market_price": "0.12", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 4827320036622336, "element": "Lightning", "type": "Forward", "octgn_id": "7510e860-2447-4c8d-85ac-b32e2a47915c"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["Jack cannot block.", " When Jack attacks, Jack does not *activate* during your next Active Phase.", "%Reflex% {s}{l}: *Activate* Jack. Jack loses all abilities until the end of the turn."], "name": "Jack", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/111_563f3feb-3867-45b7-af0a-63df171a7dbe.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 1, "serial_number": "3-111", "current_price": {"date": "2019-01-09T01:01:45.452372Z", "foil_low_price": "0.24", "foil_market_price": "0.67", "regular_low_price": "0.09", "regular_market_price": "0.19"}, "datastore_id": 6009425093459968, "element": "Lightning", "type": "Forward", "octgn_id": "5e662072-9f4a-4d7a-87eb-8d75925ce579"}, {"category": "XII", "is_ex_burst": false, "abilities": ["Select 1 number. Your opponent selects 1 number. Break all Forwards that cost equal to either number."], "name": "Exodus, the Judge-Sal", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/112_c8923b0a-6c65-43e8-a8b1-81d2f5388e6f.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "3-112", "current_price": {"date": "2019-01-09T01:01:35.457014Z", "foil_low_price": "1.74", "foil_market_price": "3.21", "regular_low_price": "0.9", "regular_market_price": "1.11"}, "datastore_id": 5920020517355520, "element": "Lightning", "type": "Summon", "octgn_id": "16eabe70-b62e-483b-919d-afab15dd3ce8"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Nine attacks, choose 1 Forward you control. Until the end of the turn, it gains +1000 power for each ~Job Class Zero Cadet~ Forward you control.", "%Primal Roar% {s}{l}{l}{l}{l}: All Forwards cannot block this turn."], "name": "Nine", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/113_9e803d15-27c1-4223-89ec-f526a9abb236.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 4, "serial_number": "3-113", "current_price": {"date": "2019-01-09T01:00:40.070437Z", "foil_low_price": "1.0", "foil_market_price": "1.39", "regular_low_price": "0.05", "regular_market_price": "0.18"}, "datastore_id": 5694209793196032, "element": "Lightning", "type": "Forward", "octgn_id": "18173484-7769-417e-a80d-bb261af70514"}, {"category": "IX", "is_ex_burst": false, "abilities": ["*Haste* *First Strike*", "%Cherry Blossom% {s}{l}{l}: For each ~Job Dragon~ and ~Card Name Dragoon~ you control, deal 2000 damage to all the Forwards opponent controls."], "name": "Freya", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/114_411e96c7-463a-4631-8dbb-6e69c80c6d0e.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Dragoon", "cost": 3, "serial_number": "3-114", "current_price": {"date": "2019-01-09T01:01:40.260035Z", "foil_low_price": "1.58", "foil_market_price": "1.56", "regular_low_price": "0.1", "regular_market_price": "0.14"}, "datastore_id": 5970602615635968, "element": "Lightning", "type": "Forward", "octgn_id": "b2fd66d9-4651-4770-a155-aa22817c0a07"}, {"category": "V", "is_ex_burst": false, "abilities": ["{l}{1}{d}, put Cannoneer and 1 Backup other than Cannoneer into the Break Zone: Choose 1 Forward. Deal it 7000 damage."], "name": "Cannoneer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/115_75117d40-4678-4bdb-8c2e-539a94d53a8a.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-115", "current_price": {"date": "2019-01-09T01:01:55.371413Z", "foil_low_price": "0.05", "foil_market_price": "0.17", "regular_low_price": "0.02", "regular_market_price": "0.08"}, "datastore_id": 6205348885037056, "element": "Lightning", "type": "Backup", "octgn_id": "78d9825a-8282-488c-bdba-e778f41b859d"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Mystic Knight is put from the field into the Break Zone, choose 1 Forward opponent controls. Deal it 4000 damage. "], "name": "Mystic Knight", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/116_860943d9-6a66-46bc-9a46-37f4e9adfa37.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-116", "current_price": {"date": "2019-01-09T01:01:30.050985Z", "foil_low_price": "0.1", "foil_market_price": "0.17", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5840604424568832, "element": "Lightning", "type": "Forward", "octgn_id": "71ddf875-655b-47f8-96db-005e8b6dd617"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["{1}{d}: Choose 1 Forward. Deal it 1000 damage.", "{2}{d}: Choose 1 Forward. Deal it 3000 damage."], "name": "Simulacrum of a Hero", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/117_9264d66a-875c-4d57-b44b-b594da4c24b1.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 3, "serial_number": "3-117", "current_price": {"date": "2019-01-09T01:02:06.446678Z", "foil_low_price": "0.1", "foil_market_price": "0.16", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6247743701909504, "element": "Lightning", "type": "Forward", "octgn_id": "9c38aac1-aa2b-4038-ba28-e0ae76c0be3b"}, {"category": "DFF-XIII", "is_ex_burst": true, "abilities": ["{x} When Lightning enters the field, choose 1 ~Card Name Odin~ in your Break Zone. You may put it on top of your deck.", "%Gestalt Drive% {s}{l}{1}{d}, discard 1 ~Card Name Odin~: Choose up to 2 Forwards of cost 4 of less. Break them."], "name": "Lightning ", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/118_5569e986-b7b3-4af0-ac22-6954cd6c466a.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior", "cost": 5, "serial_number": "3-118", "current_price": {"date": "2019-01-09T01:01:33.456980Z", "foil_low_price": "1.43", "foil_market_price": "2.28", "regular_low_price": "0.49", "regular_market_price": "0.88"}, "datastore_id": 5896162242461696, "element": "Lightning", "type": "Forward", "octgn_id": "d307f9cc-9aad-4383-8e21-fe2f3aa4d277"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["For each ~Category FFT~ Forward you control other than Ramza, Ramza gains +1000 power.", "{3}: Choose 1 ~Category FFT~ Forward you control. It gains +1000 power, *Haste* and *First Strike* until the end of the turn."], "name": "Ramza", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/119_c75f75fe-917f-420c-86a4-06af4bb72c91.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "3-119", "current_price": {"date": "2019-01-09T01:02:21.155356Z", "foil_low_price": "3.8", "foil_market_price": "5.3", "regular_low_price": "1.46", "regular_market_price": "2.21"}, "datastore_id": 6298038171598848, "element": "Lightning", "type": "Forward", "octgn_id": "9fee3d5a-47e6-4507-a80f-7270b2b04e20"}, {"category": "V", "is_ex_burst": false, "abilities": ["{l}: Dragoon gains *Haste* until the end of the turn."], "name": "Dragoon", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/120_4a001d4d-5d98-4b79-ba50-448763427715.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-120", "current_price": {"date": "2019-01-26T00:02:25.554882Z", "foil_low_price": "0.07", "foil_market_price": "0.25", "regular_low_price": "0.02", "regular_market_price": "0.08"}, "datastore_id": 5201928829009920, "element": "Lightning", "type": "Forward", "octgn_id": "ec4a45a2-4ba9-4974-aa5e-e4c99b4403b7"}, {"category": "V", "is_ex_burst": false, "abilities": ["{a}{a}{1}{d}, put Blue Mage into the Break Zone: Choose 1 Forward of cost 5 or higher. Return it to its owner's hand."], "name": "Blue Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/121_3200cf19-58d7-4b22-acf0-e34dc4f67ed5.jpg", "rarity": "Common", "is_multi_playable": false, "job": " Standard Unit", "cost": 2, "serial_number": "3-121", "current_price": {"date": "2019-01-09T01:02:14.258146Z", "foil_low_price": "0.05", "foil_market_price": "0.17", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6278376750841856, "element": "Water", "type": "Backup", "octgn_id": "02c1a604-8321-4dc0-bca9-8302ff15024d"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Artemicion enters the field, place any number of cards from your hand at the bottom of your decks in any order. Then, draw the same number of cards."], "name": "Artemicion", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/122_569c48a0-bd60-4fb3-8db1-4251d5d3c4b5.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "3-122", "current_price": {"date": "2019-01-24T00:03:12.738829Z", "foil_low_price": "2.5", "foil_market_price": "2.58", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5653164804014080, "element": "Water", "type": "Backup", "octgn_id": "060783c7-1a8e-4a98-b0f8-96e85040068a"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} Both players select 1 Forward they control and put it into the Break Zone."], "name": "Famfrit, the Darkening Cloud", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/123_ed494bfa-ce91-44ed-85c2-6954ac3d3e79.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "3-123", "current_price": {"date": "2019-01-09T01:02:08.146673Z", "foil_low_price": "N/A", "foil_market_price": "1.99", "regular_low_price": "3.99", "regular_market_price": "1.4"}, "datastore_id": 6258364619161600, "element": "Water", "type": "Summon", "octgn_id": "76a1ba2b-84ca-406a-bbf1-b8fe068eac20"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Izayoi enters the field, you may play 1 ~Job Ninja~ or ~Card Name Ninja~ of cost 3 or less from your hand onto the field.", "%Illusions% {s}{a}{a}: Choose up to 2 Forwards. They cannot attack or block this turn."], "name": "Izayoi", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/124_67926867-4362-4a67-aae4-32d924defe4d.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ninja", "cost": 4, "serial_number": "3-124", "current_price": {"date": "2019-01-09T01:01:54.865924Z", "foil_low_price": "0.2", "foil_market_price": "0.24", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 6203420981592064, "element": "Water", "type": "Forward", "octgn_id": "470aaae7-359a-4113-ad7a-94595b981d7a"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["When Ephemeral Summoner enters the field, you may *search* for 1 Water Summon of cost 4 or less and put it on top of your deck."], "name": "Ephemeral Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/125_059aa641-0d0c-49e3-bccd-26c907c389e3.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Manikin", "cost": 2, "serial_number": "3-125", "current_price": {"date": "2019-01-09T01:02:00.155082Z", "foil_low_price": "0.35", "foil_market_price": "0.35", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 6232926467391488, "element": "Water", "type": "Forward", "octgn_id": "56ad44b6-bf3b-4a31-9ba9-bcf620c7a409"}, {"category": "IX", "is_ex_burst": false, "abilities": ["{a}{a}{d}, Put Eiko into the Break Zone: Choose 4 Summons in your Break Zone. Add 1 of them to your hand, and remove the rest from the game."], "name": "Eiko", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/126_1a0b4cd3-7790-478f-9282-f1562d7b996b.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Summoner", "cost": 2, "serial_number": "3-126", "current_price": {"date": "2019-01-24T00:00:49.640860Z", "foil_low_price": "1.48", "foil_market_price": "1.62", "regular_low_price": "0.19", "regular_market_price": "0.38"}, "datastore_id": 4831900485025792, "element": "Water", "type": "Backup", "octgn_id": "078ab85e-081e-44fa-8e76-9c2bff4c949c"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Eiko enters the field, you may *search* for 1 ~Category IX~ Forward and add it to your hand."], "name": "Eiko", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/127_73982460-9d94-4b60-9f4e-abf4b67e5fea.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Summoner", "cost": 3, "serial_number": "3-127", "current_price": {"date": "2019-01-09T01:01:22.758836Z", "foil_low_price": "0.38", "foil_market_price": "0.39", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5765867027562496, "element": "Water", "type": "Backup", "octgn_id": "3850dd15-e00e-4b40-a06e-c127e530cc67"}, {"category": "V", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward opponent controls. It loses all abilities until the end of the turn."], "name": "Dancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/128_f7d4080c-6281-4ba8-a9c4-7f4a9aa9fc56.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-128", "current_price": {"date": "2019-01-26T00:01:12.459202Z", "foil_low_price": "0.19", "foil_market_price": "0.22", "regular_low_price": "0.03", "regular_market_price": "0.1"}, "datastore_id": 4913623780556800, "element": "Water", "type": "Forward", "octgn_id": "eaff3546-0a45-4048-aea6-d116fb8dddbe"}, {"category": "IX", "is_ex_burst": false, "abilities": ["Garnet cannot be chosen by your opponent's Summons.", " When you cast a Summon, all Forwards you control gain +1000 power until the end of the turn.", "{a}{a}: Cast 1 Summon of cost 3 or less from your hand without paying is cost."], "name": "Garnet", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/129_b4a63f20-18ea-4bd4-aec5-a9b43ba227a5.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Princess", "cost": 3, "serial_number": "3-129", "current_price": {"date": "2019-01-09T01:01:35.154977Z", "foil_low_price": "16.09", "foil_market_price": "16.33", "regular_low_price": "10.93", "regular_market_price": "12.44"}, "datastore_id": 5918122544463872, "element": "Water", "type": "Forward", "octgn_id": "251e91b6-fde6-4268-9db2-dc41e16db64b"}, {"category": "LOV-IV", "is_ex_burst": false, "abilities": ["If Cagnazzo recieves damage during your opponent's turn, reduce the damage by 4000 instead.", "When Cagnazzo enters the field, all the Forwards opponent controls lose 1000 power for every 2 Water Characters you control."], "name": "Cagnazzo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/130_32594014-8050-4007-8c91-7b6e1074ebfa.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Archfiend", "cost": 3, "serial_number": "3-130", "current_price": {"date": "2019-01-09T01:01:48.775597Z", "foil_low_price": "3.25", "foil_market_price": "3.25", "regular_low_price": "0.21", "regular_market_price": "0.27"}, "datastore_id": 6049785840664576, "element": "Water", "type": "Forward", "octgn_id": "142b85ad-ce54-48a7-aaac-a5a94cc2ef01"}, {"category": "V", "is_ex_burst": false, "abilities": ["Ghido does not *activate* during the Activate Phase.", "{a}: Activate Guido.", "{a}{1}{d}: Choose 1 Forward of cost 5 or more opponent controls. Put it on top of its owner's deck."], "name": "Ghido", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/131_71d1071e-ac77-4480-83fe-4a718ef30527.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Sage", "cost": 3, "serial_number": "3-131", "current_price": {"date": "2019-01-09T01:01:37.455995Z", "foil_low_price": "0.08", "foil_market_price": "0.41", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 5943076438671360, "element": "Water", "type": "Backup", "octgn_id": "dd53d3e1-c156-472c-9f10-2612990d7e01"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["{a}{1}{d}: Choose 1 Forward. It gains +1000 power for each Forward you control until the end of the turn."], "name": "Quacho Queen", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/132_b43e4c2c-c982-48c0-9d22-748dbb6d44fd.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Queen", "cost": 4, "serial_number": "3-132", "current_price": {"date": "2019-01-26T00:02:26.349855Z", "foil_low_price": "0.1", "foil_market_price": "0.18", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 5204544732528640, "element": "Water", "type": "Backup", "octgn_id": "2fdfdc31-2945-49e6-8089-03d2902a0b1f"}, {"category": "IX", "is_ex_burst": false, "abilities": ["For each card in your hand, Quina gains +1000 power.", "%Eat% {s}: Choose 1 Forward opponent controls which has been dealt damage this turn. If that Forward has a special ability or an action ability, break it."], "name": "Quina", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/133_d0bfb103-2700-4fbd-9c06-a932bcf9fc9e.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Blue Mage", "cost": 4, "serial_number": "3-133", "current_price": {"date": "2019-01-26T00:02:54.343964Z", "foil_low_price": "0.09", "foil_market_price": "0.26", "regular_low_price": "0.05", "regular_market_price": "0.06"}, "datastore_id": 5634612826996736, "element": "Water", "type": "Forward", "octgn_id": "56b415a3-3386-45f2-ae7d-3644fdb07bef"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Summoner enters the field, choose 1 Summon in your Break Zone. Add it to your hand."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/134_548b0479-4fda-42e5-a5b7-61bc09606b82.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 4, "serial_number": "3-134", "current_price": {"date": "2019-01-09T01:01:41.751923Z", "foil_low_price": "0.17", "foil_market_price": "0.19", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5983955803176960, "element": "Water", "type": "Backup", "octgn_id": "26104dbe-829b-49a2-9ca3-5334cb38927e"}, {"category": "V", "is_ex_burst": false, "abilities": ["Choose up to 2 Forwards your opponent controls. Return them to their owner's hand."], "name": "Syldra", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/135_5971fde8-b625-42ca-90c9-3790241a3abc.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 6, "serial_number": "3-135", "current_price": {"date": "2019-01-26T00:00:59.556147Z", "foil_low_price": "1.33", "foil_market_price": "1.32", "regular_low_price": "0.15", "regular_market_price": "0.15"}, "datastore_id": 4857144289525760, "element": "Water", "type": "Summon", "octgn_id": "ed29eb88-7d7e-4f4b-8dd9-36ddac80b0ca"}, {"category": "V", "is_ex_burst": false, "abilities": ["If White Mage or a Forward forkming a party with White Mage receives damage, the damage decreases by 3000 instead."], "name": "White Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/136_7b0985fb-043c-4be0-a0e4-af92fca67abb.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 1, "serial_number": "3-136", "current_price": {"date": "2019-01-09T01:02:28.651271Z", "foil_low_price": "0.1", "foil_market_price": "0.21", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 6327828735852544, "element": "Water", "type": "Forward", "octgn_id": "9bef832b-2335-4f07-9572-623238944cc5"}, {"category": "IX", "is_ex_burst": true, "abilities": ["{x} When Steiner enters the field, you may *search* for 1 ~Category IX~ Character and add it to your hand.", "If you control a ~Category IX~ Character other than Steiner, Steiner gains +1000 power."], "name": "Steiner", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images/137_1a97669c-04e3-4ba5-8703-0d0e0024d19a.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 5, "serial_number": "3-137", "current_price": {"date": "2019-01-09T01:01:21.569805Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5764748591235072, "element": "Water", "type": "Forward", "octgn_id": "fb5acf07-38bf-4983-893c-1ff4f22b0bdf"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When one of your Water Characters other than Ceodore enters the field, choose 1 Forward you control. Select 1 from the following. \"It gains +1000 power until the end of the turn.\" \"It gains *First Strike* until the end of the turn.\" \"it gains *Brave* until the end of the turn.\""], "name": "Ceodore", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/138_55e8072a-6baa-4ade-8bd3-01d118c69273.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Red Wing", "cost": 4, "serial_number": "3-138", "current_price": {"date": "2019-01-26T00:01:33.648813Z", "foil_low_price": "0.79", "foil_market_price": "0.94", "regular_low_price": "0.05", "regular_market_price": "0.2"}, "datastore_id": 5093824770605056, "element": "Water", "type": "Forward", "octgn_id": "7292c775-4144-40fe-897b-255aff0cd10c"}, {"category": "V", "is_ex_burst": false, "abilities": ["For each Backup you control, Knight gains +1000 power."], "name": "Knight", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/139_8f596536-7b1a-47bb-9cff-54502dbb73aa.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "3-139", "current_price": {"date": "2019-01-09T01:02:24.263770Z", "foil_low_price": "1.79", "foil_market_price": "1.79", "regular_low_price": "0.05", "regular_market_price": "0.19"}, "datastore_id": 6311705697058816, "element": "Water", "type": "Forward", "octgn_id": "efc132e0-1dbc-404d-8447-08af0a3ea5a1"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Porom enters the field, *activate* all the Forwards you control.", "%Curaga% {s}: Choose 1 Forward you control. During this turn, the next damage dealt to it becomes 0 instead."], "name": "Porom", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/140_f180bac0-8261-477e-9d53-5d65a858760d.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "White Mage", "cost": 4, "serial_number": "3-140", "current_price": {"date": "2019-01-24T00:02:42.141019Z", "foil_low_price": "0.25", "foil_market_price": "0.34", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5394466307309568, "element": "Water", "type": "Forward", "octgn_id": "5d9d0ab6-6965-4628-9497-ebd8a47c106c"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Mog (IX) enters the field, if you control ~Card Name Eiko~, draw 1 card.", "{a}{a}{1}{d}, put Mog (IX) into the Break Zone: Choose 1 Forward. Return it to its owner's hand."], "name": "Mog (IX)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/141_426c8ea7-ac2a-4ea1-a4c6-82e058f7bd91.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 3, "serial_number": "3-141", "current_price": {"date": "2019-01-24T00:03:14.349787Z", "foil_low_price": "0.2", "foil_market_price": "0.21", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5655980960382976, "element": "Water", "type": "Backup", "octgn_id": "4d6a0ea5-d53c-4c0a-a025-4be84bff0cab"}, {"category": "V", "is_ex_burst": false, "abilities": ["If your opponent doesn't control Forwards, put Famed Mimic Gogo into the Break Zone.", "%Power Hit% {s}: Choose 1 Forward. Put it into the Break Zone. You can only use this ability if Famed Mimic Gogo has recieved damage this turn."], "name": "Famed Mimic Gogo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/142_4d782fc1-fb70-41d0-a148-69b4dd9a67fa.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mime", "cost": 1, "serial_number": "3-142", "current_price": {"date": "2019-01-24T00:01:45.933968Z", "foil_low_price": "0.46", "foil_market_price": "0.95", "regular_low_price": "0.08", "regular_market_price": "0.18"}, "datastore_id": 5123356965732352, "element": "Water", "type": "Forward", "octgn_id": "08e051a3-8200-4b1b-93e8-a02d43c9a676"}, {"category": "IV", "is_ex_burst": true, "abilities": ["{x} When Leonora enters the field, you may *search* for 1 ~Card Name Palom~ or ~Card Name Porom~ and add it to your hand."], "name": "Leonora", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/143_58b5f287-8b8c-4408-adce-7906de7c0808.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Epopt", "cost": 3, "serial_number": "3-143", "current_price": {"date": "2019-01-09T01:02:24.547887Z", "foil_low_price": "0.35", "foil_market_price": "0.5", "regular_low_price": "0.02", "regular_market_price": "0.08"}, "datastore_id": 6311759652585472, "element": "Water", "type": "Backup", "octgn_id": "fa77caae-90b8-4cd9-b0e3-9d278d29763a"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Lenna enters the field, choose 1 Water Forward of cost 2 or less in your Break Zone. Play it onto the field.", "%Arise% {s}{a}{a}{a}{a}{d}: Choose 1 Forward other than Light or Dark in your Break Zone. Put it onto the field. You can only use this ability during your turn."], "name": "Lenna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/144_6d2d8d20-ab90-4d4e-804b-e7710340f4c9.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Princess", "cost": 5, "serial_number": "3-144", "current_price": {"date": "2019-01-09T01:02:27.253049Z", "foil_low_price": "16.0", "foil_market_price": "13.0", "regular_low_price": "N/A", "regular_market_price": "10.59"}, "datastore_id": 6325194578722816, "element": "Water", "type": "Forward", "octgn_id": "6e3cb7ba-f4cf-4819-aa82-7e976d60bf11"}, {"category": "XII", "is_ex_burst": false, "abilities": ["If you control a Light Forward, the cost to cast Ultima, The High Seraph is reduced by 2.", "Remove from the game all Forwards on the field other than Light and Dark. Then, remove from the top of your deck twice the number of cards removed by the previous effect."], "name": "Ultima, the High Seraph", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/145_896a3d6b-0676-4169-8850-d316332d5410.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "", "cost": 7, "serial_number": "3-145", "current_price": {"date": "2019-01-26T00:02:36.447156Z", "foil_low_price": "1.0", "foil_market_price": "1.44", "regular_low_price": "0.49", "regular_market_price": "1.06"}, "datastore_id": 5355172591042560, "element": "Light", "type": "Summon", "octgn_id": "eff2416c-fbe2-4386-830c-b6b9dd4fce6d"}, {"category": "VII", "is_ex_burst": false, "abilities": ["At the start of your Main Phase 1, select one of the 3 following actions. \"All Forwards you control gain +3000 power until the end of turn.\" \"Forwards opponent controls loose their abilities until the end of the turn.\" \"Draw 1 card.\""], "name": "Minerva", "power": 10000, "image": "https://storage.googleapis.com/ffdecks-card-images/146_0f03aa0f-1766-4752-a429-38dce0baf365.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Goddess", "cost": 7, "serial_number": "3-146", "current_price": {"date": "2019-01-24T00:00:27.226798Z", "foil_low_price": "1.59", "foil_market_price": "1.85", "regular_low_price": "0.39", "regular_market_price": "0.69"}, "datastore_id": 4650058146381824, "element": "Light", "type": "Forward", "octgn_id": "ab99115e-baaa-43b2-9797-aa183c674210"}, {"category": "XII", "is_ex_burst": false, "abilities": ["If you control a Dark Forward, the cost to cast Zodiark, Keeper of Precepts is reduced by 2.", "Break all the Forwards your opponent controls. You receive damage equal to the number of Forwards broken by this effect."], "name": "Zodiark, Keeper of Precepts", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/147_5a7f0767-aa8c-45f0-9a90-acc2294f29da.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "", "cost": 7, "serial_number": "3-147", "current_price": {"date": "2019-01-09T01:02:29.175758Z", "foil_low_price": "2.89", "foil_market_price": "3.19", "regular_low_price": "2.0", "regular_market_price": "2.88"}, "datastore_id": 6330444639371264, "element": "Dark", "type": "Summon", "octgn_id": "59825d42-a457-4ade-9a52-51950120149a"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["Feral Chaos is also ~Card name Chaos~ in all situations.", "*Haste* *First Strike* *Brave*", "Whenever Feral Chaos attacks or blocks, select 1 Character you control. Put it into the Break Zone."], "name": "Feral Chaos", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/148_86ba286f-340f-43dd-8c5b-cc727166da36.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Utter Pandemonium", "cost": 5, "serial_number": "3-148", "current_price": {"date": "2019-01-09T01:00:25.267493Z", "foil_low_price": "0.45", "foil_market_price": "1.13", "regular_low_price": "0.09", "regular_market_price": "0.16"}, "datastore_id": 5668906396024832, "element": "Dark", "type": "Forward", "octgn_id": "1e2d6826-a4ae-4713-993a-f49179d1321a"}, {"category": "IX", "is_ex_burst": false, "abilities": ["Put Vivi into the Break Zone: Choose 1 Forward. Deal it 5000 damage.", "{f}{f}, put Vivi into the Break Zone: Choose 1 Forward. Deal it 8000 damage."], "name": "Vivi", "power": 2000, "image": "https://storage.googleapis.com/ffdecks-card-images/149_45555dd6-f1cc-418f-8e3f-17de92910714.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Black Mage", "cost": 2, "serial_number": "3-149", "current_price": {"date": "2019-01-09T01:01:03.456458Z", "foil_low_price": "1.21", "foil_market_price": "1.26", "regular_low_price": "1.23", "regular_market_price": "1.44"}, "datastore_id": 5730774057746432, "element": "Fire", "type": "Forward", "octgn_id": "e80524ff-e058-47e9-8f1a-062d2927abed"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["The ~Job Class Zero Cadet~ Forwards you control gain +1000 power."], "name": "Moogle (Class Zero)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images/150_5a8614bb-ef30-4d66-99bd-2f5349cb0495.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Moogle", "cost": 3, "serial_number": "3-150", "current_price": {"date": "2019-01-09T01:01:05.070871Z", "foil_low_price": "1.18", "foil_market_price": "1.27", "regular_low_price": "0.1", "regular_market_price": "0.41"}, "datastore_id": 5734183724908544, "element": "Wind", "type": "Backup", "octgn_id": "e0e20b22-184c-4b4e-8907-2fc643e104e4"}, {"category": "TYPE-0", "is_ex_burst": true, "abilities": ["{x} When Queen enters the field, choose 1 Forward opponent controls. If you control 2 or more ~Job Class Zero Cadet~ Forwards, *dull* it. If you control 5 or more ~Job Class Zero Cadet~ Forwards, break it instead."], "name": "Queen", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images/151_59ea007c-9b06-44c5-b66c-acb9529f91de.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 2, "serial_number": "3-151", "current_price": {"date": "2019-01-09T01:01:08.554176Z", "foil_low_price": "0.25", "foil_market_price": "0.49", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5738275486564352, "element": "Lightning", "type": "Forward", "octgn_id": "f900c596-fc28-4177-a404-9c74838f3e0f"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Garnet enters the field, you may *search* for 1 Water Summon with a cost of 2 or less and cast it without paying the cost. If you do not cast it, put the Summon into the Break Zone."], "name": "Garnet", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images/152_754dbb42-a880-4319-9c9a-d149c3a7a311.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Princess", "cost": 3, "serial_number": "3-152", "current_price": {"date": "2019-01-09T01:00:56.349113Z", "foil_low_price": "0.92", "foil_market_price": "1.42", "regular_low_price": "0.1", "regular_market_price": "0.12"}, "datastore_id": 5718998062727168, "element": "Water", "type": "Forward", "octgn_id": "45ed2c15-5bb8-4a09-98ad-fbb64e323bc8"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Ace enters the field, you may play 1 ~Job Class Zero Cadet~ Forward from your hand onto the field.", "When Ace is put from the field into the Break Zone, choose 1 ~Job Class Zero Cadet~ other than ~Card Name Ace~ from your Break Zone. Add it to your hand."], "name": "Ace", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/153_2856cc2e-05db-49b9-9de2-e8c3ae540ff9.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 6, "serial_number": "3-153", "current_price": {"date": "2019-01-09T01:00:57.552090Z", "foil_low_price": "1.77", "foil_market_price": "2.06", "regular_low_price": "0.25", "regular_market_price": "0.5"}, "datastore_id": 5720605454237696, "element": "Light", "type": "Forward", "octgn_id": "576307de-a36a-45dd-b948-c692f989c450"}, {"category": "IX", "is_ex_burst": false, "abilities": ["If you control a ~Category IX~ Forward, the cost for playing Zidane onto the field is reduced by 1.", "When Zidane enters the field, select 1 of the following actions. \"Draw 1 card.\" \"Your opponent discard 1 card from his/her hand.\" \"*Activate* all ~Category IX~ Characters you control.\""], "name": "Zidane", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/154_ec2da70c-686f-4b5f-9807-25fcb2e818af.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Genome", "cost": 3, "serial_number": "3-154", "current_price": {"date": "2019-01-09T01:00:55.160173Z", "foil_low_price": "2.13", "foil_market_price": "3.13", "regular_low_price": "2.3", "regular_market_price": "3.4"}, "datastore_id": 5717424225648640, "element": "Light", "type": "Forward", "octgn_id": "72a1c3d0-1ab2-41fb-9acc-6004f8b91042"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["If you control 3 or more ~Category WOFF~ Characters other than Hauyn, Hauyn gains +4000 power.", "If you control 5 or more ~Category WOFF~ Characters other than Hauyn, Hauyn gains +1000 power and *Brave*."], "name": "Hauyn", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-001.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mysterious Woman", "cost": 2, "serial_number": "4-001", "current_price": {"date": "2019-01-09T01:02:06.746362Z", "foil_low_price": "0.33", "foil_market_price": "0.33", "regular_low_price": "0.13", "regular_market_price": "0.22"}, "datastore_id": 6251217005051904, "element": "Fire", "type": "Forward", "octgn_id": "9bbd7b93-e46b-4c55-be08-bd05d1203af1"}, {"category": "III", "is_ex_burst": false, "abilities": ["{f}{d}: Choose 1 Forward. During this turn, the damage dealt to it is increased by 1000 instead."], "name": "Red Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-002.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-002", "current_price": {"date": "2019-01-24T00:03:09.552371Z", "foil_low_price": "0.95", "foil_market_price": "1.07", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5650339000745984, "element": "Fire", "type": "Backup", "octgn_id": "8e0ae81f-522a-4fc4-88c9-79fbc936c973"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 4000 damage. If you control 5 or more Fire Characters, deal it 7000 damage instead."], "name": "Ifrit", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-003.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "4-003", "current_price": {"date": "2019-01-09T01:00:58.177641Z", "foil_low_price": "1.19", "foil_market_price": "1.53", "regular_low_price": "0.03", "regular_market_price": "0.08"}, "datastore_id": 5722047774720000, "element": "Fire", "type": "Summon", "octgn_id": "3fce7dc5-2145-4ea4-a64d-7a084a9c15a6"}, {"category": "VI", "is_ex_burst": true, "abilities": ["{x} When Edgar enters the field, you may *search* for 1 ~Card Name Sabin~ and add it to your hand.", ": Choose 1 Forward. Deal it 2000 damage.", "%Drill% {s}{f}{f}{1}{d}: Choose 1 Forward. Break it."], "name": "Edgar", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-004.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "King", "cost": 5, "serial_number": "4-004", "current_price": {"date": "2019-01-09T01:00:35.389096Z", "foil_low_price": "0.67", "foil_market_price": "0.68", "regular_low_price": "0.05", "regular_market_price": "0.15"}, "datastore_id": 5682946392457216, "element": "Fire", "type": "Forward", "octgn_id": "846b7775-9231-4a69-be66-dda1b357701e"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["When Garland enters the field, you may play 1 Fire Backup of cost 3 or less from your hand onto the field *dull*."], "name": "Garland", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-005.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 6, "serial_number": "4-005", "current_price": {"date": "2019-01-09T01:00:36.947690Z", "foil_low_price": "0.18", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5688862709907456, "element": "Fire", "type": "Forward", "octgn_id": "2f9d253d-999e-42b2-9ec9-db4ec2632368"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Caius enters the field, you may *search* for 1 ~Card Name Bahamut~ and add it to your hand.", "When Caius attacks, choose 1 Forward. You may discard 1 ~Card Name Bahamut~ from your hand. If you do so, deal it 7000 damage."], "name": "Caius", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-006.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Guardian of the Seeress", "cost": 6, "serial_number": "4-006", "current_price": {"date": "2019-01-09T01:00:33.257083Z", "foil_low_price": "1.6", "foil_market_price": "2.93", "regular_low_price": "1.05", "regular_market_price": "2.25"}, "datastore_id": 5678309841043456, "element": "Fire", "type": "Forward", "octgn_id": "08175fb9-0cb6-4d8e-b958-de84b726396a"}, {"category": "VI", "is_ex_burst": false, "abilities": ["*Brave*", "The ~Category VI~ Forwards other than Cyan you control gain *Brave*.", "%Bushido: Fang% {s}{d}: Choose 1 Forward. At the beginning of your next Main Phase 1, if Cyan is on your field, break it."], "name": "Cyan", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-007.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Samurai", "cost": 3, "serial_number": "4-007", "current_price": {"date": "2019-01-09T01:00:58.463334Z", "foil_low_price": "0.49", "foil_market_price": "0.6", "regular_low_price": "0.2", "regular_market_price": "0.31"}, "datastore_id": 5722179576528896, "element": "Fire", "type": "Forward", "octgn_id": "b30fac14-f5e3-4a0c-a293-3e71a7c52587"}, {"category": "III", "is_ex_burst": false, "abilities": ["{f}{d}, put Scholar into the Break Zone: Choose up to 2 Forwards opponent controls. Deal them 3000 damage."], "name": "Scholar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-008.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-008", "current_price": {"date": "2019-01-09T01:00:51.576031Z", "foil_low_price": "0.22", "foil_market_price": "0.27", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5711666033459200, "element": "Fire", "type": "Backup", "octgn_id": "48ec9057-e5a0-4625-b1dc-b71cc54b5001"}, {"category": "III", "is_ex_burst": false, "abilities": ["*Haste*", "When Ranger attacks, deal 2000 damage to all the Forwards opponent controls."], "name": "Ranger", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-009.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "4-009", "current_price": {"date": "2019-01-09T01:01:18.954460Z", "foil_low_price": "0.24", "foil_market_price": "0.25", "regular_low_price": "0.03", "regular_market_price": "0.08"}, "datastore_id": 5761149156982784, "element": "Fire", "type": "Forward", "octgn_id": "2a9d0940-3fc7-472d-8826-26a722b2638b"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Black Mage enters the field, choose up to 2 Forwards. Deal them 5000 damage."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-010.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "4-010", "current_price": {"date": "2019-01-09T01:00:35.850853Z", "foil_low_price": "0.21", "foil_market_price": "0.24", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5683284352696320, "element": "Fire", "type": "Backup", "octgn_id": "c2809eee-9c4f-47ff-a5d8-116ef4dc8fae"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Sage into the Break Zone: Choose 1 Forward you control. If it deals damage to a Forward this turn, the damage increases by 2000 instead."], "name": "Sage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-011.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-011", "current_price": {"date": "2019-01-09T01:01:19.248308Z", "foil_low_price": "0.28", "foil_market_price": "0.31", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5761280958791680, "element": "Fire", "type": "Backup", "octgn_id": "6168386d-2a27-4de2-ae02-971a57016a08"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["Put Goblin into the Break Zone: Choose 1 Forward you control. It gains *Haste* until the end of the turn. Draw 1 card."], "name": "Goblin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-012.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Goblin", "cost": 1, "serial_number": "4-012", "current_price": {"date": "2019-01-09T01:00:36.569147Z", "foil_low_price": "0.21", "foil_market_price": "0.38", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 5684756452737024, "element": "Fire", "type": "Monster", "octgn_id": "96706255-010c-4ef5-aa7d-d6cf4f83b9f8"}, {"category": "THEATRHYTHM-VII", "is_ex_burst": true, "abilities": ["{x} When Zack enters the field, choose 1 ~Card Name Cloud~ or ~Job SOLDIER~ in your Break Zone. Add it to your hand."], "name": "Zack", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-013.jpg", "rarity": "Common", "is_multi_playable": false, "job": "SOLDIER", "cost": 3, "serial_number": "4-013", "current_price": {"date": "2019-01-24T00:03:20.221889Z", "foil_low_price": "0.55", "foil_market_price": "0.55", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5662904464441344, "element": "Fire", "type": "Backup", "octgn_id": "d15bc5f3-b53f-406e-8e93-e0a343a9fbf0"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["If you have received 5 points of damage or more, Samurai gains +1000 power and *Brave*."], "name": "Samurai", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-014.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "4-014", "current_price": {"date": "2019-01-09T01:01:16.759687Z", "foil_low_price": "0.19", "foil_market_price": "0.23", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 5753897104703488, "element": "Fire", "type": "Forward", "octgn_id": "c96c1450-123c-4092-bc63-73fbf86e31d9"}, {"category": "VI", "is_ex_burst": false, "abilities": ["First Strike", "{f}{f}, remove 1 card in your hand from the game: Choose 1 Forward. Deal it 1000 damage for each CP required to play the removed card."], "name": "Shadow", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-015.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Assassin", "cost": 4, "serial_number": "4-015", "current_price": {"date": "2019-01-09T01:01:13.349848Z", "foil_low_price": "1.92", "foil_market_price": "2.3", "regular_low_price": "0.05", "regular_market_price": "0.29"}, "datastore_id": 5746507076599808, "element": "Fire", "type": "Forward", "octgn_id": "bd6b7bf6-b313-46c1-bcc6-15c16ccb875f"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["Choose 1 Forward. Deal it 8000 damage. If it is put from the field into the Break Zone this turn, remove it from the game instead."], "name": "Bahamut", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-016.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "4-016", "current_price": {"date": "2019-01-09T01:01:01.777011Z", "foil_low_price": "1.99", "foil_market_price": "2.57", "regular_low_price": "0.24", "regular_market_price": "0.26"}, "datastore_id": 5729356198445056, "element": "Fire", "type": "Summon", "octgn_id": "e3bcad4e-dee0-4368-a796-901f70598548"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Marauder attacks, Marauder gains +8000 power until the end of the turn."], "name": "Marauder", "power": 1000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-017.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-017", "current_price": {"date": "2019-01-26T00:03:00.446432Z", "foil_low_price": "0.14", "foil_market_price": "0.14", "regular_low_price": "0.07", "regular_market_price": "0.08"}, "datastore_id": 5645526489890816, "element": "Fire", "type": "Forward", "octgn_id": "197baa5b-9faf-4f45-afe0-0cdfa64f49d3"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{f}: Until the end of the turn, Bomb also becomes a Forward with 5000 power and \"Put Bomb into the Break Zone: Deal 4000 damage to all Forwards.\" You can only use this ability once per turn."], "name": "Bomb", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-018.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Bomb", "cost": 2, "serial_number": "4-018", "current_price": {"date": "2019-01-24T00:02:04.728846Z", "foil_low_price": "0.25", "foil_market_price": "0.38", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5161925788827648, "element": "Fire", "type": "Monster", "octgn_id": "e9062f33-ba07-48f4-9d52-14e438a651ba"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["Put Bomb into the Break Zone: Choose 1 Forward. Deal it 5000 damage."], "name": "Bomb", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-019.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Bomb", "cost": 1, "serial_number": "4-019", "current_price": {"date": "2019-01-09T01:01:11.952788Z", "foil_low_price": "0.24", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5744761575047168, "element": "Fire", "type": "Monster", "octgn_id": "3bb78ffa-b462-4a95-b7c5-acb92911c9bc"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["*Dull* 1 *active* Forward: Choose 1 Forward blocking Marche. Deal it damage equal to the power of the *dull* Forward."], "name": "Marche", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-020.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Clan Leader", "cost": 3, "serial_number": "4-020", "current_price": {"date": "2019-01-24T00:03:19.223007Z", "foil_low_price": "0.32", "foil_market_price": "0.46", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5661226205970432, "element": "Fire", "type": "Forward", "octgn_id": "cbc7fb58-e8b3-408d-ba77-23a6c2ef555a"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When Sabin enters the field or attacks, choose 1 Forward you control. It cannot be broken this turn.", "{f}{1}: Sabin gains +2000 power until the end of the turn. You can only use this ability while Sabin is attacking.", "%Rising Phoenix% {s}{f}{f}{2}: Deal 8000 damage to all Forwards. You can only use this ability while Sabin is attacking."], "name": "Sabin", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-021.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Monk", "cost": 4, "serial_number": "4-021", "current_price": {"date": "2019-01-09T01:01:00.060627Z", "foil_low_price": "11.0", "foil_market_price": "12.28", "regular_low_price": "6.62", "regular_market_price": "8.63"}, "datastore_id": 5726286370570240, "element": "Fire", "type": "Forward", "octgn_id": "28dc140e-b9b3-4454-a6c8-3f05b0358205"}, {"category": "FFTA", "is_ex_burst": true, "abilities": ["When Montblanc enters the field, you may *search* for 1 ~Card Name Marche~ and add it to your hand.", "{f}{d}: Choose 1 Forward. Deal it 2000 damage. You can only use this ability if you control ~Card Name Marche~."], "name": "Montblanc", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-022.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Moogle", "cost": 4, "serial_number": "4-022", "current_price": {"date": "2019-01-26T00:01:29.550711Z", "foil_low_price": "0.18", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5082185560227840, "element": "Fire", "type": "Backup", "octgn_id": "9fbe11f7-c256-4f8e-82b9-afd70d43f9bd"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When General Leo attacks, choose 1 Forward opponent controls. Deal it 2000 damage.", "%Shock% {s}{3}: Deal 5000 damage to all the Forwards opponent controls."], "name": "General Leo", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-023.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Captain", "cost": 3, "serial_number": "4-023", "current_price": {"date": "2019-01-09T01:00:31.778982Z", "foil_low_price": "0.38", "foil_market_price": "0.38", "regular_low_price": "0.05", "regular_market_price": "0.21"}, "datastore_id": 5676764055470080, "element": "Fire", "type": "Forward", "octgn_id": "19e4539e-0032-40ff-9eca-e15b0b25fc3b"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["When Llednar blocks or is blocked, if your opponent doesn't pay {2}, Llednar cannot be broken this turn.", "When Llednar is chosen by a Summon or an ability of your opponent, if your opponent doesn't pay {2}, Llednar cannot be broken this turn."], "name": "Llednar", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-024.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Biskmatar", "cost": 2, "serial_number": "4-024", "current_price": {"date": "2019-01-26T00:01:29.160565Z", "foil_low_price": "0.57", "foil_market_price": "0.61", "regular_low_price": "0.09", "regular_market_price": "0.15"}, "datastore_id": 5082058187603968, "element": "Fire", "type": "Forward", "octgn_id": "50919b9e-0eb6-4dd7-a5ae-2554e8813d79"}, {"category": "VI", "is_ex_burst": true, "abilities": ["{x} When Umaro enters the field, you may *search* for 1 Monster and add it to your hand.", "Umaro must attack once per turn if possible.", "%Bodyslam% {s}{d}: Choose 1 Forward. Deal it 7000 damage."], "name": "Umaro", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-025.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Yeti", "cost": 6, "serial_number": "4-025", "current_price": {"date": "2019-01-26T00:02:58.847944Z", "foil_low_price": "1.99", "foil_market_price": "0.42", "regular_low_price": "0.05", "regular_market_price": "0.15"}, "datastore_id": 5641623169925120, "element": "Ice", "type": "Forward", "octgn_id": "114c3036-1be4-46fe-81a0-17632292beef"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When Gestahlian Empire Cid enters the field, you may *search* for 1 Category VI Forward and add it to your hand"], "name": "Gestahlian Empire Cid", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-026.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Engineer", "cost": 3, "serial_number": "4-026", "current_price": {"date": "2019-01-09T01:00:22.456815Z", "foil_low_price": "2.26", "foil_market_price": "3.27", "regular_low_price": "1.49", "regular_market_price": "2.25"}, "datastore_id": 5664634665172992, "element": "Ice", "type": "Backup", "octgn_id": "1e4ed992-3216-4563-8686-bb4d60562909"}, {"category": "III", "is_ex_burst": false, "abilities": ["{i}{d}, put Bard into the Break Zone: Choose 1 Forward. *Dull* it."], "name": "Bard", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-027.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-027", "current_price": {"date": "2019-01-26T00:02:59.158540Z", "foil_low_price": "0.25", "foil_market_price": "0.28", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5641877915172864, "element": "Ice", "type": "Backup", "octgn_id": "5bc2baa2-9b0f-4172-92f3-8de69be1478e"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{i}{i}{2}{d}, put Bard into the Break Zone: Your opponent discards 2 cards from his/her hand. You can only use this ability during your turn."], "name": "Bard", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-028.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-028", "current_price": {"date": "2019-01-09T01:01:17.853989Z", "foil_low_price": "0.17", "foil_market_price": "0.18", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5758011414937600, "element": "Ice", "type": "Backup", "octgn_id": "44de055a-21c1-4c8b-8e86-42c63f5be176"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{i}{1}{d}: Choose 1 Forward. Dull it."], "name": "Ghoul", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-029.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Ghoul", "cost": 2, "serial_number": "4-029", "current_price": {"date": "2019-01-09T01:00:41.654087Z", "foil_low_price": "0.24", "foil_market_price": "0.26", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 5695511856152576, "element": "Ice", "type": "Monster", "octgn_id": "5a124a8b-2bd1-48ce-8fb5-a75347c56e1c"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Black Mage into the Break Zone: Choose 1 *dull* Forward. Deal it 4000 damage."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-030.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-030", "current_price": {"date": "2019-01-09T01:00:53.959052Z", "foil_low_price": "0.24", "foil_market_price": "0.37", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5715132877373440, "element": "Ice", "type": "Backup", "octgn_id": "2604c878-5ea3-4c21-ad28-8c877f643869"}, {"category": "III", "is_ex_burst": false, "abilities": ["{i}{i}{d}, put Sage into the Break Zone: Choose up to 2 Forwards opponent controls. Freeze them."], "name": "Sage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-031.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-031", "current_price": {"date": "2019-01-26T00:01:45.545278Z", "foil_low_price": "0.43", "foil_market_price": "0.45", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5117723864465408, "element": "Ice", "type": "Backup", "octgn_id": "41f6bffc-a47b-40f2-981b-8f78ea78ef90"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Arithmetician enters the field, select 1 number. *Dull* and *Freeze* all the Forwards of that cost."], "name": "Arithmetician", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-032.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "4-032", "current_price": {"date": "2019-01-09T01:01:13.769698Z", "foil_low_price": "0.24", "foil_market_price": "0.25", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5748395520032768, "element": "Ice", "type": "Backup", "octgn_id": "65e2c0d4-b56c-4d53-a4ab-9c0033118c0e"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["Choose 1 *dull* Forward. Deal it 6000 damage and 1000 more damage for each ~Card Name Shiva~ in your Break Zone."], "name": "Shiva", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-033.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "4-033", "current_price": {"date": "2019-01-09T01:00:44.947513Z", "foil_low_price": "3.08", "foil_market_price": "3.08", "regular_low_price": "0.07", "regular_market_price": "0.23"}, "datastore_id": 5700138072801280, "element": "Ice", "type": "Summon", "octgn_id": "5b25ae4e-ea4a-4e5b-b21d-415dcf7d8acb"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["Cid (WOFF) cannot be broken.", "{d}, put Cid (WOFF) into the Break Zone: Choose 1 Monster of cost 2 or less in your Break Zone. Play it onto the field. You can only use this ability during your turn."], "name": "Cid (WOFF)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-034.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Mech", "cost": 2, "serial_number": "4-034", "current_price": {"date": "2019-01-09T01:01:02.153337Z", "foil_low_price": "0.8", "foil_market_price": "0.88", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5729746369380352, "element": "Ice", "type": "Backup", "octgn_id": "cb31fe2f-daf2-470b-ad40-2932c7aaf6b4"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["If you control ~Card Name Remedi~, Cid Randell gains +1000 power.", "When your opponent's Forward enters the field, if your opponent doesn't pay {1}, *dull* that Forward."], "name": "Cid Randall", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-035.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Judgemaster", "cost": 4, "serial_number": "4-035", "current_price": {"date": "2019-01-09T01:00:51.059820Z", "foil_low_price": "0.19", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.11"}, "datastore_id": 5711359748603904, "element": "Ice", "type": "Forward", "octgn_id": "12dc30e6-4f9b-4d37-8a06-7b7808a9833e"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When Setzer enters the field, you may *search* for 1 ~Category VI Character~ and add it to your hand.", "When Setzer is put from the field into the Break Zone, choose 1 Forward opponent controls. *Dull* it and *Freeze* it."], "name": "Setzer", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-036.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Gambler", "cost": 5, "serial_number": "4-036", "current_price": {"date": "2019-01-09T01:00:53.659367Z", "foil_low_price": "1.25", "foil_market_price": "3.27", "regular_low_price": "0.48", "regular_market_price": "0.65"}, "datastore_id": 5714878132125696, "element": "Ice", "type": "Forward", "octgn_id": "cfb681f3-3576-4b7d-9e59-910a6080ec14"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Serah enters the field, choose 1 Forward opponent controls. If you control a ~Category XIII Forward~ other than Serah, *dull* it and *Freeze* it.", "When Serah attacks, you may pay {i}{i}, if you do so, your opponent discards 1 card from his/her hand."], "name": "Serah", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-037.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Commando", "cost": 2, "serial_number": "4-037", "current_price": {"date": "2019-01-09T01:00:28.573277Z", "foil_low_price": "1.64", "foil_market_price": "2.47", "regular_low_price": "0.5", "regular_market_price": "1.37"}, "datastore_id": 5672388289101824, "element": "Ice", "type": "Forward", "octgn_id": "37e730e5-8a77-45e0-8e52-bf5f6e020a29"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When Celes enters the field, choose 1 Character. *Freeze* it.", "When Celes deals damage to your opponent, choose 1 *dull* Forward opponent controls. Deal it 4000 damage.", "%Runic% {s}{i}: Choose 1 Summon. Cancel its effect. *Activate* Celes."], "name": "Celes", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-038.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Rune Knight", "cost": 4, "serial_number": "4-038", "current_price": {"date": "2019-01-24T00:03:15.437181Z", "foil_low_price": "12.74", "foil_market_price": "14.31", "regular_low_price": "12.0", "regular_market_price": "9.19"}, "datastore_id": 5656517579636736, "element": "Ice", "type": "Forward", "octgn_id": "37a0812c-1065-4708-a65b-9dfd057eb56b"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Rogue deals damage to a Forward, *dull* it and *Freeze* it."], "name": "Rogue", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-039.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-039", "current_price": {"date": "2019-01-09T01:00:33.619052Z", "foil_low_price": "0.34", "foil_market_price": "0.38", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5678752356892672, "element": "Ice", "type": "Forward", "octgn_id": "1f4fef2c-0621-4a4a-854b-ac20792d2580"}, {"category": "FFT", "is_ex_burst": false, "abilities": [""], "name": "Knight", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-040.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "4-040", "current_price": {"date": "2019-01-26T00:02:06.644927Z", "foil_low_price": "0.12", "foil_market_price": "0.19", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 5163336417148928, "element": "Ice", "type": "Forward", "octgn_id": "a2e463d3-2e9b-4307-ba27-934e632e753b"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{i}: Until the end of the turn, Swampmonk also becomes a Forward with 5000 power and \"When Swampmonk attacks, choose 1 Forward or Monster. *Dull* it.\" You can only use this ability once per turn."], "name": "Swampmonk", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-041.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Sahagin", "cost": 2, "serial_number": "4-041", "current_price": {"date": "2019-01-09T01:00:43.868252Z", "foil_low_price": "0.36", "foil_market_price": "0.87", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5698936018829312, "element": "Ice", "type": "Monster", "octgn_id": "ae606852-48e2-4067-93b1-6fdc42f777f0"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["When a Forward opponent controls attacks, choose 1 Forward opponent controls. If your opponent doesn't pay {1}, *Freeze* it."], "name": "Babus", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-042.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Runeseeker", "cost": 2, "serial_number": "4-042", "current_price": {"date": "2019-01-09T01:00:30.557742Z", "foil_low_price": "0.25", "foil_market_price": "0.3", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5674952116142080, "element": "Ice", "type": "Forward", "octgn_id": "d42c6e46-423c-4310-81b5-1ce53479f5bf"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{i}{d}: *Search* for 1 ~Card Name Flan~ and add it to your hand.", "{d}, put Flan into the Break Zone: Your opponent discards 1 card from his/her hand. You can only use this ability during your turn."], "name": "Flan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-043.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Flan", "cost": 1, "serial_number": "4-043", "current_price": {"date": "2019-01-09T01:00:32.957292Z", "foil_low_price": "0.82", "foil_market_price": "0.82", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5678182468419584, "element": "Ice", "type": "Monster", "octgn_id": "9a3f14fb-6e28-46f5-bd16-c93c9a8211fb"}, {"category": "FFTA", "is_ex_burst": true, "abilities": ["{x} When Mewt enters the field, you may *search* for 1 ~Card Name Cid Randell~ or ~Card Name Remedi~ and add it to your hand."], "name": "Mewt", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-044.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Prince", "cost": 3, "serial_number": "4-044", "current_price": {"date": "2019-01-09T01:01:10.880227Z", "foil_low_price": "0.38", "foil_market_price": "0.38", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5743967140315136, "element": "Ice", "type": "Backup", "octgn_id": "7b9c9fe8-72e2-4c3e-b013-0cfc00805c25"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["Mecha Chocobo cannot be chosen by Summons.", "When Mecha Chocobo attacks, choose 1 *dull* Forward of cost 4 or less opponent controls. Break it.", "When Mecha Chocobo is blocked, break Mecha Chocobo."], "name": "Mecha Chocobo", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-045.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mech", "cost": 4, "serial_number": "4-045", "current_price": {"date": "2019-01-26T00:02:56.749181Z", "foil_low_price": "0.47", "foil_market_price": "1.1", "regular_low_price": "0.24", "regular_market_price": "0.29"}, "datastore_id": 5638508244893696, "element": "Ice", "type": "Forward", "octgn_id": "321c98a2-bdff-4528-aaaa-07cc7fde7a19"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["Deal each Forward opponent controls damage equal to half of its power (round up to the nearest 1000)."], "name": "Lich", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-046.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "4-046", "current_price": {"date": "2019-01-24T00:02:14.228311Z", "foil_low_price": "0.19", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5182555322056704, "element": "Ice", "type": "Summon", "octgn_id": "e01c5ef7-7f40-421f-ba93-c2b09377bf5b"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["If you control ~Card Name Cid Randell~, Remedi gains +1000 power.", "When your opponent plays a Character onto the field other than from his/her hand, if your opponent doesn't pay {2}, break it."], "name": "Remedi", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-047.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Queen", "cost": 3, "serial_number": "4-047", "current_price": {"date": "2019-01-09T01:01:15.992260Z", "foil_low_price": "0.5", "foil_market_price": "1.0", "regular_low_price": "0.06", "regular_market_price": "0.11"}, "datastore_id": 5751505613225984, "element": "Ice", "type": "Forward", "octgn_id": "8cb79214-db8f-49fa-847a-661fc641fbd4"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When Locke enters the field, if you control 2 or more ~Category VI~ Characters other than Locke, your opponent discards 1 card from his/her hand.", "When Locke deals damage to your opponent, your opponent discards 1 card from his/her hand.", "%Mirage Dive% {s}: Locke cannot be blocked this turn."], "name": "Locke", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-048.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Treasure Hunter", "cost": 3, "serial_number": "4-048", "current_price": {"date": "2019-01-09T01:00:54.578755Z", "foil_low_price": "17.62", "foil_market_price": "22.15", "regular_low_price": "20.0", "regular_market_price": "13.74"}, "datastore_id": 5716401771773952, "element": "Ice", "type": "Forward", "octgn_id": "0dcd12a3-0129-4ed3-ac86-7ecf2b4bffc5"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{w}, put Ahriman into the Break Zone: Choose 1 Monster of cost 5 or more. Break it.", "{w}, put Ahriman into the Break Zone: Choose 1 Forward of cost 5 or more. Break it."], "name": "Ahriman", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-049.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Ahriman", "cost": 2, "serial_number": "4-049", "current_price": {"date": "2019-01-26T00:02:20.759114Z", "foil_low_price": "0.24", "foil_market_price": "0.24", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5191793125621760, "element": "Wind", "type": "Monster", "octgn_id": "f7e9dbe8-8671-44c3-b30a-a6b20873e110"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When A-Ruhn-Senna enters the field, you may *search* for 1 ~Card Name Kan-E-Senna~ or ~Card Name Raya-O-Senna~ and add it to your hand."], "name": "A-Ruhn-Senna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-050.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Seedseer", "cost": 4, "serial_number": "4-050", "current_price": {"date": "2019-01-09T01:01:19.574765Z", "foil_low_price": "0.52", "foil_market_price": "0.61", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5762169748586496, "element": "Wind", "type": "Backup", "octgn_id": "9b052b87-50e6-4bd5-abd8-6c7ce5df464d"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward of power 9000 or more. Break it."], "name": "Alexander", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-051.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 5, "serial_number": "4-051", "current_price": {"date": "2019-01-09T01:01:22.074484Z", "foil_low_price": "0.28", "foil_market_price": "0.3", "regular_low_price": "0.1", "regular_market_price": "0.2"}, "datastore_id": 5765387752833024, "element": "Wind", "type": "Summon", "octgn_id": "5863b644-f63b-4541-aef7-f6ea749ba217"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Select 1 of the 2 following actions.", "\"Choose 1 Monster. Break it.\"", "\"Choose 1 Backup you control. *Activate it*. Draw 1 card.\""], "name": "Alexander", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-052.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "4-052", "current_price": {"date": "2019-01-24T00:03:17.152459Z", "foil_low_price": "1.0", "foil_market_price": "1.54", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5658287643033600, "element": "Wind", "type": "Summon", "octgn_id": "f08fb16a-7f65-44e2-9637-01dc079765e3"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["When your opponent casts a Summon, *activate* all the Forwards you control."], "name": "Ezel", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-053.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Hermetic", "cost": 2, "serial_number": "4-053", "current_price": {"date": "2019-01-09T01:01:04.056685Z", "foil_low_price": "0.23", "foil_market_price": "0.22", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5731336446803968, "element": "Wind", "type": "Forward", "octgn_id": "67514cb6-ab29-4ac0-b6fe-59c54554a581"}, {"category": "DFF-III", "is_ex_burst": false, "abilities": ["When Onion Knight enters the field or attacks, choose 1 Forward. Deal it 3000 damage.", "When Onion Knight enters the field, choose 1 ~Card Name Onion Knight~ of any Element except Wind in your Break Zone. Add it to your hand.", "%Job change: Ninja% {s}: Place Onion Knight at the bottom of your deck. If you do so, *search* for 1 ~Card Name Onion Knight~ with ~Job Sage~ and play it onto the field."], "name": "Onion Knight", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-054.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Ninja", "cost": 4, "serial_number": "4-054", "current_price": {"date": "2019-01-26T00:02:53.558556Z", "foil_low_price": "3.54", "foil_market_price": "4.86", "regular_low_price": "1.85", "regular_market_price": "3.63"}, "datastore_id": 5633308918546432, "element": "Wind", "type": "Forward", "octgn_id": "6a283bf7-697a-4d27-9dd1-f42cf2f4e47d"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If you control ~Card Name Raya-O-Senna~, Kan-E-Senna gains +2000 power.", "When Kan-E-Senna enters the field, if you control ~Card Name A-Ruhn-Senna~, *activate* all the Backups you control."], "name": "Kan-E-Senna", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-055.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Seedseer", "cost": 5, "serial_number": "4-055", "current_price": {"date": "2019-01-24T00:00:51.938895Z", "foil_low_price": "0.65", "foil_market_price": "0.77", "regular_low_price": "0.2", "regular_market_price": "0.34"}, "datastore_id": 4843842121498624, "element": "Wind", "type": "Forward", "octgn_id": "f50d65cf-1db6-4c55-8959-1bd948649ce5"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Archer enters the field, deal 1000 damage to all the Forwards opponent controls.", "{w}{d}, put Archer into the Break Zone: Deal 2000 damage to all the Forwards opponent controls."], "name": "Archer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-056.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-056", "current_price": {"date": "2019-01-09T01:00:32.449301Z", "foil_low_price": "0.4", "foil_market_price": "0.53", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5677506547941376, "element": "Wind", "type": "Backup", "octgn_id": "fd834aed-96f5-4402-b340-cce28b013f30"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{w}: Until the end of the turn, Koboldroid Yin also becomes a Forward with 3000 power and \"Koboldroid Yin cannot be blocked by Forwards of cost 3 or more.\" You can only use this ability once per turn."], "name": "Koboldroid Yin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-057.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Zwerg Droid", "cost": 1, "serial_number": "4-057", "current_price": {"date": "2019-01-26T00:01:35.864778Z", "foil_low_price": "0.28", "foil_market_price": "0.71", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5098276252549120, "element": "Wind", "type": "Monster", "octgn_id": "fc7d92fc-1259-462c-8f0a-e41d2d1ded3e"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. Deal it 1000 damage.", "{w}{2}{d}, put Cactuar into the Break Zone: Choose 1 Forward. Deal it 10000 damage. Cactuar deals you 1 point of damage. EX Bursts of cards put into the Damage Zone due to this ability cannot be used"], "name": "Cactuar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-058.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Cactuar", "cost": 1, "serial_number": "4-058", "current_price": {"date": "2019-01-09T01:01:14.946239Z", "foil_low_price": "5.01", "foil_market_price": "2.17", "regular_low_price": "0.13", "regular_market_price": "0.22"}, "datastore_id": 5749730717990912, "element": "Wind", "type": "Monster", "octgn_id": "d5604c0d-b85a-43a2-b453-94bba76258ec"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Thief leaves the field, your opponent puts the top card of his/her deck into the Break Zone."], "name": "Thief", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-059.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "4-059", "current_price": {"date": "2019-01-24T00:03:20.525973Z", "foil_low_price": "0.2", "foil_market_price": "0.2", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5663840230440960, "element": "Wind", "type": "Forward", "octgn_id": "208aedb0-65be-43c3-aebf-bb3e9339be22"}, {"category": "FFTA", "is_ex_burst": true, "abilities": ["{x} When Shara enters the field, choose 1 Forward opponent controls. Deal it 3000 damage. If you control ~Card Name Ritz~, deal it 6000 damage instead."], "name": "Shara", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-060.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Archer", "cost": 1, "serial_number": "4-060", "current_price": {"date": "2019-01-09T01:01:09.269227Z", "foil_low_price": "0.4", "foil_market_price": "0.44", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5739046181535744, "element": "Wind", "type": "Forward", "octgn_id": "cf740067-c1a1-44e1-89a5-ba96d80ccadb"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{1}{d}, put White Mage into the Break Zone: Choose 1 Forward. *Activate* it. It gains +1000 power until the end of the turn."], "name": "White Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-061.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-061", "current_price": {"date": "2019-01-24T00:03:12.242446Z", "foil_low_price": "0.22", "foil_market_price": "0.26", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5652940677185536, "element": "Wind", "type": "Backup", "octgn_id": "563d0d17-d9a3-482a-a6d8-a6322140739a"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Chocobo forms a party and attacks, Chocobo and all the Forwards forming a party with it gain +3000 power until the end of the turn."], "name": "Chocobo", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-062.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "4-062", "current_price": {"date": "2019-01-09T01:00:42.574562Z", "foil_low_price": "0.95", "foil_market_price": "0.81", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5697242056884224, "element": "Wind", "type": "Forward", "octgn_id": "17befb35-6fb5-43e9-8c0f-3a3ee9902374"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["When Chocobo enters the field, choose 1 Forward other than Chocobo. It gains *Haste* until the end of the turn."], "name": "Chocobo", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-063.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "4-063", "current_price": {"date": "2019-01-09T01:01:12.248730Z", "foil_low_price": "1.69", "foil_market_price": "1.73", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5744840360853504, "element": "Wind", "type": "Forward", "octgn_id": "d9c08e93-eeed-4c65-b951-bda6084036d7"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["When Fat Chocobo enters the field, you may *search* for 1 ~Job Chocobo~ or ~Card Name Chocobo~ of cost 3 or less and play it onto the field.", "{d}: Choose 1 ~Job Chocobo~ or ~Card Name Chocobo~. It gains +2000 power until the end of the turn."], "name": "Fat Chocobo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-064.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Chocobo", "cost": 5, "serial_number": "4-064", "current_price": {"date": "2019-01-09T01:00:47.773389Z", "foil_low_price": "7.91", "foil_market_price": "11.89", "regular_low_price": "0.25", "regular_market_price": "5.23"}, "datastore_id": 5706254643101696, "element": "Wind", "type": "Backup", "octgn_id": "a13bbf5a-b015-42d3-a001-bcc849c2dc7b"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Monster. *Dull* it or *activate* it."], "name": "Doned", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-065.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Clan Leader", "cost": 2, "serial_number": "4-065", "current_price": {"date": "2019-01-09T01:02:16.057856Z", "foil_low_price": "0.15", "foil_market_price": "0.2", "regular_low_price": "0.05", "regular_market_price": "0.12"}, "datastore_id": 6284110817394688, "element": "Wind", "type": "Forward", "octgn_id": "bfd46df6-59fe-4092-8c12-469727f55dbe"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["When a Forward you control attacks, choose 1 Backup you control. *Activate* it."], "name": "Nono", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-066.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Moogle", "cost": 3, "serial_number": "4-066", "current_price": {"date": "2019-01-24T00:01:49.339520Z", "foil_low_price": "2.88", "foil_market_price": "2.9", "regular_low_price": "0.29", "regular_market_price": "0.31"}, "datastore_id": 5132561902731264, "element": "Wind", "type": "Backup", "octgn_id": "50f3d5f5-01da-4475-bd59-736efc4f9a61"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Geomancer enters the field, choose 1 Wind Character other than Geomancer you control. *Activate* it."], "name": "Geomancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-067.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-067", "current_price": {"date": "2019-01-09T01:01:02.954029Z", "foil_low_price": "0.24", "foil_market_price": "0.16", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5730137345622016, "element": "Wind", "type": "Backup", "octgn_id": "3d2042e7-415d-42c8-a39b-f317ba66fe56"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} When Hope enters the field, you may *search* for 1 ~Card Name Alexander~ and add it to your hand.", "{d}: Choose 1 Forward. *Activate* it."], "name": "Hope", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-068.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Supreme Advisor", "cost": 4, "serial_number": "4-068", "current_price": {"date": "2019-01-24T00:03:13.536860Z", "foil_low_price": "0.3", "foil_market_price": "0.33", "regular_low_price": "0.15", "regular_market_price": "0.18"}, "datastore_id": 5653393662017536, "element": "Wind", "type": "Forward", "octgn_id": "f9f1823a-2ad8-42a8-8f29-eda97a943ca8"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["When Moogle enters the field, draw 1 card.", "When Moogle is put from the field into the Break Zone, draw 1 card."], "name": "Moogle", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-069.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Moogle", "cost": 4, "serial_number": "4-069", "current_price": {"date": "2019-01-26T00:01:37.447307Z", "foil_low_price": "1.39", "foil_market_price": "2.56", "regular_low_price": "1.0", "regular_market_price": "1.4"}, "datastore_id": 5099954511020032, "element": "Wind", "type": "Forward", "octgn_id": "6b9d8b1a-885e-4355-a80c-e183f3eb6656"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["{w}{d}, put Archer into the Break Zone: Choose 1 Forward opponent controls. During this turn, the next damage it deals to a Forward becomes 0 instead."], "name": "Archer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-070.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-070", "current_price": {"date": "2019-01-09T01:00:38.746828Z", "foil_low_price": "0.13", "foil_market_price": "0.19", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5691616589250560, "element": "Wind", "type": "Backup", "octgn_id": "585e321a-85c3-4744-8f55-873fbe344784"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["The ~Card Name A-Ruhn-Senna~ and ~Card Name Kan-E-Senna~ you control cannot be chosen by your opponent's abilities."], "name": "Raya-O-Senna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-071.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Seedseer", "cost": 2, "serial_number": "4-071", "current_price": {"date": "2019-01-09T01:02:25.653502Z", "foil_low_price": "0.44", "foil_market_price": "0.5", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 6317693032464384, "element": "Wind", "type": "Backup", "octgn_id": "9f1858ed-54bd-4684-8556-a01126690b01"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["Characters you control cannot be returned to their owner's hand by your opponent's Summons or abilities.", "If you control ~Card Name Shara~, Ritz gains +2000 power."], "name": "Ritz", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-072.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Fencer", "cost": 3, "serial_number": "4-072", "current_price": {"date": "2019-01-09T01:00:30.251706Z", "foil_low_price": "0.73", "foil_market_price": "2.06", "regular_low_price": "0.73", "regular_market_price": "0.88"}, "datastore_id": 5674794544529408, "element": "Wind", "type": "Forward", "octgn_id": "dc914eda-ff9a-4eba-b95b-73851b0b476d"}, {"category": "IX", "is_ex_burst": true, "abilities": ["{x} Select 1 of the 2 following actions.", "\"Choose 1 *dull* Forward. Break it.\"", "\"Choose 1 Forward. Deal it 8000 damage.\""], "name": "Atomos", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-073.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 6, "serial_number": "4-073", "current_price": {"date": "2019-01-09T01:00:42.347406Z", "foil_low_price": "2.47", "foil_market_price": "2.47", "regular_low_price": "0.04", "regular_market_price": "0.12"}, "datastore_id": 5697014557835264, "element": "Earth", "type": "Summon", "octgn_id": "6bcedd30-57dc-4ad5-aea7-5df86fb80188"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Dark Knight enters the field, choose 1 Forward you control. It gains +1000 power for each point of damage you have received until the end of the turn."], "name": "Dark Knight", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-074.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "4-074", "current_price": {"date": "2019-01-09T01:00:57.253648Z", "foil_low_price": "0.23", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5719598569619456, "element": "Earth", "type": "Forward", "octgn_id": "54bcf06c-295e-4599-a103-257fc91971af"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} When Vincent enters the field, you may *search* for 1 ~Card Name Vincent~ and add it to your hand.", "%Galian Beast% {s}{e}: Vincent gains +4000 power until the end of the turn."], "name": "Vincent", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-075.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Gunslinger", "cost": 5, "serial_number": "4-075", "current_price": {"date": "2019-01-26T00:02:51.866389Z", "foil_low_price": "1.18", "foil_market_price": "2.67", "regular_low_price": "0.43", "regular_market_price": "0.48"}, "datastore_id": 5629884755869696, "element": "Earth", "type": "Forward", "octgn_id": "f34b12d7-0bfd-41b9-81d7-94d7e0bf20f6"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Wedge enters the field, you may *search* for 1 ~Job AVALANCHE Operative~ Forward and add it to your hand."], "name": "Wedge", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-076.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "AVALANCHE Operative", "cost": 3, "serial_number": "4-076", "current_price": {"date": "2019-01-09T01:01:40.048547Z", "foil_low_price": "0.18", "foil_market_price": "0.24", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5969742028341248, "element": "Earth", "type": "Backup", "octgn_id": "83be5f85-fe12-4ddf-9856-fcea4866738d"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["For each ~Job Standard Unit~ Forward other than Pugilist you control, Pugilist gains +2000 power."], "name": "Pugilist", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-077.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-077", "current_price": {"date": "2019-01-09T01:00:49.658055Z", "foil_low_price": "0.48", "foil_market_price": "0.57", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5708087520395264, "element": "Earth", "type": "Forward", "octgn_id": "8a8baeac-1f07-408b-9ed0-a4447d38f2ce"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Black Belt enters the field, choose 1 Forward you control. It gains +5000 power until the end of the turn."], "name": "Black Belt", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-078.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-078", "current_price": {"date": "2019-01-09T01:01:24.557232Z", "foil_low_price": "0.24", "foil_market_price": "0.18", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5769419921817600, "element": "Earth", "type": "Backup", "octgn_id": "c45477d7-7400-4a9f-b9f7-3b752bc45c64"}, {"category": "III", "is_ex_burst": false, "abilities": ["{e}{d}: Choose 1 Forward. It cannot become *dull* by your opponent's Summons or abilities this turn."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-079.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-079", "current_price": {"date": "2019-01-09T01:01:20.559929Z", "foil_low_price": "0.1", "foil_market_price": "0.32", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5763075315597312, "element": "Earth", "type": "Backup", "octgn_id": "f7481685-bf62-4657-80b7-efb6a8eebc9e"}, {"category": "DFF-VI", "is_ex_burst": false, "abilities": ["You can put a total of 3 Forwards or Monsters you control into the Break Zone to play Kefka from your hand onto the field.", "When Kefka enters the field, choose 1 Forward or Monster opponent controls. Break it."], "name": "Kefka", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-080.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Mage", "cost": 8, "serial_number": "4-080", "current_price": {"date": "2019-01-24T00:02:19.720729Z", "foil_low_price": "4.85", "foil_market_price": "5.33", "regular_low_price": "2.43", "regular_market_price": "4.02"}, "datastore_id": 5191665752997888, "element": "Earth", "type": "Forward", "octgn_id": "99f13802-cd78-4b5b-839a-e28c0cb74425"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["Put Goblin into the Break Zone: Choose 1 Forward. It gains +2000 power until the end of the turn."], "name": "Goblin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-081.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Goblin", "cost": 1, "serial_number": "4-081", "current_price": {"date": "2019-01-26T00:02:13.647626Z", "foil_low_price": "0.16", "foil_market_price": "0.22", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5181017186893824, "element": "Earth", "type": "Monster", "octgn_id": "e20342bb-e066-431a-ad15-2790b7129abf"}, {"category": "VII", "is_ex_burst": false, "abilities": ["The cost required to play ~Card Name Cloud~ or ~Card Name Barret~ onto the field is reduced by 1."], "name": "Jessie", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-082.jpg", "rarity": "Common", "is_multi_playable": false, "job": "AVALANCHE Operative", "cost": 2, "serial_number": "4-082", "current_price": {"date": "2019-01-09T01:00:22.902038Z", "foil_low_price": "0.21", "foil_market_price": "0.42", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5665916310257664, "element": "Earth", "type": "Backup", "octgn_id": "1ddead28-e6fb-4f7c-879a-4c647e50ca7e"}, {"category": "DFF-XI", "is_ex_burst": false, "abilities": ["When Shantotto is dealt damage, deal the same amount of damage to all the Forwards other than Shantotto. If a Forward damaged by this ability is put into the Break Zone this turn, remove it from the game instead.%Colossal Shantotto% {s}{e}{e}{e}{d}: Deal 5000 damage to all the Forwards."], "name": "Shantotto", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-083.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Mage", "cost": 6, "serial_number": "4-083", "current_price": {"date": "2019-01-09T01:02:23.455457Z", "foil_low_price": "3.97", "foil_market_price": "4.19", "regular_low_price": "1.0", "regular_market_price": "2.61"}, "datastore_id": 6308455228899328, "element": "Earth", "type": "Forward", "octgn_id": "a2da46c5-3b2e-4eb3-96c7-d565ef79bc08"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Warrior", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-084.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "4-084", "current_price": {"date": "2019-01-26T00:02:13.355178Z", "foil_low_price": "0.1", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5179060829290496, "element": "Earth", "type": "Forward", "octgn_id": "dd3cdb60-fb1f-47dc-aa5d-e35572d1344b"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When Dadaluma is chosen by your opponent's Summons or abilities, choose up to 1 Forward opponent controls. Deal it 4000 damage.", "When Dadaluma is dealt damage, choose up to 1 Forward opponent controls. Deal it 4000 damage."], "name": "Dadaluma", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-085.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Martial Artist", "cost": 4, "serial_number": "4-085", "current_price": {"date": "2019-01-24T00:01:45.237562Z", "foil_low_price": "7.5", "foil_market_price": "10.67", "regular_low_price": "4.7", "regular_market_price": "4.7"}, "datastore_id": 5121806499315712, "element": "Earth", "type": "Forward", "octgn_id": "dd4d43cb-57cb-4a47-a911-22386dab8cc7"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["When Tama enters the field, choose 1 Earth Forward of cost 5 or less in your Break Zone. Play it onto the field.", "{6}{d}, put Tama into the Break Zone: choose 1 Earth Forward of cost 5 or less in your Break Zone. Play it onto the field *dull*. You can only use this ability during your turn."], "name": "Tama", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-086.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Companion", "cost": 7, "serial_number": "4-086", "current_price": {"date": "2019-01-24T00:01:44.343086Z", "foil_low_price": "0.46", "foil_market_price": "0.46", "regular_low_price": "0.13", "regular_market_price": "0.2"}, "datastore_id": 5119996439035904, "element": "Earth", "type": "Backup", "octgn_id": "541ff237-421d-4346-9ed5-8b2cc9348ac3"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Delita enters the field, choose 1 Forward opponent controls. You may put 1 of your Forwards of the same cost other than Delita into the Break Zone. If you do so, break the chosen Forward.", "When Delita is chosen by Summons or abilities, Delita gains +1000 power until the end of the turn."], "name": "Delita", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-087.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "4-087", "current_price": {"date": "2019-01-09T01:00:37.158689Z", "foil_low_price": "0.74", "foil_market_price": "0.74", "regular_low_price": "0.07", "regular_market_price": "0.17"}, "datastore_id": 5689052762210304, "element": "Earth", "type": "Forward", "octgn_id": "ba891b11-9d9e-4179-b7ad-db4e0c8a1b2d"}, {"category": "THEATRHYTHM-XII", "is_ex_burst": false, "abilities": ["{e}: Until the end of the turn, Bangaa Thief also becomes a Forward with 7000 power and *Brave*. You can only use this ability once per turn."], "name": "Bangaa Thief", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-088.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Bangaa", "cost": 2, "serial_number": "4-088", "current_price": {"date": "2019-01-24T00:01:08.040863Z", "foil_low_price": "0.23", "foil_market_price": "0.3", "regular_low_price": "0.02", "regular_market_price": "0.07"}, "datastore_id": 4910318148911104, "element": "Earth", "type": "Monster", "octgn_id": "14c1ba01-3db8-4801-ab7e-76b53baa9060"}, {"category": "VII", "is_ex_burst": false, "abilities": ["*Brave*", "When a ~Job AVALANCHE Operative~ you control other than Barret is put from the field into the Break Zone, deal 2000 damage to all the Forwards opponent controls.", "%Satellite Beam% {s}{e}{e}{d}: Deal 5000 damage to all the Forwards opponent controls."], "name": "Barret", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-089.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "AVALANCHE Operative", "cost": 4, "serial_number": "4-089", "current_price": {"date": "2019-01-24T00:01:40.437368Z", "foil_low_price": "0.24", "foil_market_price": "0.26", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 5111844591108096, "element": "Earth", "type": "Forward", "octgn_id": "45b236ef-7415-4290-9f5b-0abd0b94c8ca"}, {"category": "VII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Job AVALANCHE Operative~. It gains +1000 power until the end of the turn. If you control ~Card Name Wedge~, it gains +2000 power until the end of the turn instead."], "name": "Biggs", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-090.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "AVALANCHE Operative", "cost": 2, "serial_number": "4-090", "current_price": {"date": "2019-01-26T00:02:56.447712Z", "foil_low_price": "0.19", "foil_market_price": "0.22", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5638165721251840, "element": "Earth", "type": "Backup", "octgn_id": "8f0f2262-1401-4a3f-a710-3a0f52369e88"}, {"category": "III", "is_ex_burst": false, "abilities": ["{e}{1}{d}: Choose 1 Forward. It gains *Brave* until the end of the turn."], "name": "Geomancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-091.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-091", "current_price": {"date": "2019-01-09T01:00:47.069319Z", "foil_low_price": "0.2", "foil_market_price": "0.19", "regular_low_price": "0.04", "regular_market_price": "0.14"}, "datastore_id": 5703380504674304, "element": "Earth", "type": "Backup", "octgn_id": "12652024-b746-4540-9b5b-f8a0f238176b"}, {"category": "DFF-XI", "is_ex_burst": false, "abilities": ["If you control 4 or more Earth Backups, Prishe gains +2000 power and *Brave*.", "When Prishe is put from the field into the Break Zone, you may pay {e}, if you do so, play 1 ~Card Name Prishe~ from your hand onto the field *dull*."], "name": "Prishe", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-092.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Abhorrent One", "cost": 2, "serial_number": "4-092", "current_price": {"date": "2019-01-24T00:01:58.365089Z", "foil_low_price": "1.31", "foil_market_price": "1.31", "regular_low_price": "0.25", "regular_market_price": "0.34"}, "datastore_id": 5148409795182592, "element": "Earth", "type": "Forward", "octgn_id": "3298df6e-4abb-4a67-ba4c-0debe7ef1a5e"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Choose 1 Forward you control and 1 Forward opponent controls. Each Forward deals damage equal to its power to the other."], "name": "Hecatoncheir", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-093.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "4-093", "current_price": {"date": "2019-01-26T00:02:04.649367Z", "foil_low_price": "10.47", "foil_market_price": "7.71", "regular_low_price": "2.25", "regular_market_price": "2.55"}, "datastore_id": 5156648616198144, "element": "Earth", "type": "Summon", "octgn_id": "c2f0286d-b1db-4f5f-8dc2-e044a46cce03"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["Magic Pot enters the field *dull*.", "{e}{d}, put Magic Pot and 1 Forward into the Break Zone: *Search* for 1 Forward with the same name as the Forward you put into the Break Zone and play it onto the field. You can only use this ability during your turn."], "name": "Magic Pot", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-094.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Magic Pot", "cost": 1, "serial_number": "4-094", "current_price": {"date": "2019-01-09T01:01:17.053534Z", "foil_low_price": "1.25", "foil_market_price": "1.23", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 5755504496214016, "element": "Earth", "type": "Monster", "octgn_id": "d149e155-0f10-4a4f-afae-e782a04d5903"}, {"category": "III", "is_ex_burst": false, "abilities": ["{e}{e}{d}, put Monk into the Break Zone: Choose 1 *dull* Forward you control. It cannot be broken this turn."], "name": "Monk", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-095.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-095", "current_price": {"date": "2019-01-09T01:01:21.256296Z", "foil_low_price": "0.19", "foil_market_price": "0.19", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5763466291838976, "element": "Earth", "type": "Backup", "octgn_id": "24dfd6a5-b905-4d8c-90b6-d28326de5027"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Raubahn enters the field, choose 1 Forward opponent controls. Deal it and Raubahn 9000 damage."], "name": "Raubahn", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-096.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Flame General", "cost": 4, "serial_number": "4-096", "current_price": {"date": "2019-01-26T00:01:37.746222Z", "foil_low_price": "1.9", "foil_market_price": "1.79", "regular_low_price": "0.74", "regular_market_price": "0.83"}, "datastore_id": 5100890277019648, "element": "Earth", "type": "Forward", "octgn_id": "c63568fb-f37d-48be-ad6e-862eff3f9491"}, {"category": "LOV-XI", "is_ex_burst": false, "abilities": ["If Ark Angel EV deals damage to a Forward, increase the damage by 2000 instead.", "If Ark Angel EV is dealt damage by a Character, reduce the damage by 2000 instead."], "name": "Ark Angel EV", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-097.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Ark Angel", "cost": 3, "serial_number": "4-097", "current_price": {"date": "2019-01-24T00:03:16.733630Z", "foil_low_price": "0.95", "foil_market_price": "1.17", "regular_low_price": "0.22", "regular_market_price": "0.24"}, "datastore_id": 5658058936025088, "element": "Lightning", "type": "Forward", "octgn_id": "509b4869-1214-4841-a811-51e272d30749"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Azul is put from the field into the Break Zone, choose 1 Lightning Monster of cost 3 or less in your Break Zone. You may play it onto the field."], "name": "Azul", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-098.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Tsviets", "cost": 5, "serial_number": "4-098", "current_price": {"date": "2019-01-24T00:01:22.939546Z", "foil_low_price": "0.45", "foil_market_price": "0.62", "regular_low_price": "0.14", "regular_market_price": "0.22"}, "datastore_id": 5075558291472384, "element": "Lightning", "type": "Forward", "octgn_id": "c8272834-06ac-4a91-9967-81a9d916122d"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} When Usher enters the field, you may *search* for 1 ~Card Name DGS Trooper 1st Class~ or ~Card Name Deepground Soldier~ and add it to your hand."], "name": "Usher", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-099.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Deepground Soldier", "cost": 3, "serial_number": "4-099", "current_price": {"date": "2019-01-09T01:00:24.559927Z", "foil_low_price": "0.12", "foil_market_price": "0.17", "regular_low_price": "0.05", "regular_market_price": "0.06"}, "datastore_id": 5668831519309824, "element": "Lightning", "type": "Backup", "octgn_id": "81fbc032-e115-40b8-8f55-3f303bbeb000"}, {"category": "THEATRHYTHM-VIII", "is_ex_burst": false, "abilities": ["When Esthar Soldier enters the field, choose 1 Forward of cost 4 or less opponent controls. *Dull* it."], "name": "Esthar Soldier", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-100.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-100", "current_price": {"date": "2019-01-26T00:01:21.944995Z", "foil_low_price": "0.24", "foil_market_price": "0.25", "regular_low_price": "0.02", "regular_market_price": "0.06"}, "datastore_id": 5066934802448384, "element": "Lightning", "type": "Backup", "octgn_id": "708f1a99-4c4c-4407-82a0-825f28bc828d"}, {"category": "THEATRHYTHM-FFT", "is_ex_burst": false, "abilities": ["When Orlandeau enters the field, choose 1 damaged Forward. Break it.", "%Shadowblade% {s}{l}{l}: Choose 1 Forward. It loses 7000 power until the end of the turn. *Activate* Orlandeau."], "name": "Orlandeau", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-101.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Sword Saint", "cost": 5, "serial_number": "4-101", "current_price": {"date": "2019-01-09T01:00:27.065281Z", "foil_low_price": "2.01", "foil_market_price": "3.83", "regular_low_price": "0.72", "regular_market_price": "2.84"}, "datastore_id": 5670773112963072, "element": "Lightning", "type": "Forward", "octgn_id": "92d0efc6-3b00-45df-8e17-1942365d7be1"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Black Waltz 3 enters the field, choose 1 Forward. It loses 2000 power until the end of the turn.", "When Black Waltz 3 is put from the field into the Break Zone, choose 1 Forward. It loses 2000 power until the end of the turn."], "name": "Black Waltz 3", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-102.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Black Mage", "cost": 3, "serial_number": "4-102", "current_price": {"date": "2019-01-26T00:01:23.962174Z", "foil_low_price": "0.21", "foil_market_price": "0.2", "regular_low_price": "0.07", "regular_market_price": "0.08"}, "datastore_id": 5071973335957504, "element": "Lightning", "type": "Forward", "octgn_id": "2885b695-01f6-4994-9c33-abf0aa63d264"}, {"category": "III", "is_ex_burst": false, "abilities": ["If Warrior receives damage, double the damage instead."], "name": "Warrior", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-103.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-103", "current_price": {"date": "2019-01-09T01:01:07.549802Z", "foil_low_price": "0.18", "foil_market_price": "0.19", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5736606371676160, "element": "Lightning", "type": "Forward", "octgn_id": "ccaac02e-8f35-4ccf-a7bb-3e1c1ac8537f"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}, put Lancer into the Break Zone: Choose 1 Forward. It gains *First Strike* until the end of the turn."], "name": "Lancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-104.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-104", "current_price": {"date": "2019-01-26T00:03:00.754971Z", "foil_low_price": "0.23", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5646692976164864, "element": "Lightning", "type": "Backup", "octgn_id": "dad91e3a-16d9-48fa-91c7-09d70e9231f9"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When Dycedarg is put from the field into the Break Zone, choose 1 *active* Forward opponent controls. Deal it 7000 damage."], "name": "Dycedarg", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-105.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "4-105", "current_price": {"date": "2019-01-09T01:02:05.251631Z", "foil_low_price": "0.6", "foil_market_price": "0.95", "regular_low_price": "0.07", "regular_market_price": "0.11"}, "datastore_id": 6243623771308032, "element": "Lightning", "type": "Forward", "octgn_id": "e546fc5d-b71f-4165-bc98-8385931e7827"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{l}, put Dragon into the Break Zone: Choose 1 Monster of cost 4 or less. Break it.", "{l}{1}, put Dragon into the Break Zone: Choose 1 Forward of cost 4 or less. Break it."], "name": "Dragon", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-106.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Dragon", "cost": 2, "serial_number": "4-106", "current_price": {"date": "2019-01-09T01:01:10.655125Z", "foil_low_price": "3.93", "foil_market_price": "5.19", "regular_low_price": "0.06", "regular_market_price": "0.1"}, "datastore_id": 5742469807341568, "element": "Lightning", "type": "Monster", "octgn_id": "5435f346-1122-44bd-8380-2ab96385f930"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["The ~Card Name Hildibrand~ you control gains *Haste*.", "{d}: Choose 1 ~Card Name Hildibrand~ you control. It gains +2000 power until the end of the turn."], "name": "Nashu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-107.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Inspector", "cost": 2, "serial_number": "4-107", "current_price": {"date": "2019-01-24T00:01:36.235598Z", "foil_low_price": "0.85", "foil_market_price": "1.01", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5102966356836352, "element": "Lightning", "type": "Backup", "octgn_id": "6640e051-c193-456d-b0ce-3da820fea4a2"}, {"category": "III", "is_ex_burst": false, "abilities": ["*Haste*"], "name": "Ninja", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-108.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-108", "current_price": {"date": "2019-01-09T01:01:04.774778Z", "foil_low_price": "0.8", "foil_market_price": "0.95", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 5733014705274880, "element": "Lightning", "type": "Forward", "octgn_id": "47a04c85-0b12-4981-9a0c-cafe65103e40"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If Hildibrand leaves the field due to your opponent's Summons or abilities, return him to your hand instead. (Hildibrand does not return to your hand if he receives damage higher than his power or if his power is reduced to 0.)", "%Manderville Dance% {s}{l}: Reveal the top card of your deck. If it is a Forward, play it onto the field *dull*. If not, put it into the Break Zone."], "name": "Hildibrand", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-109.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Inspector", "cost": 3, "serial_number": "4-109", "current_price": {"date": "2019-01-09T01:01:05.871204Z", "foil_low_price": "1.66", "foil_market_price": "2.67", "regular_low_price": "1.11", "regular_market_price": "1.54"}, "datastore_id": 5734720344162304, "element": "Lightning", "type": "Forward", "octgn_id": "8e4a8fde-4e2f-4782-bff6-1805a636c485"}, {"category": "IX", "is_ex_burst": true, "abilities": ["{x} When King of Burmecia enters the field, you may *search* for 1 ~Job Dragoon~ or ~Card Name Dragoon~ and add it to your hand."], "name": "King of Burmecia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-110.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "King", "cost": 3, "serial_number": "4-110", "current_price": {"date": "2019-01-09T01:00:51.862392Z", "foil_low_price": "2.0", "foil_market_price": "1.53", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 5712320076447744, "element": "Lightning", "type": "Backup", "octgn_id": "4193e728-c1ca-4df8-aea7-8a47c14fd9f2"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{l}: Until the end of the turn, Behemoth also becomes a Forward with 8000 power and \"When Behemoth receives damage from a Forward, deal that Forward damage equal to half of the received damage (round up to the nearest 1000).\" You can only use this ability once per turn."], "name": "Behemoth", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-111.jpg", "rarity": "Hero", "is_multi_playable": true, "job": "Behemoth", "cost": 3, "serial_number": "4-111", "current_price": {"date": "2019-01-09T01:02:17.353994Z", "foil_low_price": "1.0", "foil_market_price": "2.31", "regular_low_price": "0.42", "regular_market_price": "0.58"}, "datastore_id": 6287825695670272, "element": "Lightning", "type": "Monster", "octgn_id": "214ebcc8-3f44-481b-873f-8cc2f85da25a"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Magus enters the field, choose 1 Forward. Deal it 7000 damage. If you control 5 or more ~Job Standard Unit~, deal it 9000 damage instead."], "name": "Magus", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-112.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 5, "serial_number": "4-112", "current_price": {"date": "2019-01-26T00:02:14.163898Z", "foil_low_price": "0.22", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5181811621625856, "element": "Lightning", "type": "Backup", "octgn_id": "875e1484-b0cc-4a8d-862c-a3c764700ec9"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Magus into the Break Zone: Choose 1 *active* Forward. Deal it 4000 damage."], "name": "Magus", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-113.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-113", "current_price": {"date": "2019-01-24T00:02:24.531771Z", "foil_low_price": "0.85", "foil_market_price": "0.91", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5200516338417664, "element": "Lightning", "type": "Backup", "octgn_id": "8fba5b63-c866-46be-8865-da9a5c975dff"}, {"category": "VI", "is_ex_burst": false, "abilities": ["Choose up to 2 Forwards opponent controls. Remove the first Forward from the game, and break the other."], "name": "Raiden", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-114.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "", "cost": 9, "serial_number": "4-114", "current_price": {"date": "2019-01-24T00:03:09.067007Z", "foil_low_price": "4.25", "foil_market_price": "4.41", "regular_low_price": "2.49", "regular_market_price": "2.6"}, "datastore_id": 5649573959696384, "element": "Lightning", "type": "Summon", "octgn_id": "974b104c-27e0-4c09-9168-d4ea3bef6d0a"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["*Haste*", "When Lightning enters the field or attacks, choose 1 Forward opponent controls. If you control a ~Category XIII Character~ other than Lightning, *dull* it.", "Discard 1 ~Card Name Lightning~: Remove Lightning from the game. Then, play Lightning onto the field *dull*."], "name": "Lightning", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-115.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Knight of Etro", "cost": 5, "serial_number": "4-115", "current_price": {"date": "2019-01-09T01:00:41.050843Z", "foil_low_price": "13.0", "foil_market_price": "13.5", "regular_low_price": "7.0", "regular_market_price": "7.72"}, "datastore_id": 5694691248963584, "element": "Lightning", "type": "Forward", "octgn_id": "85c64b1f-0cb2-4f52-8e04-1600a81e6b78"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Select 1 of the 2 following actions.", "\"Choose 1 Forward of cost 2 or less. Break it.\"", "\"Choose 1 Monster of cost 2 or less. Break it.\""], "name": "Ramuh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-116.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "4-116", "current_price": {"date": "2019-01-26T00:02:53.067603Z", "foil_low_price": "0.4", "foil_market_price": "0.4", "regular_low_price": "0.03", "regular_market_price": "0.08"}, "datastore_id": 5631434567974912, "element": "Lightning", "type": "Summon", "octgn_id": "6ea54a3a-a36c-4cea-b975-8cbce855adc8"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["When a Forward you control is put from the field into the Break Zone, *activate* Ramza.", "{d}: Choose 1 Forward. It gains *Haste* until the end of the turn.", "{d}: Choose 1 forward. It gains +1000 power until the end of the turn."], "name": "Ramza", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-117.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 2, "serial_number": "4-117", "current_price": {"date": "2019-01-09T01:01:15.758565Z", "foil_low_price": "1.62", "foil_market_price": "1.37", "regular_low_price": "0.2", "regular_market_price": "0.24"}, "datastore_id": 5751038803968000, "element": "Lightning", "type": "Forward", "octgn_id": "6db8c625-5ad6-4284-94e1-22fe6c35dc0f"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Put Yeoman into the Break Zone: Choose 1 Forward. It gains *First Strike* until the end of the turn. Draw 1 card."], "name": "Yeoman", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-118.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Tilter", "cost": 1, "serial_number": "4-118", "current_price": {"date": "2019-01-09T01:01:23.453878Z", "foil_low_price": "0.29", "foil_market_price": "0.29", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5767946211164160, "element": "Lightning", "type": "Monster", "octgn_id": "7fd57e9e-e4a1-451d-a586-df5d9341a24d"}, {"category": "III", "is_ex_burst": false, "abilities": ["{l}: Dragoon gains +2000 power until the end of the turn. You can only use this ability once per turn."], "name": "Dragoon", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-119.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "4-119", "current_price": {"date": "2019-01-24T00:03:17.616671Z", "foil_low_price": "0.18", "foil_market_price": "0.23", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5658542388281344, "element": "Lightning", "type": "Forward", "octgn_id": "a23449ce-6e29-4747-b0ea-6d8ec176a908"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} When Restrictor enters the field, you may *search* for 1 ~Job Tsviets~ and add it to your hand."], "name": "Restrictor", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-120.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SOLDIER", "cost": 3, "serial_number": "4-120", "current_price": {"date": "2019-01-09T01:00:48.358741Z", "foil_low_price": "0.16", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5706544956047360, "element": "Lightning", "type": "Backup", "octgn_id": "bf82f058-fc5b-47be-a9b8-1a8d52776268"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["Put Adamantoise into the break zone: Choose 1 Forward, During this turn, The next damage recieved by that forward is reduced by 3000 instead, Draw 1 card."], "name": "Adamantoise", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-121.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Turtle", "cost": 1, "serial_number": "4-121", "current_price": {"date": "2019-01-09T01:00:34.354560Z", "foil_low_price": "0.24", "foil_market_price": "0.31", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5680021922381824, "element": "Water", "type": "Monster", "octgn_id": "a9d9c7c3-eaf5-444d-afd4-f291ee5449d1"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{d}, put Mystic into the Break Zone: Choose 1 Forward. It loses 1000 power until the end of the turn."], "name": "Mystic", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-122.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-122", "current_price": {"date": "2019-01-24T00:01:59.043420Z", "foil_low_price": "0.2", "foil_market_price": "0.27", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5148716080037888, "element": "Water", "type": "Backup", "octgn_id": "2543bbc5-d872-4720-810e-103ec4ff50d3"}, {"category": "VI", "is_ex_burst": false, "abilities": ["For each Monster you control, Gau gains +1000 power.", "When Gau enters the field, choose 1 Monster of cost 2 or less in your Break Zone. Play it onto the field.", "%Rage% {s}{a}{d}: Choose 1 Forward. Break it. You can only use this ability if you control 3 or more Monsters."], "name": "Gau", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-123.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Wild Child", "cost": 5, "serial_number": "4-123", "current_price": {"date": "2019-01-09T01:01:09.959825Z", "foil_low_price": "2.56", "foil_market_price": "3.45", "regular_low_price": "0.5", "regular_market_price": "1.6"}, "datastore_id": 5740643372498944, "element": "Water", "type": "Forward", "octgn_id": "3d62fea3-1f1a-4946-940f-4c88d8a93a50"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{1}: Until the end of the turn, Green Dragon also becomes a Forward with 7000 power. You can only use this ability once per turn."], "name": "Green Dragon", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-124.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Dragon", "cost": 2, "serial_number": "4-124", "current_price": {"date": "2019-01-24T00:01:57.138621Z", "foil_low_price": "0.97", "foil_market_price": "1.18", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5145137566973952, "element": "Water", "type": "Monster", "octgn_id": "0a290ce9-dbbb-4f91-8d9c-7c5ddbb45944"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When either player casts a Summon, put Clione into the Break Zone. If you do so, cancel the Summon's effect.", "When Clione is put from the field into the Break Zone, draw 1 card."], "name": "Clione", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-125.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Vermin", "cost": 2, "serial_number": "4-125", "current_price": {"date": "2019-01-26T00:01:27.759751Z", "foil_low_price": "0.43", "foil_market_price": "0.43", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5078927961751552, "element": "Water", "type": "Monster", "octgn_id": "517cee7c-c34d-4821-bb3b-37c5bc9c6c00"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{a}{d}, put Gladiator into the Break Zone: Choose 1 ~Job Standard Unit~ Forward of cost 3 or less in your Break Zone. Play it onto the field. You can only use this ability during your turn."], "name": "Gladiator", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-126.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-126", "current_price": {"date": "2019-01-24T00:01:29.623646Z", "foil_low_price": "7.5", "foil_market_price": "3.22", "regular_low_price": "5.0", "regular_market_price": "1.21"}, "datastore_id": 5090443708596224, "element": "Water", "type": "Backup", "octgn_id": "917e0aad-f2b6-42db-b5ee-35679affff6a"}, {"category": "VI", "is_ex_burst": false, "abilities": ["If a Forward in your Break Zone has *Haste*, *First Strike*, or *Brave*, Gogo gains those abilities."], "name": "Gogo", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-127.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mime", "cost": 3, "serial_number": "4-127", "current_price": {"date": "2019-01-26T00:01:54.071273Z", "foil_low_price": "0.37", "foil_market_price": "0.68", "regular_low_price": "0.08", "regular_market_price": "0.2"}, "datastore_id": 5140430551252992, "element": "Water", "type": "Forward", "octgn_id": "8db7f8b9-e8b7-4c73-9547-d83916bf90e0"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Discard 1 card. Then, draw 2 cards."], "name": "PuPu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-128.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "4-128", "current_price": {"date": "2019-01-09T01:02:06.159100Z", "foil_low_price": "0.81", "foil_market_price": "0.77", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 6247706406158336, "element": "Water", "type": "Summon", "octgn_id": "8dd53a23-f57a-4b8e-9952-ed09541e0769"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Steiner enters the field, if you have received 3 points of damage or more, draw 1 card.", "*Dull* 1 *active* Water Forward other than Steiner: Steiner gains +1000 power until the end of the turn."], "name": "Steiner", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-129.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Knight", "cost": 4, "serial_number": "4-129", "current_price": {"date": "2019-01-26T00:00:54.548425Z", "foil_low_price": "8.0", "foil_market_price": "9.28", "regular_low_price": "6.23", "regular_market_price": "5.49"}, "datastore_id": 4836248887754752, "element": "Water", "type": "Forward", "octgn_id": "53ce4663-4919-4383-8107-96e71b6baae4"}, {"category": "VI", "is_ex_burst": true, "abilities": ["When Strago enters the field, choose 1 Forward or Monster opponent controls. If you control a ~Category VI~ Forward other than Strago, return it to its owner's hand.", "%Grand Delta% {s}{a}{a}{d}: Divide 12000 damage equally among all the Forwards opponent controls (round up to the nearest 1000)."], "name": "Strago", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-130.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Blue Mage", "cost": 3, "serial_number": "4-130", "current_price": {"date": "2019-01-09T01:00:23.549841Z", "foil_low_price": "1.98", "foil_market_price": "2.21", "regular_low_price": "0.05", "regular_market_price": "0.29"}, "datastore_id": 5667649732214784, "element": "Water", "type": "Forward", "octgn_id": "d81c9617-9b5d-4d5a-992b-54e46db448d0"}, {"category": "FFCC", "is_ex_burst": true, "abilities": ["{x} When Tonbetty enters the field, you may *search* for 1 ~Card Name Mira~ or ~Card Name Tonberries~ and add it to your hand."], "name": "Tonbetty", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-131.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Advisor", "cost": 3, "serial_number": "4-131", "current_price": {"date": "2019-01-09T01:01:12.470614Z", "foil_low_price": "0.48", "foil_market_price": "0.55", "regular_low_price": "0.07", "regular_market_price": "0.08"}, "datastore_id": 5745133626589184, "element": "Water", "type": "Backup", "octgn_id": "93430c50-fa39-40b7-9d74-27eadcd0f013"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Tonberries enters the field, choose 1 Forward. It loses 2000 power until the end of the turn.", "Put Tonberries into the Break Zone: Choose 1 Forward. It loses 2000 power until the end of the turn.", "{a}, put Tonberries into the Break Zone: Choose 1 Forward. It loses 4000 power until the end of the turn."], "name": "Tonberries", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-132.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Tonberry", "cost": 2, "serial_number": "4-132", "current_price": {"date": "2019-01-09T01:02:01.866187Z", "foil_low_price": "1.19", "foil_market_price": "2.34", "regular_low_price": "0.15", "regular_market_price": "0.2"}, "datastore_id": 6237744497950720, "element": "Water", "type": "Monster", "octgn_id": "5f2419dd-44e5-4bf4-9119-463e5725bbbd"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Viking enters the field, draw 1 card.", "When Viking leaves the field, draw 1 card."], "name": "Viking", "power": 2000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-133.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "4-133", "current_price": {"date": "2019-01-09T01:01:09.551431Z", "foil_low_price": "N/A", "foil_market_price": "4.1", "regular_low_price": "0.97", "regular_market_price": "1.35"}, "datastore_id": 5739770823049216, "element": "Water", "type": "Forward", "octgn_id": "af07df56-cd3f-4fc1-9675-ff3d93a106f4"}, {"category": "IX", "is_ex_burst": true, "abilities": ["When Brahne enters the field, you may *search* for 1 ~Job Standard Unit~ Forward and add it to your hand."], "name": "Brahne", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-134.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Queen", "cost": 3, "serial_number": "4-134", "current_price": {"date": "2019-01-24T00:01:46.236698Z", "foil_low_price": "N/A", "foil_market_price": "1.12", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5125912756486144, "element": "Water", "type": "Backup", "octgn_id": "861f51bd-9be7-4bed-8894-fcbdef08c758"}, {"category": "IX", "is_ex_burst": false, "abilities": ["If you control ~Card Name Steiner~, Beatrix gains +1000 power and \"Beatrix doesn't receive any damage from opponent's abilities.\"", "When Beatrix attacks, all the Forwards opponent controls lose 1000 power until the end of the turn."], "name": "Beatrix", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-135.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "4-135", "current_price": {"date": "2019-01-09T01:00:39.851541Z", "foil_low_price": "3.24", "foil_market_price": "3.59", "regular_low_price": "0.16", "regular_market_price": "0.19"}, "datastore_id": 5693913323012096, "element": "Water", "type": "Forward", "octgn_id": "c863c40e-8c22-44d2-a0c5-c02b91955b3d"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Summoner into the Break Zone: Choose 1 Summon of cost 3 or less. Cancel its effect."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-136.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-136", "current_price": {"date": "2019-01-26T00:02:54.569360Z", "foil_low_price": "1.24", "foil_market_price": "1.18", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5635248901586944, "element": "Water", "type": "Backup", "octgn_id": "6a3d2cdc-7f1b-4873-94af-f61f9d729a44"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["The cost required to play your Monsters onto the field is reduced by 1 (it cannot become 0).", "When a Monster you control is put from the field into the Break Zone, you may *dull* Mira if it is *active*. If you do so, *search* for a Monster with the same name and add it to your hand."], "name": "Mira", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-137.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Dark Lord", "cost": 2, "serial_number": "4-137", "current_price": {"date": "2019-01-09T01:00:56.059108Z", "foil_low_price": "3.49", "foil_market_price": "8.34", "regular_low_price": "4.42", "regular_market_price": "7.49"}, "datastore_id": 5718866143477760, "element": "Water", "type": "Forward", "octgn_id": "dd614f6b-4e2c-48e8-a0bd-8bf49f327185"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Merlwyb enters the field, you may *search* for 1 Water Forward and add it to your hand."], "name": "Merlwyb", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-138.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Admiral", "cost": 4, "serial_number": "4-138", "current_price": {"date": "2019-01-09T01:02:28.265813Z", "foil_low_price": "0.34", "foil_market_price": "0.47", "regular_low_price": "0.08", "regular_market_price": "0.2"}, "datastore_id": 6326416245260288, "element": "Water", "type": "Backup", "octgn_id": "f1fd8750-89d7-49f1-8563-5c7fa3c748e7"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{a}{d}, put Moogle (THEATRHYTHM) into the Break Zone: Draw 1 card."], "name": "Moogle (THEATRHYTHM)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-139.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "4-139", "current_price": {"date": "2019-01-24T00:02:23.733411Z", "foil_low_price": "0.16", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5200125362176000, "element": "Water", "type": "Backup", "octgn_id": "ff03adcf-768c-47e9-9d7d-9e182eb29a0b"}, {"category": "VI", "is_ex_burst": false, "abilities": ["If you control 2 or more ~Category VI~ Forwards other than Mog (VI), Mog (VI) cannot be chosen by your opponent's Summons or abilities.", "{d}: Draw 1 card."], "name": "Mog (VI)", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-140.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Moogle", "cost": 3, "serial_number": "4-140", "current_price": {"date": "2019-01-26T00:02:17.251237Z", "foil_low_price": "0.09", "foil_market_price": "1.86", "regular_low_price": "0.4", "regular_market_price": "0.47"}, "datastore_id": 5186780764569600, "element": "Water", "type": "Forward", "octgn_id": "074339c8-8f69-4178-8d70-d962493667dd"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{1}: Mime's power becomes the same as your opponent's weakest Forward until the end of the turn."], "name": "Mime", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-141.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "4-141", "current_price": {"date": "2019-01-09T01:01:56.066670Z", "foil_low_price": "0.25", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6208085467070464, "element": "Water", "type": "Forward", "octgn_id": "04f46f70-dee5-4328-b643-4813443440d4"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{a}: Until the end of the turn, Malboro also becomes a Forward with 6000 power and \"When Malboro blocks or is blocked, all the Forwards opponent controls lose 2000 power until the end of the turn.\" You can only use this ability once per turn."], "name": "Malboro", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-142.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Malboro", "cost": 3, "serial_number": "4-142", "current_price": {"date": "2019-01-09T01:00:45.756868Z", "foil_low_price": "0.41", "foil_market_price": "0.48", "regular_low_price": "0.1", "regular_market_price": "0.11"}, "datastore_id": 5701546016768000, "element": "Water", "type": "Monster", "octgn_id": "af63c42b-1f30-4fbf-951e-4e0db33b31f9"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward you control and 1 Forward opponent controls. Return them to their owners' hand."], "name": "Leviathan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-143.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "4-143", "current_price": {"date": "2019-01-24T00:01:42.645824Z", "foil_low_price": "0.48", "foil_market_price": "0.49", "regular_low_price": "0.05", "regular_market_price": "0.16"}, "datastore_id": 5115232514998272, "element": "Water", "type": "Summon", "octgn_id": "58b1008f-8ea2-4206-a910-a9f458837f22"}, {"category": "VI", "is_ex_burst": true, "abilities": ["{x} When Relm enters the field, reveal the top 5 cards of your deck. Add 1 Monster among them to your hand and return the other cards to the bottom of your deck in any order.", "{d}: Choose 1 Monster. Until the end of the turn, it also becomes a Forward with 7000 power."], "name": "Relm", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-144.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Pictomancer", "cost": 2, "serial_number": "4-144", "current_price": {"date": "2019-01-26T00:02:19.966907Z", "foil_low_price": "3.4", "foil_market_price": "6.57", "regular_low_price": "0.85", "regular_market_price": "1.75"}, "datastore_id": 5190947151282176, "element": "Water", "type": "Forward", "octgn_id": "11ceb5b4-0a14-44a6-8912-39135746ed3e"}, {"category": "DFF-VII", "is_ex_burst": true, "abilities": ["When Cloud enters the field, choose 1 Forward opponent controls. If you control a ~Category VII Forward~ other than Cloud, deal it 7000 damage.", "%Blade Beam% {s}{f}{1}{d}: Choose 1 Forward opponent controls. Deal it 8000 damage, and deal 4000 damage to all the other Forwards opponent controls."], "name": "Cloud", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-145.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "SOLDIER", "cost": 3, "serial_number": "4-145", "current_price": {"date": "2019-01-09T01:01:55.854299Z", "foil_low_price": "2.43", "foil_market_price": "2.43", "regular_low_price": "0.95", "regular_market_price": "1.64"}, "datastore_id": 6207958094446592, "element": "Light", "type": "Forward", "octgn_id": "7dde346d-2234-4e82-86e0-f8c7d975170d"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When Terra enters the field, you may *search* for 1 Summon of cost 5 or less and add it to your hand.", "%Riot Blade% {s}{2}{d}: Choose 1 Forward. Deal it 6000 damage. *Search* for 1 Summon and add it to your hand."], "name": "Terra", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-146.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Magitek Knight", "cost": 4, "serial_number": "4-146", "current_price": {"date": "2019-01-24T00:03:07.224922Z", "foil_low_price": "4.48", "foil_market_price": "6.86", "regular_low_price": "1.57", "regular_market_price": "4.78"}, "datastore_id": 5648099041083392, "element": "Light", "type": "Forward", "octgn_id": "f5c293b9-5bd7-46ba-8518-d2df852058d0"}, {"category": "VI", "is_ex_burst": true, "abilities": ["{x} When Kefka enters the field, *search* for 1 Monster and add it to your hand.", "{d}: Until the end of the turn, all the Monsters you control also become Forwards with 7000 power."], "name": "Kefka", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-147.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mage", "cost": 5, "serial_number": "4-147", "current_price": {"date": "2019-01-26T00:02:22.959473Z", "foil_low_price": "2.38", "foil_market_price": "2.34", "regular_low_price": "0.72", "regular_market_price": "0.94"}, "datastore_id": 5199219795165184, "element": "Dark", "type": "Forward", "octgn_id": "6d8bf80a-22bc-44a1-9046-6a574962487f"}, {"category": "LOV-XI", "is_ex_burst": false, "abilities": ["*Brave*", "When Shadow Lord enters the field, break all the Forwards of cost 2 or less.", "When a Forward opponent controls is put from the field into the Break Zone, choose 1 Forward opponent controls. Deal it 2000 damage."], "name": "Shadow Lord", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/4-148.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Kindred", "cost": 4, "serial_number": "4-148", "current_price": {"date": "2019-01-24T00:02:07.628857Z", "foil_low_price": "1.82", "foil_market_price": "2.68", "regular_low_price": "0.05", "regular_market_price": "0.79"}, "datastore_id": 5168386493382656, "element": "Dark", "type": "Forward", "octgn_id": "2cc22e16-b9bf-440e-ba75-9f5d3613eafc"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{1}{d}, discard 1 ~Card Name Red Mage~: Choose 1 Forward. Deal it 5000 damage."], "name": "Red Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-001.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-001", "current_price": {"date": "2019-01-09T01:01:23.867659Z", "foil_low_price": "0.33", "foil_market_price": "0.37", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5768273224269824, "element": "Fire", "type": "Backup", "octgn_id": "6bb9f4ec-e99d-4847-90e3-5b0f93e3a395"}, {"category": "XI", "is_ex_burst": false, "abilities": ["*Brave*", "If you have received 5 points of damage or more, Ayame gains +3000 power."], "name": "Ayame", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-002.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Samurai", "cost": 3, "serial_number": "5-002", "current_price": {"date": "2019-01-09T01:01:07.976565Z", "foil_low_price": "0.2", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5738168724750336, "element": "Fire", "type": "Forward", "octgn_id": "ba8b750c-7d49-44a1-9024-a9c90b3a5634"}, {"category": "THEATRHYTHM", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. You may discard 1 ~Card Name Ifrit~ from your hand. If you do so, deal it 10000 damage. If not, deal it 5000 damage."], "name": "Ifrit", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-003.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "5-003", "current_price": {"date": "2019-01-24T00:03:10.948995Z", "foil_low_price": "0.2", "foil_market_price": "0.25", "regular_low_price": "0.06", "regular_market_price": "0.12"}, "datastore_id": 5651547824324608, "element": "Fire", "type": "Summon", "octgn_id": "84fa421a-43b8-4e57-bf1e-d470fa5b6eed"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["*Brave*", "When Caius is put from the field into the Break Zone, discard 1 card from your hand."], "name": "Caius", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-004.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Guardian of the Seeress", "cost": 4, "serial_number": "5-004", "current_price": {"date": "2019-01-09T01:00:50.259133Z", "foil_low_price": "0.17", "foil_market_price": "0.21", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 5708095632179200, "element": "Fire", "type": "Forward", "octgn_id": "a3ae555a-4dc8-48a0-b0bf-c5fbc70ce239"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["The Forwards of cost 2 you control gain +2000 power.", "When Gadot attacks, choose 1 Forward. It gains *Haste* until the end of the turn."], "name": "Gadot", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-005.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "NORA", "cost": 4, "serial_number": "5-005", "current_price": {"date": "2019-01-24T00:03:00.332699Z", "foil_low_price": "N/A", "foil_market_price": "0.48", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5636709786058752, "element": "Fire", "type": "Forward", "octgn_id": "4c4f5af7-3876-42ab-8fc1-6a5bd6108bba"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{d}, *dull* 1 *active* Forward: Choose 1 attacking Forward. It gains +1000 power until the end of the turn."], "name": "Carla", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-006.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Agito Cadet", "cost": 2, "serial_number": "5-006", "current_price": {"date": "2019-01-09T01:00:55.759090Z", "foil_low_price": "0.09", "foil_market_price": "0.13", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5718205716758528, "element": "Fire", "type": "Backup", "octgn_id": "2563307b-dc65-4c01-8094-1d95216a799a"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Royal Ripeness cannot be chosen by Fire Summons or Fire abilities.", "{f}: Until the end of the turn, Royal Ripeness also becomes a Forward with 9000 power and \"When Royal Ripeness attacks, deal 3000 damage to all the Forwards opponent controls.\" You can only use this ability once per turn."], "name": "Royal Ripeness", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-007.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Flan", "cost": 5, "serial_number": "5-007", "current_price": {"date": "2019-01-09T01:01:14.363211Z", "foil_low_price": "0.14", "foil_market_price": "0.4", "regular_low_price": "0.08", "regular_market_price": "0.15"}, "datastore_id": 5748924128165888, "element": "Fire", "type": "Monster", "octgn_id": "c67940d4-6072-4196-8f2e-16cdc4bf364e"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When a Forward of your opponent with 8000 power or less enters the field, put Grenade into the Break Zone. If you do so, deal it 8000 damage."], "name": "Grenade", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-008.jpeg", "rarity": "Rare", "is_multi_playable": true, "job": "Bomb", "cost": 2, "serial_number": "5-008", "current_price": {"date": "2019-01-09T01:01:25.178734Z", "foil_low_price": "1.0", "foil_market_price": "1.34", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5770167573282816, "element": "Fire", "type": "Monster", "octgn_id": "bf3fb9cd-664c-4634-88d8-fbd24c453174"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{f}{d}, put Black Mage into the Break Zone: All the Forwards opponent controls cannot block Forwards with a power inferior to their own this turn."], "name": "Black Mage", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-009.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-009", "current_price": {"date": "2019-01-09T01:01:02.450626Z", "foil_low_price": "0.2", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5729868968886272, "element": "Fire", "type": "Forward", "octgn_id": "ea3df063-07fa-467a-949b-04608ea4dcd6"}, {"category": "THEATRHYTHM-XIII", "is_ex_burst": false, "abilities": ["{f}{d}: Choose 1 Character. If it deals damage to a Forward this turn, increase the damage by 2000 instead."], "name": "Manasvin Warmech", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-010.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Annihilator", "cost": 2, "serial_number": "5-010", "current_price": {"date": "2019-01-24T00:03:15.033119Z", "foil_low_price": "0.24", "foil_market_price": "0.24", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5656427712479232, "element": "Fire", "type": "Monster", "octgn_id": "4110c5e5-a5d4-4549-ba69-2447de526742"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Vermilion Bird l'Cie Zhuyu attacks, Vermilion Bird l'Cie Zhuyu gains *First Strike* until the end of the turn.", "When the Forward damaged by Vermilion Bird l'Cie Zhuyu is put from the field into the Break Zone on the same turn, *activate* Vermilion Bird l'Cie Zhuyu. Vermilion Bird l'Cie Zhuyu can attack once more this turn.", "{f}: Vermilion Bird l'Cie Zhuyu gains *Haste* until the end of the turn."], "name": "Vermilion Bird l'Cie Zhuyu", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-011.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "L'Cie", "cost": 5, "serial_number": "5-011", "current_price": {"date": "2019-01-09T01:00:31.252900Z", "foil_low_price": "0.6", "foil_market_price": "1.11", "regular_low_price": "0.1", "regular_market_price": "0.18"}, "datastore_id": 5675401535815680, "element": "Fire", "type": "Forward", "octgn_id": "1641f195-77ab-435a-a39b-865f662ef27b"}, {"category": "TYPE-0", "is_ex_burst": true, "abilities": ["{x} When Vermilion Bird l'Cie Caetuna enters the field, you may *search* for 1 ~Category TYPE-0~ Summon and add it to your hand.", "%Verboten Eidolon% {s}{f}{f}{d}, put 5 Backups into the Break Zone: Break all the Forwards opponent controls."], "name": "Vermilion Bird l'Cie Caetuna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-012.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "L'Cie", "cost": 4, "serial_number": "5-012", "current_price": {"date": "2019-01-09T01:00:38.049917Z", "foil_low_price": "0.45", "foil_market_price": "0.65", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 5690649206587392, "element": "Fire", "type": "Backup", "octgn_id": "17e51471-a433-4ac4-be49-7f084a494db0"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Warrior", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-013.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "5-013", "current_price": {"date": "2019-01-09T01:01:04.549038Z", "foil_low_price": "0.1", "foil_market_price": "0.1", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5732758945005568, "element": "Fire", "type": "Forward", "octgn_id": "b1061a97-548d-4c7f-9607-04ff609d169f"}, {"category": "III", "is_ex_burst": false, "abilities": ["When Warrior attacks, all the Fire Forwards you control gain +2000 power until the end of the turn."], "name": "Warrior", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-014.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-014", "current_price": {"date": "2019-01-26T00:02:55.860607Z", "foil_low_price": "0.24", "foil_market_price": "0.25", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5637470263705600, "element": "Fire", "type": "Forward", "octgn_id": "4fb54387-6db5-4c33-b5dd-7030934c41a9"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{d}, put Tellah into the Break Zone: Choose 1 Forward. Deal it 7000 damage.", "%Recall% {s}{1}{d}: Choose 1 Forward. Remove the top card of your deck from the game. Deal it 4000 damage for each CP required to play the removed card."], "name": "Tellah", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-015.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Sage", "cost": 3, "serial_number": "5-015", "current_price": {"date": "2019-01-09T01:00:42.857113Z", "foil_low_price": "0.5", "foil_market_price": "0.94", "regular_low_price": "0.16", "regular_market_price": "0.27"}, "datastore_id": 5697570814820352, "element": "Fire", "type": "Backup", "octgn_id": "3fa9687e-28fa-4b28-9a70-5fee63bc526c"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{f}: Choose 1 Forward. Deal it and Fighter 1000 damage."], "name": "Fighter", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-016.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-016", "current_price": {"date": "2019-01-09T01:00:47.353025Z", "foil_low_price": "0.22", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5703717449891840, "element": "Fire", "type": "Forward", "octgn_id": "692246d0-53ff-4997-8824-32f082303938"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{d}, put Ninja into the Break Zone: Choose 1 Forward. It cannot block this turn."], "name": "Ninja", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-017.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-017", "current_price": {"date": "2019-01-09T01:00:26.655712Z", "foil_low_price": "0.86", "foil_market_price": "0.86", "regular_low_price": "0.04", "regular_market_price": "0.11"}, "datastore_id": 5670594662105088, "element": "Fire", "type": "Backup", "octgn_id": "770d2109-0d3b-468f-8929-b761cd7e13a1"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Palom enters the field, if you control ~Card Name Porom~, draw 1 card.", "When Palom enters the field, choose 1 Forward. Deal it 7000 damage.", "{2}, *dull* 1 *active* Forward. Choose 1 Forward. Deal it 1000 damage."], "name": "Palom", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-018.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Black Mage", "cost": 5, "serial_number": "5-018", "current_price": {"date": "2019-01-09T01:00:29.157549Z", "foil_low_price": "2.0", "foil_market_price": "4.4", "regular_low_price": "0.46", "regular_market_price": "0.79"}, "datastore_id": 5673422629634048, "element": "Fire", "type": "Forward", "octgn_id": "1d489d28-7d83-44ae-8bf7-2e81bf1447ef"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["Choose 1 Forward of cost 3 or less in your Break Zone and up to 1 Forward opponent controls. Play the former onto the field *dull* and deal the latter 8000 damage."], "name": "Phoenix", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-019.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "", "cost": 7, "serial_number": "5-019", "current_price": {"date": "2019-01-09T01:00:24.958428Z", "foil_low_price": "7.75", "foil_market_price": "9.78", "regular_low_price": "4.8", "regular_market_price": "4.77"}, "datastore_id": 5668839631093760, "element": "Fire", "type": "Summon", "octgn_id": "4a22ba2f-265a-4b08-aa06-5facbe37fe92"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When Volker or a ~Category XI~ Forward enters your field, choose 1 Forward. It cannot block this turn.", "%Vorpal Blade% {s}:Choose 1 blocking Forward. Break it."], "name": "Volker", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-020.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Warrior", "cost": 4, "serial_number": "5-020", "current_price": {"date": "2019-01-09T01:00:46.464480Z", "foil_low_price": "0.22", "foil_market_price": "0.29", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5702543044771840, "element": "Fire", "type": "Forward", "octgn_id": "f12dd80a-54f9-41d4-af10-91fdd3b742ef"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{1}{d}: Choose 1 Forward. Deal it 1000 damage."], "name": "Mutsuki", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-021.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Agito Cadet", "cost": 2, "serial_number": "5-021", "current_price": {"date": "2019-01-09T01:00:39.049159Z", "foil_low_price": "0.22", "foil_market_price": "0.21", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5692420612161536, "element": "Fire", "type": "Backup", "octgn_id": "5f01abca-a49e-4e1b-8942-4f6c1d645fa2"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["When Parivir enters the field, all the Forwards you control cannot be broken this turn."], "name": "Parivir", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-022.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-022", "current_price": {"date": "2019-01-09T01:01:24.272272Z", "foil_low_price": "0.21", "foil_market_price": "0.3", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5768613331992576, "element": "Fire", "type": "Backup", "octgn_id": "85837210-ac5f-4ccd-91a0-932244f3f985"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["Ryid does not *activate* during your Active Phase. When a Forward you control is put from the field into the Break Zone, *activate* Ryid."], "name": "Ryid", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-023.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "Agito Cadet", "cost": 3, "serial_number": "5-023", "current_price": {"date": "2019-01-09T01:00:26.447060Z", "foil_low_price": "0.16", "foil_market_price": "0.17", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5670038732275712, "element": "Fire", "type": "Forward", "octgn_id": "d20e3980-7a49-421a-8069-384c9f6a1a11"}, {"category": "III", "is_ex_burst": false, "abilities": ["The ~Job Warrior of Light~ Forwards and Fire Forwards other than Luneth you control gain +1000 power.", "*Dull* a total of 3 *active* Fire Forwards or Fire Backups: Choose 1 Forward. Deal it 2000 damage."], "name": "Luneth", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-024.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 3, "serial_number": "5-024", "current_price": {"date": "2019-01-09T01:01:15.173967Z", "foil_low_price": "0.99", "foil_market_price": "0.96", "regular_low_price": "0.04", "regular_market_price": "0.12"}, "datastore_id": 5750724524769280, "element": "Fire", "type": "Forward", "octgn_id": "383bc70f-799d-4dc1-a663-2fadb34aefee"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{i}: Until the end of the turn, Aloeidai also becomes a Forward with 8000 power and \"When Aloedai deals damage to your opponent, your opponent discards 1 card from his/her hand.\" You can only use this ability once per turn."], "name": "Aloeidai", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-025.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Voidborn", "cost": 4, "serial_number": "5-025", "current_price": {"date": "2019-01-09T01:01:20.152364Z", "foil_low_price": "0.13", "foil_market_price": "0.24", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5762785598242816, "element": "Ice", "type": "Monster", "octgn_id": "9c6ff9e3-7eb5-4709-832d-8133ff25b6e1"}, {"category": "PICTLOGICA-XII", "is_ex_burst": true, "abilities": ["{x} When Vayne enters the field, you may *search* for 1 ~Card Name Larsa~ and add it to your hand."], "name": "Vayne", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-026.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "Consul", "cost": 3, "serial_number": "5-026", "current_price": {"date": "2019-01-24T00:01:28.138823Z", "foil_low_price": "0.17", "foil_market_price": "0.17", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5088597870903296, "element": "Ice", "type": "Forward", "octgn_id": "65e68c3b-92b0-4817-b6ef-e135b41153e2"}, {"category": "PICTLOGICA-III", "is_ex_burst": false, "abilities": ["Unei enters the field *dull*.", "Unei does not *activate* during your Active Phase.", "When Unei enters the field, choose 1 Forward opponent controls. *Dull* it. As long as Unei is on the field, it does not activate during its controller's Active Phase."], "name": "Unei", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-027.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Magus", "cost": 4, "serial_number": "5-027", "current_price": {"date": "2019-01-09T01:01:05.352820Z", "foil_low_price": "0.16", "foil_market_price": "0.18", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5734243929948160, "element": "Ice", "type": "Forward", "octgn_id": "88159767-fbfe-438a-a6a5-dfdd16eef485"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{i}{1}{d}: Select 1 number. All forwards of that cost cannot attack this turn."], "name": "Arcanist", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-028.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-028", "current_price": {"date": "2019-01-24T00:01:57.523594Z", "foil_low_price": "0.49", "foil_market_price": "0.63", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5145145678757888, "element": "Ice", "type": "Backup", "octgn_id": "bd55debb-4ecf-43c1-9fd4-e80c6a6e727b"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Orphan enters the field, choose up to 2 Forwards opponent controls. *Dull* them. If you control 5 or more Ice Characters, *Freeze* them also.", "When Orphan attacks, choose 1 Forward opponent controls. *Freeze* it."], "name": "Orphan", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-029.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Fal'Cie", "cost": 6, "serial_number": "5-029", "current_price": {"date": "2019-01-24T00:01:22.044745Z", "foil_low_price": "11.0", "foil_market_price": "13.07", "regular_low_price": "5.19", "regular_market_price": "6.43"}, "datastore_id": 5073759832637440, "element": "Ice", "type": "Forward", "octgn_id": "aee4ca78-cef0-4119-b1e6-bf33d1e626cf"}, {"category": "III", "is_ex_burst": false, "abilities": ["{i}{d}, put Scholar into the Break Zone: Choose 1 Ice Forward of cost 3 or less in your Break Zone. Add it to your hand."], "name": "Scholar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-030.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-030", "current_price": {"date": "2019-01-09T01:01:06.547087Z", "foil_low_price": "2.25", "foil_market_price": "2.25", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5735060242169856, "element": "Ice", "type": "Backup", "octgn_id": "82ed4cfa-ffe6-49ef-8629-0a3a5b01e8bc"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Edward enters the field, your opponent discards 1 card from his/her hand.", "%Silent Verse% {s}{d}: Choose 1 Summon. Cancel its effect."], "name": "Edward", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-031.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Bard", "cost": 3, "serial_number": "5-031", "current_price": {"date": "2019-01-26T00:02:28.054342Z", "foil_low_price": "7.99", "foil_market_price": "5.05", "regular_low_price": "2.94", "regular_market_price": "3.17"}, "datastore_id": 5207217619861504, "element": "Ice", "type": "Backup", "octgn_id": "a4ba1153-ab12-4ac4-9e90-942767c4194d"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["Select up to 2 of the 4 following actions.", "\"Your opponent discards 1 card from his/her hand.\"", "\"Choose 1 Forward. *Dull* it.\"", "\"Choose 1 Forward. *Freeze* it.\"", "\"Choose 1 *dull* Forward. Deal it 7000 damage.\""], "name": "Glasya Labolas", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-032.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "5-032", "current_price": {"date": "2019-01-24T00:02:06.447505Z", "foil_low_price": "4.81", "foil_market_price": "5.98", "regular_low_price": "0.05", "regular_market_price": "0.25"}, "datastore_id": 5166919015464960, "element": "Ice", "type": "Summon", "octgn_id": "c019d825-89bf-4c11-a64e-6354fcf967a2"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When Gumbah is put from the field into the Break Zone, you may *search* for 1 ~Card Name Gumbah~ and play it into the field *dull*."], "name": "Gumbah", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-033.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Mysterious Youth", "cost": 2, "serial_number": "5-033", "current_price": {"date": "2019-01-24T00:02:57.230550Z", "foil_low_price": "0.13", "foil_market_price": "0.16", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5631170620424192, "element": "Ice", "type": "Backup", "octgn_id": "aa289ea2-35ff-4c06-85d2-05d4041ab5d2"}, {"category": "THEATRHYTHM-VIII", "is_ex_burst": false, "abilities": ["{d}: Each player discards 1 card from his/her hand. You can only use this ability during your turn."], "name": "Gesper", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-034.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "War Machine", "cost": 2, "serial_number": "5-034", "current_price": {"date": "2019-01-24T00:03:17.926014Z", "foil_low_price": "0.57", "foil_market_price": "0.69", "regular_low_price": "0.08", "regular_market_price": "0.18"}, "datastore_id": 5659052742803456, "element": "Ice", "type": "Monster", "octgn_id": "44ea25e1-8ee4-440f-aeb3-8037a6ef34ce"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Conjurer enters the field, choose 1 ~Job Standard Unit~ in your Break Zone. Add it to your hand."], "name": "Conjurer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-035.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-035", "current_price": {"date": "2019-01-26T00:01:43.054871Z", "foil_low_price": "0.13", "foil_market_price": "0.12", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5112451582394368, "element": "Ice", "type": "Backup", "octgn_id": "42660f5f-fbe9-4b26-b592-1e0474d9e5f7"}, {"category": "MOBIUS-II", "is_ex_burst": false, "abilities": ["When the Emperor enter the field, you may pay {1}. If you do so, your opponent discards 1 card from his/her hand.", "When your opponent draws a card outside of his/her Draw Phase, choose 1 Forward opponent controls. *Dull* it and Freeze it."], "name": "The Emperor", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-036.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Emperor", "cost": 3, "serial_number": "5-036", "current_price": {"date": "2019-01-24T00:01:54.039278Z", "foil_low_price": "3.77", "foil_market_price": "5.9", "regular_low_price": "2.0", "regular_market_price": "3.54"}, "datastore_id": 5140767496470528, "element": "Ice", "type": "Forward", "octgn_id": "eb011c65-2dd9-4f5e-b879-b8d0ee04c511"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When Zeid is dealt damage by a Character, that Character's controller discards 1 card from his/her hand.", "{i}: Zeid gains +1000 power until the end of the turn."], "name": "Zeid", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-037.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Dark Knight", "cost": 5, "serial_number": "5-037", "current_price": {"date": "2019-01-09T01:00:49.154250Z", "foil_low_price": "0.2", "foil_market_price": "0.29", "regular_low_price": "0.06", "regular_market_price": "0.08"}, "datastore_id": 5706899483787264, "element": "Ice", "type": "Forward", "octgn_id": "46ce3a86-ed26-4aa6-bd13-3c3c1698cb23"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{d}: Select 1 number. *Dull* all the forwards of that cost. You can only use this ability during your turn."], "name": "Arithmetician", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-038.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-038", "current_price": {"date": "2019-01-09T01:01:10.171497Z", "foil_low_price": "0.27", "foil_market_price": "0.4", "regular_low_price": "0.04", "regular_market_price": "0.12"}, "datastore_id": 5740651484282880, "element": "Ice", "type": "Forward", "octgn_id": "7e409379-5b42-4345-8916-eab43f329298"}, {"category": "PICTLOGICA-XIII", "is_ex_burst": true, "abilities": ["{x} When Cid Raines enters the field, choose 1 *dull* Forward opponent controls. Deal it 7000 damage."], "name": "Cid Raines", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-039.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "The Cavalry", "cost": 4, "serial_number": "5-039", "current_price": {"date": "2019-01-26T00:01:53.357909Z", "foil_low_price": "0.22", "foil_market_price": "0.31", "regular_low_price": "0.05", "regular_market_price": "0.11"}, "datastore_id": 5139593091350528, "element": "Ice", "type": "Backup", "octgn_id": "08c86ba4-b3f9-4a36-8afd-ef88b27461d5"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Thaumaturge enters the field, your opponent discards 1 card from his/her hand."], "name": "Thaumaturge", "power": 1000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-040.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-040", "current_price": {"date": "2019-01-09T01:01:08.847201Z", "foil_low_price": "3.57", "foil_market_price": "4.52", "regular_low_price": "0.04", "regular_market_price": "0.18"}, "datastore_id": 5738534333841408, "element": "Ice", "type": "Forward", "octgn_id": "22c0efd5-81eb-4f60-b122-4eec6f54d42a"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Snow enters the field, you may pay {X}. If you do so, *search* for 1 ~Card Name Lightning~ of cost X or less and play it onto the field."], "name": "Snow", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-041.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Sentinel", "cost": 4, "serial_number": "5-041", "current_price": {"date": "2019-01-24T00:01:47.930634Z", "foil_low_price": "0.15", "foil_market_price": "0.15", "regular_low_price": "0.03", "regular_market_price": "0.11"}, "datastore_id": 5129470658740224, "element": "Ice", "type": "Forward", "octgn_id": "a6fb11ca-082e-4e08-8a69-96dfb888721d"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["Trickster doesn't receive any damage from Forwards with *Haste* or *First Strike*."], "name": "Trickster", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-042.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-042", "current_price": {"date": "2019-01-24T00:02:59.933397Z", "foil_low_price": "0.27", "foil_market_price": "0.25", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5636534497705984, "element": "Ice", "type": "Forward", "octgn_id": "becf2b9d-b22f-4c94-9dbe-94786ac93a0f"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["When Hurdy enters the field, you may *search* for 1 ~Card Name Montblanc~ and add it to your hand."], "name": "Hurdy", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-043.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Moogle", "cost": 4, "serial_number": "5-043", "current_price": {"date": "2019-01-09T01:00:32.676726Z", "foil_low_price": "0.21", "foil_market_price": "0.27", "regular_low_price": "0.06", "regular_market_price": "0.1"}, "datastore_id": 5677579755323392, "element": "Ice", "type": "Backup", "octgn_id": "a0a8d27b-d4cf-4f0e-881b-e9954d0fbede"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["Choose 1 blocking Forward. Break it."], "name": "Mateus, the Corrupt", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-044.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "5-044", "current_price": {"date": "2019-01-26T00:02:26.865381Z", "foil_low_price": "10.0", "foil_market_price": "4.18", "regular_low_price": "0.21", "regular_market_price": "0.22"}, "datastore_id": 5205323270848512, "element": "Ice", "type": "Summon", "octgn_id": "ccf279da-fb09-466d-b403-c697060413e0"}, {"category": "IV", "is_ex_burst": false, "abilities": ["At the beginning of your Main Phase 1, if you don't control ~Card Name Lugae~, *dull* Barnabas.", "When ~Card Name Lugae~ enters your field, *activate* Barnabas."], "name": "Barnabas", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-045.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Mech", "cost": 1, "serial_number": "5-045", "current_price": {"date": "2019-01-26T00:02:18.845128Z", "foil_low_price": "0.3", "foil_market_price": "0.17", "regular_low_price": "0.04", "regular_market_price": "0.13"}, "datastore_id": 5187774571347968, "element": "Ice", "type": "Forward", "octgn_id": "bf2c58da-1964-49c2-ac12-5c5a87346c3f"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When a Character of your opponent enters the field, put Buccaboo into the Break Zone. If you do so, your opponent discards 2 cards from his/her hand."], "name": "Buccaboo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-046.jpeg", "rarity": "Rare", "is_multi_playable": true, "job": "Goblin", "cost": 2, "serial_number": "5-046", "current_price": {"date": "2019-01-26T00:02:11.855551Z", "foil_low_price": "1.75", "foil_market_price": "1.79", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 5175218771329024, "element": "Ice", "type": "Monster", "octgn_id": "7961bc8a-b1ed-4f93-80f9-a76682ac5bcd"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["When Mystic Knight attacks, you may cast 1 Summon from your hand. The cost required to cast it is reduced by 1 (it cannot become 0)."], "name": "Mystic Knight", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-047.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-047", "current_price": {"date": "2019-01-26T00:02:23.757114Z", "foil_low_price": "0.2", "foil_market_price": "0.19", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5199835644821504, "element": "Ice", "type": "Forward", "octgn_id": "045b7ba1-5b0c-4ed2-9bd7-3b0009884acd"}, {"category": "IV", "is_ex_burst": true, "abilities": ["{x} When Lugae enters the field, you may *search* for 1 ~Card Name Barnabas~ and add it to your hand.", "{i}{d}: Choose 1 Forward. *Dull* it or *Freeze* it."], "name": "Lugae", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-048.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Doctor", "cost": 4, "serial_number": "5-048", "current_price": {"date": "2019-01-26T00:02:09.464046Z", "foil_low_price": "0.25", "foil_market_price": "0.2", "regular_low_price": "0.1", "regular_market_price": "0.51"}, "datastore_id": 5171293976526848, "element": "Ice", "type": "Forward", "octgn_id": "026ee802-1328-485d-956e-c0a7e2184d3b"}, {"category": "IV", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward you control. *Activate* it and negate all damage dealt to it. Draw 1 card."], "name": "Asura", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-049.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "5-049", "current_price": {"date": "2019-01-09T01:00:46.746306Z", "foil_low_price": "0.3", "foil_market_price": "0.35", "regular_low_price": "0.06", "regular_market_price": "0.11"}, "datastore_id": 5702986231709696, "element": "Wind", "type": "Summon", "octgn_id": "9c2a3086-9e8f-4a96-be2e-478d44304999"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["*Haste*", "{w}: Adelle cannot be blocked this turn."], "name": "Adelle", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-050.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Heritor", "cost": 3, "serial_number": "5-050", "current_price": {"date": "2019-01-09T01:00:25.614732Z", "foil_low_price": "5.49", "foil_market_price": "8.45", "regular_low_price": "1.8", "regular_market_price": "3.25"}, "datastore_id": 5669141889417216, "element": "Wind", "type": "Forward", "octgn_id": "b46a2c17-9b03-45f1-b4d1-34c536506a13"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Aria (TYPE-0) enters the field, draw 1 card.", "{d}: Choose 1 Forward. During this turn, the next damage dealt to it is reduced by 1000 instead."], "name": "Aria (TYPE-0)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-051.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Orderly", "cost": 4, "serial_number": "5-051", "current_price": {"date": "2019-01-24T00:01:19.830286Z", "foil_low_price": "0.15", "foil_market_price": "0.17", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5068220667002880, "element": "Wind", "type": "Backup", "octgn_id": "b1d5c60f-621d-4c0a-a2e2-82646b50d38f"}, {"category": "III", "is_ex_burst": false, "abilities": ["The ~Job Warrior of Light~ Forwards and Wind Forwards other than Arc you control gain +1000 power.", "*Dull* a total of 3 *active* Wind Forwards or Wind Backups: Choose 1 Forward. It cannot be blocked by a Forward of cost 3 or more this turn."], "name": "Arc", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-052.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 3, "serial_number": "5-052", "current_price": {"date": "2019-01-26T00:01:25.357446Z", "foil_low_price": "1.84", "foil_market_price": "1.58", "regular_low_price": "0.05", "regular_market_price": "0.11"}, "datastore_id": 5074520310284288, "element": "Wind", "type": "Forward", "octgn_id": "b0bba122-c5f7-411b-a01e-903870826bb0"}, {"category": "MOBIUS", "is_ex_burst": true, "abilities": ["{x} When Echo enters the field, select up to 2 of the 4 following actions.", "\"Choose 1 Forward. *Activate* it.\"", "\"Choose 1 Backup other than Echo. *Activate* it.\"", "\"Look at the top card of your deck. You may place the card at the bottom of your deck.\"", "\"Draw 1 card.\""], "name": "Echo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-053.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Fairy", "cost": 4, "serial_number": "5-053", "current_price": {"date": "2019-01-09T01:02:11.058424Z", "foil_low_price": "0.44", "foil_market_price": "0.45", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6266667403313152, "element": "Wind", "type": "Backup", "octgn_id": "5c8ddc69-7e62-4445-8a5d-91257ef5668e"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{d}, put Ranger into the Break Zone: Choose 1 Monster of cost 2 or less. Break it."], "name": "Ranger", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-054.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-054", "current_price": {"date": "2019-01-09T01:01:07.058823Z", "foil_low_price": "0.21", "foil_market_price": "0.28", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5735799781851136, "element": "Wind", "type": "Backup", "octgn_id": "99bb6b3d-6092-4cb3-8509-2384354ac083"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{w}{d}, put Thief into the Break Zone: Your opponent reveals his/her hand. Select 1 Character card from their hand. Your opponent discards this card. You can only use this ability during your turn."], "name": "Thief", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-055.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-055", "current_price": {"date": "2019-01-09T01:02:10.360129Z", "foil_low_price": "0.5", "foil_market_price": "0.87", "regular_low_price": "0.07", "regular_market_price": "0.14"}, "datastore_id": 6265492998193152, "element": "Wind", "type": "Backup", "octgn_id": "e54ae584-be22-497b-81ca-d043005f66ec"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When Cid Pollendina enters the field, your opponent reveals his/her hand.", "If Cid Pollendina deals damage to a Forward of cost 5 or more, increase the damage by 4000 instead.", "If Cid Pollendina is dealt damage by a Forward of cost 5 or more, reduce the damage by 4000 instead."], "name": "Cid Pollendina", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-056.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Engineer", "cost": 4, "serial_number": "5-056", "current_price": {"date": "2019-01-24T00:03:13.119956Z", "foil_low_price": "0.17", "foil_market_price": "0.17", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5653253463212032, "element": "Wind", "type": "Forward", "octgn_id": "1279030a-0cb4-499d-a672-93cf48d239b6"}, {"category": "III", "is_ex_burst": false, "abilities": ["Put White Mage into the Break Zone: The Forwards you control don't receive any damage from Summons or abilities this turn."], "name": "White Mage", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-057.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "5-057", "current_price": {"date": "2019-01-26T00:02:27.353799Z", "foil_low_price": "0.15", "foil_market_price": "0.19", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 5205663378571264, "element": "Wind", "type": "Forward", "octgn_id": "c8a3bd49-d6b7-4434-b4d3-666ccc63e164"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{w}{d}: Choose 1 Forward you control. It cannot be chosen by your opponent's Summons or abilities this turn."], "name": "Elementalist", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-058.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-058", "current_price": {"date": "2019-01-24T00:03:14.025801Z", "foil_low_price": "0.35", "foil_market_price": "0.36", "regular_low_price": "0.05", "regular_market_price": "0.11"}, "datastore_id": 5655466713546752, "element": "Wind", "type": "Forward", "octgn_id": "979ad757-495a-4085-abd0-9ff41f3dcb60"}, {"category": "XI", "is_ex_burst": false, "abilities": ["The cost required to play ~Card Name Star Sibyl~ onto the field is reduced by 2.", "{w}{w}{1}:Choose 1 Forward. Deal it 1000 damage."], "name": "Semih Lafihna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-059.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Warrior", "cost": 2, "serial_number": "5-059", "current_price": {"date": "2019-01-09T01:01:17.360855Z", "foil_low_price": "0.5", "foil_market_price": "0.94", "regular_low_price": "0.07", "regular_market_price": "0.08"}, "datastore_id": 5756482465300480, "element": "Wind", "type": "Backup", "octgn_id": "f1393b2e-cf1d-4635-9422-007c8f03ac7e"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["If Chocobo forms a party, Chocobo doesn't receive any damage."], "name": "Chocobo", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-060.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-060", "current_price": {"date": "2019-01-09T01:02:20.071685Z", "foil_low_price": "1.27", "foil_market_price": "1.34", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 6297193883369472, "element": "Wind", "type": "Forward", "octgn_id": "db2c08a8-5eb7-4724-b7d5-3a8754b5df1c"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["When Chocobo Knight enters the field, you may *search* for 1 ~Job Chocobo~ or ~Card Name Chocobo~ and add it to your hand.", "{d}: Play 1 ~Job Chocobo~ or ~Card Name Chocobo~ of cost 4 or less from your hand onto the field."], "name": "Chocobo Knight", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-061.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-061", "current_price": {"date": "2019-01-24T00:02:09.436120Z", "foil_low_price": "1.64", "foil_market_price": "2.2", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 5172110288748544, "element": "Wind", "type": "Forward", "octgn_id": "dfffb7e4-f44e-4c30-8b95-24f35f9570e7"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["Select up to 2 of the 4 following actions.", "\"Choose 1 Forward of cost 5 or more. Break it.\"", "\"Choose 1 Forward of cost 4 or less. Until the end of the turn, its power becomes 1000.\"", "\"*Activate* all the Forwards you control.\"", "\"*Activate* all the Backups you control.\""], "name": "Diabolos", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-062.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "", "cost": 5, "serial_number": "5-062", "current_price": {"date": "2019-01-24T00:02:02.320162Z", "foil_low_price": "28.99", "foil_market_price": "22.57", "regular_low_price": "26.47", "regular_market_price": "19.09"}, "datastore_id": 5155255763337216, "element": "Wind", "type": "Summon", "octgn_id": "89941193-edd6-4b0f-8afb-3e1f083ff7aa"}, {"category": "THEATRHYTHM-VI", "is_ex_burst": false, "abilities": ["{w}: Until the end of the turn, Deathgaze also becomes a Forward with 7000 power and \"Deathgaze cannot be blocked by a Forward with a power greater than Deathgaze's.\" You can only use this ability once per turn.", "%Level 5 Death% {s}{w}{w}: Break all the Characters of cost 5 and 10 opponent controls."], "name": "Deathgaze", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-063.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Deathgaze", "cost": 3, "serial_number": "5-063", "current_price": {"date": "2019-01-24T00:02:16.333655Z", "foil_low_price": "0.37", "foil_market_price": "0.37", "regular_low_price": "0.09", "regular_market_price": "0.16"}, "datastore_id": 5185974174744576, "element": "Wind", "type": "Monster", "octgn_id": "4dde223d-f9ee-4bdc-bcb9-48371e0d829f"}, {"category": "XI", "is_ex_burst": false, "abilities": ["Nanaa Mihgo cannot be blocked by a Forward of cost 4 or more.", "When Nanaa Mihgo deals damage to your opponent, your opponent puts the top 2 cards of his/her deck into the Break Zone. If both cards are of the same Element, draw 1 card."], "name": "Nanaa Mihgo", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-064.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Robber", "cost": 3, "serial_number": "5-064", "current_price": {"date": "2019-01-24T00:01:30.835622Z", "foil_low_price": "0.4", "foil_market_price": "0.47", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5093477759057920, "element": "Wind", "type": "Forward", "octgn_id": "bbd01e61-d4fc-43e8-936d-080c1413525e"}, {"category": "III", "is_ex_burst": false, "abilities": ["Ninja cannot be blocked by a Forward of cost 4 or more."], "name": "Ninja", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-065.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-065", "current_price": {"date": "2019-01-09T01:02:02.559544Z", "foil_low_price": "0.15", "foil_market_price": "0.13", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 6238351489236992, "element": "Wind", "type": "Forward", "octgn_id": "6ff51e21-273b-4796-8a13-6355f3b20098"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} When Penelo enters the field, you may *search* for 1 ~Card Name Vaan~ Forward and add it to your hand."], "name": "Penelo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-066.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Dancer", "cost": 3, "serial_number": "5-066", "current_price": {"date": "2019-01-09T01:00:57.859584Z", "foil_low_price": "0.2", "foil_market_price": "0.26", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5721299972259840, "element": "Wind", "type": "Backup", "octgn_id": "e3a6b3df-1362-482b-b34a-31e05be3e67b"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Miounne enters the field, choose 1 Character other than Miounne you control. You may return it to its owner's hand. If you do so, draw 1 card."], "name": "Miounne", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-067.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Proprietress", "cost": 2, "serial_number": "5-067", "current_price": {"date": "2019-01-26T00:01:40.751829Z", "foil_low_price": "0.45", "foil_market_price": "0.44", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 5107644708683776, "element": "Wind", "type": "Backup", "octgn_id": "469c25d8-d011-495c-887c-8bbd3b8f77c1"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["Y'shtola doesn't receive any damage from Summons or abilities.", "Put Y'shtola into the Break Zone: Choose 1 Summon or auto-ability. Cancel its effect."], "name": "Y'shtola", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-068.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 3, "serial_number": "5-068", "current_price": {"date": "2019-01-26T00:01:41.652571Z", "foil_low_price": "N/A", "foil_market_price": "21.8", "regular_low_price": "22.5", "regular_market_price": "18.26"}, "datastore_id": 5110472676212736, "element": "Wind", "type": "Forward", "octgn_id": "bdf946e9-8614-4b59-a5d2-4c63de4fc087"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["When Luso enters the field, reveal the top 5 cards of your deck. Add 1 ~Category FFTA2~ card among them to your hand and return the other cards to the bottom of your deck in any order.", "{w}: Luso gains *First Strike* until the end of the turn."], "name": "Luso", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-069.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Youth", "cost": 4, "serial_number": "5-069", "current_price": {"date": "2019-01-26T00:01:00.268126Z", "foil_low_price": "0.29", "foil_market_price": "0.39", "regular_low_price": "0.18", "regular_market_price": "0.18"}, "datastore_id": 4858118114639872, "element": "Wind", "type": "Forward", "octgn_id": "970038f6-96aa-4280-b656-3c9ebdbd9ad6"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Reks is put from the field into the Break Zone, you may play 1 ~Card Name Vaan~ from your hand onto the field."], "name": "Reks", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-070.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "Dalmascan Soldier", "cost": 4, "serial_number": "5-070", "current_price": {"date": "2019-01-26T00:01:24.360491Z", "foil_low_price": "0.15", "foil_market_price": "0.19", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5073584544284672, "element": "Wind", "type": "Forward", "octgn_id": "2a2b29c9-c594-4472-9c44-a59b2e1a6cb0"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When a Forward opponent controls attacks, put Leyak into the Break Zone. If you do so, *activate* all the Characters you control. Draw 1 card."], "name": "Leyak", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-071.jpeg", "rarity": "Rare", "is_multi_playable": true, "job": "Spook", "cost": 1, "serial_number": "5-071", "current_price": {"date": "2019-01-24T00:01:42.316904Z", "foil_low_price": "1.27", "foil_market_price": "1.44", "regular_low_price": "0.22", "regular_market_price": "0.29"}, "datastore_id": 5114629801902080, "element": "Wind", "type": "Monster", "octgn_id": "8d0954b4-a3f8-4331-b3e6-ead57af09dea"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. It can only be blocked by a Forward of cost equal or inferior to its own this turn."], "name": "Spiceacilian", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-072.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Terraquatic", "cost": 1, "serial_number": "5-072", "current_price": {"date": "2019-01-09T01:02:29.646204Z", "foil_low_price": "0.5", "foil_market_price": "0.6", "regular_low_price": "0.06", "regular_market_price": "0.08"}, "datastore_id": 6331223177691136, "element": "Wind", "type": "Monster", "octgn_id": "2374bc89-f752-4d94-9555-33786473621d"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["*Brave*", "When Heretical Knight Garland enters the field, choose 1 Backup of cost 4 or more opponent controls. Break it."], "name": "Heretical Knight Garland", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-073.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 7, "serial_number": "5-073", "current_price": {"date": "2019-01-26T00:02:21.249141Z", "foil_low_price": "0.18", "foil_market_price": "0.18", "regular_low_price": "0.06", "regular_market_price": "0.09"}, "datastore_id": 5193532511879168, "element": "Earth", "type": "Forward", "octgn_id": "4a53ae5d-a525-4253-ae09-7815a6a4bd17"}, {"category": "III", "is_ex_burst": false, "abilities": ["The ~Job Warrior of Light~ Forwards and Earth Forwards other than Ingus you control gain +1000 power.", "*Dull* a total of 3 *active* Earth Forwards or Earth Backups: Choose 1 Forward. It gains +2000 power until the end of the turn."], "name": "Ingus", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-074.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 3, "serial_number": "5-074", "current_price": {"date": "2019-01-24T00:03:08.259009Z", "foil_low_price": "4.45", "foil_market_price": "4.44", "regular_low_price": "0.62", "regular_market_price": "0.82"}, "datastore_id": 5648979702317056, "element": "Earth", "type": "Forward", "octgn_id": "f78907b1-836a-456a-ab52-cd1668bdee07"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["At the beginning of your Attack Phase, select up to 2 of the 4 following actions.", "\"Choose 1 Forward. It gains *Brave* until the end of the turn.\"", "\"Choose 1 Forward. It gains +2000 power until the end of the turn.\"", "\"Choose 1 *dull* forward. Deal it 3000 damage.\"", "All Forwards cannot be chosen by Summons' EX Bursts or Characters' EX Bursts this turn.\""], "name": "Wol", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-075.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Warrior of Light", "cost": 4, "serial_number": "5-075", "current_price": {"date": "2019-01-09T01:00:23.890109Z", "foil_low_price": "61.01", "foil_market_price": "46.18", "regular_low_price": "40.0", "regular_market_price": "42.01"}, "datastore_id": 5667798101524480, "element": "Earth", "type": "Forward", "octgn_id": "2bea56eb-7dd9-4b06-9007-6796528b897e"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Botanist enters the field, choose 1 Character you control. Select 1 Character with the same name in your Break Zone and add it to your hand."], "name": "Botanist", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-076.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-076", "current_price": {"date": "2019-01-09T01:00:56.646970Z", "foil_low_price": "0.17", "foil_market_price": "0.4", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5719086721925120, "element": "Earth", "type": "Backup", "octgn_id": "1b998b3d-954c-4d0e-9c15-8ed34d663a04"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["Choose 1 Forward. It gains +2000 power until the end of the turn. If its power has become 9000 or less, return Carbuncle to your hand."], "name": "Carbuncle", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-077.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "5-077", "current_price": {"date": "2019-01-09T01:02:24.758637Z", "foil_low_price": "0.73", "foil_market_price": "1.87", "regular_low_price": "0.21", "regular_market_price": "0.24"}, "datastore_id": 6311874081587200, "element": "Earth", "type": "Summon", "octgn_id": "f99de46f-40c4-4950-901d-5c4992a1cbae"}, {"category": "DFF-XII", "is_ex_burst": false, "abilities": ["If you have received 5 points of damage or more, the cost for playing Gabranth onto the field is reduced by 3 (it cannot become 0).", "Put Gabranth into the Break Zone: During this turn, the next damage dealt to you becomes 0 instead."], "name": "Gabranth", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-078.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Judge", "cost": 4, "serial_number": "5-078", "current_price": {"date": "2019-01-09T01:01:03.757010Z", "foil_low_price": "0.35", "foil_market_price": "0.38", "regular_low_price": "0.06", "regular_market_price": "0.11"}, "datastore_id": 5730864595992576, "element": "Earth", "type": "Forward", "octgn_id": "9c04fa7b-e08d-4567-9a76-6f925e9ffd7d"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{e}{1}: Until the end of the turn, Calbrena also becomes a Forward with 7000 power and \"When Calbrena is put from the field into the Break Zone, return Calbrena to the field *dull*.\" You can only use this ability once per turn."], "name": "Calbrena", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-079.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Doll", "cost": 4, "serial_number": "5-079", "current_price": {"date": "2019-01-26T00:01:39.748076Z", "foil_low_price": "0.3", "foil_market_price": "0.32", "regular_low_price": "0.05", "regular_market_price": "0.13"}, "datastore_id": 5106191935995904, "element": "Earth", "type": "Monster", "octgn_id": "a2520b47-440b-41fc-8291-4c1c7879c651"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When you cast an Earth Summon, choose 1 Forward you control. It gains +2000 power until the end of the turn."], "name": "Grav'iton", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-080.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Scholar", "cost": 3, "serial_number": "5-080", "current_price": {"date": "2019-01-09T01:02:18.450683Z", "foil_low_price": "0.21", "foil_market_price": "0.25", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 6292818922307584, "element": "Earth", "type": "Backup", "octgn_id": "e917333b-b8e6-49e4-a74d-662979d3877a"}, {"category": "IV", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. During this turn, it cannot attack or block, and doesn't receive any damage."], "name": "Cockatrice", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-081.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "5-081", "current_price": {"date": "2019-01-09T01:01:57.654112Z", "foil_low_price": "2.47", "foil_market_price": "2.54", "regular_low_price": "0.04", "regular_market_price": "0.13"}, "datastore_id": 6219377665900544, "element": "Earth", "type": "Summon", "octgn_id": "9bd91624-c6c5-40e0-99e0-0b90c367941d"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Miner enters the field, choose 1 Backup in your Break Zone. Add it to your hand.", "{e}{1}{d}, put Miner into the Break Zone: Choose 1 Forward in your Break Zone. Add it to your hand."], "name": "Miner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-082.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "5-082", "current_price": {"date": "2019-01-09T01:01:14.647550Z", "foil_low_price": "8.99", "foil_market_price": "5.26", "regular_low_price": "0.08", "regular_market_price": "0.12"}, "datastore_id": 5749649306550272, "element": "Earth", "type": "Backup", "octgn_id": "87a8e6e0-2ea1-408f-85bb-560c9491b055"}, {"category": "THEATRHYTHM-XIII", "is_ex_burst": false, "abilities": ["When PSICOM Enforcer enters the field, choose 1 Monster of cost 2 or less opponent controls. Break it."], "name": "PSICOM Enforcer", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-083.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-083", "current_price": {"date": "2019-01-24T00:00:48.921542Z", "foil_low_price": "0.13", "foil_market_price": "0.22", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 4830976605683712, "element": "Earth", "type": "Forward", "octgn_id": "ca86ea65-906e-4851-9947-870607f3502c"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When PSICOM Warden enters the field, you may *search* for 1 ~Card Name PSICOM Warden~ and add it to your hand.", "For each ~Card Name PSICOM Warden~ you control, PSICOM Warden gains +2000 power."], "name": "PSICOM Warden", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-084.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-084", "current_price": {"date": "2019-01-24T00:02:08.320922Z", "foil_low_price": "0.26", "foil_market_price": "0.37", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5169808991584256, "element": "Earth", "type": "Forward", "octgn_id": "80473fcb-8700-4b0c-9d80-3b6e1fb0e613"}, {"category": "MOBIUS", "is_ex_burst": true, "abilities": ["{x} When Sarah (MOBIUS) enters the field, choose 1 ~Job Warrior of Light~ in your Break Zone. Add it to your hand."], "name": "Sarah (MOBIUS)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-085.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Princess", "cost": 4, "serial_number": "5-085", "current_price": {"date": "2019-01-09T01:01:53.955629Z", "foil_low_price": "N/A", "foil_market_price": "0.36", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 6200420217126912, "element": "Earth", "type": "Backup", "octgn_id": "6d8a7899-e0ac-46ae-b15f-2f4881020095"}, {"category": "IV", "is_ex_burst": true, "abilities": ["{x} When Cecil enters the field, choose 1 *dull* Forward opponent controls. If its cost is equal to or less than the damage you have received, break it.", "%Dark% {s}: Choose 1 Forward. Cecil deals you 1 point of damage. If the cost of the Forward is equal to or less than the damage you have received, break it."], "name": "Cecil", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-086.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Dark Knight", "cost": 5, "serial_number": "5-086", "current_price": {"date": "2019-01-26T00:01:51.257176Z", "foil_low_price": "25.99", "foil_market_price": "10.5", "regular_low_price": "10.0", "regular_market_price": "9.43"}, "datastore_id": 5134620861399040, "element": "Earth", "type": "Forward", "octgn_id": "f74a65db-c159-4518-825d-e338d2b1c83d"}, {"category": "PICTLOGICA-III", "is_ex_burst": false, "abilities": ["{e}{d}, put Doga into the Break Zone: Choose 1 Character you control It cannot be broken by opposing Summons or abilities that don't deal damage."], "name": "Doga", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-087.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Magus", "cost": 2, "serial_number": "5-087", "current_price": {"date": "2019-01-24T00:02:03.531961Z", "foil_low_price": "0.19", "foil_market_price": "0.23", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5158350018838528, "element": "Earth", "type": "Backup", "octgn_id": "d8d19a1a-262e-4fb9-891b-9c3d69506455"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward opponent controls. If your opponent doesn't pay {1}, it cannot attack or block this turn."], "name": "Flandit", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-088.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Flan", "cost": 1, "serial_number": "5-088", "current_price": {"date": "2019-01-24T00:00:56.827539Z", "foil_low_price": "0.23", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 4859292519759872, "element": "Earth", "type": "Monster", "octgn_id": "95bdd47a-9bda-420a-84ce-7b642cb8d143"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["Berserker cannot block."], "name": "Berserker", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-089.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "5-089", "current_price": {"date": "2019-01-26T00:01:57.156826Z", "foil_low_price": "0.15", "foil_market_price": "0.11", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5143949530365952, "element": "Earth", "type": "Forward", "octgn_id": "9966f550-f1b7-45a6-8bfe-fcbb0149fb6d"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["When a Character opponent controls uses an action ability, put Hill Gigas into the Break Zone. If you do so, cancel its effect and break that Character."], "name": "Hill Gigas", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-090.jpeg", "rarity": "Rare", "is_multi_playable": true, "job": "Giant", "cost": 1, "serial_number": "5-090", "current_price": {"date": "2019-01-09T01:02:00.751367Z", "foil_low_price": "1.3", "foil_market_price": "1.59", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6233544615526400, "element": "Earth", "type": "Monster", "octgn_id": "58277b98-6a4d-40eb-bacf-a66345a3c745"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} When Star Sibyl enters the field, you may search for 1 ~Category XI Character~ othen than ~Card Name Star Sibyl~ and add it to your hand.", "{d}, put Star Sibyl into the Break Zone: Play 1 Forward of cost 6 or less from your hand onto the field. You can only use this ability during your turn."], "name": "Star Sibyl", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-091.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Star Sibyl", "cost": 5, "serial_number": "5-091", "current_price": {"date": "2019-01-26T00:02:10.946382Z", "foil_low_price": "5.86", "foil_market_price": "5.04", "regular_low_price": "1.94", "regular_market_price": "2.28"}, "datastore_id": 5172849828429824, "element": "Earth", "type": "Backup", "octgn_id": "33166017-1e05-4344-afec-88e2f4647122"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{e}{1}{d}: Choose up to 2 Forwards. Deal them and Master Monk 4000 damage."], "name": "Master Monk", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-092.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "5-092", "current_price": {"date": "2019-01-09T01:02:01.367917Z", "foil_low_price": "0.13", "foil_market_price": "0.16", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 6236372583055360, "element": "Earth", "type": "Forward", "octgn_id": "0f604598-5d86-4ae5-960d-b87fb7cbbf3e"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["{e}{e}{d}, put Mog (MOBIUS) into the Break Zone: *Search* for 1 Forward and add it to your hand."], "name": "Mog (MOBIUS)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-093.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "5-093", "current_price": {"date": "2019-01-24T00:01:37.137432Z", "foil_low_price": "2.0", "foil_market_price": "2.29", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5105889677672448, "element": "Earth", "type": "Backup", "octgn_id": "921bfbf0-3c83-45bf-95bb-f7e24038672e"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{0}: Choose 1 Forward you control. It gains *Brave* until the end of the turn. You can only use this ability during you Main Phase, and only once per turn."], "name": "Momodi", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-094.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Proprietress", "cost": 3, "serial_number": "5-094", "current_price": {"date": "2019-01-26T00:02:12.867703Z", "foil_low_price": "0.37", "foil_market_price": "0.78", "regular_low_price": "0.08", "regular_market_price": "0.14"}, "datastore_id": 5177701530861568, "element": "Earth", "type": "Backup", "octgn_id": "111d6f2d-4358-4e87-b4e2-2997d726a34f"}, {"category": "IV", "is_ex_burst": false, "abilities": ["Yang cannot become *dull* by your opponent's Summons or abilities.", "If you control 5 or more Earth Characters, Yang gains +1000 power and *Brave*."], "name": "Yang", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-095.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Monk", "cost": 5, "serial_number": "5-095", "current_price": {"date": "2019-01-26T00:01:31.945114Z", "foil_low_price": "0.21", "foil_market_price": "0.42", "regular_low_price": "0.08", "regular_market_price": "0.16"}, "datastore_id": 5090303509790720, "element": "Earth", "type": "Forward", "octgn_id": "b0625834-0b03-45f7-95d2-32f2f6d27f60"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["For each point of damage you have received, Lanista gains +1000 power."], "name": "Lanista", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-096.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 5, "serial_number": "5-096", "current_price": {"date": "2019-01-09T01:02:04.650759Z", "foil_low_price": "0.15", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 6240529708744704, "element": "Earth", "type": "Forward", "octgn_id": "99168c6c-8d1f-41f6-8eed-8b1e3748f4c5"}, {"category": "III", "is_ex_burst": false, "abilities": ["{2}{d}: Choose 1 Forward. Deal it 1000 damage. If it is *active*, deal it 2000 damage instead."], "name": "Red Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-097.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-097", "current_price": {"date": "2019-01-24T00:03:16.345290Z", "foil_low_price": "0.1", "foil_market_price": "0.12", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5657977524584448, "element": "Lightning", "type": "Backup", "octgn_id": "dca30d2b-a141-4058-847a-200436ec3cb3"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["*Haste*", "When Assassin attacks, choose 1 Forward of cost 2 or less. *Dull* it."], "name": "Assassin", "power": 2000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-098.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-098", "current_price": {"date": "2019-01-09T01:02:24.956190Z", "foil_low_price": "0.34", "foil_market_price": "0.35", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 6313674478190592, "element": "Lightning", "type": "Forward", "octgn_id": "43761010-273a-4881-8c23-0d0ce2f5012f"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["*Haste*", "During each turn, when Illua is chosen by your opponent's Summon or ability for the first time in that turn, cancel its effect.", "%Sheol% {s}: *Activate* all the Forward you control. They gain *Haste* until the end of the turn. All the Forwards opponent controls lose 2000 power until the end of the turn."], "name": "Illua", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-099.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Nightshade", "cost": 3, "serial_number": "5-099", "current_price": {"date": "2019-01-26T00:02:03.946000Z", "foil_low_price": "15.17", "foil_market_price": "18.68", "regular_low_price": "8.1", "regular_market_price": "8.18"}, "datastore_id": 5156136768503808, "element": "Lightning", "type": "Forward", "octgn_id": "a8364293-cde8-4b2c-bf16-c8bc8d9f167f"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["Select 1 of the 2 following actions.", "\"Choose 1 Forward of cost 3 or less. Break it.\"", "\"Choose 1 Monster of cost 3 or less. Break it.\""], "name": "Odin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-100.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "5-100", "current_price": {"date": "2019-01-26T00:02:08.248362Z", "foil_low_price": "0.73", "foil_market_price": "1.55", "regular_low_price": "0.19", "regular_market_price": "0.24"}, "datastore_id": 5167914642571264, "element": "Lightning", "type": "Summon", "octgn_id": "99c32f0a-2416-43dc-b74f-1fbc1be971db"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{l}: Until the end of the turn, Twilight Odin also becomes a Forward with 7000 power and \"When Twilight Odin deals damage to your opponent, choose 1 Forward opponent controls. Break it.\" You can only use this ability once per turn."], "name": "Twilight Odin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-101.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Odin", "cost": 4, "serial_number": "5-101", "current_price": {"date": "2019-01-24T00:01:32.020207Z", "foil_low_price": "0.75", "foil_market_price": "1.77", "regular_low_price": "0.2", "regular_market_price": "0.22"}, "datastore_id": 5096102789382144, "element": "Lightning", "type": "Monster", "octgn_id": "a97b331d-586c-410f-8d0f-f0c23d15d285"}, {"category": "III", "is_ex_burst": false, "abilities": ["{d}, put Scholar into the Break Zone: Choose up to 2 *active* Forwards opponent controls. Deal them 3000 damage."], "name": "Scholar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-102.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-102", "current_price": {"date": "2019-01-09T01:01:38.560584Z", "foil_low_price": "1.08", "foil_market_price": "1.1", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5956876512526336, "element": "Lightning", "type": "Backup", "octgn_id": "2c617928-975a-40e8-9774-40529fe49117"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["When Cid of Clan Gully enters the field, you may *search* for 1 ~Category FFTA2~ Forward and add it to your hand."], "name": "Cid of Clan Gully", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-103.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Clan Leader", "cost": 3, "serial_number": "5-103", "current_price": {"date": "2019-01-09T01:02:19.847372Z", "foil_low_price": "0.79", "foil_market_price": "0.76", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 6295708898426880, "element": "Lightning", "type": "Backup", "octgn_id": "7c477d7f-56f2-48ee-8f03-36ac333f5a84"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Kalia Chival enters the field, you may *search* for 1 ~Job Agito Cadet~ and add it to your hand."], "name": "Khalia Chival", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-104.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Chancellor", "cost": 4, "serial_number": "5-104", "current_price": {"date": "2019-01-09T01:02:16.364174Z", "foil_low_price": "0.17", "foil_market_price": "0.17", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 6284249925681152, "element": "Lightning", "type": "Backup", "octgn_id": "8f668517-7f6e-49a4-8146-e526d49472d6"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Quon enters the field, you may cast 1 Summon of cost 2 or less from your hand without paying its cost."], "name": "Quon", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-105.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Agito Cadet", "cost": 2, "serial_number": "5-105", "current_price": {"date": "2019-01-09T01:02:11.852529Z", "foil_low_price": "0.12", "foil_market_price": "0.2", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 6269849437208576, "element": "Lightning", "type": "Backup", "octgn_id": "b19fb318-5336-4de9-b916-8b1e584a7c11"}, {"category": "THEATRHYTHM-II", "is_ex_burst": false, "abilities": ["When a Forward of your opponent of cost 4 or less enters the field, put Black Knight into the Break Zone. If you do so, break it."], "name": "Black Knight", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-106.jpeg", "rarity": "Rare", "is_multi_playable": true, "job": "Black Knight", "cost": 2, "serial_number": "5-106", "current_price": {"date": "2019-01-09T01:02:21.450700Z", "foil_low_price": "1.0", "foil_market_price": "1.89", "regular_low_price": "0.08", "regular_market_price": "0.12"}, "datastore_id": 6298749735272448, "element": "Lightning", "type": "Monster", "octgn_id": "eed0b0f8-d3dc-48aa-8a7e-ddb61ab2c374"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If you control a Job Scion of the Seventh Dawn other than Thancred, Thancred gains +1000 power.", "If Thancred receives damage while *dull*, the damage is reduced by 2000 instead."], "name": "Thancred", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-107.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 4, "serial_number": "5-107", "current_price": {"date": "2019-01-09T01:01:59.648560Z", "foil_low_price": "2.84", "foil_market_price": "3.4", "regular_low_price": "1.97", "regular_market_price": "3.21"}, "datastore_id": 6231789584515072, "element": "Lightning", "type": "Forward", "octgn_id": "4358e94e-30d4-4736-83c1-15af20b5a64c"}, {"category": "IV", "is_ex_burst": false, "abilities": ["{X}{d}: Choose 1 Lightning Forward in your Break Zone. If its cost is X, play it onto the field. You can only use this ability during your Main Phase."], "name": "Zemus", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-108.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Lunarian", "cost": 4, "serial_number": "5-108", "current_price": {"date": "2019-01-09T01:01:41.957504Z", "foil_low_price": "11.38", "foil_market_price": "13.46", "regular_low_price": "N/A", "regular_market_price": "7.73"}, "datastore_id": 5984018021482496, "element": "Lightning", "type": "Forward", "octgn_id": "fa69049e-9fde-4556-bfad-8c572324125d"}, {"category": "XI", "is_ex_burst": false, "abilities": ["The cost required to play ~Card Name Claidie~ or ~Card Name Trion~ or ~Card Name Pieuje~ onto the field is reduced by 1 (it cannot become 0)."], "name": "Destin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-109.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "King", "cost": 2, "serial_number": "5-109", "current_price": {"date": "2019-01-24T00:02:11.738102Z", "foil_low_price": "0.31", "foil_market_price": "0.34", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5175584380420096, "element": "Lightning", "type": "Backup", "octgn_id": "f22f3bc8-b7d5-4550-852c-3da8285db540"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 blocking Forward. It loses 2000 power until the end of the turn."], "name": "Bunkerbeast", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-110.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Armadillon", "cost": 2, "serial_number": "5-110", "current_price": {"date": "2019-01-09T01:02:07.672322Z", "foil_low_price": "0.76", "foil_market_price": "1.32", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6255370565582848, "element": "Lightning", "type": "Monster", "octgn_id": "52510284-602b-4346-9c52-a2968be32c15"}, {"category": "XI", "is_ex_burst": false, "abilities": ["The ~Job Knight~ other than Trion you control gain +1000 power."], "name": "Trion", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-111.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 4, "serial_number": "5-111", "current_price": {"date": "2019-01-26T00:01:40.465201Z", "foil_low_price": "0.35", "foil_market_price": "0.36", "regular_low_price": "0.07", "regular_market_price": "0.14"}, "datastore_id": 5107088778854400, "element": "Lightning", "type": "Forward", "octgn_id": "d0600d4a-07ba-4a4b-a98a-7d2ab01a391b"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward blocking a ~Job Class Zero Cadet~. It loses 1000 power until the end of the turn."], "name": "Naghi", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-112.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Agito Cadet", "cost": 2, "serial_number": "5-112", "current_price": {"date": "2019-01-24T00:01:31.617656Z", "foil_low_price": "0.18", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5095027571163136, "element": "Lightning", "type": "Backup", "octgn_id": "e829f776-1426-47a0-9610-412796ac9c8b"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{l}{d}: Choose 1 *active* Forward. Deal it 4000 damage."], "name": "Ravager", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-113.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-113", "current_price": {"date": "2019-01-09T01:02:25.864130Z", "foil_low_price": "0.23", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6319432418721792, "element": "Lightning", "type": "Forward", "octgn_id": "c8514785-0cbd-4af6-b8c6-9d9518e84496"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{l}{d}, put Cannoneer into the Break Zone: Choose 1 blocking Forward. It loses 3000 power until the end of the turn."], "name": "Cannoneer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-114.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-114", "current_price": {"date": "2019-01-09T01:02:22.047948Z", "foil_low_price": "0.32", "foil_market_price": "0.6", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6301118678171648, "element": "Lightning", "type": "Backup", "octgn_id": "03731ccc-4f37-42df-b49a-417dda791580"}, {"category": "III", "is_ex_burst": false, "abilities": ["{l}: Deal 1000 damage to all the Forwards opponent controls and 2000 damage to Dark Knight."], "name": "Dark Knight", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-115.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-115", "current_price": {"date": "2019-01-09T01:02:12.460739Z", "foil_low_price": "0.1", "foil_market_price": "0.17", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 6271045585600512, "element": "Lightning", "type": "Forward", "octgn_id": "097d08b9-59d5-4b6b-8baf-db3aaf9a3a2e"}, {"category": "DFF-XIII", "is_ex_burst": false, "abilities": ["*Haste*", "At the end of the turn, return Lightning to its owner's hand."], "name": "Lightning", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-116.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Commando", "cost": 2, "serial_number": "5-116", "current_price": {"date": "2019-01-24T00:01:36.830124Z", "foil_low_price": "0.5", "foil_market_price": "0.72", "regular_low_price": "0.22", "regular_market_price": "0.22"}, "datastore_id": 5104848148103168, "element": "Lightning", "type": "Forward", "octgn_id": "6e31051d-9f93-4321-9d33-169c3927d94e"}, {"category": "THEATRHYTHM", "is_ex_burst": true, "abilities": ["{x} Choose 1 damaged Forward. Deal it 7000 damage."], "name": "Ramuh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-117.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "5-117", "current_price": {"date": "2019-01-09T01:02:15.455916Z", "foil_low_price": "0.25", "foil_market_price": "0.37", "regular_low_price": "0.06", "regular_market_price": "0.12"}, "datastore_id": 6282036675346432, "element": "Lightning", "type": "Summon", "octgn_id": "ab9c1d5f-291a-4864-9193-0b20a1a022ca"}, {"category": "DFF-FFT", "is_ex_burst": false, "abilities": ["The cost required to play Ramza onto the field is reduced by 1 for each Forward you control (it cannot become 0).", "For each Forward other than Ramza you control, Ramza gains +1000 power.", "If Ramza has 10000 power or more, Ramza hains *Haste* and \"When Ramza attacks, choose 1 Forward of cost 3 or less opponent controls. Break it.\""], "name": "Ramza", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-118.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Knight", "cost": 6, "serial_number": "5-118", "current_price": {"date": "2019-01-09T01:02:15.156644Z", "foil_low_price": "11.05", "foil_market_price": "13.37", "regular_low_price": "7.26", "regular_market_price": "8.68"}, "datastore_id": 6281155670179840, "element": "Lightning", "type": "Forward", "octgn_id": "d060d120-1fc8-4bb1-bbb4-f1ae9e7acc18"}, {"category": "III", "is_ex_burst": false, "abilities": ["{l}: Dragoon gains *First Strike* until the end of the turn."], "name": "Dragoon", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-119.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-119", "current_price": {"date": "2019-01-24T00:01:53.236863Z", "foil_low_price": "0.2", "foil_market_price": "0.25", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5140036278288384, "element": "Lightning", "type": "Forward", "octgn_id": "9855db31-8008-4ea8-8d57-4657ef4678a5"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Louisoix enters the field, you may search for 1 ~Card Name Alisaie~ or ~Card Name Alphinaud~ and add it to your hand."], "name": "Louisoix", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-120.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "Sage", "cost": 3, "serial_number": "5-120", "current_price": {"date": "2019-01-24T00:01:06.735023Z", "foil_low_price": "1.0", "foil_market_price": "1.13", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4904499198033920, "element": "Lightning", "type": "Backup", "octgn_id": "df7330f5-4a3b-445e-ab58-0ba613eeaa97"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When a party you control deals damage to your opponent, draw 1 card."], "name": "Andoria", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-121.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Queen", "cost": 2, "serial_number": "5-121", "current_price": {"date": "2019-01-09T01:02:19.173436Z", "foil_low_price": "0.18", "foil_market_price": "0.19", "regular_low_price": "0.06", "regular_market_price": "0.1"}, "datastore_id": 6293814549413888, "element": "Water", "type": "Backup", "octgn_id": "f4d52fc9-dcab-42bc-9f3d-fb6af8fb19b4"}, {"category": "XII", "is_ex_burst": false, "abilities": ["If you control ~Card Name Ashe~, the cost for playing Vossler onto the field is reduced by 2.", "If Vossler receives damage, reduce the damage by 1000 instead.", "If the ~Card Name Ashe~ you control received damage, reduce the damage by 2000 instead."], "name": "Vossler", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-122.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Captain", "cost": 5, "serial_number": "5-122", "current_price": {"date": "2019-01-09T01:02:30.647112Z", "foil_low_price": "0.19", "foil_market_price": "0.22", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 6333117526704128, "element": "Water", "type": "Forward", "octgn_id": "2853c218-74b3-4c02-9a8c-9d6659c7838b"}, {"category": "III", "is_ex_burst": true, "abilities": ["{x} When Aria (III) enters the field, you may *search* for 1 ~Job Warrior of Light~ Forward and add it to your hand."], "name": "Aria (III)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-123.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Seeress", "cost": 4, "serial_number": "5-123", "current_price": {"date": "2019-01-09T01:01:59.858899Z", "foil_low_price": "0.63", "foil_market_price": "0.55", "regular_low_price": "0.16", "regular_market_price": "0.17"}, "datastore_id": 6232091842838528, "element": "Water", "type": "Backup", "octgn_id": "378813ff-8336-4c0a-b810-3e76478cc861"}, {"category": "THEATRHYTHM-IX", "is_ex_burst": false, "abilities": ["{0}: Until the end of the turn, Ozma also becomes a Forward with 8000 power and \"Ozma doesn't receive damage from Dark cards.\" You can only use this ability once per turn.", "%Flare Star% {s}{a}{a}{2}{d}: All the Forwards opponent controls lose 2000 power for each CP required to play them until the end of the turn. You can only use this ability if Ozma is a Forward."], "name": "Ozma", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-124.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Ozma", "cost": 5, "serial_number": "5-124", "current_price": {"date": "2019-01-26T00:01:06.051435Z", "foil_low_price": "0.44", "foil_market_price": "1.23", "regular_low_price": "0.11", "regular_market_price": "0.25"}, "datastore_id": 4885444038754304, "element": "Water", "type": "Monster", "octgn_id": "f6846673-bcb8-4cac-85a5-8d7fb2e929e3"}, {"category": "XII", "is_ex_burst": false, "abilities": ["{d}: Chose 1 ~Category XII~ Forward you control. It gains +1000 power until the end of the turn."], "name": "Ondore", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-125.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "Marquis", "cost": 2, "serial_number": "5-125", "current_price": {"date": "2019-01-09T01:01:52.054400Z", "foil_low_price": "0.22", "foil_market_price": "0.23", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 6194120573845504, "element": "Water", "type": "Backup", "octgn_id": "808e3444-aaf9-4f8c-83c8-9d918988ac7f"}, {"category": "MOBIUS-III", "is_ex_burst": false, "abilities": ["When Cloud of Darkness enters the field, choose 1 Forward opponent controls. It loses 2000 power for each Forward you control until the end of the turn.", "When Cloud of Darkness attacks, choose 1 Forward opponent controls. It loses 1000 power for each Forward you control until the end of the turn."], "name": "Cloud of Darkness", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-126.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Wraith", "cost": 5, "serial_number": "5-126", "current_price": {"date": "2019-01-26T00:00:49.542321Z", "foil_low_price": "39.99", "foil_market_price": "21.54", "regular_low_price": "21.79", "regular_market_price": "21.79"}, "datastore_id": 4812002782347264, "element": "Water", "type": "Forward", "octgn_id": "644ebd9f-19d4-4f5f-b342-645c3d06dbcd"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When Curilla enters the field or attacks, choose 1 Water Forward you control. It gains +2000 power until the end of the turn.", "%Savage Blade% {s}{a}{d}: Choose 1 Forward. Deal it 7000 damage. If you control ~Card Name Trion~, deal it 9000 damage instead."], "name": "Curilla", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-127.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 4, "serial_number": "5-127", "current_price": {"date": "2019-01-09T01:01:57.965099Z", "foil_low_price": "0.2", "foil_market_price": "0.34", "regular_low_price": "0.06", "regular_market_price": "0.11"}, "datastore_id": 6222002696224768, "element": "Water", "type": "Forward", "octgn_id": "73aead7e-8267-43c5-b85d-140c434642c7"}, {"category": "XI", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Job Prince~ Forward or ~Job Knight~ Forward. *Activate* it."], "name": "Claidie", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-128.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Princess", "cost": 2, "serial_number": "5-128", "current_price": {"date": "2019-01-24T00:02:16.628630Z", "foil_low_price": "0.25", "foil_market_price": "0.3", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5186699353128960, "element": "Water", "type": "Backup", "octgn_id": "dcb92c6b-4229-47ef-a3a2-ca4c03c27556"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Schrodinger enters the field, reveal the top card of your deck. If it is a Forward, draw 1 card. If it is a Backup, select 1 Character in your Break Zone and add it to your hand. If it is a Monster, your opponent selects 1 Forward he/she controls and return it to its owner's hand. If it is a Summon, draw 2 cards."], "name": "Schrodinger", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-129.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Potcat", "cost": 2, "serial_number": "5-129", "current_price": {"date": "2019-01-26T00:02:39.350720Z", "foil_low_price": "0.76", "foil_market_price": "0.76", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5393926559105024, "element": "Water", "type": "Monster", "octgn_id": "f23df158-1e5a-491d-8aad-c766017b6463"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["When a Character opponent controls *searches* for 1 or more cards, put Tonberry into the Break Zone. If you do so, break that Character."], "name": "Tonberry", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-130.jpeg", "rarity": "Rare", "is_multi_playable": true, "job": "Tonberry", "cost": 1, "serial_number": "5-130", "current_price": {"date": "2019-01-26T00:01:48.645828Z", "foil_low_price": "0.19", "foil_market_price": "0.26", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5127699253166080, "element": "Water", "type": "Monster", "octgn_id": "fb7c7de1-ca60-4510-b308-1516f278a47c"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Water Forward. It gains +1000 power until the end of the turn.", "{a}{a}{1}{d}: Choose 1 Forward. It loses 3000 power until the end of the turn."], "name": "Arcanist", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-131.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "5-131", "current_price": {"date": "2019-01-26T00:00:46.458044Z", "foil_low_price": "0.18", "foil_market_price": "0.2", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 4793045333573632, "element": "Water", "type": "Forward", "octgn_id": "1e907407-3371-47f7-984f-1a8356e6c526"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Baderon enters the field, look at the top 4 cards of your deck. Add 1 card among them to your hand and return the other cards to the bottom of your deck in any order."], "name": "Baderon", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-132.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Proprietor", "cost": 4, "serial_number": "5-132", "current_price": {"date": "2019-01-26T00:01:04.657847Z", "foil_low_price": "0.38", "foil_market_price": "0.25", "regular_low_price": "0.07", "regular_market_price": "0.11"}, "datastore_id": 4876875042127872, "element": "Water", "type": "Backup", "octgn_id": "af8d2939-e899-44a0-b242-12d3aebf9ddb"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["Select 1 of the 3 following actions.", "\"Choose 1 Monster. Return it to its owner's hand.\"", "\"Choose 1 Character you control. Return it to its owner's hand.\"", "\"Choose 1 Forward. Halve its power until the end of the turn (rounded down to the nearest 1000).\""], "name": "Bismarck", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-133.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "5-133", "current_price": {"date": "2019-01-26T00:01:01.559400Z", "foil_low_price": "4.55", "foil_market_price": "4.76", "regular_low_price": "2.47", "regular_market_price": "2.64"}, "datastore_id": 4862474553655296, "element": "Water", "type": "Summon", "octgn_id": "ad7db9a2-cdd4-49bb-a4e7-2b8c89121751"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When a party you control attacks, all Forwards in that party gain +1000 power until the end of the turn."], "name": "Celestia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-134.jpeg", "rarity": "Rare", "is_multi_playable": false, "job": "Warrior", "cost": 2, "serial_number": "5-134", "current_price": {"date": "2019-01-26T00:02:42.151009Z", "foil_low_price": "0.14", "foil_market_price": "0.15", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5421068068061184, "element": "Water", "type": "Backup", "octgn_id": "2c242f30-bcb1-4939-ad98-3824bbb3908d"}, {"category": "IV", "is_ex_burst": true, "abilities": ["{x} When Porom enters the field, look at the top 3 cards of your deck. Add 1 card among them to your hand and return the other cards to the bottom of your deck in any order.", "{1}{d}: Choose 1 action ability. Cancel its effect."], "name": "Porom", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-135.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "White Mage", "cost": 4, "serial_number": "5-135", "current_price": {"date": "2019-01-24T00:00:53.126901Z", "foil_low_price": "10.55", "foil_market_price": "10.54", "regular_low_price": "3.13", "regular_market_price": "4.17"}, "datastore_id": 4847995682029568, "element": "Water", "type": "Forward", "octgn_id": "42e7f7f2-4a86-43df-bd2c-c2e181f2317f"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. It doesn't receive damage that is less than its power this turn."], "name": "Flintlock", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-136.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-136", "current_price": {"date": "2019-01-09T01:02:30.354088Z", "foil_low_price": "0.5", "foil_market_price": "0.86", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 6331563285413888, "element": "Water", "type": "Backup", "octgn_id": "762f9c0f-7605-44bb-9ecf-6a99c1d4602c"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{d}, put Green Mage into the Break Zone: Choose 1 action ability. Cancel its effect."], "name": "Green Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-137.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-137", "current_price": {"date": "2019-01-26T00:01:14.254407Z", "foil_low_price": "0.7", "foil_market_price": "0.77", "regular_low_price": "0.05", "regular_market_price": "0.11"}, "datastore_id": 4923848294137856, "element": "Water", "type": "Backup", "octgn_id": "566cd171-8b1d-4e32-a026-71704ccf0f6a"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{a}: Moogle Knight doesn't receive any damage from your opponent's Summons or abilities this turn."], "name": "Moogle Knight", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-138.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "5-138", "current_price": {"date": "2019-01-09T01:00:37.751951Z", "foil_low_price": "0.2", "foil_market_price": "0.58", "regular_low_price": "0.07", "regular_market_price": "0.08"}, "datastore_id": 5689726325489664, "element": "Water", "type": "Forward", "octgn_id": "ee678e4d-5f1d-4ba8-b6db-3974a9ebf3ab"}, {"category": "IV", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. If its cost is equal to or less than the number of cards in your hand, return it to its owner's hand."], "name": "Leviathan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-139.jpeg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "5-139", "current_price": {"date": "2019-01-24T00:01:27.841347Z", "foil_low_price": "0.25", "foil_market_price": "0.33", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 5086029748895744, "element": "Water", "type": "Summon", "octgn_id": "8a4eb857-09a6-4da9-bed4-a6b1fb947ad7"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{a}{a}{1}{d}, put Fisher into the Break Zone: Choose 1 Monster of cost 3 or less in your Break Zone. Play it onto the field. You can only use this ability during your turn."], "name": "Fisher", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-140.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-140", "current_price": {"date": "2019-01-26T00:01:07.661207Z", "foil_low_price": "0.3", "foil_market_price": "0.3", "regular_low_price": "0.06", "regular_market_price": "0.1"}, "datastore_id": 4889818999816192, "element": "Water", "type": "Backup", "octgn_id": "fde4f384-a067-4d62-a6bf-330fd0efaab2"}, {"category": "III", "is_ex_burst": false, "abilities": ["The ~Job Warrior of Light~ Forwards and Water Forwards other than Refia you control gain +1000 power.", "*Dull* a total of 5 *active* Water Forwards or Water Backups: Choose 1 Forward opponent controls. Return it to its owner's hand."], "name": "Refia", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-141.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 3, "serial_number": "5-141", "current_price": {"date": "2019-01-09T01:02:20.767679Z", "foil_low_price": "1.66", "foil_market_price": "2.03", "regular_low_price": "0.9", "regular_market_price": "0.96"}, "datastore_id": 6298010195591168, "element": "Water", "type": "Forward", "octgn_id": "cc8e0621-3948-4529-958e-be69ce1a8508"}, {"category": "IV", "is_ex_burst": true, "abilities": ["{x} When Rosa enters the field, you may *search* for 1 ~Card Name Cecil~ and add it to your hand.", "{d}: Choose 1 Forward. During this turn, the next damage dealt to it is reduced by 1000 instead. If the Forward is ~Card Name Cecil~, during this turn, the next damage dealt to it is reduced by 3000 instead."], "name": "Rosa", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-142.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "White Mage", "cost": 4, "serial_number": "5-142", "current_price": {"date": "2019-01-09T01:02:10.666101Z", "foil_low_price": "0.23", "foil_market_price": "0.39", "regular_low_price": "0.09", "regular_market_price": "0.16"}, "datastore_id": 6265936185131008, "element": "Water", "type": "Forward", "octgn_id": "cf232fa5-f9e7-460f-8394-b04ffb176341"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. Select a Job. It gains that Job until the end of the turn."], "name": "Orator", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-143.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-143", "current_price": {"date": "2019-01-24T00:01:02.744623Z", "foil_low_price": "0.18", "foil_market_price": "0.11", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 4886439665860608, "element": "Water", "type": "Forward", "octgn_id": "45b6490d-05bb-45ec-ab58-dbb607ee4361"}, {"category": "FFT", "is_ex_burst": false, "abilities": ["{d}, put Orator into the Break Zone: Choose 1 Monster you control. Return it to its owner's hand."], "name": "Orator", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-144.jpeg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "5-144", "current_price": {"date": "2019-01-09T01:01:45.655815Z", "foil_low_price": "0.1", "foil_market_price": "0.12", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 6011343945596928, "element": "Water", "type": "Backup", "octgn_id": "3fff1c67-0826-4105-937c-e4a4d5ee7fa6"}, {"category": "DFF-XII", "is_ex_burst": false, "abilities": ["When Vaan attacks, select up to 2 of the 5 following actions.", "\"Draw 1 card.\"", "\"Choose 1 Backup. *Activate* it.\"", "\"Choose 1 Forward. *Dull* it.\"", "\"Choose 1 Forward. It gains +2000 power until the end of the turn.\"", "\"Choose 1 Forward. It cannot block this turn.\""], "name": "Vaan", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-145.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Sky Pirate", "cost": 5, "serial_number": "5-145", "current_price": {"date": "2019-01-26T00:00:45.243493Z", "foil_low_price": "6.06", "foil_market_price": "7.66", "regular_low_price": "2.73", "regular_market_price": "2.81"}, "datastore_id": 4786745690292224, "element": "Light", "type": "Forward", "octgn_id": "c1bbe13b-4eb3-42f4-a15e-c89418bef0ff"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["When Wol enters the field, reveal the top 5 cards of your deck. Add 1 ~Job Warrior of Light~ among them to your hand and return the other cards to the bottom of your deck in any order.", "When Wol is put from the field into the Break Zone, choose 1 ~Job Warrior of Light~ of cost 3 or less in your Break Zone. Play it onto the field."], "name": "Wol", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-146.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 4, "serial_number": "5-146", "current_price": {"date": "2019-01-09T01:02:39.656640Z", "foil_low_price": "1.34", "foil_market_price": "1.38", "regular_low_price": "0.04", "regular_market_price": "0.13"}, "datastore_id": 6519826465947648, "element": "Light", "type": "Forward", "octgn_id": "b688f952-6dcb-4025-b690-10e3c4ff8001"}, {"category": "LOV-XI", "is_ex_burst": false, "abilities": ["If Eald'narche leaves the field, return Eald'narche to your hand instead.", "%Paradise% {s}: Take 1 more turn after this one. At the end of that turn, you lose the game."], "name": "Eald'narche", "power": 10000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-147.jpeg", "rarity": "Legend", "is_multi_playable": false, "job": "Descendant of the Zilart", "cost": 6, "serial_number": "5-147", "current_price": {"date": "2019-01-26T00:01:07.350549Z", "foil_low_price": "2.17", "foil_market_price": "4.6", "regular_low_price": "0.5", "regular_market_price": "1.54"}, "datastore_id": 4888334014873600, "element": "Dark", "type": "Forward", "octgn_id": "c6eec57f-9328-4777-b99c-485195a92092"}, {"category": "LOV-XI", "is_ex_burst": false, "abilities": ["When Kam'lanaut enters the field, you may search for 1 Dark card and add it to your hand.", "Kam'lanaut cannot be chosen by Summons or abilities that share its Element.", "At the beginning of your Main Phase 1, select 1 Element. Kam'lanaut becomes that Element (this effect does not end at the end of the turn)."], "name": "Kam'lanaut", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-148.jpeg", "rarity": "Hero", "is_multi_playable": false, "job": "Archduke", "cost": 5, "serial_number": "5-148", "current_price": {"date": "2019-01-09T01:01:44.952580Z", "foil_low_price": "3.07", "foil_market_price": "4.23", "regular_low_price": "0.99", "regular_market_price": "1.12"}, "datastore_id": 6002774948970496, "element": "Dark", "type": "Forward", "octgn_id": "0847c0ba-debc-4f1c-8ee3-deff5006ef29"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["If your opponent controls any Monster, Amodar gains +2000 power, *First Strike* and *Brave*.", "When a Forward you control is put from the field into the Break Zone, double the power of Amodar until the end of the turn."], "name": "Amodar", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-149.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Commando", "cost": 4, "serial_number": "5-149", "current_price": {"date": "2019-01-09T01:01:42.168326Z", "foil_low_price": "0.7", "foil_market_price": "1.17", "regular_low_price": "1.79", "regular_market_price": "1.85"}, "datastore_id": 5985192426602496, "element": "Fire", "type": "Forward", "octgn_id": "fbf6873f-2ca9-47c6-ab46-b89d1c7c664b"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["If you control ~Card Name Serah~, Noel gains +2000 power.", "{f}{f}{4}: Play Noel onto the field. You can only use this ability during your Main Phase and if Noel is in the Break Zone."], "name": "Noel", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-150.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Commando", "cost": 4, "serial_number": "5-150", "current_price": {"date": "2019-01-26T00:01:08.454708Z", "foil_low_price": "1.58", "foil_market_price": "0.68", "regular_low_price": "1.77", "regular_market_price": "2.02"}, "datastore_id": 4891374851719168, "element": "Fire", "type": "Forward", "octgn_id": "dfe1ae24-b422-472f-9db7-7b6d675ae617"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Category XIII~ Forward you control. It gains +1000 power until the end of the turn."], "name": "Lebreau", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-151.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "NORA", "cost": 2, "serial_number": "5-151", "current_price": {"date": "2019-01-09T01:02:22.758857Z", "foil_low_price": "0.75", "foil_market_price": "0.88", "regular_low_price": "0.74", "regular_market_price": "0.74"}, "datastore_id": 6303601437704192, "element": "Fire", "type": "Backup", "octgn_id": "ab19c38d-72c8-4d3c-a813-3759473d665e"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["When Serah enters the field, you may *search* for 1 ~Job Moogle~ and add it to your hand.", "When Serah attacks, *activate* all the ~Job Moogle~ you control.", "Discard 1 ~Job Moogle~: Choose 1 Forward. *Dull* it."], "name": "Serah", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-152.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Commando", "cost": 5, "serial_number": "5-152", "current_price": {"date": "2019-01-09T01:02:22.272174Z", "foil_low_price": "4.96", "foil_market_price": "5.98", "regular_low_price": "1.39", "regular_market_price": "1.46"}, "datastore_id": 6301484287262720, "element": "Ice", "type": "Forward", "octgn_id": "25b3a9cd-7e27-47c0-bc7f-8347ef898657"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Card Name Serah~ or ~Card Name Noel~. It gains *First Strike* or *Brave* until the end of the turn."], "name": "Mog (XIII-2)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-153.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "5-153", "current_price": {"date": "2019-01-09T01:01:53.153454Z", "foil_low_price": "0.77", "foil_market_price": "0.8", "regular_low_price": "1.79", "regular_market_price": "1.82"}, "datastore_id": 6199484451127296, "element": "Ice", "type": "Backup", "octgn_id": "1709b4ed-cb92-47b7-aec6-cf68f54960ad"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{0}: Look at the top card of your deck. You can only use this ability once per turn.", "When Yeul is put from the field into the Break Zone, put the top 10 cards of your deck into the Break Zone."], "name": "Yeul", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-154.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Seeress", "cost": 2, "serial_number": "5-154", "current_price": {"date": "2019-01-09T01:02:00.369743Z", "foil_low_price": "1.64", "foil_market_price": "1.18", "regular_low_price": "1.74", "regular_market_price": "1.73"}, "datastore_id": 6232988685697024, "element": "Ice", "type": "Backup", "octgn_id": "1b65360f-ce82-491e-998c-9a09b54a6abd"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Vaan enters the field, *activate* all the ~Job Sky Pirate~ you control.", "%Pyroclasm% {s}{w}{d}: Choose 1 Forward. Deal it 2000 damage for each Backup you control."], "name": "Vaan", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-155.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Sky Pirate", "cost": 4, "serial_number": "5-155", "current_price": {"date": "2019-01-26T00:01:32.670938Z", "foil_low_price": "0.9", "foil_market_price": "0.51", "regular_low_price": "1.72", "regular_market_price": "1.77"}, "datastore_id": 5092516760125440, "element": "Wind", "type": "Forward", "octgn_id": "f4249d9d-857e-4983-a660-db99081c889c"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Balthier enters the field, reveal the top 5 card of your deck. Add 1 ~Job Sky Pirate~ among them to your hand and return the other cards to the bottom of your deck in any order."], "name": "Balthier", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-156.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Sky Pirate", "cost": 3, "serial_number": "5-156", "current_price": {"date": "2019-01-26T00:01:10.855619Z", "foil_low_price": "0.88", "foil_market_price": "0.92", "regular_low_price": "1.79", "regular_market_price": "1.87"}, "datastore_id": 4906299594637312, "element": "Wind", "type": "Forward", "octgn_id": "84f934c9-4988-4bc9-906c-5978edf40913"}, {"category": "XII", "is_ex_burst": false, "abilities": ["For each ~Job Sky Pirate~ other than Fran you control, Fran gains +1000 power.", "The ~ Card Name Balthier~ you control cannot be chosen by your opponent's abilities."], "name": "Fran", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-157.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Sky Pirate", "cost": 2, "serial_number": "5-157", "current_price": {"date": "2019-01-24T00:01:08.822374Z", "foil_low_price": "0.99", "foil_market_price": "1.16", "regular_low_price": "1.79", "regular_market_price": "1.85"}, "datastore_id": 4912057535168512, "element": "Wind", "type": "Forward", "octgn_id": "8e112b82-851b-46d4-8f0d-8d81db2777ce"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["For each ~Job Scion of the Seventh Dawn~ other than Yda you control, Yda gains +2000 power.", "When Yda attacks, choose 1 *dull* Forward opponent controls. Deal it damage equal to half of Yda's power (round down to the nearest 1000)."], "name": "Yda", "power": 2000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-158.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 2, "serial_number": "5-158", "current_price": {"date": "2019-01-09T01:02:27.466113Z", "foil_low_price": "1.99", "foil_market_price": "2.59", "regular_low_price": "0.5", "regular_market_price": "0.89"}, "datastore_id": 6325735551664128, "element": "Earth", "type": "Forward", "octgn_id": "10222f2f-08fa-4db2-9c70-7b2ad7df67c8"}, {"category": "XIV", "is_ex_burst": true, "abilities": ["{x} When Papalymo enters the field, you may *search* for 1 ~Card Name Yda~ and add it to your hand.", "If the ~Card Name Yda~ you control deals damage to a Forward, increase the damage by 2000 instead."], "name": "Papalymo", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-159.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 3, "serial_number": "5-159", "current_price": {"date": "2019-01-09T01:01:53.652617Z", "foil_low_price": "2.75", "foil_market_price": "3.52", "regular_low_price": "0.5", "regular_market_price": "1.04"}, "datastore_id": 6199659739480064, "element": "Earth", "type": "Forward", "octgn_id": "3e3ed998-67b4-4c53-a219-c608e57efd07"}, {"category": "XIV", "is_ex_burst": true, "abilities": ["{x} When Minfilia enters the field, you may *search* for 1 ~Job Scion of the Seventh Dawn~ Forward and add it to your hand.", "{e}{d}, put Minfilia into the Break Zone: Choose 1 Forward opponent controls. Break it. You can only use this ability if you control 5 or more ~Job Scion of the Seventh Dawn~."], "name": "Minfilia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-160.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 4, "serial_number": "5-160", "current_price": {"date": "2019-01-24T00:01:04.136952Z", "foil_low_price": "4.48", "foil_market_price": "5.58", "regular_low_price": "1.0", "regular_market_price": "1.71"}, "datastore_id": 4890635312037888, "element": "Earth", "type": "Backup", "octgn_id": "ca711565-983e-473d-999a-b90d8a5b3b74"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If you control ~Card Name Alphinaud~, the cost for playing Alisaie onto the field is reduced by 1.", "The ~Job Scion of the Seventh Dawn~ Forwards you control gain *Haste*."], "name": "Alisaie", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-161.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 4, "serial_number": "5-161", "current_price": {"date": "2019-01-09T01:02:01.654385Z", "foil_low_price": "3.45", "foil_market_price": "4.11", "regular_low_price": "1.0", "regular_market_price": "1.8"}, "datastore_id": 6237056825032704, "element": "Lightning", "type": "Backup", "octgn_id": "44a887ca-f29f-4cdb-9989-63ac19c0b2ed"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{l}{d}: Choose 1 *active* Forward. Deal it 1000 damage. If you control a ~Job Scion of the Seventh Dawn~ Forward, deal it 2000 damage instead."], "name": "Alphinaud", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-162.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 2, "serial_number": "5-162", "current_price": {"date": "2019-01-09T01:01:46.156571Z", "foil_low_price": "3.99", "foil_market_price": "2.44", "regular_low_price": "0.5", "regular_market_price": "0.9"}, "datastore_id": 6012339572703232, "element": "Lightning", "type": "Backup", "octgn_id": "97cfed46-ac9e-4ef9-9c85-0cc1a5469327"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Urianger enters the field, choose 1 Monster in your Break Zone. If its cost is equal to or less than the number of ~Job Scion of the Seventh Dawn~ Forwards you control play it onto the field."], "name": "Urianger", "power": 2000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-163.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 2, "serial_number": "5-163", "current_price": {"date": "2019-01-24T00:01:11.744915Z", "foil_low_price": "14.0", "foil_market_price": "4.9", "regular_low_price": "2.79", "regular_market_price": "3.65"}, "datastore_id": 4925742643150848, "element": "Lightning", "type": "Forward", "octgn_id": "6d5102a4-cf85-4cbe-abfd-879f7e2614f6"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Ashe enters the field, if you control a ~Job Sky Pirate~, draw 1 card.", "{d}: Choose 1 ~Job Sky Pirate~. *Activate* it."], "name": "Ashe", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-164.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Princess", "cost": 3, "serial_number": "5-164", "current_price": {"date": "2019-01-26T00:00:51.765182Z", "foil_low_price": "0.62", "foil_market_price": "0.62", "regular_low_price": "1.49", "regular_market_price": "1.88"}, "datastore_id": 4824716959285248, "element": "Water", "type": "Forward", "octgn_id": "0c7ad996-6758-4421-8b5f-8cc026ec7a12"}, {"category": "XII", "is_ex_burst": false, "abilities": ["When Larsa enters the field, draw 2 cards.", "When Larsa is put from the field into the Break Zone, draw 1 card."], "name": "Larsa", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-165.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Fourthborn Son of the Emperor", "cost": 6, "serial_number": "5-165", "current_price": {"date": "2019-01-26T00:02:45.967309Z", "foil_low_price": "0.6", "foil_market_price": "0.71", "regular_low_price": "0.69", "regular_market_price": "0.73"}, "datastore_id": 5448393992175616, "element": "Water", "type": "Backup", "octgn_id": "715b0b5a-516d-4423-bfd9-e5a52758c6c4"}, {"category": "XII", "is_ex_burst": false, "abilities": ["The ~Card Name Ashe~ you control cannot be broken by opposing Summons or abilities that don't deal damage."], "name": "Rasler", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/5-166.jpeg", "rarity": "Starter", "is_multi_playable": false, "job": "Princess", "cost": 2, "serial_number": "5-166", "current_price": {"date": "2019-01-09T01:01:34.557746Z", "foil_low_price": "2.49", "foil_market_price": "4.49", "regular_low_price": "2.21", "regular_market_price": "2.41"}, "datastore_id": 5912645597134848, "element": "Water", "type": "Backup", "octgn_id": "5f27835b-c4cd-4888-87a7-8c5db8749144"}, {"category": "PICTLOGICA-VIII", "is_ex_burst": false, "abilities": ["The ~Job Warrior~ Forwards other than Ward you control gain +2000 power."], "name": "Ward", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-001C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Warrior", "cost": 4, "serial_number": "6-001", "current_price": {"date": "2019-01-09T01:00:27.423777Z", "foil_low_price": "0.08", "foil_market_price": "0.11", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5670955204476928, "element": "Fire", "type": "Forward", "octgn_id": "1db19277-b840-49e2-88a6-22cf4351c407"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["If you control a ~Job Princess~, the ~Job Knight~ Forwards you control gain *Brave*.", "%Blaze% {s}{f}: Choose 1 Forward. Deal it 7000 damage.", "%Round Edge% {s}{f}{f}{1}: Choose 1 Forward. Break it. Deal 5000 damage to all the Forwards opponent controls."], "name": "Garland", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-002L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Knight", "cost": 5, "serial_number": "6-002", "current_price": {"date": "2019-01-09T01:00:53.089225Z", "foil_low_price": "5.83", "foil_market_price": "9.36", "regular_low_price": "0.53", "regular_market_price": "3.55"}, "datastore_id": 5713981113106432, "element": "Fire", "type": "Forward", "octgn_id": "c3cb49d7-387b-4eee-bc51-6f67b9180e17"}, {"category": "II", "is_ex_burst": false, "abilities": ["*Brave*", "For each ~Category II~ Character other than Guy you control, Guy gains +1000 power.", "When Guy is put from the field into the Break Zone, *activate* all the Forwards you control."], "name": "Guy", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-003H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Rebel", "cost": 3, "serial_number": "6-003", "current_price": {"date": "2019-01-09T01:01:02.710432Z", "foil_low_price": "3.81", "foil_market_price": "7.24", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5729887658704896, "element": "Fire", "type": "Forward", "octgn_id": "73700c4e-b3d6-474a-b4d2-1f17da60855a"}, {"category": "PICTLOGICA-VIII", "is_ex_burst": false, "abilities": ["When Kiros enters the field, choose 1 Forward you control other than Kiros. It gains +2000 power until the end of the turn. If it is a ~Category VIII~ Forward, it also gains *Haste*, *First Strike*, and *Brave* until the end of the turn."], "name": "Kiros", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-004C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Warrior", "cost": 2, "serial_number": "6-004", "current_price": {"date": "2019-01-09T01:00:59.073189Z", "foil_low_price": "0.08", "foil_market_price": "0.13", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5723660543328256, "element": "Fire", "type": "Forward", "octgn_id": "f85eb7a5-23a1-4573-97e4-cd19a878d852"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{d}, put Illusionist into the Break Zone: Choose 1 Forward. It must attack this turn if possible."], "name": "Illusionist", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-005C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-005", "current_price": {"date": "2019-01-09T01:01:09.760647Z", "foil_low_price": "0.18", "foil_market_price": "0.19", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5740460123357184, "element": "Fire", "type": "Backup", "octgn_id": "833c436d-6f4f-4239-8bcf-6bbee3734968"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Evoker", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-006C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "6-006", "current_price": {"date": "2019-01-09T01:01:10.409476Z", "foil_low_price": "0.1", "foil_market_price": "0.1", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 5741582183563264, "element": "Fire", "type": "Backup", "octgn_id": "47e033c2-7565-466b-a7a4-3b023c18cd8f"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When Cornelia enters the field, all the Forward you control gain +1000 power until the end of the turn.", "{f}{d}: Return Cornelia to its owner's hand."], "name": "Cornelia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-007R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Girl", "cost": 2, "serial_number": "6-007", "current_price": {"date": "2019-01-09T01:00:29.491209Z", "foil_low_price": "0.1", "foil_market_price": "0.2", "regular_low_price": "0.09", "regular_market_price": "0.14"}, "datastore_id": 5673539701047296, "element": "Fire", "type": "Backup", "octgn_id": "2774a990-fd67-4a9f-bc79-80ba6d9392dd"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{0}: Until the end of the turn, Goblin also becomes a Forward with 5000 power and \"When Goblin attacks, choose 1 Forward. Deal it 1000 damage.\" You can only use this ability once per turn."], "name": "Goblin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-008C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Goblin", "cost": 2, "serial_number": "6-008", "current_price": {"date": "2019-01-09T01:01:00.758160Z", "foil_low_price": "0.1", "foil_market_price": "0.12", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5727010886254592, "element": "Fire", "type": "Monster", "octgn_id": "bf14b1d9-a882-40e4-8160-36f41f43cc78"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When Cid (XI) enters the field, select 1 of the 2 following actions.", "\"Look at the top 3 cards of your deck. Add 1 card among them to your hand and put the test of the cards into the break zone.\"", "\"All the Forwards you control gain +3000 power until the end of the turn.\""], "name": "Cid (XI)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-009R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Engineer", "cost": 4, "serial_number": "6-009", "current_price": {"date": "2019-01-26T00:02:59.976352Z", "foil_low_price": "0.17", "foil_market_price": "0.16", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 5643570945982464, "element": "Fire", "type": "Backup", "octgn_id": "66d198c9-5c07-47f4-8bca-51ea24feffb0"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["If a forward is dealt damage by your Fire Summon, the damage increases by 1000 instead.", "When Vermilion Bird l'Cie Caetuna enters the field, you may *search* for 1 Fire Summon of cost 4 or less and cast it without paying the cost. If you do not cast it, put the Summon into the Break Zone."], "name": "Vermilion Bird l'Cie Caetuna", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-010H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "L'Cie", "cost": 6, "serial_number": "6-010", "current_price": {"date": "2019-01-09T01:00:44.369656Z", "foil_low_price": "0.62", "foil_market_price": "2.43", "regular_low_price": "0.2", "regular_market_price": "0.21"}, "datastore_id": 5699454376083456, "element": "Fire", "type": "Backup", "octgn_id": "23597fed-71d2-422b-9ea6-62642e1a4a28"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Dominion Legionary enters the field, you may *search* for 1 ~Card Name Dominion Legionary~ and add it to your hand.", "{d}, put Domminion Legionary into the Break Zone: Choose 1 attacking Forward. It gains +1000 power unitl the end of the turn."], "name": "Dominion Legionary", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-011C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "6-011", "current_price": {"date": "2019-01-09T01:00:50.491648Z", "foil_low_price": "0.1", "foil_market_price": "0.1", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 5708785729404928, "element": "Fire", "type": "Backup", "octgn_id": "10fbc873-2289-4907-b8c4-8fb9f282fac5"}, {"category": "DFF-VIII", "is_ex_burst": false, "abilities": ["*Haste*", "When Zell enters the field, select 1 of the 2 following actions.", "\"Choose 1 Forward opponent controls. Deal it damage equal to Zell's power.\"", "\"Choose 1 Monster of cost 2 or less opponent controls. Break it.\""], "name": "Zell", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-012R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 4, "serial_number": "6-012", "current_price": {"date": "2019-01-09T01:00:52.655170Z", "foil_low_price": "0.25", "foil_market_price": "0.42", "regular_low_price": "0.1", "regular_market_price": "0.11"}, "datastore_id": 5713388726386688, "element": "Fire", "type": "Forward", "octgn_id": "d41dd454-b317-449e-a0ab-baa377004270"}, {"category": "PICTLOGICA-VIII", "is_ex_burst": true, "abilities": ["{x} When Selphie enters the field, you may *search* for 1 ~Job SeeD Candidate~ Forward and add it to your hand."], "name": "Selphie", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-013R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 3, "serial_number": "6-013", "current_price": {"date": "2019-01-09T01:01:16.259639Z", "foil_low_price": "0.16", "foil_market_price": "0.17", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5751742465572864, "element": "Fire", "type": "Backup", "octgn_id": "16de53da-e303-437e-bb3c-6aff6fd18b14"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Warrior attacks, Warrior gains +2000 power until the end of the turn."], "name": "Warrior", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-014C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 5, "serial_number": "6-014", "current_price": {"date": "2019-01-09T01:00:40.351514Z", "foil_low_price": "0.08", "foil_market_price": "0.12", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5694325061058560, "element": "Fire", "type": "Forward", "octgn_id": "25167afe-a7e3-47ce-90d5-6ae3ad8bcf0e"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{2}: Soldier gains +1000 power until the end of the turn."], "name": "Soldier", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-015C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "6-015", "current_price": {"date": "2019-01-24T00:03:18.722173Z", "foil_low_price": "0.09", "foil_market_price": "0.23", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5659864525176832, "element": "Fire", "type": "Forward", "octgn_id": "13072e48-e0d4-4e63-88b6-9828a3883f5f"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Dark Lord enters the field, remove the top 10 cards of your deck from the game.", "At the beginning of your attack phase, choose up to 1 Forward. Deal it 3000 damage."], "name": "Dark Lord", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-016H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "King", "cost": 3, "serial_number": "6-016", "current_price": {"date": "2019-01-26T00:02:07.754610Z", "foil_low_price": "0.26", "foil_market_price": "0.35", "regular_low_price": "0.08", "regular_market_price": "0.14"}, "datastore_id": 5166937705283584, "element": "Fire", "type": "Forward", "octgn_id": "80446e74-483b-4fed-b224-782692c5ea6e"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 10000 damage. Bahamut deals you 1 point of damage. EX Bursts of cards put into the Damage Zone due to this damage cannot be used."], "name": "Bahamut", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-017C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "6-017", "current_price": {"date": "2019-01-09T01:01:04.308377Z", "foil_low_price": "0.19", "foil_market_price": "0.33", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5732294853656576, "element": "Fire", "type": "Summon", "octgn_id": "6d9b7912-ed08-48b3-b5c1-f1cb7e515f0b"}, {"category": "MOBIUS-VII", "is_ex_burst": false, "abilities": ["You can only cast Neo Bahamut during your Main Phase.", "Choose 1 Forward. Deal it 8000 damage. Discard all your hand."], "name": "Neo Bahamut", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-018R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "6-018", "current_price": {"date": "2019-01-09T01:00:43.562192Z", "foil_low_price": "0.25", "foil_market_price": "0.63", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5698146155888640, "element": "Fire", "type": "Summon", "octgn_id": "717af358-8ac7-4b2e-8a4c-b20a382583eb"}, {"category": "II", "is_ex_burst": false, "abilities": ["If you control a ~Job Rebel~ Forward, the cost for playing Firion onto the field is reduced by 2.", "If your opponent controls 3 or more Forwards, Firion gains +1000 power and *Haste*.", "Put 1 Backup into the Break Zone: Until the end of the turn, Firion gains *First Strike* and *Brave*."], "name": "Firion", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-019L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Rebel", "cost": 4, "serial_number": "6-019", "current_price": {"date": "2019-01-09T01:00:34.556800Z", "foil_low_price": "8.28", "foil_market_price": "16.72", "regular_low_price": "2.31", "regular_market_price": "3.77"}, "datastore_id": 5681435377664000, "element": "Fire", "type": "Forward", "octgn_id": "ccd223ba-6dde-477c-baa9-911d93a5c783"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{f}{d}: Choose 1 Forward. Deal it 2000 damage for each ~Category FFTA2~ Forward you control."], "name": "Montblanc", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-020H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "6-020", "current_price": {"date": "2019-01-26T00:01:35.354511Z", "foil_low_price": "0.34", "foil_market_price": "1.44", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 5097403040399360, "element": "Fire", "type": "Backup", "octgn_id": "579ed27a-175d-41bf-bfd6-ea19b4bc114e"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["{f}{1}, put Ruby Dragon into the Break Zone: Choose 1 Forward. Deal it 8000 damage."], "name": "Ruby Dragon", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-021R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Dragon", "cost": 2, "serial_number": "6-021", "current_price": {"date": "2019-01-09T01:00:43.063045Z", "foil_low_price": "0.1", "foil_market_price": "0.17", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5697589504638976, "element": "Fire", "type": "Monster", "octgn_id": "8dab887a-c657-44c7-be98-ae6120368d08"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Ysayle enters the field, you may *search* for 1 Ice Forward and add it to your hand."], "name": "Ysayle", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-022R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Lady Iceheart", "cost": 4, "serial_number": "6-022", "current_price": {"date": "2019-01-24T00:02:47.622131Z", "foil_low_price": "0.25", "foil_market_price": "0.26", "regular_low_price": "0.09", "regular_market_price": "0.15"}, "datastore_id": 5446495432081408, "element": "Ice", "type": "Backup", "octgn_id": "852030f5-ee21-41c5-8f04-9607263a9ef8"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Emina enters the field, choose 1 Forward opponent controls. *Freeze* it.", "{i}{i}{2}{d}, put Emina into the Break Zone: Choose 1 *dull* Forward. Break it. You can only use thos ability during your turn."], "name": "Emina", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-023R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Commanding Officer", "cost": 2, "serial_number": "6-023", "current_price": {"date": "2019-01-09T01:01:13.567074Z", "foil_low_price": "0.75", "foil_market_price": "0.82", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5747706723041280, "element": "Ice", "type": "Backup", "octgn_id": "9ba80705-edef-4cf6-bf45-e3f619497f05"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Scholar enters the field, choose 1 Forward of cost 2 or less opponent controls. *Dull* it and *Freeze* it."], "name": "Scholar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-024C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-024", "current_price": {"date": "2019-01-09T01:00:59.847689Z", "foil_low_price": "0.1", "foil_market_price": "0.11", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5725447602044928, "element": "Ice", "type": "Backup", "octgn_id": "c51bb79b-8c3b-4985-adb0-3f87cd2ad25b"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Kazusa enters the field, choose 1 *dull* Forward. Deal it 10000 damage.", "{i}{1}{d}, put Kazusa into the Break Zone: Choose up to 2 Forwards. *Dull* them."], "name": "Kazusa", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-025R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Researcher", "cost": 5, "serial_number": "6-025", "current_price": {"date": "2019-01-24T00:03:01.222871Z", "foil_low_price": "0.18", "foil_market_price": "0.21", "regular_low_price": "0.08", "regular_market_price": "0.12"}, "datastore_id": 5637993998057472, "element": "Ice", "type": "Backup", "octgn_id": "792f673e-5639-44a1-9267-2d87d27661a9"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}, put Bard into the Break Zone: Each player discards 1 card from his/her hand. You can only use this ability during your turn."], "name": "Bard", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-026C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-026", "current_price": {"date": "2019-01-09T01:01:20.355575Z", "foil_low_price": "0.1", "foil_market_price": "0.14", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5762804288061440, "element": "Ice", "type": "Backup", "octgn_id": "7f44778b-47ca-445a-8d60-9b76085d68e6"}, {"category": "DFF-IX", "is_ex_burst": true, "abilities": ["{x} When Kuja enters the field, choose 1 Forward or Monster opponent controls. *Dull* it and *Freeze* it.", "Put 2 Ice Backups into the Break Zone: Return Kuja to your hand. You can only use this ability during your Main Phase and if Kuja is in the Break Zone."], "name": "Kuja", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-027L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Genome", "cost": 5, "serial_number": "6-027", "current_price": {"date": "2019-01-09T01:01:13.082566Z", "foil_low_price": "8.44", "foil_market_price": "12.46", "regular_low_price": "1.25", "regular_market_price": "3.94"}, "datastore_id": 5746085725208576, "element": "Ice", "type": "Forward", "octgn_id": "1d1d301e-f009-4a1c-a693-01d59996d390"}, {"category": "TYPE-0", "is_ex_burst": true, "abilities": ["{x} When Kurasame enters the field, you may *search* for 1 ~Card Name Emina~ or ~Card Name Kazusa~ and add it to your hand.", "The Ice Forwards other than Kurasame you control gain +1000 power."], "name": "Kurasame", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-028H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Instructor", "cost": 5, "serial_number": "6-028", "current_price": {"date": "2019-01-09T01:01:07.283899Z", "foil_low_price": "0.59", "foil_market_price": "1.76", "regular_low_price": "0.08", "regular_market_price": "0.16"}, "datastore_id": 5736479225544704, "element": "Ice", "type": "Forward", "octgn_id": "66d5c191-35d8-4116-87e9-02d2f19eb65a"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["If your opponent has 1 card or less in his/her hand, the cost required to cast Doomtrain is reduced by 2.", "Choose 1 *dull* Forward. Deal it 9000 damage."], "name": "Doomtrain", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-029C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "6-029", "current_price": {"date": "2019-01-26T00:01:52.276026Z", "foil_low_price": "0.22", "foil_market_price": "0.48", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5136504422662144, "element": "Ice", "type": "Summon", "octgn_id": "b259c611-546a-4292-ab21-3164d96eee98"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{0}: Until the end of the turn, Militesi Ceourl also becomes a Forward with 5000 power and \"When Militesi Coeurl attacks, choose 1 Forward. *Dull* it.\" You can only use this ability once per turn."], "name": "Militesi Coeurl", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-030C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Lesser Coeurl", "cost": 3, "serial_number": "6-030", "current_price": {"date": "2019-01-26T00:01:58.640552Z", "foil_low_price": "1.0", "foil_market_price": "0.16", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5145835775983616, "element": "Ice", "type": "Monster", "octgn_id": "f8b8d827-adf2-4b2f-abc7-14bf6e8be47e"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{1}{d}, put Summoner into the Break Zone: Choose up to 2 Ice Summons in your Break Zone. Add them to your hand."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-031C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "6-031", "current_price": {"date": "2019-01-26T00:02:34.042788Z", "foil_low_price": "0.15", "foil_market_price": "0.15", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5308277428584448, "element": "Ice", "type": "Backup", "octgn_id": "40a8023a-3be8-4a0b-ad13-26181e5652da"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": [""], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-032C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "6-032", "current_price": {"date": "2019-01-24T00:01:59.926269Z", "foil_low_price": "0.12", "foil_market_price": "0.17", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5150438772965376, "element": "Ice", "type": "Backup", "octgn_id": "bfe1d160-faff-4f99-ad9a-93f6f668e393"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["If your opponent has 2 cards or less in his/her hand, Squall gains *Haste* and *First Strike*.", "If your opponent has no cards in his/her hand, Squall gains +3000 power."], "name": "Squall", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-033H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 2, "serial_number": "6-033", "current_price": {"date": "2019-01-24T00:02:56.947628Z", "foil_low_price": "2.82", "foil_market_price": "3.96", "regular_low_price": "1.0", "regular_market_price": "3.36"}, "datastore_id": 5631163540439040, "element": "Ice", "type": "Forward", "octgn_id": "b449c8bf-1632-400f-ae69-578b26de919c"}, {"category": "THEATRHYTHM-XIII", "is_ex_burst": false, "abilities": ["If you control ~Card Name Serah~, Snow gains +1000 power.", "If you control a ~Category XIII~ Forward other than Snow, Snow gains +1000 power."], "name": "Snow", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-034R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Sentinel", "cost": 3, "serial_number": "6-034", "current_price": {"date": "2019-01-24T00:02:00.539580Z", "foil_low_price": "0.1", "foil_market_price": "0.14", "regular_low_price": "0.07", "regular_market_price": "0.15"}, "datastore_id": 5151031159685120, "element": "Ice", "type": "Forward", "octgn_id": "8a09cc3c-dff0-4d86-85ab-01af893557a4"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{i}, put Snow Giant into the Break Zone: Choose 1 Forward. *Dull* it and *Freeze* it."], "name": "Snow Giant", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-035R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Snow Giant", "cost": 1, "serial_number": "6-035", "current_price": {"date": "2019-01-26T00:02:08.864985Z", "foil_low_price": "0.17", "foil_market_price": "0.16", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5169344900235264, "element": "Ice", "type": "Monster", "octgn_id": "113fdae3-7ab8-4cd4-9e1f-10fe75fbcae3"}, {"category": "DFF-VI", "is_ex_burst": false, "abilities": ["{i}{i}: Celes gains +3000 power until the end of the turn. You can only use this ability once per turn."], "name": "Celes", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-036C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Rune Knight", "cost": 2, "serial_number": "6-036", "current_price": {"date": "2019-01-26T00:01:51.545390Z", "foil_low_price": "0.1", "foil_market_price": "0.14", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5134639551217664, "element": "Ice", "type": "Forward", "octgn_id": "9c1ec718-52fb-4e4c-9d0b-8b4edd52ac6a"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["When Shock Trooper attacks, choose 1 Forward opponent controls. Break it and break Shock Trooper."], "name": "Shock Trooper", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-037C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "6-037", "current_price": {"date": "2019-01-09T01:02:43.350277Z", "foil_low_price": "0.14", "foil_market_price": "0.13", "regular_low_price": "0.09", "regular_market_price": "0.12"}, "datastore_id": 6572395338924032, "element": "Ice", "type": "Forward", "octgn_id": "928452c3-63d0-4967-9705-fd8094a03cbd"}, {"category": "MOBIUS-VII", "is_ex_burst": false, "abilities": ["Choose 1 *dull* Forward. Break it. The owner of this Forward discards 1 card from his/her hand."], "name": "Hades", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-038R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 5, "serial_number": "6-038", "current_price": {"date": "2019-01-09T01:00:48.065490Z", "foil_low_price": "0.16", "foil_market_price": "0.23", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5706305117356032, "element": "Ice", "type": "Summon", "octgn_id": "299ffe0f-87b9-4de9-809c-8559baf3efa1"}, {"category": "II", "is_ex_burst": false, "abilities": ["When Borghen is put from the field into the Break Zone, your opponent discard 1 card from his/her hand."], "name": "Borghen", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-039H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Captain", "cost": 1, "serial_number": "6-039", "current_price": {"date": "2019-01-24T00:03:18.932487Z", "foil_low_price": "0.21", "foil_market_price": "0.25", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5661011013009408, "element": "Ice", "type": "Forward", "octgn_id": "2b9d4eb9-7241-486d-a295-36aeba577c9c"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Laguna enters the field, you may *search* for 1 ~Card Name Squall~ and add it to your hand."], "name": "Laguna", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-040H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "President", "cost": 3, "serial_number": "6-040", "current_price": {"date": "2019-01-09T01:00:39.588174Z", "foil_low_price": "0.68", "foil_market_price": "0.68", "regular_low_price": "0.25", "regular_market_price": "0.33"}, "datastore_id": 5693013082767360, "element": "Ice", "type": "Forward", "octgn_id": "be6bf2b0-e936-4e88-842a-865803e9009d"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Rinoa enters the field, choose 1 Forward other than Rinoa you control. Remove it from the game. Then, play the removed Forward onto the field *dull*."], "name": "Rinoa", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-041L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Resistance Fighter", "cost": 4, "serial_number": "6-041", "current_price": {"date": "2019-01-09T01:01:23.662105Z", "foil_low_price": "31.0", "foil_market_price": "22.25", "regular_low_price": "18.0", "regular_market_price": "16.59"}, "datastore_id": 5768123470839808, "element": "Ice", "type": "Forward", "octgn_id": "f01e2a24-2ace-428f-bcf7-9d457f86bf05"}, {"category": "THEATRHYTHM-VI", "is_ex_burst": false, "abilities": ["When Locke enters the field, reveal the top 5 cards of your deck. Add 1 ~Category VI~ card among them to your hand and return the other cards to the bottom of your deck in any order."], "name": "Locke", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-042C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Treasure Hunter", "cost": 4, "serial_number": "6-042", "current_price": {"date": "2019-01-26T00:02:23.960933Z", "foil_low_price": "0.1", "foil_market_price": "0.11", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5199854334640128, "element": "Ice", "type": "Forward", "octgn_id": "ce037480-965c-4028-be4a-113eb21fd6db"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Evoker", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-043C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "6-043", "current_price": {"date": "2019-01-24T00:02:14.955055Z", "foil_low_price": "0.18", "foil_market_price": "0.21", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5183135771787264, "element": "Wind", "type": "Backup", "octgn_id": "89516672-df2f-4a54-9b54-7065566cf2b7"}, {"category": "DFF-IX", "is_ex_burst": false, "abilities": ["Zidane cannot be chosen by your opponent's abilities.", "When your opponent discards a card from his/her hand due to your Summons or abilities, choose 1 Wind Character. *Activate* it.", "When Zidane attacks, your opponent reveals his/her hand. Select 1 Forward from their hand. Your opponent discards this card."], "name": "Zidane", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-044L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Genome", "cost": 4, "serial_number": "6-044", "current_price": {"date": "2019-01-09T01:00:41.860695Z", "foil_low_price": "23.1", "foil_market_price": "21.62", "regular_low_price": "15.42", "regular_market_price": "15.42"}, "datastore_id": 5695954732711936, "element": "Wind", "type": "Forward", "octgn_id": "abc70b56-35e6-4ee3-9dd0-983866cff3ae"}, {"category": "II", "is_ex_burst": false, "abilities": ["{d}: *Search* for 1 Backup of cost 1 and add it to your hand."], "name": "Cid (II)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-045H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Engineer", "cost": 4, "serial_number": "6-045", "current_price": {"date": "2019-01-09T01:02:12.750392Z", "foil_low_price": "0.95", "foil_market_price": "1.69", "regular_low_price": "0.08", "regular_market_price": "0.21"}, "datastore_id": 6271735682826240, "element": "Wind", "type": "Backup", "octgn_id": "95841c91-b934-4036-9e40-09ccf89f1837"}, {"category": "III", "is_ex_burst": true, "abilities": ["{x} When Cid Haze enters the field, you may *search* for 1 ~Job Standard Unit~ Forward and add it to your hand."], "name": "Cid Haze", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-046C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Engineer", "cost": 3, "serial_number": "6-046", "current_price": {"date": "2019-01-09T01:01:22.959644Z", "foil_low_price": "0.27", "foil_market_price": "0.41", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 5766033835032576, "element": "Wind", "type": "Backup", "octgn_id": "035d06ad-138c-4857-b293-a57d551039ae"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When White Mage enters the field, choose 1 card in your opponent's Break Zone. Remove it from the game.", "{1}, put White Mage into the Break Zone: Choose 1 card in your opponent's Break Zone. Remove it from the game."], "name": "White Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-047C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-047", "current_price": {"date": "2019-01-26T00:02:54.084757Z", "foil_low_price": "N/A", "foil_market_price": "0.25", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5634573476036608, "element": "Wind", "type": "Backup", "octgn_id": "1d960a25-3cce-4540-9a1b-127fb8fe9c26"}, {"category": "X", "is_ex_burst": true, "abilities": ["{x} When Shinra enters the field, you may *search* for 1 ~Job Gullwings~ Forward and add it to your hand."], "name": "Shinra", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-048C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Youth", "cost": 4, "serial_number": "6-048", "current_price": {"date": "2019-01-09T01:00:45.246818Z", "foil_low_price": "0.31", "foil_market_price": "0.64", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5700406734749696, "element": "Wind", "type": "Backup", "octgn_id": "726f9949-6c09-4d16-a2e7-a884e510902e"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{0}: Until the end of the turn, Zu becomes a Forward with 7000 power and \"When Zu attacks, choose 1 Backup you control. *Activate* it.\" You can only use this ability once per turn."], "name": "Zu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-049C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Zu", "cost": 4, "serial_number": "6-049", "current_price": {"date": "2019-01-09T01:00:36.004000Z", "foil_low_price": "0.07", "foil_market_price": "0.13", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5683734527344640, "element": "Wind", "type": "Monster", "octgn_id": "939d57fe-727f-4029-8080-6395b9e0ffec"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["When Chocobo enters the field, you may play 1 ~Card Name Chocobo~ from your hand onto the field."], "name": "Chocobo", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-050C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "6-050", "current_price": {"date": "2019-01-26T00:01:51.744313Z", "foil_low_price": "0.5", "foil_market_price": "0.89", "regular_low_price": "0.09", "regular_market_price": "0.12"}, "datastore_id": 5135196202467328, "element": "Wind", "type": "Forward", "octgn_id": "7c3dd59a-abc0-46ff-98f6-9d26a937152e"}, {"category": "MOBIUS-VII", "is_ex_burst": true, "abilities": ["{x} *Search* for 1 ~Job Chocobo~ or ~Job Moogle~ and add it to your hand."], "name": "Choco/Mog", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-051C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "6-051", "current_price": {"date": "2019-01-09T01:01:58.656961Z", "foil_low_price": "1.54", "foil_market_price": "3.21", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 6223302947241984, "element": "Wind", "type": "Summon", "octgn_id": "43dcef07-3e86-4bec-a076-42aebab09c79"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["Choose 1 Forward. Its power becomes 4000 until the end of the turn. Draw 1 card."], "name": "Diablos", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-052R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "6-052", "current_price": {"date": "2019-01-24T00:03:06.137171Z", "foil_low_price": "0.62", "foil_market_price": "1.47", "regular_low_price": "0.06", "regular_market_price": "0.11"}, "datastore_id": 5644418077949952, "element": "Wind", "type": "Summon", "octgn_id": "b11b8555-9318-4dd8-bac0-8dd9ff9ce3a5"}, {"category": "X", "is_ex_burst": false, "abilities": ["The ~Job Gullwings~ Forwards you control cannot be chosen by your opponent's Summons.", "%Assault% {s}{w}: All the ~Job Gullwings~ you control gain *Haste* until the end of the turn."], "name": "Paine", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-053R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Gullwings", "cost": 4, "serial_number": "6-053", "current_price": {"date": "2019-01-26T00:01:56.071406Z", "foil_low_price": "1.01", "foil_market_price": "2.32", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5143355163934720, "element": "Wind", "type": "Forward", "octgn_id": "119eb0fd-b6ee-4cab-8039-6923d7019fdf"}, {"category": "DFF-VIII", "is_ex_burst": true, "abilities": ["{x} When Fujin enters the field, you may *search* for 1 ~Card Name Seifer~ and addit to your hand.", "The ~Card Name Seifer~ you control gains *First Strike* during your turn."], "name": "Fujin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-054R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Disciplinary Committee Member", "cost": 3, "serial_number": "6-054", "current_price": {"date": "2019-01-26T00:02:13.143031Z", "foil_low_price": "0.43", "foil_market_price": "0.77", "regular_low_price": "0.09", "regular_market_price": "0.13"}, "datastore_id": 5178632230141952, "element": "Wind", "type": "Backup", "octgn_id": "ae21ad8b-c4e4-4392-97d4-c6b7d4897242"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{d}, put Geomancer into the Break Zone: Choose 1 attacking Forward. Deal it 4000 damage."], "name": "Geomancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-055C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-055", "current_price": {"date": "2019-01-24T00:01:39.724102Z", "foil_low_price": "0.22", "foil_market_price": "0.32", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5110589747625984, "element": "Wind", "type": "Backup", "octgn_id": "a67a2a65-de45-4ec7-a5b5-8455ebfcb22d"}, {"category": "II", "is_ex_burst": false, "abilities": ["Paul cannot be blocked by a Forward of cost 3 or more.", "When Paul deals damage to your opponent, your opponent puts the top 5 cards of his/her deck into the Break Zone."], "name": "Paul", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-056H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Thief", "cost": 2, "serial_number": "6-056", "current_price": {"date": "2019-01-09T01:01:19.898864Z", "foil_low_price": "2.49", "foil_market_price": "4.2", "regular_low_price": "0.25", "regular_market_price": "1.52"}, "datastore_id": 5762303387500544, "element": "Wind", "type": "Forward", "octgn_id": "efd61509-5611-41c0-a2a0-ae14bc5cbac0"}, {"category": "II", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Category II~ Forward other than Maria. It gains +2000 power until the end of the turn.", "{d}: Deal 1000 damage to all the forwards opponent controls.", "{w}{d}: Choose 1 Forward. During this turn, the next damage dealt to it is reduced by 3000 instead."], "name": "Maria", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-057L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Rebel", "cost": 2, "serial_number": "6-057", "current_price": {"date": "2019-01-24T00:03:07.458991Z", "foil_low_price": "6.0", "foil_market_price": "10.83", "regular_low_price": "2.15", "regular_market_price": "3.51"}, "datastore_id": 5648364213370880, "element": "Wind", "type": "Forward", "octgn_id": "e15c7825-eb1c-47c6-a172-7bd8aaad0cc3"}, {"category": "XI", "is_ex_burst": false, "abilities": ["%Retrieve% {s}{d}: *Search* for 1 card and add it to your hand."], "name": "Moogle (XI)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-058R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Moogle", "cost": 2, "serial_number": "6-058", "current_price": {"date": "2019-01-09T01:02:27.683882Z", "foil_low_price": "2.67", "foil_market_price": "2.67", "regular_low_price": "0.1", "regular_market_price": "0.15"}, "datastore_id": 6325754241482752, "element": "Wind", "type": "Backup", "octgn_id": "ce9cc414-bf91-4401-a5ed-3327d3304094"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{w}{1}, put Wingvern into the Break Zone: Choose 1 Forward of power 9000 or more. Break it."], "name": "Wingvern", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-059R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Dragon", "cost": 2, "serial_number": "6-059", "current_price": {"date": "2019-01-24T00:01:26.125498Z", "foil_low_price": "0.1", "foil_market_price": "0.25", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 5080620992561152, "element": "Wind", "type": "Monster", "octgn_id": "0184293b-f013-4b7f-b9cb-6dedc7a68f31"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["When Lezaford enters the field, reveal the top 5 cards of your deck. Play 1 Wind Character of cost 5 or less among them onto the field and return the other cards to the bottom of your deck in any order.", "{w}{d}, put Lezaford into the Break Zone: Choose 1 Forward. During this turn, the next damage it deals to a Forward becomes 0 instead."], "name": "Lezaford", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-060H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Magus", "cost": 7, "serial_number": "6-060", "current_price": {"date": "2019-01-24T00:03:19.518786Z", "foil_low_price": "0.33", "foil_market_price": "1.0", "regular_low_price": "0.08", "regular_market_price": "0.14"}, "datastore_id": 5661807377121280, "element": "Wind", "type": "Backup", "octgn_id": "9e45f987-757e-4ccf-b504-bc84b9f3f074"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["If you control a ~Category FFTA2~ Forward other than Raptor, Raptor gains +2000 power."], "name": "Raptor", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-061C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "6-061", "current_price": {"date": "2019-01-24T00:01:49.727543Z", "foil_low_price": "0.09", "foil_market_price": "0.48", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5133004779290624, "element": "Wind", "type": "Forward", "octgn_id": "8ec7ed5a-d9b7-4b3a-8424-6ecd4c4d071f"}, {"category": "X", "is_ex_burst": false, "abilities": ["The ~Job Gullwings~ Forwards you control cannot be chosen by your opponent's abilities.", "%Escape% {s}: Remove Rikku from the Battle. You can only use this ability when Rikku is in Battle."], "name": "Rikku", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-062R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Gullwings", "cost": 3, "serial_number": "6-062", "current_price": {"date": "2019-01-09T01:00:29.861633Z", "foil_low_price": "1.35", "foil_market_price": "1.43", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5674493502554112, "element": "Wind", "type": "Forward", "octgn_id": "68e74042-e9b2-43bf-b49c-e2b757b38d64"}, {"category": "II", "is_ex_burst": false, "abilities": ["When Leon enters the field, your opponent gains control of Leon.", "When a ~Category II~ Character of your opponent enters the field, your opponent gains control of Leon."], "name": "Leon", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-063H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Rebel", "cost": 1, "serial_number": "6-063", "current_price": {"date": "2019-01-09T01:01:18.368310Z", "foil_low_price": "0.4", "foil_market_price": "0.69", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5760288024428544, "element": "Wind", "type": "Forward", "octgn_id": "8c0b16a2-0793-44fa-b083-cf825923b10e"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When Ajido-Marujido enters the field, select 1 of the 2 following actions.", "\"Cast 1 Summon from your hand without paying the cost.\"", "\"Choose up to 2 Summons in your Break Zone. Add them to your hand.\""], "name": "Ajido-Marujido", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-064H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mage", "cost": 5, "serial_number": "6-064", "current_price": {"date": "2019-01-24T00:01:20.741871Z", "foil_low_price": "0.45", "foil_market_price": "1.99", "regular_low_price": "0.09", "regular_market_price": "0.18"}, "datastore_id": 5071623522615296, "element": "Earth", "type": "Backup", "octgn_id": "9c7bd459-6bdc-4a4b-a5c9-4b809067ba36"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If Dark Knight receives damage, the damage increases by 4000 instead."], "name": "Dark Knight", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-065C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "6-065", "current_price": {"date": "2019-01-26T00:01:52.475408Z", "foil_low_price": "0.1", "foil_market_price": "0.15", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 5137456781328384, "element": "Earth", "type": "Forward", "octgn_id": "c770f37b-5790-48bf-8f4a-84275e325757"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["When Warrior of Light enters the field, choose 1 ~Job Standard Unit~ of cost 2 or less in your Break Zone. Play it onto the field.", "When a ~Job Standard Unit~ enters your field, Warrior of Light gains +2000 power until the end of the turn.", "%Indomitable Charge% {s}{e}{e}: Until the end of the turn, all the Forwards you control gain +3000 power and *Brave*."], "name": "Warrior of Light", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-066H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 6, "serial_number": "6-066", "current_price": {"date": "2019-01-24T00:01:19.525157Z", "foil_low_price": "0.8", "foil_market_price": "1.3", "regular_low_price": "0.08", "regular_market_price": "0.17"}, "datastore_id": 5068213587017728, "element": "Earth", "type": "Forward", "octgn_id": "0d4c5fb4-04ea-407f-b719-962f2315982a"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Epitav enters the field, you may *search* for 1 ~Category FFCC~ Forward and add it to your hand."], "name": "Epitav", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-067R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "King", "cost": 3, "serial_number": "6-067", "current_price": {"date": "2019-01-09T01:02:13.967835Z", "foil_low_price": "0.18", "foil_market_price": "0.21", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 6276931066527744, "element": "Earth", "type": "Backup", "octgn_id": "3519ef5c-f77f-452f-bf70-c5c3b13c99c9"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{e}{e}{d}, put Scholar into the Break Zone: Choose 1 Earth Summon in your Break Zone. Add it to your hand."], "name": "Scholar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-068C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-068", "current_price": {"date": "2019-01-26T00:01:46.553127Z", "foil_low_price": "0.09", "foil_market_price": "0.18", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5120784573923328, "element": "Earth", "type": "Backup", "octgn_id": "ecf6cce8-811a-4940-ba08-2d2c24aa2655"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{e}{e}{1}{d}, put Machinist into the Break Zone: Choose 1 Forward of power 5000 or less. Break it."], "name": "Machinist", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-069C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-069", "current_price": {"date": "2019-01-09T01:02:18.671045Z", "foil_low_price": "0.1", "foil_market_price": "0.1", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 6292837612126208, "element": "Earth", "type": "Backup", "octgn_id": "5e9b385b-0476-4069-8ef2-7b7a97ca1f64"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{0}: Until the end of the turn, Gigas also becomes a Forward with 9000 power and \"When Gigas attacks, Gigas will not *activate* during your next Active PHase.\" You can only use this ability once per turn."], "name": "Gigas", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-070C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Giant", "cost": 4, "serial_number": "6-070", "current_price": {"date": "2019-01-09T01:02:19.563528Z", "foil_low_price": "0.16", "foil_market_price": "0.17", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 6295244807077888, "element": "Earth", "type": "Monster", "octgn_id": "5422fb18-25c0-4b2b-8559-7fda2c26b82b"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{e}{1}{d}: Choose 1 Forward you control. During this turn, it cannot be returned to its owner's hand by your opponent's Summons or abilities."], "name": "Krile (XIV)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-071H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 2, "serial_number": "6-071", "current_price": {"date": "2019-01-24T00:02:56.021252Z", "foil_low_price": "3.04", "foil_market_price": "3.2", "regular_low_price": "0.99", "regular_market_price": "1.16"}, "datastore_id": 5629606077923328, "element": "Earth", "type": "Backup", "octgn_id": "bfcf3afc-6b32-4710-b800-49542dbc8119"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{e}{e}{d}, put Cait Sith (XIV) into the Break Zone: Choose 1 Summon choosing a Forward you control. Cancel its effect."], "name": "Cait Sith (XIV)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-072C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Watchman", "cost": 2, "serial_number": "6-072", "current_price": {"date": "2019-01-26T00:01:45.840773Z", "foil_low_price": "0.22", "foil_market_price": "0.35", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5118485424242688, "element": "Earth", "type": "Backup", "octgn_id": "9c3284e0-7cf8-45ad-9b47-aad38376d801"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Evoker", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-073C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "6-073", "current_price": {"date": "2019-01-24T00:00:46.031088Z", "foil_low_price": "0.24", "foil_market_price": "0.13", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 4815928063688704, "element": "Earth", "type": "Backup", "octgn_id": "e6c55deb-a24a-4d63-88a1-c2450373e7cb"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["Choose 1 Forward. Deal it 4000 damage for each CP of a different Element you paid to cast Cactuar."], "name": "Cactuar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-074C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "6-074", "current_price": {"date": "2019-01-09T01:02:08.856893Z", "foil_low_price": "0.24", "foil_market_price": "0.24", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 6260539458060288, "element": "Earth", "type": "Summon", "octgn_id": "4fedf4ff-422e-4c6e-b74f-b35fc087140a"}, {"category": "MOBIUS-VII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward you control and 1 Forward opponent controls. The former gains +2000 power until the end of the turn. Then, the former deals damage equal to its power to the latter."], "name": "Titan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-075R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 5, "serial_number": "6-075", "current_price": {"date": "2019-01-24T00:03:00.718208Z", "foil_low_price": "1.15", "foil_market_price": "2.05", "regular_low_price": "0.1", "regular_market_price": "0.15"}, "datastore_id": 5636869270274048, "element": "Earth", "type": "Summon", "octgn_id": "e1e915f6-07bc-4c79-b3ed-d35ad040a95a"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Category FFCC~ Forward. It gains +1000 power until the end of the turn."], "name": "Pavlov", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-076C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Penguin", "cost": 2, "serial_number": "6-076", "current_price": {"date": "2019-01-26T00:00:41.444119Z", "foil_low_price": "0.08", "foil_market_price": "0.12", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 4742807990304768, "element": "Earth", "type": "Backup", "octgn_id": "167b2f2b-9178-4f38-aaaf-c03cdb991375"}, {"category": "FFCC", "is_ex_burst": true, "abilities": ["{x} When Hugh Yurg enters the field, you may *search* for 1 ~Job Warrior~ and add it to your hand.", "If you control ~Card Name Leo~, Hugh Yurg gains +1000 power and *Brave*."], "name": "Hugh Yurg", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-077R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Warrior", "cost": 5, "serial_number": "6-077", "current_price": {"date": "2019-01-26T00:01:28.950046Z", "foil_low_price": "0.17", "foil_market_price": "0.16", "regular_low_price": "0.08", "regular_market_price": "0.12"}, "datastore_id": 5081468124528640, "element": "Earth", "type": "Forward", "octgn_id": "cd58263d-54c8-4905-888c-601323a41ec8"}, {"category": "XI", "is_ex_burst": false, "abilities": ["The ~Job Monk~ Forwards and ~Card Name Monk~ Forward you control cannot become *dull* by your opponent's Summons or abilities.", "When Maat enters the field, you may *search* for 1 ~Job Monk~ or ~Card Name Monk~ and add it to your hand."], "name": "Maat", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-078R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Monk", "cost": 6, "serial_number": "6-078", "current_price": {"date": "2019-01-24T00:02:12.022387Z", "foil_low_price": "0.1", "foil_market_price": "0.16", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 5177510169935872, "element": "Earth", "type": "Forward", "octgn_id": "e8b05668-7a54-4731-9f8a-4a165ca49b0b"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Minfilia enters the field, choose up to 2 Characters in your Break Zone. Add them to your hand.", "{e}{e}{1}{d}, put Minfilia into the Break Zone: Choose 1 Light Character or Dark Character. Break it."], "name": "Minfilia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-079L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 6, "serial_number": "6-079", "current_price": {"date": "2019-01-26T00:02:15.649945Z", "foil_low_price": "15.0", "foil_market_price": "18.93", "regular_low_price": "5.99", "regular_market_price": "4.22"}, "datastore_id": 5184756769619968, "element": "Earth", "type": "Backup", "octgn_id": "baec716f-110b-478b-80d5-2561e0b98210"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{e}{1}, put Mushussu into the Break Zone: Choose 1 *dull* Forward. Break it."], "name": "Mushussu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-080R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Marduk", "cost": 2, "serial_number": "6-080", "current_price": {"date": "2019-01-09T01:02:11.276766Z", "foil_low_price": "0.13", "foil_market_price": "0.36", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 6269255070777344, "element": "Earth", "type": "Monster", "octgn_id": "10ac35d8-546f-4ba0-a31a-980e05e38e0b"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Moogle Brothers enters the field, reveal the top 5 cards of your deck. Add 1 ~Job Moogle~ among them to your hand and return the other cards to the bottom of your deck in any order.", "{d}, put Moogle Brothers into the Break Zone: Play 1 ~Job Moogle~ of cost 2 or less from your hand onto the field."], "name": "Moogle Brothers", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-081R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Moogle", "cost": 3, "serial_number": "6-081", "current_price": {"date": "2019-01-24T00:03:03.519505Z", "foil_low_price": "0.23", "foil_market_price": "0.23", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5640681775169536, "element": "Earth", "type": "Backup", "octgn_id": "d15dd8bb-059a-4a04-bfaf-2f16ead778e2"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}, put Monk into the Break Zone: Choose 1 *dull* Forward. Deal it 7000 damage."], "name": "Monk", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-082C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "6-082", "current_price": {"date": "2019-01-26T00:02:06.865229Z", "foil_low_price": "0.1", "foil_market_price": "0.16", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5164060932833280, "element": "Earth", "type": "Forward", "octgn_id": "ffbd3639-41f2-4c2d-a5e6-da76b4e20a33"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["Y'shtola cannot be broken by opposing Summons or abilities that don't deal damage.", "If you control 3 or more ~Job Scion of the Seventh Dawn~ other than Y'shtola, Y'shtola gains *Brave*.", "When Y'shtola attacks, choose 1 Forward opponent controls. If you control 5 or more ~Job Scion of the Seventh Dawn~ other than Y'shtola, deal it 8000 damage."], "name": "Y'shtola", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-083H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 4, "serial_number": "6-083", "current_price": {"date": "2019-01-24T00:01:27.319884Z", "foil_low_price": "11.99", "foil_market_price": "4.75", "regular_low_price": "3.21", "regular_market_price": "3.21"}, "datastore_id": 5085414259949568, "element": "Earth", "type": "Forward", "octgn_id": "0c6a80b3-a5b6-41d3-a89c-42dcebe8f336"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["For each Character other than Leo you control, Leo gains +1000 power.", "Backups you control can produce CP of any Element."], "name": "Leo", "power": 1000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-084L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "King", "cost": 1, "serial_number": "6-084", "current_price": {"date": "2019-01-09T01:00:48.948129Z", "foil_low_price": "10.5", "foil_market_price": "15.85", "regular_low_price": "5.8", "regular_market_price": "6.46"}, "datastore_id": 5706892403802112, "element": "Earth", "type": "Forward", "octgn_id": "3ee6f634-dd00-40a2-8f63-a49c7e48d3b7"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["When Al-Cid enters the field, choose 2 Forwards opponent controls. *Dull* them."], "name": "Al-Cid", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-085C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Agent", "cost": 3, "serial_number": "6-085", "current_price": {"date": "2019-01-09T01:02:08.368044Z", "foil_low_price": "0.1", "foil_market_price": "0.39", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 6258904686133248, "element": "Lightning", "type": "Backup", "octgn_id": "91a9f3e0-a9bd-4c4c-8f78-fcf4407f0558"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{l}{d}, discard 1 Summon: *Search* for 1 Summon and add it to your hand."], "name": "Arecia Al-Rashia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-086H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Archsorceress", "cost": 2, "serial_number": "6-086", "current_price": {"date": "2019-01-26T00:01:02.240659Z", "foil_low_price": "1.24", "foil_market_price": "1.49", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 4864360799272960, "element": "Lightning", "type": "Backup", "octgn_id": "8ae00e9e-f931-4217-9c80-6561c8a51d85"}, {"category": "THEATRHYTHM-VIII", "is_ex_burst": false, "abilities": ["{d}, put Edea into the Break Zone: Choose 1 ~Job Witch~ in your Break Zone. Play it onto the field. You can only use this ability during your turn."], "name": "Edea", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-087R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Witch", "cost": 4, "serial_number": "6-087", "current_price": {"date": "2019-01-09T01:02:13.379951Z", "foil_low_price": "0.25", "foil_market_price": "0.51", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 6276338679808000, "element": "Lightning", "type": "Backup", "octgn_id": "1c3c5604-a2e8-48af-ad5c-2e839f61424f"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If you control 5 or more Backups, Estinien gains *Haste*.", "When Estinien is blocked, break the blocking Forward.", "{l}: *Activate* Estinien. Estinien can attack once more this turn. You can only use this ability during your turn and only once per turn."], "name": "Estinien", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-088L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Dragoon", "cost": 5, "serial_number": "6-088", "current_price": {"date": "2019-01-09T01:02:09.562192Z", "foil_low_price": "30.0", "foil_market_price": "40.36", "regular_low_price": "21.98", "regular_market_price": "24.81"}, "datastore_id": 6263356688171008, "element": "Lightning", "type": "Forward", "octgn_id": "303159fe-1603-44a6-8e70-688831e43548"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["You can only pay with CP produced by Lightning Backups to play Estinien from your hand onto the field.", "*Haste* *First Strike*"], "name": "Estinien", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-089R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Dragoon", "cost": 3, "serial_number": "6-089", "current_price": {"date": "2019-01-26T00:01:35.141663Z", "foil_low_price": "0.21", "foil_market_price": "0.22", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 5096914571755520, "element": "Lightning", "type": "Forward", "octgn_id": "5a31d550-ddd3-4fe4-8ba1-8f1fe44b5050"}, {"category": "IV", "is_ex_burst": false, "abilities": ["When a Dark Forward of your opponent enters the field, your opponent gains control of Kain.", "When a Dark Forward you control is put from the field into the Break Zone, your opponent gains control of Kain."], "name": "Kain", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-090H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dragoon", "cost": 3, "serial_number": "6-090", "current_price": {"date": "2019-01-09T01:01:51.857519Z", "foil_low_price": "0.25", "foil_market_price": "0.65", "regular_low_price": "0.08", "regular_market_price": "0.13"}, "datastore_id": 6194113493860352, "element": "Lightning", "type": "Forward", "octgn_id": "3eeb5cc9-907b-4ee1-84fa-aefdf6bb6c25"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{l}{l}{l}{3}{d}, put Black Mage into the Break Zone: Choose 1 *active* Forward. Deal it 9000 damage."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-091C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-091", "current_price": {"date": "2019-01-24T00:01:38.729686Z", "foil_low_price": "0.16", "foil_market_price": "0.2", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5108005251055616, "element": "Lightning", "type": "Backup", "octgn_id": "190c0937-271d-4f43-92c2-f58e7e16a325"}, {"category": "VIII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward you control and 1 Forward opponent controls. Until the end of the turn, the former gains +2000 power and the latter loses 2000 power."], "name": "Quezacotl", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-092C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "6-092", "current_price": {"date": "2019-01-26T00:01:03.268746Z", "foil_low_price": "0.34", "foil_market_price": "0.24", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 4869556182974464, "element": "Lightning", "type": "Summon", "octgn_id": "df216a23-39aa-456a-ad1b-bdfef2022e62"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{0}: Until the end of the turn, Colossus also becomes a Forwards with 7000 power and \"When Colossus attacks, deal 1000 damage to all the Forwards opponent controls.\" You can only use this ability once per turn."], "name": "Colossus", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-093C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Magitek Armour", "cost": 4, "serial_number": "6-093", "current_price": {"date": "2019-01-26T00:02:05.699626Z", "foil_low_price": "0.12", "foil_market_price": "0.13", "regular_low_price": "0.09", "regular_market_price": "0.09"}, "datastore_id": 5160710589906944, "element": "Lightning", "type": "Monster", "octgn_id": "0111e227-5d98-4de8-819c-3a0b037ff95a"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Seifer blocks or is blocked, choose 1 Forward opponent controls. It loses 2000 power until the end of the turn.", "When Seifer deals damage to your opponent, all the Forwards opponent controls lose 2000 power until the end of the turn."], "name": "Seifer", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-094L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 3, "serial_number": "6-094", "current_price": {"date": "2019-01-09T01:02:09.047102Z", "foil_low_price": "10.99", "foil_market_price": "16.08", "regular_low_price": "3.61", "regular_market_price": "8.47"}, "datastore_id": 6261096109309952, "element": "Lightning", "type": "Forward", "octgn_id": "54269a0b-6c1f-40f7-bf5c-fb78d84bef03"}, {"category": "DFF-VIII", "is_ex_burst": true, "abilities": ["{x} When Seifer enters the field, you may *search* for 1 ~Job Witch~ and add it to your hand."], "name": "Seifer", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-095R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 3, "serial_number": "6-095", "current_price": {"date": "2019-01-09T01:02:05.459596Z", "foil_low_price": "0.19", "foil_market_price": "0.26", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6244385331085312, "element": "Lightning", "type": "Forward", "octgn_id": "f43d63ff-6042-4e12-be25-f090b486c642"}, {"category": "FFT", "is_ex_burst": false, "abilities": [""], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-096C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "6-096", "current_price": {"date": "2019-01-26T00:00:58.254330Z", "foil_low_price": "0.13", "foil_market_price": "0.15", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 4853164574507008, "element": "Lightning", "type": "Backup", "octgn_id": "49746022-9015-4823-9dbb-e1244ea3447c"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Ninja enters the field, choose 1 damaged Forward. Deal it 5000 damage."], "name": "Ninja", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-097C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-097", "current_price": {"date": "2019-01-09T01:01:32.085804Z", "foil_low_price": "0.1", "foil_market_price": "0.21", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5868707897147392, "element": "Lightning", "type": "Backup", "octgn_id": "efd1e837-b6b5-4916-818f-b68ece288e3b"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{l}{1}, put Diepvern into the Break Zone: Choose 1 Forward of cost 3 or less. Break it."], "name": "Diepvern", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-098R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Dragon", "cost": 1, "serial_number": "6-098", "current_price": {"date": "2019-01-09T01:02:22.482468Z", "foil_low_price": "0.16", "foil_market_price": "0.46", "regular_low_price": "0.09", "regular_market_price": "0.12"}, "datastore_id": 6303410076778496, "element": "Lightning", "type": "Monster", "octgn_id": "00936fb7-d873-42ab-b3c2-b4c02fc7f1b7"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["When Frimelda enters the field, choose 1 *active* Forward opponent controls. Deal it 4000 damage for each ~Job Sword Saint~ you control."], "name": "Frimelda", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-099H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Sword Saint", "cost": 4, "serial_number": "6-099", "current_price": {"date": "2019-01-26T00:01:01.045173Z", "foil_low_price": "0.43", "foil_market_price": "1.63", "regular_low_price": "0.24", "regular_market_price": "0.32"}, "datastore_id": 4861880187224064, "element": "Lightning", "type": "Forward", "octgn_id": "50979893-6eb1-4df8-aa90-607c4edf9caf"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["If your opponent controls 3 or more Forwards, Ewen gains *Haste* and \"Ewen cannot be blocked.\""], "name": "Ewen", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-100C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Nightfall", "cost": 3, "serial_number": "6-100", "current_price": {"date": "2019-01-09T01:02:22.953760Z", "foil_low_price": "0.25", "foil_market_price": "0.74", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 6304532136984576, "element": "Lightning", "type": "Forward", "octgn_id": "750bef16-78d5-4255-8be7-5d6770a9862b"}, {"category": "DFF-VIII", "is_ex_burst": false, "abilities": ["The ~Card Name Seifer~ you control gains *Haste*.", "%Raijin Special% {s}{d}: Choose 1 *active* Forward. Deal it 8000 damage. You can only use this ability if you control ~Card Name Seifer~ and ~Card Name Fujin~."], "name": "Raijin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-101R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Disciplinary Committee Member", "cost": 2, "serial_number": "6-101", "current_price": {"date": "2019-01-09T01:00:38.516954Z", "foil_low_price": "0.11", "foil_market_price": "0.88", "regular_low_price": "0.09", "regular_market_price": "0.12"}, "datastore_id": 5691583982731264, "element": "Lightning", "type": "Backup", "octgn_id": "5cd4e232-b837-45a3-85c0-885bf4b84791"}, {"category": "MOBIUS-VII", "is_ex_burst": false, "abilities": ["Select up to 2 of the 4 following actions.", "\"Choose 1 Monster of cost 2 or less. Break it.\"", "\"Choose 1 Forward of cost 4 or less. *Dull* it.\"", "\"Choose 1 *active* Forward. Deal it 7000 damage.\"", "\"Choose 1 Lightning Forward. It gains *Haste* until the end of the turn.\""], "name": "Ramuh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-102R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "6-102", "current_price": {"date": "2019-01-24T00:01:22.554418Z", "foil_low_price": "10.0", "foil_market_price": "3.84", "regular_low_price": "0.25", "regular_market_price": "0.42"}, "datastore_id": 5075044044636160, "element": "Lightning", "type": "Summon", "octgn_id": "e90e701c-a9c2-45d0-af4c-621cc2c9e5c2"}, {"category": "II", "is_ex_burst": true, "abilities": ["{x} When Ricard enters the field, you may *search* for 1 ~Card Name Scott~ or ~Card Name Minwu~ or ~Card Name Josef~ and add it to your hand.", "Ricard must block if possible."], "name": "Ricard", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-103H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dragoon", "cost": 5, "serial_number": "6-103", "current_price": {"date": "2019-01-26T00:02:23.541436Z", "foil_low_price": "0.2", "foil_market_price": "1.94", "regular_low_price": "0.08", "regular_market_price": "0.14"}, "datastore_id": 5199353434079232, "element": "Lightning", "type": "Forward", "octgn_id": "a39d6520-f956-4446-b350-493f13812596"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Dragoon enters the field, choose 1 Forward. It gains *First Strike* until the end of the turn."], "name": "Dragoon", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-104C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "6-104", "current_price": {"date": "2019-01-26T00:02:26.641109Z", "foil_low_price": "0.18", "foil_market_price": "0.25", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5205173517418496, "element": "Lightning", "type": "Forward", "octgn_id": "5880eb36-537c-4a90-9987-51bacb34184d"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["For each ~Job Dragoon~ and ~Card Name Dragoon~ other than Dragoon you control, Dragoon gains +2000 power."], "name": "Dragoon", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-105C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-105", "current_price": {"date": "2019-01-24T00:01:56.255846Z", "foil_low_price": "0.31", "foil_market_price": "0.35", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 5143942450380800, "element": "Lightning", "type": "Forward", "octgn_id": "b2d144b3-13ab-4db0-b625-91cadbd9afda"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["Aymeric doesn't receive damage that is less than his power.", "When Aymeric attacks, all the Forwards other than Aymeric you control gain +2000 power until the end of the turn."], "name": "Aymeric", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-106H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Lord Commander of the Temple Knights", "cost": 5, "serial_number": "6-106", "current_price": {"date": "2019-01-09T01:02:23.952854Z", "foil_low_price": "0.7", "foil_market_price": "1.25", "regular_low_price": "0.09", "regular_market_price": "0.24"}, "datastore_id": 6309035678629888, "element": "Water", "type": "Forward", "octgn_id": "ba53f563-8919-427d-aa80-4f79ecab4f11"}, {"category": "DFF-VIII", "is_ex_burst": false, "abilities": ["*Dull* 3 *active* Forwards: Choose 1 Forward. *Dull* it.", "%Knight's Arrow% {s}{a}: Choose 2 Forwards. *Dull* the first Forward and *activate* the other."], "name": "Ultimecia", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-107R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Witch", "cost": 3, "serial_number": "6-107", "current_price": {"date": "2019-01-26T00:00:57.065519Z", "foil_low_price": "0.22", "foil_market_price": "0.19", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 4851529802579968, "element": "Water", "type": "Forward", "octgn_id": "e53493ee-48a9-42cd-a5af-db19b22b519f"}, {"category": "XIV", "is_ex_burst": true, "abilities": ["{x} When Thordan VII enters the field, you may *search* for 1 card and add it to your hand.", "When Thordan VII is put from the field into the Break Zone, draw 1 card."], "name": "Thordan VII", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-108R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Archbishop", "cost": 5, "serial_number": "6-108", "current_price": {"date": "2019-01-24T00:02:10.518314Z", "foil_low_price": "0.7", "foil_market_price": "0.75", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5173529272123392, "element": "Water", "type": "Backup", "octgn_id": "4a117a39-033e-44f9-819c-59b291f57120"}, {"category": "DFF-IX", "is_ex_burst": false, "abilities": ["If you have cast a Summon this turn, the cost required to play Eiko onto the field is reduced by 2 (it cannot become 0).", "%Jewel% {s}{d}: *Search* for 1 Summon and add it to your hand."], "name": "Eiko", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-109R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Summoner", "cost": 3, "serial_number": "6-109", "current_price": {"date": "2019-01-24T00:01:40.119545Z", "foil_low_price": "0.09", "foil_market_price": "0.21", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5111543549132800, "element": "Water", "type": "Backup", "octgn_id": "433863d8-ed61-4f33-bd8f-2a1f9a9895e1"}, {"category": "III", "is_ex_burst": false, "abilities": [""], "name": "Evoker", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-110C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 1, "serial_number": "6-110", "current_price": {"date": "2019-01-26T00:02:26.067307Z", "foil_low_price": "0.24", "foil_market_price": "0.14", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 5203083881611264, "element": "Water", "type": "Backup", "octgn_id": "08eb781d-9620-4250-851e-5a2efacc1dd9"}, {"category": "THEATRHYTHM", "is_ex_burst": false, "abilities": ["{0}: Until the end of the turn, Sahagin also becomes a Forward with 6000 power and \"When Sahagin attacks, draw 1 card, then discard 1 card from your hand.\" You can only use this ability once per turn."], "name": "Sahagin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-111C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Sahagin", "cost": 3, "serial_number": "6-111", "current_price": {"date": "2019-01-09T01:01:52.854382Z", "foil_low_price": "0.25", "foil_market_price": "0.37", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 6197523429457920, "element": "Water", "type": "Monster", "octgn_id": "17352dd7-e281-4247-a1f5-28bba3bd9fe3"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Shuyin enters the field, choose 1 Forward with a power inferior to Shuyin's. You gain control of this Forward until the end of the turn."], "name": "Shuyin", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-112H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Illusion", "cost": 5, "serial_number": "6-112", "current_price": {"date": "2019-01-26T00:01:49.841362Z", "foil_low_price": "0.48", "foil_market_price": "1.22", "regular_low_price": "0.15", "regular_market_price": "0.15"}, "datastore_id": 5131375107637248, "element": "Water", "type": "Forward", "octgn_id": "f4493afb-6d4f-4ee7-a5ae-28993a4bc1f1"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}, put Summoner into the Break Zone: Cast a Summon from your hand. The cost required to cast it is reduced by 2 (it cannot become 0)."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-113C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-113", "current_price": {"date": "2019-01-09T01:01:58.467517Z", "foil_low_price": "0.1", "foil_market_price": "0.1", "regular_low_price": "0.07", "regular_market_price": "0.1"}, "datastore_id": 6222814478598144, "element": "Water", "type": "Backup", "octgn_id": "6bdffff6-3f78-4a1b-bb21-50303ce9cca7"}, {"category": "FFTA2", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. During this turn, the next damage dealt to it is reduced by 2000 instead."], "name": "Templar", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-114C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "6-114", "current_price": {"date": "2019-01-24T00:00:39.452077Z", "foil_low_price": "0.13", "foil_market_price": "0.14", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 4786738610307072, "element": "Water", "type": "Forward", "octgn_id": "78c55d57-5a37-4157-9b8d-66f2fa23ea1f"}, {"category": "II", "is_ex_burst": false, "abilities": ["For each Backup you control, Scott gains +1000 power.", "If you control ~Card Name Hilda~, Scott and the ~Card Name Gordon~ you control gain *Brave*."], "name": "Scott", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-115H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Prince", "cost": 3, "serial_number": "6-115", "current_price": {"date": "2019-01-09T01:02:00.958015Z", "foil_low_price": "0.25", "foil_market_price": "1.59", "regular_low_price": "0.08", "regular_market_price": "0.15"}, "datastore_id": 6233905157898240, "element": "Water", "type": "Forward", "octgn_id": "be9ef4fe-27f0-470c-bbf2-92a57781ad3e"}, {"category": "TYPE-0", "is_ex_burst": false, "abilities": ["{a}{1}, put Dracobaltian into the Break Zone: Choose 1 Forward opponent controls. Return it to its owner's hand."], "name": "Dracobaltian", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-116R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Dracobaltian", "cost": 2, "serial_number": "6-116", "current_price": {"date": "2019-01-09T01:01:43.988305Z", "foil_low_price": "0.19", "foil_market_price": "0.2", "regular_low_price": "0.09", "regular_market_price": "0.14"}, "datastore_id": 5995456089817088, "element": "Water", "type": "Monster", "octgn_id": "ac2ace48-6ec0-4be8-aafa-485eecc9fba9"}, {"category": "VIII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Water Forward. It gains +4000 power until the end of the turn."], "name": "Siren", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-117C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "6-117", "current_price": {"date": "2019-01-09T01:02:05.679422Z", "foil_low_price": "0.38", "foil_market_price": "0.43", "regular_low_price": "0.09", "regular_market_price": "0.1"}, "datastore_id": 6246684480765952, "element": "Water", "type": "Summon", "octgn_id": "5d9a49fc-0abd-411f-938a-c42c2d2f236e"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}: Reveal the top card of your deck. If it is a Backup, add it to your hand. If it is not a Backup, put it into the Break Zone."], "name": "Astrologian", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-118C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "6-118", "current_price": {"date": "2019-01-26T00:01:07.144711Z", "foil_low_price": "0.09", "foil_market_price": "0.23", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 4887869923524608, "element": "Water", "type": "Backup", "octgn_id": "deedfdbf-133b-46c5-9132-c6fc21c27a4f"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["If you control ~Card Name Leo~, the cost required to play Chime onto the field is reduced by 2.", "When Chime enters the field, choose 1 Forward opponent controls. You may return 1 Forward you control to its owner's hand. If you do so, return the chosen Forward to its owners's hand."], "name": "Chime", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-119C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Minister", "cost": 4, "serial_number": "6-119", "current_price": {"date": "2019-01-09T01:02:16.760016Z", "foil_low_price": "0.1", "foil_market_price": "0.14", "regular_low_price": "0.08", "regular_market_price": "0.09"}, "datastore_id": 6286610496749568, "element": "Water", "type": "Backup", "octgn_id": "0a20a5de-47ac-48e6-8f4c-4c8887c780d5"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If Paladin is dealt damage by a Forward, reduce the damage by 4000 isntead."], "name": "Paladin", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-120C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 5, "serial_number": "6-120", "current_price": {"date": "2019-01-26T00:01:20.746964Z", "foil_low_price": "0.09", "foil_market_price": "0.37", "regular_low_price": "0.09", "regular_market_price": "0.11"}, "datastore_id": 5066656124502016, "element": "Water", "type": "Forward", "octgn_id": "14604e33-2929-46b6-8408-a95f5c691a41"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} When Pieuje enters the field, you may *search* for 1 ~Job Prince~ and add it to your hand."], "name": "Pieuje", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-121C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Prince", "cost": 4, "serial_number": "6-121", "current_price": {"date": "2019-01-26T00:00:58.580288Z", "foil_low_price": "0.13", "foil_market_price": "0.14", "regular_low_price": "0.08", "regular_market_price": "0.1"}, "datastore_id": 4853721225756672, "element": "Water", "type": "Forward", "octgn_id": "d81a2ab7-aab4-4533-a328-d94d7f05e515"}, {"category": "II", "is_ex_burst": false, "abilities": ["When Hilda enters the field, draw 1 card for each Forward you control. You can only draw up to 4 cards with this ability."], "name": "Hilda", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-122H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Princess", "cost": 6, "serial_number": "6-122", "current_price": {"date": "2019-01-24T00:00:51.324861Z", "foil_low_price": "0.23", "foil_market_price": "0.66", "regular_low_price": "0.09", "regular_market_price": "0.22"}, "datastore_id": 4837010447532032, "element": "Water", "type": "Backup", "octgn_id": "9edf0b1a-72d5-4600-804a-69e364e779d3"}, {"category": "II", "is_ex_burst": false, "abilities": ["When Minwu enters the field, reveal the top 5 cards of your deck. Add 1 Summon among them to your hand and return the other cards to the bottom of your deck in any order.", "When Minwu attacks, you may cast 1 Summon of cost 4 or less from your hand without paying the cost."], "name": "Minwu", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-123L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Mage", "cost": 4, "serial_number": "6-123", "current_price": {"date": "2019-01-09T01:01:40.986465Z", "foil_low_price": "11.0", "foil_market_price": "13.89", "regular_low_price": "3.01", "regular_market_price": "4.85"}, "datastore_id": 5979064481349632, "element": "Water", "type": "Forward", "octgn_id": "92263c1b-6ca7-4a61-9854-f04d3d29adb7"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Yuna enters the field, play 1 ~Job Gullwings~ Forward from your hand onto the field or *search* for 1 ~Job Gullwings~ Forward other than ~Card Name Yuna~ and add it to your hand.", "{1}, remove 3 Summons in the Break Zone from the game: Choose 1 ~Job Gullwings~ Forward. *Activate* it. It gains +1000 power until the end of the turn."], "name": "Yuna", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-124L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Gullwings", "cost": 6, "serial_number": "6-124", "current_price": {"date": "2019-01-09T01:01:55.577400Z", "foil_low_price": "11.99", "foil_market_price": "19.17", "regular_low_price": "3.23", "regular_market_price": "5.71"}, "datastore_id": 6207368031371264, "element": "Water", "type": "Forward", "octgn_id": "0e623f95-b87e-4345-8e8a-740258a4c828"}, {"category": "MOBIUS-VII", "is_ex_burst": false, "abilities": ["Select 1 of the 3 following actions.", "\"Choose 1 Forward. Return it to it's owners's hand.\"", "\"Choose 1 action ability. Cancel its effect.\"", "\"During this turn, the Forwards you control don't receive any damage from Summons.\""], "name": "Leviathan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-125R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "6-125", "current_price": {"date": "2019-01-26T00:01:09.049914Z", "foil_low_price": "1.88", "foil_market_price": "3.36", "regular_low_price": "0.1", "regular_market_price": "0.17"}, "datastore_id": 4896035193225216, "element": "Water", "type": "Summon", "octgn_id": "1e845c31-caaa-43ff-a20d-f3ae8003f560"}, {"category": "PICTLOGICA-II", "is_ex_burst": false, "abilities": ["When Leila enters the field, choose 1 ~Card Name Viking~ of cost 3 or less in your Break Zone. Play it onto the field."], "name": "Leila", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-126R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Pirate", "cost": 4, "serial_number": "6-126", "current_price": {"date": "2019-01-09T01:02:24.074049Z", "foil_low_price": "6.98", "foil_market_price": "3.95", "regular_low_price": "N/A", "regular_market_price": "0.87"}, "datastore_id": 6310656676462592, "element": "Water", "type": "Forward", "octgn_id": "19987f64-efcf-42f2-b4db-36c9c564fb0a"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Hraesvelgr enters the field, select 1 of the 3 following actions.", "\"Skip your opponent's Attack Phase in their next turn. Remove the top 5 cards of your deck from the game.\"", "\"Choose 1 Character in your Break Zone. Add it to your hand.\"", "\"Remove all the cards in your opponent's Break Zone from the game.\""], "name": "Hraesvelgr", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-127L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "The First Brood", "cost": 6, "serial_number": "6-127", "current_price": {"date": "2019-01-24T00:01:24.242226Z", "foil_low_price": "3.25", "foil_market_price": "4.36", "regular_low_price": "0.83", "regular_market_price": "2.53"}, "datastore_id": 5077731821748224, "element": "Light", "type": "Forward", "octgn_id": "14cb18a1-d6ec-405a-be5f-ad248dce9bd9"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["Materia can be played onto the field even if you control other Light Characters.", "You can play 2 or more Light Characters onto the field.", "When Materia enters the field, you may *search* for 1 Light Forward and add it to your hand."], "name": "Materia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-128H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "God", "cost": 4, "serial_number": "6-128", "current_price": {"date": "2019-01-24T00:01:47.528827Z", "foil_low_price": "0.3", "foil_market_price": "0.57", "regular_low_price": "0.09", "regular_market_price": "0.14"}, "datastore_id": 5128634029309952, "element": "Light", "type": "Backup", "octgn_id": "04ee6be1-e8f3-451a-a25b-81595625a4b3"}, {"category": "DFF", "is_ex_burst": false, "abilities": ["Spiritus can be played onto the field even if you control other Dark Characters.", "You can play 2 or more Dark Characters onto the field.", "When Spiritus enters the field, you may *search* for 1 Dark Forward and add it to your hand."], "name": "Spiritus", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-129H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "God", "cost": 4, "serial_number": "6-129", "current_price": {"date": "2019-01-24T00:01:33.224739Z", "foil_low_price": "0.36", "foil_market_price": "1.11", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 5098061059588096, "element": "Dark", "type": "Backup", "octgn_id": "92487922-423c-4449-a02d-fb22d7be2507"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Nidhogg enters the field, your opponent randomly removes 1 card in his/her hand from the game.", "When Nidhogg enters the field, choose 1 Forward opponent controls. Remove it from the game."], "name": "Nidhogg", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/6-130L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "The First Brood", "cost": 9, "serial_number": "6-130", "current_price": {"date": "2019-01-24T00:01:48.427879Z", "foil_low_price": "6.95", "foil_market_price": "8.79", "regular_low_price": "2.99", "regular_market_price": "4.09"}, "datastore_id": 5130063129346048, "element": "Dark", "type": "Forward", "octgn_id": "5c8c9235-f8d5-4747-8a44-2540e45ffc2f"}, {"category": "X", "is_ex_burst": false, "abilities": ["The ~Category X~ Forwards you control gain *Brave*.", "{d}: Choose 1 blocking Forward. It gains +1000 power until the end of the turn."], "name": "Auron", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-001H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Guardian", "cost": 4, "serial_number": "7-001", "current_price": {"date": "2019-01-09T01:01:21.083607Z", "foil_low_price": "0.82", "foil_market_price": "2.95", "regular_low_price": "0.25", "regular_market_price": "1.24"}, "datastore_id": 5763397110988800, "element": "Fire", "type": "Forward", "octgn_id": "74aa98e9-a480-44f5-8b13-dc434a02e21d"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["The ~Job Warrior of Light~ Forwards other than Aigis you control gain *Brave*.", "When Aigis enters the field, you may play 1 Forward of cost 2 from your hand onto the field."], "name": "Aigis", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-002R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Warrior of Light", "cost": 4, "serial_number": "7-002", "current_price": {"date": "2019-01-26T00:02:57.964882Z", "foil_low_price": "0.96", "foil_market_price": "1.36", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5639616119963648, "element": "Fire", "type": "Forward", "octgn_id": "6e95aa51-492b-4aac-8917-91a721c28352"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Red Mage enters the field, if the cost paid to play Red Mage included Ice CP, your opponent discards 1 card from his/her hand.", "{d}: Choose 1 Forward. Deal it 1000 damage."], "name": "Red Mage", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-003C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-003", "current_price": {"date": "2019-01-24T00:03:16.036367Z", "foil_low_price": "0.09", "foil_market_price": "0.09", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5656880445652992, "element": "Fire", "type": "Forward", "octgn_id": "42f93538-fd26-45a4-9397-9f8b247a5875"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["Fritt is also a Monster in all situations.", "When Fritt is put from the field into the Break Zone, you may *search* for 1 ~Card Name Ifrit~ and add it to your hand."], "name": "Fritt", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-004C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Ifrit", "cost": 2, "serial_number": "7-004", "current_price": {"date": "2019-01-24T00:02:56.624894Z", "foil_low_price": "0.1", "foil_market_price": "0.25", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5630142764285952, "element": "Fire", "type": "Forward", "octgn_id": "5ae457d3-645a-4092-9d62-98799804f8e1"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 7000 damage. If Ifrit results from an EX Burst, deal it 8000 damage instead."], "name": "Ifrit", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-005C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "7-005", "current_price": {"date": "2019-01-26T00:02:53.424464Z", "foil_low_price": "0.21", "foil_market_price": "0.45", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5632975966306304, "element": "Fire", "type": "Summon", "octgn_id": "9728b6d8-e640-46c4-8a1e-b6b741f9147f"}, {"category": "X", "is_ex_burst": false, "abilities": ["When a Forward you control deals damage to your opponent, Varuna also becomes a Forward with 8000 power and *Brave*. (This effect does not end at the end of the turn. This ability will not trigger if Varuna is a Forward.)"], "name": "Varuna", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-006R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Varuna", "cost": 2, "serial_number": "7-006", "current_price": {"date": "2019-01-09T01:01:19.441712Z", "foil_low_price": "0.48", "foil_market_price": "1.39", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5762034666831872, "element": "Fire", "type": "Monster", "octgn_id": "6344d511-daae-4123-9cd5-d4e644d8016c"}, {"category": "V", "is_ex_burst": false, "abilities": ["{f}{d}, put Black Mage into the Break Zone: Choose 1 Forward. Deal it 4000 damage."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-007C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-007", "current_price": {"date": "2019-01-09T01:00:39.458069Z", "foil_low_price": "0.25", "foil_market_price": "0.58", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5692908409716736, "element": "Fire", "type": "Backup", "octgn_id": "af7a5950-9161-4e1f-9524-2372c75e9b3a"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} When Sazh enters the field, you may *search* for 1 Fire Summon and add it to your hand."], "name": "Sazh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-008C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Ravager", "cost": 4, "serial_number": "7-008", "current_price": {"date": "2019-01-09T01:01:01.280848Z", "foil_low_price": "0.05", "foil_market_price": "0.25", "regular_low_price": "0.03", "regular_market_price": "0.05"}, "datastore_id": 5727610738835456, "element": "Fire", "type": "Backup", "octgn_id": "ce5c6690-7b31-4e45-9260-d44948e0dee9"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Samurai enters the field, choose 1 Fire Forward. It gains +2000 power and *Brave* until the end of the turn.", "{d}, put Samurai into the Break Zone: Choose 1 Fire Foward. It gains +2000 power and *Brave* until the end of the turn. You can only use this ability if you have received 5 points of damage or more."], "name": "Samurai", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-009C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-009", "current_price": {"date": "2019-01-24T00:03:08.689402Z", "foil_low_price": "0.31", "foil_market_price": "0.42", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5649496088248320, "element": "Fire", "type": "Backup", "octgn_id": "544be863-ce4f-44f0-9e39-2d0224eb83ed"}, {"category": "X", "is_ex_burst": false, "abilities": ["If you have received 4 points of damage or more, the cost for playing Jecht onto the field is reduced by 4.", "When Jecht enters the field, if you have at least 2 points of damage more than your opponent, Jecht deals your opponent 1 point of damage."], "name": "Jecht", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-010L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Guardian", "cost": 5, "serial_number": "7-010", "current_price": {"date": "2019-01-09T01:00:43.742778Z", "foil_low_price": "14.56", "foil_market_price": "18.44", "regular_low_price": "6.41", "regular_market_price": "7.73"}, "datastore_id": 5698250342400000, "element": "Fire", "type": "Forward", "octgn_id": "61a3241e-8c96-482e-a27f-2da74d901cf7"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Summoner enters the field, choose one forward opponent controls. If the cost paid to play Summoner included Lightning CP, *dull* it."], "name": "Summoner", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-011C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "7-011", "current_price": {"date": "2019-01-09T01:00:52.375656Z", "foil_low_price": "0.1", "foil_market_price": "0.24", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5712540503900160, "element": "Fire", "type": "Forward", "octgn_id": "a9847d9b-901b-4a38-aa66-68706c9d951c"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["If you control a ~Job Warrior of Light~ Forward other than Sol, Sol gains +2000 power and *Haste*."], "name": "Sol", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-012H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 2, "serial_number": "7-012", "current_price": {"date": "2019-01-09T01:00:54.153597Z", "foil_low_price": "3.5", "foil_market_price": "5.57", "regular_low_price": "0.52", "regular_market_price": "0.81"}, "datastore_id": 5715860379402240, "element": "Fire", "type": "Forward", "octgn_id": "915b983a-c15e-45db-a47c-be28f4f39ea4"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Berserker deals damage to your opponent or to a Forward, break Berserker."], "name": "Berserker", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-013R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-013", "current_price": {"date": "2019-01-09T01:01:06.060481Z", "foil_low_price": "0.05", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5734877051748352, "element": "Fire", "type": "Forward", "octgn_id": "ca8977ff-ac23-42f1-a77a-7dc9829e00bc"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Baugauven enters the field, choose 1 Forward opponent controls. If the cost to play Baugauven was only paid with Fire CP, deal it 7000 damage.", "%Final Backdraft% {s}{f}{f}{d}: Choose 1 Forward of any Element except Fire. Deal it 10000 damage."], "name": "Baugauven", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-014R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "The Four Generals", "cost": 5, "serial_number": "7-014", "current_price": {"date": "2019-01-09T01:01:21.451909Z", "foil_low_price": "0.05", "foil_market_price": "0.39", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5764083601113088, "element": "Fire", "type": "Forward", "octgn_id": "b5fee794-6a85-4e3b-918c-5eddbb5312d1"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["If you control 2 or more ~Category XIII~ Characters, Fang gains *First Strike*.", "If you control 4 or more ~Category XIII~ Characters, Fang gains *Haste*.", "If you control 6 or more ~Category XIII~ Characters, Fang gains +3000 power."], "name": "Fang", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-015R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Commando", "cost": 3, "serial_number": "7-015", "current_price": {"date": "2019-01-09T01:00:58.684884Z", "foil_low_price": "1.6", "foil_market_price": "2.21", "regular_low_price": "0.05", "regular_market_price": "0.12"}, "datastore_id": 5722544892018688, "element": "Fire", "type": "Forward", "octgn_id": "de53e582-56b5-4ef1-96e1-6bbbcbe8e1d8"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["Put Bomb into the Break Zone: Choose 1 Forward. Deal it 3000 damage, and deal 2000 damage to all the Forwards opponent controls.", "Discard Bomb: Choose 1 Forward. Deal it 2000 damage. You can only use this ability if Bomb is in your hand."], "name": "Bomb", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-016C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Bomb", "cost": 2, "serial_number": "7-016", "current_price": {"date": "2019-01-09T01:01:16.636610Z", "foil_low_price": "0.24", "foil_market_price": "0.72", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5752431623274496, "element": "Fire", "type": "Monster", "octgn_id": "8f2e6936-00b8-48a5-972b-c5dc6cdcf33a"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Meeth enters the field, you may discard 1 card from your hand. If you do so, *search* for 1 forward of the same cost as the discarded card and add it to your hand."], "name": "Meeth", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-017H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Alchemist", "cost": 2, "serial_number": "7-017", "current_price": {"date": "2019-01-26T00:02:24.877739Z", "foil_low_price": "2.73", "foil_market_price": "3.74", "regular_low_price": "0.19", "regular_market_price": "0.73"}, "datastore_id": 5200447157567488, "element": "Fire", "type": "Backup", "octgn_id": "d7592726-fe93-4986-9d72-851be06f6496"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["If you control ~Card Name Reynn~, Lann gains +1000 power.", "When Lann deals damage to your opponent or to a Forward, choose 1 Forward. You may pay {f}{f}{f}{1}. If you do so, deal it damage equal to Lann's power."], "name": "Lann", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-018L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Mirage Keeper", "cost": 4, "serial_number": "7-018", "current_price": {"date": "2019-01-24T00:02:59.724388Z", "foil_low_price": "16.0", "foil_market_price": "18.97", "regular_low_price": "6.8", "regular_market_price": "7.98"}, "datastore_id": 5636425563242496, "element": "Fire", "type": "Forward", "octgn_id": "07b362b5-5eef-47e4-b3d8-15655544706c"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Latov enters the field, choose 1 ~Card Name Chelinka~ or ~Card Name Yuri~ in your Break Zone. Play it onto the field."], "name": "Latov", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-019R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Father", "cost": 5, "serial_number": "7-019", "current_price": {"date": "2019-01-26T00:02:08.756579Z", "foil_low_price": "0.05", "foil_market_price": "0.1", "regular_low_price": "0.04", "regular_market_price": "0.16"}, "datastore_id": 5168474380828672, "element": "Fire", "type": "Backup", "octgn_id": "84f417a4-7f0c-4f48-befd-b515c36e1063"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Lulu enters the field, choose 1 Forward. You may put 1 Backup other than Lulu you control into the Break Zone. If you do so, deal it 7000 damage."], "name": "Lulu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-020C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Guardian", "cost": 2, "serial_number": "7-020", "current_price": {"date": "2019-01-24T00:01:31.346065Z", "foil_low_price": "0.34", "foil_market_price": "1.63", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5093930492231680, "element": "Fire", "type": "Backup", "octgn_id": "f60bf3b6-0abb-417a-a583-6dac42403884"}, {"category": "WOFF", "is_ex_burst": true, "abilities": ["{x} When Reynn enters the field, you may *search* for one ~Category WOFF~ Monster and add it to your hand.", "The ~Category WOFF~ Monsters you control gain +1000 power."], "name": "Reynn", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-021H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mirage Keeper", "cost": 3, "serial_number": "7-021", "current_price": {"date": "2019-01-09T01:00:38.404206Z", "foil_low_price": "0.5", "foil_market_price": "2.01", "regular_low_price": "0.1", "regular_market_price": "0.96"}, "datastore_id": 5690788239376384, "element": "Fire", "type": "Forward", "octgn_id": "59ff7f74-b23f-4c72-94d1-85c6f49eb25b"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Emperor (FFL) or a ~Category FFL~ Character enters your field, choose 1 Forward of cost 5 or more opponent controls. *Dull* it and *Freeze* it."], "name": "Emperor (FFL)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-022H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Emperor", "cost": 2, "serial_number": "7-022", "current_price": {"date": "2019-01-26T00:01:23.276441Z", "foil_low_price": "2.82", "foil_market_price": "2.83", "regular_low_price": "0.09", "regular_market_price": "0.15"}, "datastore_id": 5070026012884992, "element": "Ice", "type": "Backup", "octgn_id": "1b466ea7-a29e-47c4-890a-512ef86e4c43"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When a ~Job Bard~ Forward you control attacks, your opponent discards 1 card from his/her hand."], "name": "Eduardo", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-023R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Bard", "cost": 5, "serial_number": "7-023", "current_price": {"date": "2019-01-09T01:01:16.433473Z", "foil_low_price": "0.41", "foil_market_price": "0.6", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5751777513177088, "element": "Ice", "type": "Forward", "octgn_id": "9f82d459-2905-47fb-8499-92d729adc56a"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Bard enters the field, choose up to 2 Forwards opponent controls. *Freeze* them.", "{d}, put Bard into the Break Zone: Choose 1 Forward. *Dull* it and *Freeze* it."], "name": "Bard", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-024C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "7-024", "current_price": {"date": "2019-01-26T00:01:49.512472Z", "foil_low_price": "0.05", "foil_market_price": "0.35", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5129958456295424, "element": "Ice", "type": "Backup", "octgn_id": "a87b787d-28dc-43c7-8593-31c2cd59ae8f"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["The ~Card Name Galdes~ you control gains +1000 power.", "When Cu Chaspel enters the field, your opponent selects 1 Forward he/she controls. *Dull* it and *Freeze* it."], "name": "Cu Chaspel", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-025H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Masked Man", "cost": 2, "serial_number": "7-025", "current_price": {"date": "2019-01-09T01:02:23.066648Z", "foil_low_price": "0.23", "foil_market_price": "1.08", "regular_low_price": "0.22", "regular_market_price": "0.66"}, "datastore_id": 6306847912886272, "element": "Ice", "type": "Backup", "octgn_id": "6e4182b7-e220-4463-a76b-1aada69862d0"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When your opponent discards a card from his/her hand due to your Summons or abilities, Gremlin also becomes a Forward with 7000 power and \"When Gremlin is put from the field into the Break Zone, choose 1 Forward opponent controls. *Dull* it and *Freeze* it\". (This effect does not end at the end of the turn. This ability will not trigger if Gremlin is a Forward.)"], "name": "Gremlin", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-026R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Spook", "cost": 2, "serial_number": "7-026", "current_price": {"date": "2019-01-24T00:02:15.157209Z", "foil_low_price": "0.21", "foil_market_price": "0.82", "regular_low_price": "0.05", "regular_market_price": "0.14"}, "datastore_id": 5184520714190848, "element": "Ice", "type": "Monster", "octgn_id": "f1496c7d-a45b-4d08-afce-7cb948551765"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Black Mage enters the field, if the cost paid to play Black Mage included Water CP, draw 2 cards. Then, discard 1 card from your hand."], "name": "Black Mage", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-027C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-027", "current_price": {"date": "2019-01-24T00:02:56.503511Z", "foil_low_price": "0.1", "foil_market_price": "0.42", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5629955832545280, "element": "Ice", "type": "Forward", "octgn_id": "71058b0a-9ac6-43bb-84c2-8b326bf9d221"}, {"category": "V", "is_ex_burst": false, "abilities": ["{i}{d}: Choose 1 *dull* Forward. Deal it 2000 damage."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-028C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-028", "current_price": {"date": "2019-01-26T00:02:58.658531Z", "foil_low_price": "0.05", "foil_market_price": "0.35", "regular_low_price": "0.04", "regular_market_price": "0.12"}, "datastore_id": 5641584825597952, "element": "Ice", "type": "Backup", "octgn_id": "5a48657e-92cf-4072-9852-ad0e6b0686e8"}, {"category": "DFF-VI", "is_ex_burst": false, "abilities": ["When Kefka enters the field, if the cost to play Kefka was only paid with Ice CP, your opponent may discard 2 cards. If he/she doesn't, *Freeze* all the forwards opponent controls.", "When Kefka enters the field, if the cost to play Kefka was paid with CP of exactly 3 different Elements, choose up to 1 Forward, up to 1 Backup and up to 1 Monster. *Dull* them and *Freeze* them."], "name": "Kefka", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-029H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mage", "cost": 5, "serial_number": "7-029", "current_price": {"date": "2019-01-26T00:01:51.860042Z", "foil_low_price": "0.44", "foil_market_price": "2.26", "regular_low_price": "0.1", "regular_market_price": "0.67"}, "datastore_id": 5135300388978688, "element": "Ice", "type": "Forward", "octgn_id": "83cbcc6d-2c31-47ea-bd2d-71c41bac2d9a"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["Put Goblin in the Break Zone: *Search* for 1 Monster and add it to your hand.", "Discard Goblin: Choose 1 *dull* forward. Deal it 3000 damage. You can only use this ability if Goblin is in your hand."], "name": "Goblin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-030C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Goblin", "cost": 2, "serial_number": "7-030", "current_price": {"date": "2019-01-24T00:01:59.652134Z", "foil_low_price": "0.18", "foil_market_price": "0.68", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5149590550478848, "element": "Ice", "type": "Monster", "octgn_id": "c8a84e46-17fa-4ece-8821-6e18c4898b25"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Choose up to 2 Forwards opponent controls. *Freeze* them. If Shiva results from an EX Burst, *dull* them and *Freeze* them instead."], "name": "Shiva", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-031C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "7-031", "current_price": {"date": "2019-01-24T00:02:09.229081Z", "foil_low_price": "0.67", "foil_market_price": "0.87", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5171927098327040, "element": "Ice", "type": "Summon", "octgn_id": "09b3a3e6-7b1a-49ee-9d67-131ef74d0469"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Jihl Nabaat enters the field, select 1 of the 2 following actions.", "\"For each ~Job PSICOM~ you control, your opponent discards 1 card from his/her hand.\"", "\"Deal 4000 damage to all the *dull* Forwards opponent controls.\""], "name": "Jihl Nabaat", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-032R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "PSICOM", "cost": 4, "serial_number": "7-032", "current_price": {"date": "2019-01-09T01:00:47.650934Z", "foil_low_price": "0.1", "foil_market_price": "0.64", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5706024770076672, "element": "Ice", "type": "Backup", "octgn_id": "79a8e804-d245-4f73-902e-7e42b7bdb193"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When a Forward you control attacks, choose 1 Forward opponent controls. *Dull* it."], "name": "Snow", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-033R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Commando", "cost": 4, "serial_number": "7-033", "current_price": {"date": "2019-01-09T01:00:47.551965Z", "foil_low_price": "8.0", "foil_market_price": "3.22", "regular_low_price": "0.1", "regular_market_price": "0.13"}, "datastore_id": 5703929832669184, "element": "Ice", "type": "Backup", "octgn_id": "5522899b-b561-4e8e-a38d-21e72b7b06ca"}, {"category": "DFF-VII", "is_ex_burst": false, "abilities": ["When Sephiroth enters the field, your opponent discards 2 cards from his/her hand.", "When Sephiroth attacks, choose 1 Forward opponent controls. If your opponent has no cards in his/her hand, *dull* it and *Freeze* it.", "%Shadow Flare% {s}{i}: Your opponent discards 2 cards from his/her hand. You can only use this ability during your Main Phase."], "name": "Sephiroth", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-034L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "War Hero", "cost": 7, "serial_number": "7-034", "current_price": {"date": "2019-01-09T01:00:34.173943Z", "foil_low_price": "15.95", "foil_market_price": "15.99", "regular_low_price": "7.5", "regular_market_price": "8.35"}, "datastore_id": 5679417716113408, "element": "Ice", "type": "Forward", "octgn_id": "09d6232b-d98d-4357-b535-3b38c6db5707"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Serah enters the field, choose up to the same number of Characters as the ~Category XIII~ Characters you control. *Dull* them.", "Dull 2 active ~Category XIII~ Characters: Choose 1 Forward. *Freeze* it."], "name": "Serah", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-035L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Commando", "cost": 4, "serial_number": "7-035", "current_price": {"date": "2019-01-26T00:02:19.781000Z", "foil_low_price": "18.23", "foil_market_price": "20.36", "regular_low_price": "9.5", "regular_market_price": "10.06"}, "datastore_id": 5189481669853184, "element": "Ice", "type": "Forward", "octgn_id": "3ccefd3a-5f95-41bc-8c50-a18fd3f98f2f"}, {"category": "DFF-VI", "is_ex_burst": false, "abilities": ["When you cast a Summon, choose 1 Forward opponent controls. *Dull* it."], "name": "Terra", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-036R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Magitek Knight", "cost": 3, "serial_number": "7-036", "current_price": {"date": "2019-01-09T01:02:28.155209Z", "foil_low_price": "0.52", "foil_market_price": "1.68", "regular_low_price": "0.05", "regular_market_price": "0.19"}, "datastore_id": 6326347064410112, "element": "Ice", "type": "Backup", "octgn_id": "487d99a1-3876-4b76-af16-01931b906cca"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Time Mage enters the field, choose 1 Forward opponent controls. *Dull* it and *Freeze* it."], "name": "Time Mage", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-037R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "7-037", "current_price": {"date": "2019-01-09T01:02:19.434253Z", "foil_low_price": "0.1", "foil_market_price": "0.53", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 6294374287671296, "element": "Ice", "type": "Forward", "octgn_id": "ba0bd183-6889-48bc-babc-815bb6c1f48e"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["Bablizz is also a Monster in all situations.", "When Bablizz is put from the field into the Break Zone, you may *search* for 1 ~Card Name Shiva~ and add it to your hand."], "name": "Bablizz", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-038C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Shiva", "cost": 2, "serial_number": "7-038", "current_price": {"date": "2019-01-24T00:02:56.756636Z", "foil_low_price": "0.54", "foil_market_price": "0.41", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5630699801411584, "element": "Ice", "type": "Forward", "octgn_id": "938c5325-8bd7-4629-8dbf-d60c719b3109"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Mystic Knight enters the field, choose up to 2 Backups. If the cost paid to play Mystic Knight included Wind CP, activate them.", "The cost required to cast Ice Summons is reduced by 1 (it cannot become 0)."], "name": "Mystic Knight", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-039C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "7-039", "current_price": {"date": "2019-01-09T01:01:57.843820Z", "foil_low_price": "0.29", "foil_market_price": "0.38", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6219830399074304, "element": "Ice", "type": "Forward", "octgn_id": "3dc92a7d-22c7-49bf-98ad-74aa1350b064"}, {"category": "PICTLOGICA-X", "is_ex_burst": false, "abilities": ["When Yunalesca enters the field or attacks, choose 1 Forward. You may discard 1 Summon from your hand. If you do so, *dull* it and *Freeze* it."], "name": "Yunalesca", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-040C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Summoner", "cost": 3, "serial_number": "7-040", "current_price": {"date": "2019-01-24T00:01:19.151587Z", "foil_low_price": "0.18", "foil_market_price": "0.5", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5067192810864640, "element": "Ice", "type": "Forward", "octgn_id": "c94422b1-8c8a-4629-b5eb-070dc7634b27"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{i}{d}, put Yuel into the Break Zone: *Search* for 1 Forward and put it under the top card of your deck."], "name": "Yeul", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-041C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Seeress", "cost": 2, "serial_number": "7-041", "current_price": {"date": "2019-01-24T00:03:18.526343Z", "foil_low_price": "0.17", "foil_market_price": "1.18", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 5659316732297216, "element": "Ice", "type": "Backup", "octgn_id": "a686cd86-e5e1-472c-b516-d992dfa37f83"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Lasswell enters the field, choose 1 *dull* Forward. Deal it 5000 damage. If you control 5 or more Ice Characters, deal it 7000 damage instead."], "name": "Lasswell", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-042H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Knight", "cost": 2, "serial_number": "7-042", "current_price": {"date": "2019-01-09T01:01:52.496000Z", "foil_low_price": "0.79", "foil_market_price": "2.27", "regular_low_price": "0.1", "regular_market_price": "0.19"}, "datastore_id": 6195925919727616, "element": "Ice", "type": "Forward", "octgn_id": "0ce96a69-9544-4071-b761-b5b5bf2527bf"}, {"category": "FFCC", "is_ex_burst": true, "abilities": ["{x} When Aleria enters the field, you may search for 1 ~Card Name Chelinka~ or ~Card Name Yuri~ and add it to your hand."], "name": "Aleria", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-043C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Mother", "cost": 3, "serial_number": "7-043", "current_price": {"date": "2019-01-26T00:02:22.791425Z", "foil_low_price": "1.82", "foil_market_price": "2.05", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5199084713410560, "element": "Wind", "type": "Backup", "octgn_id": "403d7a2a-1988-4936-811b-519567dc404f"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward. Deal it 2000 damage. You can only use this ability if you control ~Card Name Chelinka~ or ~Card Name Yuri~.", "{d}: Deal 2000 damage to all the Forwards opponent controls. You can only use this ability if you control ~Card Name Chelinka~ and ~Card Name Yuri~."], "name": "Alhanalem", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-044H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mage", "cost": 2, "serial_number": "7-044", "current_price": {"date": "2019-01-26T00:02:19.523187Z", "foil_low_price": "2.21", "foil_market_price": "3.11", "regular_low_price": "0.21", "regular_market_price": "0.38"}, "datastore_id": 5188827559755776, "element": "Wind", "type": "Backup", "octgn_id": "6619eefd-e415-467e-bc97-601d8c319cdd"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward of cost 5 or more opponent controls. Return it to its owner's hand. If Alexander results from an EX Burst, break it instead."], "name": "Alexander", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-045C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "7-045", "current_price": {"date": "2019-01-09T01:00:35.269573Z", "foil_low_price": "0.05", "foil_market_price": "0.13", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5682825034465280, "element": "Wind", "type": "Summon", "octgn_id": "0d779f7d-3265-4f5a-8595-97d428365035"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Vata enters the field, if the cost to play Vata was only paid with Wind CP, activate all the Wind Backups you control."], "name": "Vata", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-046R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "The Four Generals", "cost": 4, "serial_number": "7-046", "current_price": {"date": "2019-01-09T01:02:07.947605Z", "foil_low_price": "1.41", "foil_market_price": "2.04", "regular_low_price": "0.05", "regular_market_price": "0.13"}, "datastore_id": 6255858363138048, "element": "Wind", "type": "Forward", "octgn_id": "52f3da62-aa66-4017-aa84-95473fb7fa51"}, {"category": "V", "is_ex_burst": false, "abilities": ["{d}: Deal 1000 damage to all the Forwards opponent controls."], "name": "Dancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-047C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "7-047", "current_price": {"date": "2019-01-26T00:01:23.146333Z", "foil_low_price": "0.1", "foil_market_price": "0.2", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5069881661718528, "element": "Wind", "type": "Backup", "octgn_id": "729c4e68-9a2a-4aed-932c-71605e321782"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Ranger enters the field, choose 1 Monster of cost 3 or less opponent controls. If the cost paid to play Ranger included Earth CP, break it.", "When Ranger attacks, choose 1 Forward opponent controls. Deal it 2000 damage."], "name": "Ranger", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-048C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-048", "current_price": {"date": "2019-01-09T01:01:24.813687Z", "foil_low_price": "0.1", "foil_market_price": "0.22", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5769598003576832, "element": "Wind", "type": "Forward", "octgn_id": "d22b2f45-96ed-465d-9bfa-6bf51879caa6"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Kelger enters the field, reveal the top 5 cards of your deck. Play 1 ~Job Dawn Warrior~ among them onto the field and return the other cards to the bottom of your deck in any order."], "name": "Kelger", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-049H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dawn Warrior", "cost": 6, "serial_number": "7-049", "current_price": {"date": "2019-01-24T00:03:01.475826Z", "foil_low_price": "0.77", "foil_market_price": "2.28", "regular_low_price": "0.1", "regular_market_price": "0.65"}, "datastore_id": 5638137644580864, "element": "Wind", "type": "Forward", "octgn_id": "8cb02523-03db-4fe1-bcad-6c84b4ccda14"}, {"category": "X", "is_ex_burst": false, "abilities": ["When a Backup enters your field, if you control 5 of more Backups, Condor also becomes a Forward with 8000 power and \"When Condor attacks, activate all the Wind Characters other than Condor you control\". (This effect does not end at the end of the turn. This ability will not trigger if Condor is a Forward.)"], "name": "Condor", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-050R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Bird", "cost": 4, "serial_number": "7-050", "current_price": {"date": "2019-01-24T00:02:57.750836Z", "foil_low_price": "0.05", "foil_market_price": "0.5", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 5632623242117120, "element": "Wind", "type": "Monster", "octgn_id": "a623613f-8555-46e8-9d69-011be981f9b5"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["When Cactuar Conductor enters the field, choose 1 Forward. During this turn, the next damage dealt to it becomes 0 instead.", "{w}{w}{d}, put Cactuar Conductor into the Break Zone: Choose 1 Forward. During this turn, the next damage dealt to it becomes 0 instead."], "name": "Cactuar Conductor", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-051C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Cactuar", "cost": 2, "serial_number": "7-051", "current_price": {"date": "2019-01-24T00:03:13.780947Z", "foil_low_price": "0.21", "foil_market_price": "0.58", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5654695112605696, "element": "Wind", "type": "Backup", "octgn_id": "9185f5af-d3ec-4095-918d-4ad3694babef"}, {"category": "V", "is_ex_burst": false, "abilities": ["{w}{w}{d}, put Thief into the Break Zone: Your opponent puts the top 2 cards of his/her deck into the Break Zone. If both cards are of the same Element, draw 1 card."], "name": "Thief", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-052C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-052", "current_price": {"date": "2019-01-09T01:02:20.575928Z", "foil_low_price": "0.05", "foil_market_price": "0.11", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 6297827005169664, "element": "Wind", "type": "Backup", "octgn_id": "e702226e-0c86-46da-b59f-995b40ea1fc0"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["Put Zu in the Break Zone: *Activate* all the backups you control.", "Discard Zu: Choose up to 2 Backups you control. Activate them. You can only use this ability when Zu is in you hand."], "name": "Zu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-053C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Zu", "cost": 2, "serial_number": "7-053", "current_price": {"date": "2019-01-09T01:00:52.466383Z", "foil_low_price": "0.63", "foil_market_price": "1.15", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5713216290160640, "element": "Wind", "type": "Monster", "octgn_id": "bcd132ad-f54c-4701-a341-7f75dc9f4cd7"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["If a ~Category FFCC~ Character you control deals damage to to a Forward, the damage increases by 1000 instead.", "When Chelinka enters the field, deal 1000 damage to all the Forwards opponent controls.", "When Chelinka forms a party with ~Card Name Yuri~ and attacks, choose 1 Forward or Monster. Break it."], "name": "Chelinka", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-054L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Girl", "cost": 3, "serial_number": "7-054", "current_price": {"date": "2019-01-26T00:02:25.343831Z", "foil_low_price": "22.0", "foil_market_price": "17.19", "regular_low_price": "15.77", "regular_market_price": "12.97"}, "datastore_id": 5201133647691776, "element": "Wind", "type": "Forward", "octgn_id": "31c5db45-cdfb-4d87-9ee7-5af50431ea61"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["{d}: Choose 1 Forward other than Chocobo. It gains +3000 power until the end of the turn. When that Forward leaves the field this turn, put Chocobo into the Break Zone."], "name": "Chocobo", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-055R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-055", "current_price": {"date": "2019-01-24T00:02:03.857056Z", "foil_low_price": "0.45", "foil_market_price": "1.17", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 5159594938597376, "element": "Wind", "type": "Forward", "octgn_id": "4bb078bc-0e8d-4062-9947-345b76b78cf7"}, {"category": "V", "is_ex_burst": false, "abilities": ["When a Backup enters your field, choose 1 Forward opponent controls. Remove it from the game for as long as Dorgann is on the field."], "name": "Dorgann", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-056H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dawn Warrior", "cost": 4, "serial_number": "7-056", "current_price": {"date": "2019-01-24T00:03:11.166138Z", "foil_low_price": "1.25", "foil_market_price": "1.5", "regular_low_price": "0.1", "regular_market_price": "0.68"}, "datastore_id": 5652065351106560, "element": "Wind", "type": "Forward", "octgn_id": "2921c345-070c-4a90-8762-ba7376ac31fe"}, {"category": "FFCC", "is_ex_burst": true, "abilities": ["{x} When Gnash enters the field, choose 1 Forward of cost 1 opponent controls or 1 Monster or cost 2 or less opponent controls. Break it."], "name": "Gnash", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-057R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Archer", "cost": 4, "serial_number": "7-057", "current_price": {"date": "2019-01-09T01:00:29.651179Z", "foil_low_price": "0.05", "foil_market_price": "0.53", "regular_low_price": "0.04", "regular_market_price": "0.19"}, "datastore_id": 5674114907897856, "element": "Wind", "type": "Forward", "octgn_id": "3c46d441-6911-4836-a85c-7d0994f4e263"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Ninja enters the field, choose 1 Forward. If the cost paid to play Ninja included Fire CP, deal it 4000 damage."], "name": "Ninja", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-058C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "7-058", "current_price": {"date": "2019-01-26T00:01:06.869870Z", "foil_low_price": "0.1", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 4886999404118016, "element": "Wind", "type": "Forward", "octgn_id": "65278154-0378-4af6-899d-e2b2599ded0c"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Bartz enters the field, choose up to 2 ~Category V~ Characters. Activate them.", "%Spellblade% {s}: Choose 1 Forward. Deal it 5000 damage.", "%Dual-Wield% {s}: Until the end of the turn, Bartz gains *First Strike* and Bartz's power becomes 10000.", "%Rapid Fire% {s}: Until the end of the turn, Bartz gains *Haste*, *Brave*, and \"Bartz can attack 3 times this turn\". You can only use this ability if Bartz used %Spellblade% and %Dual-Wield% this turn."], "name": "Bartz", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-059L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Warrior of Light", "cost": 3, "serial_number": "7-059", "current_price": {"date": "2019-01-24T00:01:47.265847Z", "foil_low_price": "13.86", "foil_market_price": "16.96", "regular_low_price": "5.5", "regular_market_price": "6.14"}, "datastore_id": 5127838285955072, "element": "Wind", "type": "Forward", "octgn_id": "e347f1d1-2032-406a-b2ab-05f3dbc4fd63"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Bartholomew enters the field, you may play 1 ~Card Name Hope~ from your hand onto the field.", "{w}{w}{d}, put Bartholomew into the Break Zone: Choose 1 Forward. *Activate* it. It gains +1000 power until the end of the turn."], "name": "Bartholomew", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-060R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Father", "cost": 3, "serial_number": "7-060", "current_price": {"date": "2019-01-24T00:00:40.204912Z", "foil_low_price": "0.1", "foil_market_price": "0.23", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 4788551036174336, "element": "Wind", "type": "Backup", "octgn_id": "9699d31f-29c7-4eca-afee-f284e2c51fc8"}, {"category": "V", "is_ex_burst": false, "abilities": ["{x} When Wind Drake enters the field, choose 1 Forward. It cannot attack until the end of your opponent's turn."], "name": "Wind Drake", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-061H_eg.jpg", "rarity": "Hero", "is_multi_playable": true, "job": "Dragon", "cost": 2, "serial_number": "7-061", "current_price": {"date": "2019-01-24T00:01:44.145140Z", "foil_low_price": "0.2", "foil_market_price": "0.18", "regular_low_price": "0.1", "regular_market_price": "0.52"}, "datastore_id": 5119875081043968, "element": "Wind", "type": "Backup", "octgn_id": "b154f230-0714-4c0e-8dd9-a0abb51b759a"}, {"category": "PICTLOGICA-XIII", "is_ex_burst": false, "abilities": ["If you control a ~Job Father~ and a ~Job Mother~, Hope gains +2000 power and \"Hope cannot be chosen by your opponent's abilities\"."], "name": "Hope", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-062R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ravager", "cost": 3, "serial_number": "7-062", "current_price": {"date": "2019-01-09T01:01:16.535524Z", "foil_low_price": "0.56", "foil_market_price": "0.73", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5752317672423424, "element": "Wind", "type": "Forward", "octgn_id": "b538bf03-c5ac-4710-9d04-b97c3dbff224"}, {"category": "PICTLOGICA-TYPE-0", "is_ex_burst": true, "abilities": ["{x} When Rem enters the field, you may discard 1 card. If you do so, *search* for 1 ~Job Class Zero Cadet~ and add it to your hand."], "name": "Rem", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-063C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Class Zero Cadet", "cost": 2, "serial_number": "7-063", "current_price": {"date": "2019-01-24T00:02:05.850368Z", "foil_low_price": "0.09", "foil_market_price": "0.13", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5164660785414144, "element": "Wind", "type": "Forward", "octgn_id": "aff53868-5521-4238-b5c5-0c4235ab7e02"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Asmodai enters the field, choose 1 *dull* Forward opponent controls. If the cost to play Asmodai was only paid with Earth CP, break it."], "name": "Asmodai", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-064R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "The Four Generals", "cost": 5, "serial_number": "7-064", "current_price": {"date": "2019-01-24T00:01:29.838917Z", "foil_low_price": "0.49", "foil_market_price": "1.02", "regular_low_price": "0.03", "regular_market_price": "0.07"}, "datastore_id": 5091745159184384, "element": "Earth", "type": "Forward", "octgn_id": "b3348ef3-c93a-403f-b265-e54328838dbe"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Vanille enters the field, choose 1 *dull* Forward. Select 1 number and reveal the top card of your deck. If the revealed card is of the same cost as the selected number, break it.", "%Poisonga% {s}{e}{d}: At the end of this turn, dull all the Forwards opponent controls."], "name": "Vanille", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-065H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Saboteur", "cost": 4, "serial_number": "7-065", "current_price": {"date": "2019-01-09T01:02:13.233703Z", "foil_low_price": "0.5", "foil_market_price": "1.21", "regular_low_price": "0.1", "regular_market_price": "0.3"}, "datastore_id": 6275490457321472, "element": "Earth", "type": "Forward", "octgn_id": "9a46cc6c-c083-4bf6-aa0c-918ea9933913"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["*Back Attack* (Like Summons and abilities, this card can be played during either player's Attack Phase or Main Phase.)"], "name": "Carbuncle", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-066C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Carbuncle", "cost": 2, "serial_number": "7-066", "current_price": {"date": "2019-01-09T01:01:24.135969Z", "foil_low_price": "0.2", "foil_market_price": "0.78", "regular_low_price": "0.04", "regular_market_price": "0.13"}, "datastore_id": 5768431114649600, "element": "Earth", "type": "Backup", "octgn_id": "85aa6a35-97c6-46d0-a827-786d2378bba4"}, {"category": "V", "is_ex_burst": false, "abilities": ["Galuf cannot be broken during your turn.", "When Galuf attacks, choose 1 Forward. You may pay {e}{e}. If you do so, it must block Galuf this turn if possible.", "%Stop% {s}: Choose up to 2 Forwards. They cannot attack this turn."], "name": "Galuf", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-067L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Dawn Warrior", "cost": 5, "serial_number": "7-067", "current_price": {"date": "2019-01-09T01:00:23.279850Z", "foil_low_price": "15.0", "foil_market_price": "19.14", "regular_low_price": "6.1", "regular_market_price": "8.34"}, "datastore_id": 5666304912523264, "element": "Earth", "type": "Forward", "octgn_id": "3bf7e5f3-5842-4965-a11e-3b8df5e57257"}, {"category": "DFF-V", "is_ex_burst": false, "abilities": ["The cost required to cast your Summons can be paid with CP of any Element.", "When you cast a Summon, choose 1 Forward. It gains +1000 power until the end of the turn.", "Discard 1 Summon: Until the end of the turn, Krile cannot be chosen by your opponent's abilities."], "name": "Krile", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-068H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 4, "serial_number": "7-068", "current_price": {"date": "2019-01-24T00:02:10.292673Z", "foil_low_price": "1.45", "foil_market_price": "2.68", "regular_low_price": "0.1", "regular_market_price": "0.83"}, "datastore_id": 5173521336500224, "element": "Earth", "type": "Forward", "octgn_id": "84abd338-9b07-4a1d-9e87-50f17e79386d"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Kolka enters the field, you may *search* for 1 Earth Forward and add it to your hand."], "name": "Kolka", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-069C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "King", "cost": 4, "serial_number": "7-069", "current_price": {"date": "2019-01-24T00:01:10.693566Z", "foil_low_price": "0.1", "foil_market_price": "0.38", "regular_low_price": "0.04", "regular_market_price": "0.11"}, "datastore_id": 4918972180856832, "element": "Earth", "type": "Backup", "octgn_id": "baf114e0-eeff-40a8-8c72-4604c3f498a5"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When a Character of cost 6 or more enters your field, Zaghnal also becomes a Forward with 9000 power. (This effect does not end at the end of the turn. This ability will not trigger if Zaghnal is a Forward.)"], "name": "Zaghnal", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-070R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Behemoth", "cost": 2, "serial_number": "7-070", "current_price": {"date": "2019-01-24T00:01:21.242249Z", "foil_low_price": "0.09", "foil_market_price": "0.83", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5073475609821184, "element": "Earth", "type": "Monster", "octgn_id": "5913e5d2-1c8a-46d2-a8e8-f985f7c976ea"}, {"category": "DFF-XI", "is_ex_burst": false, "abilities": ["{1}: Name 1 Element other than Light and Dark. Shantotto becomes the named Element until the end of the turn. You can only use this ability once per turn."], "name": "Shantotto", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-071R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Mage", "cost": 2, "serial_number": "7-071", "current_price": {"date": "2019-01-24T00:01:23.746955Z", "foil_low_price": "0.3", "foil_market_price": "0.82", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5076666166542336, "element": "Earth", "type": "Backup", "octgn_id": "3169cec6-3264-463d-b96a-d1216f2e6c82"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Summoner enters the field, choose 1 Forward. If the cost paid to play Summoner included Ice CP, *Freeze* it."], "name": "Summoner", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-072C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "7-072", "current_price": {"date": "2019-01-09T01:01:51.664481Z", "foil_low_price": "0.05", "foil_market_price": "0.34", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6193092717707264, "element": "Earth", "type": "Forward", "octgn_id": "55f86fde-2908-4930-af69-e2b3dc6dc55f"}, {"category": "V", "is_ex_burst": false, "abilities": ["{e}{e}: Xezat gains +2000 power until the end of the turn.", "{e}{i}: Choose 1 *dull* Forward. Deal it 4000 damage.", "{e}{w}: Choose 1 Forward. *Activate* it.", "{e}{l}: Choose 1 *active* Forward. Deal it 4000 damage."], "name": "Xezat", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-073H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dawn Warrior", "cost": 4, "serial_number": "7-073", "current_price": {"date": "2019-01-09T01:01:34.744197Z", "foil_low_price": "0.5", "foil_market_price": "2.09", "regular_low_price": "0.14", "regular_market_price": "1.65"}, "datastore_id": 5914450943016960, "element": "Earth", "type": "Forward", "octgn_id": "0fdedda1-73c3-4fd6-9657-cbc005d359b4"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["{e}{d}, Put Tama into the Break Zone: Choose 1 ~Category WOFF~ card in your Break Zone. Add it to your hand."], "name": "Tama", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-074C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Companion", "cost": 2, "serial_number": "7-074", "current_price": {"date": "2019-01-09T01:02:25.367718Z", "foil_low_price": "0.05", "foil_market_price": "0.1", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 6314727466598400, "element": "Earth", "type": "Backup", "octgn_id": "be8843a1-cd38-4e4c-b72f-f221992fda11"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["You can discard Light and Dark Element cards from your hand to produce CP. (Light cards produce 2 Light CP each and Dark cards produce 2 Dark CP each.)"], "name": "Tilika", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-075R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Crystal User", "cost": 2, "serial_number": "7-075", "current_price": {"date": "2019-01-26T00:00:56.887486Z", "foil_low_price": "0.7", "foil_market_price": "1.44", "regular_low_price": "0.04", "regular_market_price": "0.14"}, "datastore_id": 4848483479584768, "element": "Earth", "type": "Forward", "octgn_id": "b65029a8-aa31-4bbb-b3fd-eebc6feeb5c6"}, {"category": "V", "is_ex_burst": false, "abilities": ["{e}{e}{e}{1}{d}, put Necromancer into the Break Zone: Choose 1 ~Job Standard Unit~ in your Break Zone. Play it onto the field."], "name": "Necromancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-076R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-076", "current_price": {"date": "2019-01-26T00:01:09.211859Z", "foil_low_price": "0.07", "foil_market_price": "1.38", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4899473029332992, "element": "Earth", "type": "Backup", "octgn_id": "a8d6541d-94ff-40ee-9c11-0a285f82366e"}, {"category": "XV", "is_ex_burst": true, "abilities": ["{x} When you receive damage, choose up to 1 Forward. If you have received 6 points of damage, break it.", "When you receive damage, choose up to 1 Forward opponent controls. Noctis and the chosen Forward deal damage equal to their respective power to the other.", "{e}{e}{2}: During this turn, the next damage dealt to Noctis becomes 0 instead."], "name": "Noctis", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-077L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Prince", "cost": 3, "serial_number": "7-077", "current_price": {"date": "2019-01-26T00:01:22.147166Z", "foil_low_price": "18.52", "foil_market_price": "23.49", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5067005879123968, "element": "Earth", "type": "Forward", "octgn_id": "0926faeb-6dfd-4e9b-bc5b-19997ae5115f"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["If you control a Monster, Bahamutian Soldier gains +2000 power."], "name": "Bahamutian Soldier", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-078C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-078", "current_price": {"date": "2019-01-24T00:01:20.087539Z", "foil_low_price": "0.07", "foil_market_price": "0.12", "regular_low_price": "0.03", "regular_market_price": "0.06"}, "datastore_id": 5069673288695808, "element": "Earth", "type": "Forward", "octgn_id": "eaacda36-57f8-4c18-a940-87d9ceacaa48"}, {"category": "V", "is_ex_burst": false, "abilities": ["{e}{d}, put Geomancer into the Break Zone: Choose 1 Forward. It gains +2000 power until the end of the turn."], "name": "Geomancer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-079C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-079", "current_price": {"date": "2019-01-09T01:01:17.240044Z", "foil_low_price": "0.1", "foil_market_price": "0.3", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5756234951032832, "element": "Earth", "type": "Backup", "octgn_id": "529b5de2-69ee-4d5d-88de-9506e8e363fb"}, {"category": "DFF-XI", "is_ex_burst": false, "abilities": ["The cost required to play Prishe onto the field is reduced by 1 for each ~Card Name Prishe~ in your Break Zone.", "When Prishe enters the field, choose 1 Forward opponent controls. Deal it damage equal to Prishe's Power."], "name": "Prishe", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-080H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Abhorrent One", "cost": 9, "serial_number": "7-080", "current_price": {"date": "2019-01-09T01:00:46.945362Z", "foil_low_price": "1.18", "foil_market_price": "2.63", "regular_low_price": "0.07", "regular_market_price": "0.64"}, "datastore_id": 5703083455676416, "element": "Earth", "type": "Forward", "octgn_id": "a87b5272-243e-44d9-9c45-fc14ef06bfd8"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["Put Flan into the Break Zone: Choose 1 Forward. If your opponent doesn't pay 3, it cannot attack or block this turn.", "Discard Flan: Choose 1 blocking Forward. It gains +1000 power until the end of the turn. You can only use this ability if Flan is in your hand."], "name": "Flan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-081C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Flan", "cost": 2, "serial_number": "7-081", "current_price": {"date": "2019-01-26T00:01:08.004025Z", "foil_low_price": "0.4", "foil_market_price": "0.89", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4890452121616384, "element": "Earth", "type": "Monster", "octgn_id": "f31097d3-9be6-4101-acec-3dd51178afc9"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["The ~Job Moogle~ Backups you control can produce CP of any Element."], "name": "Moogle (FFCC)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-082R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Moogle", "cost": 4, "serial_number": "7-082", "current_price": {"date": "2019-01-09T01:00:25.840490Z", "foil_low_price": "1.09", "foil_market_price": "1.86", "regular_low_price": "0.06", "regular_market_price": "0.11"}, "datastore_id": 5669342192599040, "element": "Earth", "type": "Backup", "octgn_id": "28bc1880-6647-4fca-b782-bb9fb7613bc2"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Monk enters the field, choose 1 damaged Forward. If the cost paid to play Monk included Lightning CP, deal it 5000 damage."], "name": "Monk", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-083C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "7-083", "current_price": {"date": "2019-01-26T00:02:00.865635Z", "foil_low_price": "0.05", "foil_market_price": "0.16", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 5150266336739328, "element": "Earth", "type": "Forward", "octgn_id": "abb6bead-22be-4d79-9e29-c2c8f4d2091b"}, {"category": "X", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward you control and 1 Forward opponent controls. The former gains +1000 power until the end of the turn. Then, each Forward deals damage equal to its power to the other. If Yojimbo results from an EX Burst, the former gains +3000 power until the end of the turn instead. Then, each Forward deals damage equal to its power to the other."], "name": "Yojimbo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-084C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "7-084", "current_price": {"date": "2019-01-26T00:01:55.751603Z", "foil_low_price": "0.77", "foil_market_price": "0.81", "regular_low_price": "0.07", "regular_market_price": "0.09"}, "datastore_id": 5140979879247872, "element": "Earth", "type": "Summon", "octgn_id": "3a679750-1a3e-4e2c-af08-0466a0d32ee0"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Red Mage enters the field, choose 1 Forward of cost 3 or less opponent controls. If the cost paid to play Red Mage included Water CP, return it to its owner's hand.", "{l}{l}{d}, put Red Mage into the Break Zone: Choose 1 Forward of cost 4 or less. Break it."], "name": "Red Mage", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-085C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "7-085", "current_price": {"date": "2019-01-26T00:01:38.732413Z", "foil_low_price": "0.05", "foil_market_price": "0.38", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5103354959101952, "element": "Lightning", "type": "Forward", "octgn_id": "c0dc2134-892b-43e9-9412-0e9f844d53c3"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Argy is put from the field into the Break Zone, select 1 of the 3 following actions.", "\"Choose 1 Forward. It gains *Haste* until the end of the turn.\"", "\"Choose 1 Forward. *Activate* it.\"", "\"Choose 1 Backup of cost 1 in your Break Zone. Play it onto the field.\""], "name": "Argy", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-086C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Memorist", "cost": 2, "serial_number": "7-086", "current_price": {"date": "2019-01-26T00:01:31.078904Z", "foil_low_price": "0.08", "foil_market_price": "0.08", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5089115397685248, "element": "Lightning", "type": "Backup", "octgn_id": "0aaae53c-97c0-4126-b3ac-64b99477f5cf"}, {"category": "DFF-V", "is_ex_burst": false, "abilities": ["When Exdeath enters the field, choose 1 Forward from either player's Break Zone. If its cost is equal to or less than the number of Backups you control, play it onto your field."], "name": "Exdeath", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-087R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Wizard", "cost": 6, "serial_number": "7-087", "current_price": {"date": "2019-01-26T00:01:45.264628Z", "foil_low_price": "0.34", "foil_market_price": "1.15", "regular_low_price": "0.05", "regular_market_price": "0.06"}, "datastore_id": 5116467762692096, "element": "Lightning", "type": "Backup", "octgn_id": "00ba464d-ec35-438e-9884-d9bc8cbade90"}, {"category": "V", "is_ex_burst": false, "abilities": ["For each ~Card Name Gilgamesh~ in your Break Zone, Gilgamesh gains +1000 power.", "If Gilgamesh has 10000 power or more, Gilgamesh gains *Brave* and can attack twice in the same turn.", "When Gilgamesh is put from the field into the Break Zone, you may pay X. If you do, *search* for 1 ~Card Name Gilgamesh~ of cost X and play it onto the field *dull*."], "name": "Gilgamesh", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-088L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Praetorian", "cost": 2, "serial_number": "7-088", "current_price": {"date": "2019-01-09T01:02:25.452153Z", "foil_low_price": "13.3", "foil_market_price": "16.74", "regular_low_price": "6.25", "regular_market_price": "7.29"}, "datastore_id": 6315381576695808, "element": "Lightning", "type": "Forward", "octgn_id": "55c5912e-46c5-49dd-91b7-d2e2e703b90d"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["Put Coeurl into the Break Zone: Choose 1 Forward. Until the end of the turn, it gains +3000 power, *Haste*, *First Strike*, and *Brave*.", "Discard Coeurl: Choose 1 Monster of cost 1. Break it. You can only use this ability if Coeurl is in your hand."], "name": "Coeurl", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-089C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Coeurl", "cost": 2, "serial_number": "7-089", "current_price": {"date": "2019-01-24T00:01:19.391634Z", "foil_low_price": "1.38", "foil_market_price": "1.38", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5067749847990272, "element": "Lightning", "type": "Monster", "octgn_id": "2d9c01eb-ea0b-48d8-82b9-ead3ea077160"}, {"category": "V", "is_ex_burst": false, "abilities": ["When your opponent casts a Summon, Gladiator gains +2000 power until the end of the turn."], "name": "Gladiator", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-090C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "7-090", "current_price": {"date": "2019-01-26T00:00:49.806452Z", "foil_low_price": "0.07", "foil_market_price": "0.22", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 4812455515521024, "element": "Lightning", "type": "Forward", "octgn_id": "6366cab0-09f0-4eff-abea-286fa36cb732"}, {"category": "DFF-II", "is_ex_burst": false, "abilities": ["When The Emperor enters the field, choose 2 Forwards opponent controls. *Dull* them.", "During your turn, when a Forward opponent controls becomes *dull*, choose 1 *active* Forward opponent controls. Deal it 3000 damage."], "name": "The Emperor", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-091H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Emperor", "cost": 5, "serial_number": "7-091", "current_price": {"date": "2019-01-09T01:01:12.962567Z", "foil_low_price": "0.99", "foil_market_price": "1.6", "regular_low_price": "0.1", "regular_market_price": "0.43"}, "datastore_id": 5745869450117120, "element": "Lightning", "type": "Forward", "octgn_id": "84c9f0ed-7957-4f58-beef-6f4c1769d5dc"}, {"category": "PICTLOGICA-XIV", "is_ex_burst": false, "abilities": ["When Thancred enters the field, choose 1 Forward opponent controls. *Dull* it.", "When Thancred enters the field, until the end of the turn, if the CP paid to play Thancred was only produced by ~Category XIV~ Backups, Thancred gains +2000 power, *Haste*, and *First Strike*."], "name": "Thancred", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-092C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 3, "serial_number": "7-092", "current_price": {"date": "2019-01-09T01:02:07.563326Z", "foil_low_price": "0.05", "foil_market_price": "0.62", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 6253738192797696, "element": "Lightning", "type": "Forward", "octgn_id": "e0278f79-a1b0-4ddc-8f15-12e82a048c7b"}, {"category": "WOFF", "is_ex_burst": false, "abilities": ["Zapt is also a Monster in all situations.", "When Zapt is put from the field into the Break Zone, you may *search* for 1 ~Card Name Ramuh~ and add it to your hand."], "name": "Zapt", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-093C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Ramuh", "cost": 2, "serial_number": "7-093", "current_price": {"date": "2019-01-09T01:02:27.121826Z", "foil_low_price": "0.25", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 6324984620253184, "element": "Lightning", "type": "Forward", "octgn_id": "f2b9313d-8a05-49ea-950e-c90f38dbcd87"}, {"category": "DFF-X", "is_ex_burst": true, "abilities": ["{x} When Seymour enters the field, *search* for 1 Summon and put it on top of your deck.", "%Lance of Atrophy% {s}{l}{l}: Reveal the top card of your deck. If it is a Summon, you may cast it without paying the cost."], "name": "Seymour", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-094R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Summoner", "cost": 2, "serial_number": "7-094", "current_price": {"date": "2019-01-09T01:01:52.392196Z", "foil_low_price": "2.07", "foil_market_price": "1.67", "regular_low_price": "0.06", "regular_market_price": "0.07"}, "datastore_id": 6195781568561152, "element": "Lightning", "type": "Backup", "octgn_id": "5413ab6b-a21c-4af3-8b05-dd1c9cc097c3"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Cid Previa enters the field, choose 1 Lightning Backup of cost 3 or less in your Break Zone. Play it onto the field.", "{l}{d}, put Cid Previa into the Break Zone: Choose 1 Forward. Deal it 2000 damage."], "name": "Cid Previa", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-095H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Inventor", "cost": 6, "serial_number": "7-095", "current_price": {"date": "2019-01-26T00:02:27.568566Z", "foil_low_price": "0.71", "foil_market_price": "1.3", "regular_low_price": "0.2", "regular_market_price": "0.26"}, "datastore_id": 5206648050155520, "element": "Lightning", "type": "Backup", "octgn_id": "a6e36dac-ef28-4bdb-85c7-f213f8dcd1e7"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["*Haste*", "When Noel enters the field, until the end of the turn Noel gains +3000 power and \"When Noel deals damage to your opponent, choose 1 Forward opponent controls. Break it\"."], "name": "Noel", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-096L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Commando", "cost": 6, "serial_number": "7-096", "current_price": {"date": "2019-01-26T00:01:25.825419Z", "foil_low_price": "11.72", "foil_market_price": "14.64", "regular_low_price": "3.66", "regular_market_price": "4.49"}, "datastore_id": 5075187691159552, "element": "Lightning", "type": "Forward", "octgn_id": "14f6608c-ef5f-4336-87c3-969c54bd6d19"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["The ~Job Dragoon~ and ~Card Name Dragoon~ you control gain *Haste*.", "{1}: Choose 1 ~Job Dragoon~ or ~Card Name Dragoon~ other than Barbara. It gains +1000 power until the end of the turn."], "name": "Barbara", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-097R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Dragoon", "cost": 4, "serial_number": "7-097", "current_price": {"date": "2019-01-09T01:01:52.256039Z", "foil_low_price": "1.05", "foil_market_price": "1.85", "regular_low_price": "0.05", "regular_market_price": "0.08"}, "datastore_id": 6195573195538432, "element": "Lightning", "type": "Forward", "octgn_id": "cd7292e6-ade3-4ea4-9dd5-a515ef6b3b97"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When a Forward of cost 3 or less opponent controls is put from the field into the Break Zone, Flanborg also becomes a Forward with 7000 power and \"If Flanborg is put from the field into the Break Zone, you may *search* for 1 Job Militarized Flan and add it to your hand.\" (This effect does not end at the end of the turn. This ability will not trigger if Flanborg is a Forward.)"], "name": "Flanborg", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-098R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Militarized Flan", "cost": 2, "serial_number": "7-098", "current_price": {"date": "2019-01-24T00:03:19.957079Z", "foil_low_price": "0.63", "foil_market_price": "1.53", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5662547084574720, "element": "Lightning", "type": "Monster", "octgn_id": "44eabc22-b917-4473-bd44-dcf59eac6b0e"}, {"category": "V", "is_ex_burst": false, "abilities": ["{l}{d}, put Cannoneer and 1 Forward into the Break Zone: Choose 1 Forward. Deal it 7000 damage."], "name": "Cannoneer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-099R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-099", "current_price": {"date": "2019-01-09T01:01:57.166627Z", "foil_low_price": "0.07", "foil_market_price": "0.15", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6217645066027008, "element": "Lightning", "type": "Backup", "octgn_id": "279e006d-69fe-42c1-a210-90309734deb0"}, {"category": "V", "is_ex_burst": false, "abilities": ["{l}{l}{d}, put Mystic Knight into the Break Zone: Choose 1 damaged Forward. Break it."], "name": "Mystic Knight", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-100C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-100", "current_price": {"date": "2019-01-09T01:02:09.165133Z", "foil_low_price": "0.05", "foil_market_price": "0.21", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 6261200295821312, "element": "Lightning", "type": "Backup", "octgn_id": "9b41e83f-59b6-4bb3-817a-a65256533757"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Mid Previa enters the field, choose 1 *active* Forward. Deal it 3000 damage.", "When Mid Previa enters the field from the Break Zone, choose 1 *active* Forward. Deal it 6000 damage.", "Discard 3 cards: Play Mid Previa onto the field. You can only use this ability during your Main Phase and if Mid Previa is in the Break Zone."], "name": "Mid Previa", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-101H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Grandchild", "cost": 3, "serial_number": "7-101", "current_price": {"date": "2019-01-24T00:00:58.848671Z", "foil_low_price": "0.49", "foil_market_price": "1.13", "regular_low_price": "0.07", "regular_market_price": "0.29"}, "datastore_id": 4868115573768192, "element": "Lightning", "type": "Backup", "octgn_id": "59db6d57-99b0-4d2d-90de-7e0f4850c6e8"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Category XIII~ Forward you control. It gains *Haste* until the end of the turn."], "name": "Lightning", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-102R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ravager", "cost": 2, "serial_number": "7-102", "current_price": {"date": "2019-01-24T00:02:26.576979Z", "foil_low_price": "0.52", "foil_market_price": "1.21", "regular_low_price": "0.07", "regular_market_price": "0.12"}, "datastore_id": 5205481161228288, "element": "Lightning", "type": "Backup", "octgn_id": "d29630a1-251c-4294-af21-f94d9e95ed23"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. It loses 7000 power until the end of the turn. If Ramuh results from an EX Burst, it loses 8000 power until the end of the turn."], "name": "Ramuh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-103C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "7-103", "current_price": {"date": "2019-01-24T00:01:53.457188Z", "foil_low_price": "0.32", "foil_market_price": "0.75", "regular_low_price": "0.05", "regular_market_price": "0.07"}, "datastore_id": 5140133502255104, "element": "Lightning", "type": "Summon", "octgn_id": "e6b74630-6c02-41f1-900e-fbfc69b2f4ed"}, {"category": "LOV-FFT", "is_ex_burst": false, "abilities": ["If Ramza has 4000 power or more, Ramza gains *Haste*.", "If Ramza has 6000 power or more, Ramza gains *Brave*.", "If Ramza has 8000 power or more, Ramza gains *First Strike*.", "{l}: Ramza gains +2000 power until the end of the turn."], "name": "Ramza", "power": 2000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-104H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Knight", "cost": 1, "serial_number": "7-104", "current_price": {"date": "2019-01-09T01:01:46.442229Z", "foil_low_price": "1.48", "foil_market_price": "2.04", "regular_low_price": "0.16", "regular_market_price": "0.3"}, "datastore_id": 6016352028459008, "element": "Lightning", "type": "Forward", "octgn_id": "9a71880d-f7d9-4e79-bfb5-936ae258caff"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Dragoon enters the field, choose 1 Forward. If the cost paid to play Dragoon included Wind CP, it cannot be blocked this turn."], "name": "Dragoon", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-105C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-105", "current_price": {"date": "2019-01-09T01:02:28.463780Z", "foil_low_price": "0.1", "foil_market_price": "0.47", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 6327033554534400, "element": "Lightning", "type": "Forward", "octgn_id": "0f4c68e3-2440-4d2a-97f7-01c348bde2e1"}, {"category": "LOV-FFT", "is_ex_burst": false, "abilities": ["If you control 7 or more Characters, Agrias gains +2000 power.", "When Agrias enters the field, turn over one card at a time from the top of your deck until a Character of cost 3 or less is revealed. Play it onto the field. Then, shuffle the other cards revealed and return them to the bottom of your deck."], "name": "Agrias", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-106L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Knight", "cost": 6, "serial_number": "7-106", "current_price": {"date": "2019-01-09T01:02:16.587593Z", "foil_low_price": "13.34", "foil_market_price": "17.59", "regular_low_price": "5.26", "regular_market_price": "7.68"}, "datastore_id": 6285494845440000, "element": "Water", "type": "Forward", "octgn_id": "2f67ef45-d435-4741-9af4-d137b3c76a98"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["Gawain doesn't receive any damage from Forwards' abilities."], "name": "Gawain", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-107R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "7-107", "current_price": {"date": "2019-01-09T01:01:56.544640Z", "foil_low_price": "0.61", "foil_market_price": "0.72", "regular_low_price": "0.04", "regular_market_price": "0.16"}, "datastore_id": 6215015304527872, "element": "Water", "type": "Forward", "octgn_id": "2cb82ce3-a82b-48b1-b32a-4a3f19d1e8b1"}, {"category": "X", "is_ex_burst": false, "abilities": ["The cost required to play Kimahri onto the field is reduced by 1 for each ~Job Guardian~ you control.", "The ~Job Guardian~ other than Kimahri you control cannot be chosen by your opponent's abilities.", "The ~Category X~ Characters other than Kimahri you control cannot be chosen by your opponent's Summons."], "name": "Kimahri", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-108H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Guardian", "cost": 6, "serial_number": "7-108", "current_price": {"date": "2019-01-09T01:02:05.069576Z", "foil_low_price": "2.5", "foil_market_price": "5.53", "regular_low_price": "0.1", "regular_market_price": "0.66"}, "datastore_id": 6242367669534720, "element": "Water", "type": "Forward", "octgn_id": "7f34c230-3af2-4a5e-aa29-1aceedd3b0f9"}, {"category": "V", "is_ex_burst": false, "abilities": ["{a}{a}{d}: Choose 1 Forward. *Activate* it."], "name": "Chemist", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-109C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-109", "current_price": {"date": "2019-01-26T00:01:11.386622Z", "foil_low_price": "0.16", "foil_market_price": "0.44", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4908006693142528, "element": "Water", "type": "Backup", "octgn_id": "aa0a1f2c-874f-41b8-b88c-318eff8fc25d"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["Put Sahagin into the Break Zone: Choose up to 2 Forwards you control. *Activate* them. They gain +1000 power until the end of the turn.", "Discard Sahagin: Choose 1 Forward of cost 1. Return it to its owner's hand. You can only use this ability if Sahagin is in your hand."], "name": "Sahagin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-110C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Sahagin", "cost": 2, "serial_number": "7-110", "current_price": {"date": "2019-01-09T01:01:52.967892Z", "foil_low_price": "0.1", "foil_market_price": "0.28", "regular_low_price": "0.05", "regular_market_price": "0.09"}, "datastore_id": 6199375516663808, "element": "Water", "type": "Monster", "octgn_id": "a587c5d4-a4b3-4b1a-bc26-63652705102a"}, {"category": "X", "is_ex_burst": false, "abilities": ["When a Forward opponent controls returns to its owner's hand from the field, Geosgaeno also becomes a Forward with 7000 power and \"If Geosgaeno receives damage, the damage is reduced by 1000 instead\". (This effect does not end at the end of the turn. This ability will not trigger if Geosgaeno is a Forward.)"], "name": "Geosgaeno", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-111R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Geosgaeono", "cost": 2, "serial_number": "7-111", "current_price": {"date": "2019-01-09T01:01:46.344553Z", "foil_low_price": "0.1", "foil_market_price": "0.24", "regular_low_price": "0.05", "regular_market_price": "0.18"}, "datastore_id": 6012899310960640, "element": "Water", "type": "Monster", "octgn_id": "4c8cbf2a-6757-4595-9c2e-097852c7854a"}, {"category": "V", "is_ex_burst": false, "abilities": ["When White Mage enters the field, choose up to 2 Forwards you control. *Activate* them."], "name": "White Mage", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-112R_eg.jpg", "rarity": "Rare", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "7-112", "current_price": {"date": "2019-01-24T00:02:14.822076Z", "foil_low_price": "0.86", "foil_market_price": "N/A", "regular_low_price": "0.04", "regular_market_price": "0.1"}, "datastore_id": 5182919496695808, "element": "Water", "type": "Forward", "octgn_id": "b6116eea-f8af-4197-a873-0b75477df3d9"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Styx enters the field, choose 1 Forward opponent controls. If the cost to play Styx was only paid with Water CP, return it to its owner's hand.", "%Undine Cry% {s}{a}{a}{d}: Until the end of the turn, all the Forwards opponent controls lose 5000 power. You can only use this ability if you have received 5 points of damage or more."], "name": "Styx", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-113R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "The Four Generals", "cost": 5, "serial_number": "7-113", "current_price": {"date": "2019-01-09T01:02:05.570993Z", "foil_low_price": "0.26", "foil_market_price": "0.82", "regular_low_price": "0.04", "regular_market_price": "0.14"}, "datastore_id": 6245774987886592, "element": "Water", "type": "Forward", "octgn_id": "61757ab0-5b5c-4eb1-9e39-e078b3b1fded"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Sarah (FFL) enters the field, you may *search* for 1 ~Job Warrior of Light~ Forward of cost 4 or less other than Light and Dark and play it onto the field."], "name": "Sarah (FFL)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-114H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 7, "serial_number": "7-114", "current_price": {"date": "2019-01-26T00:02:19.621313Z", "foil_low_price": "0.45", "foil_market_price": "1.29", "regular_low_price": "0.1", "regular_market_price": "0.44"}, "datastore_id": 5189367719002112, "element": "Water", "type": "Backup", "octgn_id": "027fb872-76b6-47ef-ae1f-afb00e302d89"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Dusk enters the field, if you control a ~Job Warrior of Light~ other than Dusk, draw a card.", "{d}: During this turn, the cost required to cast your next Summon is reduced by 1 (it cannot become 0)."], "name": "Dusk", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-115R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Warrior of Light", "cost": 3, "serial_number": "7-115", "current_price": {"date": "2019-01-26T00:00:45.527355Z", "foil_low_price": "0.15", "foil_market_price": "0.63", "regular_low_price": "0.08", "regular_market_price": "0.11"}, "datastore_id": 4788198311985152, "element": "Water", "type": "Forward", "octgn_id": "1f6d7bc8-3f2b-4c99-a30e-3e895cb280c5"}, {"category": "DFF-X", "is_ex_burst": false, "abilities": ["*Back Attack*", "You can only pay with CP produced by Water Backups to play Tidus from your hand onto the field.", "When Tidus enters the field, select 1 of the 2 following actions.", "\"*Activate* all Water Forwards.\"", "\"Choose 1 Water Forward. It gains +2000 power until the end of the turn.\""], "name": "Tidus", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-116L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Guardian", "cost": 3, "serial_number": "7-116", "current_price": {"date": "2019-01-26T00:02:21.048599Z", "foil_low_price": "14.57", "foil_market_price": "14.96", "regular_low_price": "5.21", "regular_market_price": "5.69"}, "datastore_id": 5193284997611520, "element": "Water", "type": "Forward", "octgn_id": "ba2b74c5-5a4c-414d-9d19-d1ec67424466"}, {"category": "PICTLOGICA-X", "is_ex_burst": false, "abilities": ["When Tidus enters the field, choose 1 Character you control. Return it to your hand."], "name": "Tidus", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-117C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Guardian", "cost": 4, "serial_number": "7-117", "current_price": {"date": "2019-01-26T00:00:58.808445Z", "foil_low_price": "0.93", "foil_market_price": "0.98", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 4853825412268032, "element": "Water", "type": "Forward", "octgn_id": "71a06292-613a-4645-a35b-170e2c21b899"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Ninja enters the field, choose 1 Forward opponent controls. If the cost paid to play Ninja included Fire CP, it cannot block this turn.", "{a}{d}: Return Ninja to your hand."], "name": "Ninja", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-118C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-118", "current_price": {"date": "2019-01-09T01:02:30.109432Z", "foil_low_price": "0.05", "foil_market_price": "0.1", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6331381068070912, "element": "Water", "type": "Forward", "octgn_id": "26726889-ed8c-4ae5-a173-e7a5aa900f0a"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Halicarnasssus enters the field, all the Forwards opponent controls lose their abilities until the end of the turn.", "{d}, discard 2 Summons: Choose 1 Forward. Break it."], "name": "Halicarnassus", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-119H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Queen", "cost": 3, "serial_number": "7-119", "current_price": {"date": "2019-01-24T00:01:54.533821Z", "foil_low_price": "2.73", "foil_market_price": "3.06", "regular_low_price": "0.5", "regular_market_price": "0.51"}, "datastore_id": 5143074816655360, "element": "Water", "type": "Forward", "octgn_id": "0a40a59a-a61a-40b6-91a7-893b9f6fb9cb"}, {"category": "V", "is_ex_burst": false, "abilities": ["If you control a ~Card Name Lenna~ Forward, Faris gains +2000 power.", "When Faris enters the field, reveal the top 5 cards of your deck. Add 1 ~Category V Character~ among them to your hand and return the other cards to the bottom fo your deck in any order."], "name": "Faris", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-120H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 4, "serial_number": "7-120", "current_price": {"date": "2019-01-09T01:00:24.181064Z", "foil_low_price": "1.98", "foil_market_price": "6.89", "regular_low_price": "0.07", "regular_market_price": "1.05"}, "datastore_id": 5668191510462464, "element": "Water", "type": "Forward", "octgn_id": "cf909ae4-c45b-499c-a3ea-a1201dbf9d7d"}, {"category": "PICTLOGICA-X", "is_ex_burst": false, "abilities": ["The cost required to play your ~Job Summoner~ onto the field is reduced by 1 (it cannot become 0)."], "name": "Braska", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-121C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Summoner", "cost": 3, "serial_number": "7-121", "current_price": {"date": "2019-01-26T00:01:42.048148Z", "foil_low_price": "0.05", "foil_market_price": "0.16", "regular_low_price": "0.04", "regular_market_price": "0.06"}, "datastore_id": 5111164954476544, "element": "Water", "type": "Backup", "octgn_id": "68c5df3c-29e2-4742-b6d7-5536d8554b8f"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Mime enters the field, if the cost paid to play Mime included Earth CP, all the Forwards you control gain +2000 power until the end of the turn."], "name": "Mime", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-122C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "7-122", "current_price": {"date": "2019-01-26T00:00:45.841393Z", "foil_low_price": "0.1", "foil_market_price": "0.26", "regular_low_price": "0.04", "regular_market_price": "0.07"}, "datastore_id": 4792000633110528, "element": "Water", "type": "Forward", "octgn_id": "1aba5977-ed89-48fa-9fa2-27906f0e45d6"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Yaag Rosch enters the field, choose 1 Backup other than Yaag Rosch you control. Return it to its owner's hand."], "name": "Yaag Rosch", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-123R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "PSICOM", "cost": 1, "serial_number": "7-123", "current_price": {"date": "2019-01-09T01:01:54.749178Z", "foil_low_price": "0.1", "foil_market_price": "0.34", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 6202566073384960, "element": "Water", "type": "Backup", "octgn_id": "bc764674-24ea-4ebe-a810-87177de1686b"}, {"category": "V", "is_ex_burst": false, "abilities": ["When Oracle enters the field, look at the top 2 cards of your deck. Return these to the top and/or bottom of your deck in any order."], "name": "Oracle", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-124C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "7-124", "current_price": {"date": "2019-01-09T01:01:36.965273Z", "foil_low_price": "0.24", "foil_market_price": "0.51", "regular_low_price": "0.05", "regular_market_price": "0.1"}, "datastore_id": 5938355422363648, "element": "Water", "type": "Backup", "octgn_id": "9bbfae4e-dad2-4148-88d6-0139ddc603ac"}, {"category": "DFF", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward of cost 4 or less. Return it to its owner's hand. If Leviathan results from an EX Burst, return it to its owner's hand and draw 1 card instead."], "name": "Leviathan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-125C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "7-125", "current_price": {"date": "2019-01-26T00:02:35.956590Z", "foil_low_price": "0.25", "foil_market_price": "0.31", "regular_low_price": "0.04", "regular_market_price": "0.08"}, "datastore_id": 5351500989595648, "element": "Water", "type": "Summon", "octgn_id": "42b3f933-4916-404f-a950-371ca790ee8d"}, {"category": "DFF-X", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Category X~ Forward you control. It gains +1000 power until the end of the turn."], "name": "Wakka", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-126C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Guardian", "cost": 2, "serial_number": "7-126", "current_price": {"date": "2019-01-26T00:01:13.353875Z", "foil_low_price": "0.12", "foil_market_price": "0.36", "regular_low_price": "0.04", "regular_market_price": "0.09"}, "datastore_id": 4917609736699904, "element": "Water", "type": "Backup", "octgn_id": "cd134de7-2144-4252-a65d-f77e0e74c3ed"}, {"category": "DFF-X", "is_ex_burst": false, "abilities": ["{0}: Reveal the top card of your deck. If it is a Summon, you may pay the cost and cast it. You can only use this ability once per turn.", "{1}, remove 3 Summons in the Break Zone from the game: Add Yuna to your hand. You can only use this ability during your Main Phase and if Yuna is in the Break Zone."], "name": "Yuna", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-127L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Summoner", "cost": 2, "serial_number": "7-127", "current_price": {"date": "2019-01-09T01:02:30.477386Z", "foil_low_price": "15.8", "foil_market_price": "19.98", "regular_low_price": "6.2", "regular_market_price": "7.59"}, "datastore_id": 6332547956998144, "element": "Light", "type": "Forward", "octgn_id": "84836579-b51c-49b5-93ac-3f902f1dbc93"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["Yuri has all the Elements except Dark.", "Dull a total of 3 active Backups of the same Element or 2 active Backups of the same Element and Yuri: Select 1 of the 4 following actions.", "\"Draw 1 card.\"", "\"Choose 1 Forward. Deal it 4000 damage.\"", "\"Choose 1 Forward. *Dull* it and *Freeze* it.\"", "\"Choose 1 Forward. It loses all its abilities until the end of the turn.\""], "name": "Yuri", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-128H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Lay Crystal User", "cost": 4, "serial_number": "7-128", "current_price": {"date": "2019-01-09T01:01:51.568136Z", "foil_low_price": "6.4", "foil_market_price": "8.73", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6192905785966592, "element": "Light", "type": "Forward", "octgn_id": "231c9f34-8419-4c6c-9b72-5b0f1dada48d"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Galdes is put from the field into the Break Zone, select 1 of the 3 following actions.", "\"Your opponent randomly discards 1 card from his/her hand.\"", "\"Choose 1 Monster in your Break Zone. Add it to your hand.\"", "\"Choose 1 Forward. It loses 5000 power until the end of the turn.\""], "name": "Galdes", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-129H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Archbishop", "cost": 3, "serial_number": "7-129", "current_price": {"date": "2019-01-09T01:01:54.162403Z", "foil_low_price": "4.1", "foil_market_price": "7.28", "regular_low_price": "0.09", "regular_market_price": "0.39"}, "datastore_id": 6201087598002176, "element": "Dark", "type": "Forward", "octgn_id": "978be1cd-6b4c-43ed-bd5d-2c628f300e2f"}, {"category": "X", "is_ex_burst": false, "abilities": ["When Sin enters the field, break all the Forwards and Monsters other than Sin. Sin deals you 1 point of damage.", "%Giga-Graviton% {s}{9}: At the end of your next turn, if Sin is on the field, your opponent loses the game. You can only use this ability during your turn."], "name": "Sin", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-130L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Final Aeon", "cost": 9, "serial_number": "7-130", "current_price": {"date": "2019-01-09T01:02:17.954781Z", "foil_low_price": "15.5", "foil_market_price": "16.9", "regular_low_price": "3.25", "regular_market_price": "5.87"}, "datastore_id": 6290560692256768, "element": "Dark", "type": "Forward", "octgn_id": "05b540fd-6eb8-4668-8ee4-38f3a41f198a"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["If you control 4 or more Forwards, Warrior of light gains *Haste*.", "When Warrior of Light enters the field, all the Forwards you control gain +2000 power until the end of the turn."], "name": "Warrior of Light", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-131S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Warrior of Light", "cost": 2, "serial_number": "7-131", "current_price": {"date": "2019-01-26T00:00:49.158562Z", "foil_low_price": "8.69", "foil_market_price": "10.79", "regular_low_price": "0.92", "regular_market_price": "1.93"}, "datastore_id": 4810270182473728, "element": "Fire", "type": "Forward", "octgn_id": "d2c06d3e-b2ae-4c2f-a211-3e22c74c70fe"}, {"category": "DFF-II", "is_ex_burst": true, "abilities": ["{x} When Firion enters the field, choose 1 Forward opponent controls. Deal it 2000 damage for each Forward you control (up to 3 Forwards)."], "name": "Firion", "power": 2000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-132S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Warrior", "cost": 2, "serial_number": "7-132", "current_price": {"date": "2019-01-09T01:01:43.576440Z", "foil_low_price": "10.3", "foil_market_price": "14.88", "regular_low_price": "1.21", "regular_market_price": "3.46"}, "datastore_id": 5994015480610816, "element": "Fire", "type": "Forward", "octgn_id": "1d6c1efd-4191-4e1b-a380-9cd2c7c9d89c"}, {"category": "DFF-VIII", "is_ex_burst": false, "abilities": ["When Ultimecia enters the field, select 1 of the 3 following actions. If you have received 6 points of damage, select up to 2 of the 3 following actions instead.", "\"Choose up to 2 Characters opponent controls. *Dull* them.\"", "\"*Freeze* all the Forwards opponent controls.\"", "\"*Freeze* all the Backups opponent controls.\" "], "name": "Ultimecia", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-133S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Witch", "cost": 6, "serial_number": "7-133", "current_price": {"date": "2019-01-09T01:02:10.872043Z", "foil_low_price": "10.7", "foil_market_price": "14.38", "regular_low_price": "0.37", "regular_market_price": "1.59"}, "datastore_id": 6266033409097728, "element": "Ice", "type": "Forward", "octgn_id": "1a2d6baa-015b-4451-a1a9-fdd633214d6d"}, {"category": "DFF-II", "is_ex_burst": true, "abilities": ["{x} When The Emperor enters the field, choose 1 Forward opponent controls. If you have received 4 points of damage or more, *dull* it and *Freeze* it.", "{i}{d}, discard 2 cards: Choose 1 *dull* Forward. Break it. You can only use this ability during your turn."], "name": "The Emperor", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-134S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Emperor", "cost": 2, "serial_number": "7-134", "current_price": {"date": "2019-01-24T00:00:43.635680Z", "foil_low_price": "6.33", "foil_market_price": "9.06", "regular_low_price": "1.26", "regular_market_price": "3.34"}, "datastore_id": 4807640420974592, "element": "Ice", "type": "Backup", "octgn_id": "47b7b613-5d21-4689-a7b4-9ab67588f242"}, {"category": "DFF-IV", "is_ex_burst": true, "abilities": ["{x} When Cecil enters the field, choose up to 2 Characters. *Activate* them.", "If you have received 5 points of damage or more, Cecil gains +2000 power and \"Cecil cannot be chosen by your opponent's abilities\"."], "name": "Cecil", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-135S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Paladin", "cost": 5, "serial_number": "7-135", "current_price": {"date": "2019-01-09T01:01:47.634528Z", "foil_low_price": "6.66", "foil_market_price": "9.54", "regular_low_price": "0.79", "regular_market_price": "2.26"}, "datastore_id": 6033906599985152, "element": "Wind", "type": "Forward", "octgn_id": "fa4241f1-aaa6-4145-baae-68c60a7378cb"}, {"category": "DFF-XIV", "is_ex_burst": false, "abilities": ["When Y'shtola enters the field, choose 1 Forward opponent controls. Deal it 2000 damage.", "{w}{d}, put Y'shtola into the Break Zone: Choose 1 Forward. Deal it 7000 damage. You can only use this ability if you control 7 or more Characters."], "name": "Y'shtola", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-136S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 2, "serial_number": "7-136", "current_price": {"date": "2019-01-09T01:01:51.752758Z", "foil_low_price": "7.49", "foil_market_price": "N/A", "regular_low_price": "0.69", "regular_market_price": "1.78"}, "datastore_id": 6193649754832896, "element": "Wind", "type": "Backup", "octgn_id": "881528b8-9e6a-4fd8-a1a5-f60facdb9ee6"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["When Garland blocks, Garland gains +2000 power until the end of the turn.", "When Garland is put from the field into the Break Zone, choose 1 Forward. It gains +4000 power until the end of the turn."], "name": "Garland", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-137S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "7-137", "current_price": {"date": "2019-01-24T00:00:42.570889Z", "foil_low_price": "11.77", "foil_market_price": "14.42", "regular_low_price": "1.18", "regular_market_price": "2.46"}, "datastore_id": 4795191189831680, "element": "Lightning", "type": "Forward", "octgn_id": "44d47d60-dd55-4ac8-8342-0e18e0fb4b3d"}, {"category": "DFF-IV", "is_ex_burst": false, "abilities": ["The cost required to play Golbez onto the field is reduced by 1 for every 5 cards in your Break Zone.", "When Golbez enters the field, choose 1 Forward of cost 5 or less in your Break Zone. Add it to your hand."], "name": "Golbez", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/7-138S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Warlock", "cost": 8, "serial_number": "7-138", "current_price": {"date": "2019-01-24T00:00:39.326502Z", "foil_low_price": "2.41", "foil_market_price": "7.18", "regular_low_price": "0.06", "regular_market_price": "1.24"}, "datastore_id": 4785717834153984, "element": "Lightning", "type": "Forward", "octgn_id": "063f0492-e372-455d-b832-d609228fdf95"}, {"category": "XI", "is_ex_burst": false, "abilities": ["If Ark Angel HM deals damage to your opponent, double the damage instead.", "When Ark Angel HM attacks, Ark Angel HM gains +3000 power until the end of the turn."], "name": "Ark Angel HM", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-001R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ark Angel", "cost": 3, "serial_number": "8-001", "current_price": {"date": "2019-03-16T17:56:07.444128Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5693576784642048, "element": "Fire", "type": "Forward", "octgn_id": "de7c2f7e-3541-4617-b974-341eed33e2f3"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Red Mage enters the field, choose 1 Fire Forward. Until the end of the turn, it gains *Haste* and *Brave*."], "name": "Red Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-002C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-002", "current_price": {"date": "2019-03-16T17:56:07.643080Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5747030102114304, "element": "Fire", "type": "Backup", "octgn_id": "485eabdd-a9f3-475e-978a-ba9ce9aa1bec"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 4000 damage and 1000 more damage for each Fire Backup you control."], "name": "Ifrit", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-003C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "8-003", "current_price": {"date": "2019-03-16T17:56:07.782993Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5654616196775936, "element": "Fire", "type": "Summon", "octgn_id": "a99a1ce5-8e3d-48d3-a63b-6b234eca6662"}, {"category": "MOBIUS-XI", "is_ex_burst": false, "abilities": ["If a Fire Character you control deals damage to a Forward, the damage increases by 1000 instead.", "{d}: Choose 1 Forward. Deal it 1000 damage."], "name": "Iroha", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-004R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Samurai", "cost": 3, "serial_number": "8-004", "current_price": {"date": "2019-03-16T17:56:07.934837Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5656205435338752, "element": "Fire", "type": "Forward", "octgn_id": "61abbcea-8ca7-4905-91bb-6e10e82c7575"}, {"category": "VI", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Category VI~ Forward you control. It gains +1000 power until the end of the turn."], "name": "Edgar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-005C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "King", "cost": 2, "serial_number": "8-005", "current_price": {"date": "2019-03-16T17:56:08.100467Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5729571697590272, "element": "Fire", "type": "Backup", "octgn_id": "ca193a15-151e-48ea-b3b3-91bf55ecb8c4"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} When Cloud enters the field, choose 1 Forward opponent controls. Deal it 3000 damage and 1000 more damage for each point of damage you have received.", "When Cloud is put from the field into the Break Zone, you may remove the top 10 cards of your deck from the game. If you do so, return Cloud to the field *dull*."], "name": "Cloud", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-006L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "SOLDIER", "cost": 5, "serial_number": "8-006", "current_price": {"date": "2019-03-16T17:56:08.320132Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5719727900983296, "element": "Fire", "type": "Forward", "octgn_id": "42422f8c-adfb-4b75-9d0e-1e6cc2f4d170"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["{f}{f}{d}, put Black Mage into the Break Zone: Choose 1 Fire Summon in your Break Zone. Add it to your hand."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-007C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-007", "current_price": {"date": "2019-03-16T17:56:08.455021Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5692025898795008, "element": "Fire", "type": "Backup", "octgn_id": "da2e95c4-9bfa-4435-975b-f0c91b0a253c"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Golem enters the field, choose 1 Forward. It gains +2000 power until the end of the turn.", "Put Golem into the Break Zone: Choose 1 attacking Forward. It gains +4000 power until the end of the turn."], "name": "Golem", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-008C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Golem", "cost": 1, "serial_number": "8-008", "current_price": {"date": "2019-03-16T17:56:08.675309Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5765905678073856, "element": "Fire", "type": "Monster", "octgn_id": "e5fbc38f-a17e-4034-8854-6bfd9036206c"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If you have received 3 points of damage or more, Samurai gains *Brave*.", "If you have received 5 points of damage or more, Samurai gains +1000 power."], "name": "Samurai", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-009C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "8-009", "current_price": {"date": "2019-03-16T17:56:08.851436Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5664037173985280, "element": "Fire", "type": "Forward", "octgn_id": "68ee0de5-6b8d-439c-9d7c-996e41569875"}, {"category": "IX", "is_ex_burst": true, "abilities": ["{x} When Amarant enters the field, select 1 of the 2 following actions.", "\"Choose 1 Forward opponent controls. Deal it 7000 damage.\"", "\"Choose 1 Monster of cost 3 or less opponent controls. Break it.\""], "name": "Amarant", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-010H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Fighter", "cost": 7, "serial_number": "8-010", "current_price": {"date": "2019-03-16T17:56:08.982566Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5641533558620160, "element": "Fire", "type": "Forward", "octgn_id": "7223766e-333c-4076-b7a9-a2e5d939cacc"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Cid (FFL) enters the field, choose 1 Forward. Deal it 5000 damage. If you control 5 or more Fire Backups, deal it 8000 damage instead."], "name": "Cid (FFL)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-011C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Helmsman", "cost": 3, "serial_number": "8-011", "current_price": {"date": "2019-03-16T17:56:09.156372Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5713242332594176, "element": "Fire", "type": "Backup", "octgn_id": "ef91bec2-f82e-41ac-9f2c-3cd5d1a36718"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If your opponent controls any ~Job Warrior of Light~ Forwards, Zenos gains +2000 power, *Haste* and *Brave*.", "When Zenos deals damage to your opponent, choose 1 Forward opponent controls. Deal it 5000 damage."], "name": "Zenos", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-012H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "General", "cost": 4, "serial_number": "8-012", "current_price": {"date": "2019-03-16T17:56:09.344916Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5734408199864320, "element": "Fire", "type": "Forward", "octgn_id": "fee2a962-aeb0-4ab3-9c85-7a70d9c3bdb1"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{f}: If Warrior deals damage to a Forward this turn, the damage increases by 2000 instead."], "name": "Warrior", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-013C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-013", "current_price": {"date": "2019-03-16T17:56:09.479028Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5669595599863808, "element": "Fire", "type": "Forward", "octgn_id": "6fc2b219-3cf8-41a0-b81b-2bbdc3545aa8"}, {"category": "MOBIUS-VI", "is_ex_burst": false, "abilities": ["You may use Duncan's special ability by discard a ~Card Name Sabin~ instead of discarding a ~Card Name Duncan~ as part of the cost.", "When Duncan enters the field, choose 1 Forward of cost 4 or less opponent controls. Deal it 4000 damage.", "%Phantom Rush% {s}{d}: Choose 1 Forward. Deal it damage equal to Duncan's Power."], "name": "Duncan", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-014L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Monk", "cost": 4, "serial_number": "8-014", "current_price": {"date": "2019-03-16T17:56:09.607960Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5638273410007040, "element": "Fire", "type": "Forward", "octgn_id": "8b74de1d-7309-4028-94ce-12b154c93b79"}, {"category": "SPECIAL", "is_ex_burst": false, "abilities": ["You can only pay with CP produced by Backups to cast Bahamut.", "Choose 1 Forward. Deal it 10000 damage. If it is put from the field into the Break Zone this turn, remove it from the game instead."], "name": "Bahamut", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-015H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "8-015", "current_price": {"date": "2019-03-16T17:56:09.763173Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5687429746917376, "element": "Fire", "type": "Summon", "octgn_id": "7630b2a2-f062-43c3-aa52-67b2f0d12713"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Vivi enters the field, choose 1 Forward opponent controls. Deal it 2000 damage. If you control 4 or more ~Category IX~ Characters, deal it 7000 damage instead. If you control 7 or more ~Category IX~ Characters, deal it 10000 damage instead."], "name": "Vivi", "power": 2000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-016H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Black Mage", "cost": 1, "serial_number": "8-016", "current_price": {"date": "2019-03-16T17:56:09.975209Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5695306817601536, "element": "Fire", "type": "Forward", "octgn_id": "f2c8a6af-936d-4875-bb8b-a66968d7a8d4"}, {"category": "XIII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 7000 damage."], "name": "Brynhildr", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-017C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "8-017", "current_price": {"date": "2019-03-16T17:56:10.123978Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5697273543524352, "element": "Fire", "type": "Summon", "octgn_id": "d4a6f39f-d74e-4ce2-a96e-c8f35080dc80"}, {"category": "FFTA", "is_ex_burst": true, "abilities": ["{x} When Marche enters the field, reveal the top 5 cards of your deck. Add 1 Fire Character among them to your hand and return the other cards to the bottom of your deck in any order."], "name": "Marche", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-018R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Clan Leader", "cost": 4, "serial_number": "8-018", "current_price": {"date": "2019-03-16T17:56:10.250976Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5687907696246784, "element": "Fire", "type": "Forward", "octgn_id": "ab29f42f-b032-47c4-bd02-78879a804b9b"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When Sabin attacks, choose 1 Forward. Deal it 2000 damage. If you control ~Card Name Edgar~, deal it 4000 damage instead."], "name": "Sabin", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-019C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Monk", "cost": 2, "serial_number": "8-019", "current_price": {"date": "2019-03-16T17:56:10.366846Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5754565588680704, "element": "Fire", "type": "Forward", "octgn_id": "5a2bfa8b-9ea0-4919-a37b-fbbd17548bac"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{f}{d}: Choose 1 Forward of cost 5 or less. It cannot block this turn."], "name": "Yotsuyu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-020R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Acting Imperial Viceroy", "cost": 2, "serial_number": "8-020", "current_price": {"date": "2019-03-16T17:56:10.488142Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5930767460859904, "element": "Fire", "type": "Backup", "octgn_id": "9217de39-6dcd-4ea1-9242-599a3c2b869f"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Rain enters the field or attacks, choose 1 Forward. You may pay {f}. If you do so, deal it 3000 damage."], "name": "Rain", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-021R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "8-021", "current_price": {"date": "2019-03-16T17:56:10.609772Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5694087214661632, "element": "Fire", "type": "Forward", "octgn_id": "c1d6d91b-7392-455f-9fb9-2bdca74130df"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["The attacking Forwards you control gain +3000 power."], "name": "Lava Spider", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-022R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Spider", "cost": 1, "serial_number": "8-022", "current_price": {"date": "2019-03-16T17:56:10.805285Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5766831746842624, "element": "Fire", "type": "Monster", "octgn_id": "f180fa9d-3b7c-4f83-bc9d-89a0eb47ccd4"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} When Ark Angel GK enters the field, *Freeze* all the Forwarsd opponent controls."], "name": "Ark Angel GK", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-023R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ark Angel", "cost": 6, "serial_number": "8-023", "current_price": {"date": "2019-03-16T17:56:10.938707Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5703333574606848, "element": "Ice", "type": "Forward", "octgn_id": "e954a219-5f5f-46b5-b4fa-270b2cfabfc9"}, {"category": "VI", "is_ex_burst": false, "abilities": ["Umaro must attack once per turn if possible.", "When Umaro attacks, if you don't pay {i}, discard 1 card from your hand."], "name": "Umaro", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-024C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Yeti", "cost": 3, "serial_number": "8-024", "current_price": {"date": "2019-03-16T17:56:11.098131Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5735944254652416, "element": "Ice", "type": "Forward", "octgn_id": "506daca0-a1dd-41bd-a720-0f73ad3d55f7"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Imperio enters the field, you may pay {i}. If you do so, *search* for 1 Light Forward and add it to your hand.", "When Imperio is put from the field into the Break Zone, you may *search* for 1 Dark Forward and add it to your hand."], "name": "Imperio", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-025H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Divine General", "cost": 3, "serial_number": "8-025", "current_price": {"date": "2019-03-16T17:56:11.222188Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5730488907988992, "element": "Ice", "type": "Forward", "octgn_id": "2a58ea92-7346-4f8e-bef6-e1064d3a6c5a"}, {"category": "IX", "is_ex_burst": false, "abilities": ["At the beginning of your opponent's Main Phase 1, your opponent selects 1 *active* Character he/she controls and *dulls* it.", "At the beginning of your Main Phase 1, choose 1 Character. You may pay {i}. If you do so, *Freeze* it."], "name": "Garland (IX)", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-026L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Overseer", "cost": 3, "serial_number": "8-026", "current_price": {"date": "2019-03-16T17:56:11.349679Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5761031125073920, "element": "Ice", "type": "Forward", "octgn_id": "b407994d-f106-499b-922b-bbd51d29c4c5"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}, put Scholar into the Break Zone: Reveal the top card of your deck. If it is an Ice card, add it to your hand."], "name": "Scholar", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-027C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-027", "current_price": {"date": "2019-03-16T17:56:11.579389Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5691713406369792, "element": "Ice", "type": "Backup", "octgn_id": "59f1ca0e-5f39-4c43-aee5-93d597f2b69a"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When the Mask enters the field, you may *search* for 1 ~Category FFL~ Forward and add it to your hand."], "name": "The Mask", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-028R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "???", "cost": 3, "serial_number": "8-028", "current_price": {"date": "2019-03-16T17:56:11.772819Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5634134437265408, "element": "Ice", "type": "Backup", "octgn_id": "4f13c8f0-1551-467a-953c-b9b7d8d3636f"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}, put Bard into the Break Zone: Choose 1 Forward. *Freeze* it."], "name": "Bard", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-029C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-029", "current_price": {"date": "2019-03-16T17:56:11.869435Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5700483092054016, "element": "Ice", "type": "Backup", "octgn_id": "1e316acc-3f1f-4b53-a1a6-dfc734b6dc7e"}, {"category": "XI", "is_ex_burst": false, "abilities": ["{i}{i}{3}{d}, put Black Mage into the Break Zone: Choose 1 *dull* Forward. Deal it 9000 damage."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-030C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-030", "current_price": {"date": "2019-03-16T17:56:12.074941Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5770228663320576, "element": "Ice", "type": "Backup", "octgn_id": "7076b581-10f9-42ad-80d1-08a085e3c85d"}, {"category": "FFL", "is_ex_burst": true, "abilities": ["{x} When Cocytus enters the field, choose up to 2 Forwards. If you control 4 or more Ice Characters, *Freeze* them.", "When Cocytus enters the field, choose 1 Forward. *Dull* it."], "name": "Cocytus", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-031R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Divine General", "cost": 2, "serial_number": "8-031", "current_price": {"date": "2019-03-16T17:56:12.218124Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5645170624167936, "element": "Ice", "type": "Backup", "octgn_id": "8e8a4c7e-6792-4cee-8f50-21ecb60249a1"}, {"category": "MOBIUS-VII", "is_ex_burst": false, "abilities": ["You can only cast Shiva during your turn.", "Choose up to 3 Forwards or Monsters opponent controls. *Dull* them and *Freeze* them."], "name": "Shiva", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-032R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "8-032", "current_price": {"date": "2019-03-16T17:56:12.365608Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5682621430366208, "element": "Ice", "type": "Summon", "octgn_id": "a71f874e-e359-43af-bd12-95e1e18ff136"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} Choose 1 *dull* Forward. Deal it 5000 damage and 1000 more damage for each Ice Backup you control."], "name": "Shiva", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-033C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "8-033", "current_price": {"date": "2019-03-16T17:56:12.595651Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5766130996084736, "element": "Ice", "type": "Summon", "octgn_id": "3a2146f7-ad1a-4a7b-803c-d6d0c8046124"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["At the end of your opponent's turn, if your opponent has 2 cards or more in his/her hand, your opponent discards 1 card from his/her hand."], "name": "Scale Toad", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-034R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Frog", "cost": 3, "serial_number": "8-034", "current_price": {"date": "2019-03-16T17:56:12.789165Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5760824194891776, "element": "Ice", "type": "Monster", "octgn_id": "e52a55c5-a739-4aea-8024-68ad5e1f3c04"}, {"category": "VIII", "is_ex_burst": false, "abilities": ["When Squall enters the field, if your opponent controls any *dull* Forwards, your opponent discards 1 card from his/her hand.", "{i}{i}{1}: Choose 1 Forward. *Dull* it. You can only use this ability if you have no cards in your hand."], "name": "Squall", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-035H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "SeeD Candidate", "cost": 4, "serial_number": "8-035", "current_price": {"date": "2019-03-16T17:56:12.878857Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5711828516601856, "element": "Ice", "type": "Forward", "octgn_id": "500d1c68-a924-47bb-8513-7ae3f8df4613"}, {"category": "VI", "is_ex_burst": true, "abilities": ["{x} When Setzer enters the field, choose 1 ~Category VI~ Forward in your Break Zone. Add it to your hand."], "name": "Setzer", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-036C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Gambler", "cost": 4, "serial_number": "8-036", "current_price": {"date": "2019-03-16T17:56:12.967798Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5762900643807232, "element": "Ice", "type": "Backup", "octgn_id": "925c8d51-3943-4c3e-8327-05e7a4d9c241"}, {"category": "VI", "is_ex_burst": false, "abilities": ["When Celes attacks, choose 1 Forward opponent controls. If you control 3 or more ~Category VI~ Characters, *dull* it.", "When Celes deals damage to your opponent, choose 1 Forward opponent controls. *Freeze* it."], "name": "Celes", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-037R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Rune Knight", "cost": 3, "serial_number": "8-037", "current_price": {"date": "2019-03-16T17:56:13.059611Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5670829262110720, "element": "Ice", "type": "Forward", "octgn_id": "c8521770-cc7b-480c-b909-0dab7dafb39a"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["{d}, put Sophia into the Break Zone: *Dull* all the Forwards with *Haste*, *First Strike* or *Brave* opponent controls."], "name": "Sophia", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-038C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Devout", "cost": 2, "serial_number": "8-038", "current_price": {"date": "2019-03-16T17:56:13.278548Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5753056847200256, "element": "Ice", "type": "Backup", "octgn_id": "2251a950-4bbd-4ffe-b3c1-7691bc513069"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["When Time Mage enters the field, you may discard 1 card from your hand. If you do so, *dull* and *Freeze* all the forwards of the same cost as the discarded card opponent controls."], "name": "Time Mage", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-039C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "8-039", "current_price": {"date": "2019-03-16T17:56:13.374651Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5634651477508096, "element": "Ice", "type": "Forward", "octgn_id": "35f7fb65-a5c4-4bcc-aa5b-7c3393ffd2cc"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} Your opponent puts 1 attacking Forward he/she controls into the Break Zone."], "name": "Mateus, the Corrupt", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-040C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 5, "serial_number": "8-040", "current_price": {"date": "2019-03-16T17:56:13.508738Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5184080148692992, "element": "Ice", "type": "Summon", "octgn_id": "1c7c4229-4a5c-4bec-a88c-d001792a0bfa"}, {"category": "DFF-IV", "is_ex_burst": false, "abilities": ["When Palom enters the field, select 1 of the 3 following actions.", "\"Each player discards 1 card from his/her hand.\"", "\"Choose 1 Forward. *Freeze* it.", "\"*Dull* all the Backups opponent controls.\""], "name": "Palom", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-041H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Black Mage", "cost": 2, "serial_number": "8-041", "current_price": {"date": "2019-03-16T17:56:13.594338Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5166621744168960, "element": "Ice", "type": "Forward", "octgn_id": "08b42792-6923-40ff-a9ea-a56e052cd87e"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Dark Fina enters the field, select 1 of the 2 following actions. If you have received 5 points of damage or more, select up to 2 of the 2 following actions instead.", "\"*Search* for 1 Summon and add it to your hand.\"", "\"Cast 1 Summon of cost 7 or less from your hand without paying the cost.\""], "name": "Dark Fina", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-042L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Sage of Hess", "cost": 7, "serial_number": "8-042", "current_price": {"date": "2019-03-16T17:56:13.667273Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5156777947561984, "element": "Ice", "type": "Forward", "octgn_id": "b7122799-9b95-4c2d-b42f-1243e6cf341e"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Lasswell enters the field or attacks, choose 1 Forward. If it has received damage this turn, *dull* it and *Freeze* it.", "{f}: Choose 1 Forward. Deal it 1000 damage.", "%Azure Sky% {s}{f}{i}{d}: Choose 2 Forwards. Deal 8000 damage to the first Forward and *dull* and *Freeze* the other."], "name": "Lasswell", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-043H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Knight", "cost": 4, "serial_number": "8-043", "current_price": {"date": "2019-03-16T17:56:13.738000Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5129075945373696, "element": "Ice", "type": "Forward", "octgn_id": "a3f96915-ec03-43fb-8aa4-d88f1a0bfe83"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Lancer Unit enters the field, choose 1 Forward. *Dull* it or *Freeze* it.", "Put Lancer Unit into the Break Zone: Your opponent discards 1 card from his/her hand. You can only use this ability during your turn."], "name": "Lancer Unit", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-044C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Militarized Unit", "cost": 2, "serial_number": "8-044", "current_price": {"date": "2019-03-16T17:56:13.815838Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5202955724652544, "element": "Ice", "type": "Monster", "octgn_id": "39efef62-f7be-410c-b2bf-4908ce8329e2"}, {"category": "XI", "is_ex_burst": false, "abilities": ["Ark Angel MR cannot be blocked by a forward of power 7000 or more.", "{w}{w}: Ark Angel MR cannot be chosen by your opponent's Summons or abilities this turn."], "name": "Ark Angel MR", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-045R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ark Angel", "cost": 2, "serial_number": "8-045", "current_price": {"date": "2019-03-16T17:56:13.891388Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5101087220563968, "element": "Wind", "type": "Forward", "octgn_id": "d03709aa-df71-46a0-9e31-6b838eaf78c5"}, {"category": "MOBIUS-VII", "is_ex_burst": false, "abilities": ["Choose 1 Character of cost 4 or more. Break it."], "name": "Alexander", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-046R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "8-046", "current_price": {"date": "2019-03-16T17:56:14.010694Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5078583605198848, "element": "Wind", "type": "Summon", "octgn_id": "31a1c4cb-0043-4daa-a3b1-444f7bf947cf"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Waltrill enters the field, place up to 2 cards from your hand at the bottom of your deck in any order. Then, draw the same number of cards as were returned to your deck.", "{d}, put Waltrill into the Break Zone: Draw 1 card, then place 1 card from your hand at the bottom of your deck. You can only use this ability if you control ~Card Name Norschtalen.~"], "name": "Waltrill", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-047C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Yuke", "cost": 2, "serial_number": "8-047", "current_price": {"date": "2019-03-16T17:56:14.080050Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5754995722944512, "element": "Wind", "type": "Backup", "octgn_id": "c5b9acb5-4168-4acb-be08-8cb761a881e1"}, {"category": "DFF-I", "is_ex_burst": false, "abilities": ["When a ~Job Standard Unit~ Forward enters your field, choose up to 2 Backups. *Activate* them.", "When Warrior of Light attacks, all the ~Job Standard Unit~ Forwards you control gain +2000 power until the end of the turn."], "name": "Warrior of Light", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-048H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Light", "cost": 4, "serial_number": "8-048", "current_price": {"date": "2019-03-16T17:56:14.299611Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5150292379172864, "element": "Wind", "type": "Forward", "octgn_id": "e380d0c9-8dd1-4230-b873-ceba7ebce859"}, {"category": "VII", "is_ex_burst": false, "abilities": ["The Forwards you control don't receive damage that is less than their power.", "If Aerith is dealt damage by a Summon or ability, reduce the damage by 2000 instead.", "When Aerith is put from the field into the Break Zone, *activate* all the backups you control."], "name": "Aerith", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-049L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Ancient", "cost": 3, "serial_number": "8-049", "current_price": {"date": "2019-03-16T17:56:14.398435Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5751491566501888, "element": "Wind", "type": "Forward", "octgn_id": "39f9c7c6-9004-447b-add9-e8517b82511f"}, {"category": "DFF-III", "is_ex_burst": true, "abilities": ["{x} When Onion Knight enters the field, choose up to 2 Backups you control. If you have received 3 points of damage or more, *activate* them. If you have received 5 points of damage or more, *activate* all the Backups you control instead."], "name": "Onion Knight", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-050C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Ninja", "cost": 4, "serial_number": "8-050", "current_price": {"date": "2019-03-16T17:56:14.499714Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5106645646442496, "element": "Wind", "type": "Forward", "octgn_id": "d03404bb-913b-447b-8a31-4b17cff2f2b6"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Deal it 2000 damage and 1000 more damage for each Wind Character you control."], "name": "Garuda", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-051C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "8-051", "current_price": {"date": "2019-03-16T17:56:14.571529Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5124479793496064, "element": "Wind", "type": "Summon", "octgn_id": "53be1ce5-a0b4-478e-927a-805731ac8753"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When Thief enters the field, name 1 Element. Your opponent randomly reveals 2 cards from his/her hand. Select 1 card of the same Element as named among them. Your opponent discards this card."], "name": "Thief", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-052C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "8-052", "current_price": {"date": "2019-03-16T17:56:14.644102Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5696593026088960, "element": "Wind", "type": "Backup", "octgn_id": "1616e5a2-765c-4999-82db-96668b84b997"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["You may put Sherlotta into the Break Zone to produce 1 CP of any Element in order to pay a CP cost. (This can be in addition to dulling Sherlotta for CP.)"], "name": "Sherlotta", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-053H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mysterious Woman", "cost": 2, "serial_number": "8-053", "current_price": {"date": "2019-03-16T17:56:14.764557Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5643326573248512, "element": "Wind", "type": "Backup", "octgn_id": "3b4a4206-6176-4fe1-9042-15c86c560f06"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Cid Highwind enters the field, choose 1 Backup of cost 3 or more opponent controls. Return it to its owner's hand.", "%Big Brawl% {s}{d}: Choose 1 Character opponent controls. Return it to its owner's hand."], "name": "Cid Highwind", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-054R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Pilot", "cost": 5, "serial_number": "8-054", "current_price": {"date": "2019-03-16T17:56:14.972668Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5678087253524480, "element": "Wind", "type": "Forward", "octgn_id": "60a8bf32-372d-45ac-bd4d-32efd236ef02"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Selkie is put from the field into the Break Zone, your opponent puts the top 2 cards of his/her deck into the Break Zone. If both cards are of the same type, draw 1 card."], "name": "Selkie", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-055C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "8-055", "current_price": {"date": "2019-03-16T17:56:15.065782Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5191615635259392, "element": "Wind", "type": "Forward", "octgn_id": "1b60b733-ea60-45f0-b41f-702c57933871"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Deathgaze (IX) enters the field, choose 1 Forward opponent controls. Remove it from the game for as long as Deathgaze (IX) is on the field."], "name": "Deathgaze (IX)", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-056R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Deathgaze", "cost": 3, "serial_number": "8-056", "current_price": {"date": "2019-03-16T17:56:15.130623Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5367817507438592, "element": "Wind", "type": "Monster", "octgn_id": "adb44dac-1794-41c9-b252-2dfef49bd330"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{w}{w}{d}, put Ninja into the Break Zone: Choose 1 Backup of cost 3 or less. Break it."], "name": "Ninja", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-057C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-057", "current_price": {"date": "2019-03-16T17:56:15.188915Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5131137261240320, "element": "Wind", "type": "Backup", "octgn_id": "a0eafb89-b133-4bd8-a1ab-baffc3423b7e"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Norschtalen enters the field, you may *search* for 1 ~Category FFCC~ Backup and add it to your hand."], "name": "Norschtalen", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-058R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Yuke", "cost": 4, "serial_number": "8-058", "current_price": {"date": "2019-03-16T17:56:15.258677Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5203881793421312, "element": "Wind", "type": "Backup", "octgn_id": "84080b33-4eed-42f0-85a7-50997e32eb79"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Basilisk enters the field, choose 1 Forward. Deal it 4000 damage.", "Put Basilisk into the Break Zone: Choose 1 Damaged Forward. Break it."], "name": "Basilisk", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-059C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Basilisk", "cost": 5, "serial_number": "8-059", "current_price": {"date": "2019-03-16T17:56:15.331042Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5140383621185536, "element": "Wind", "type": "Monster", "octgn_id": "42d17730-ba42-43a6-beb1-82eb228f71f2"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["If you pay the cost to play Fina onto the field, you may pay an extra {w}{w}{w}.", "When Fina enters the field, select 1 of the 2 following actions. If you paid the extra cost, select 2 of the 2 following actions instead.", "\"Deal 5000 damage to all the Forwards opponent controls.\"", "\"*Activate* all the Characters you control.\""], "name": "Fina", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-060L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "White Mage", "cost": 6, "serial_number": "8-060", "current_price": {"date": "2019-03-16T17:56:15.449479Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5700278577790976, "element": "Wind", "type": "Forward", "octgn_id": "0c877a91-d026-451f-bc8f-12b1d6af3c34"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Fina enters the field, choose 1 Wind Character you control. *Activate* it.", "When Fina is put from the field into the Break Zone, choose 1 Character you control. *Activate* it."], "name": "Fina", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-061C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "White Mage", "cost": 3, "serial_number": "8-061", "current_price": {"date": "2019-03-16T17:56:15.541421Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5661203971964928, "element": "Wind", "type": "Forward", "octgn_id": "3ed00f1e-0070-485e-a91b-e465638bb7f4"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Veriaulde is put from the field into the Break Zone, choose 1 Wind Monster of cost 4 or less in your Break Zone. Play it onto the field."], "name": "Veriaulde", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-062H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Yuke", "cost": 4, "serial_number": "8-062", "current_price": {"date": "2019-03-16T17:56:15.828126Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5128763452948480, "element": "Wind", "type": "Forward", "octgn_id": "2a838d6c-b83b-4a3f-a98b-59c8dc820d5c"}, {"category": "FFL", "is_ex_burst": true, "abilities": ["{x} When Matoya enters the field, choose 1 Monster opponent controls. Break it."], "name": "Matoya", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-063R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Dancer", "cost": 4, "serial_number": "8-063", "current_price": {"date": "2019-03-16T17:56:15.897839Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5071184483844096, "element": "Wind", "type": "Backup", "octgn_id": "572fd30a-01cc-4edc-a6c1-3f5bcb9f1f7f"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control 3 or more ~Category VII~ Characters other than Yuffie, Yuffie gains +2000 power and *Haste*.", "When Yuffie attacks, deal 1000 damage to all the Forwards opponent controls."], "name": "Yuffie", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-064H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Ninja", "cost": 2, "serial_number": "8-064", "current_price": {"date": "2019-03-16T17:56:15.968582Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5137533138632704, "element": "Wind", "type": "Forward", "octgn_id": "b4d570b4-4090-4c62-9f52-3315b84f4f27"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["{w}{w}{d}, put Archer into the Break Zone: Choose 1 Forward. Deal it 10000 damage."], "name": "Archer", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-065C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "8-065", "current_price": {"date": "2019-03-16T17:56:16.039371Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5082220670746624, "element": "Wind", "type": "Forward", "octgn_id": "b668dcee-396e-4627-b2ab-d49c21ee826e"}, {"category": "XII", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward opponent controls. Break it. If that Forward is put into the Break Zone, your opponent may play 1 Forward from their hand onto the field."], "name": "Chaos, Walker of the Wheel", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-066C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "8-066", "current_price": {"date": "2019-03-16T17:56:16.105135Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5119671476944896, "element": "Wind", "type": "Summon", "octgn_id": "96770dbf-9c4f-47d6-a3c5-d477f271b87d"}, {"category": "XI", "is_ex_burst": false, "abilities": ["When Ark Angel TT enters the field, choose 1 *dull* Forward opponent controls. At the end of your opponent's next turn, break it."], "name": "Ark Angel TT", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-067R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ark Angel ", "cost": 2, "serial_number": "8-067", "current_price": {"date": "2019-03-16T17:56:16.170466Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5203181042663424, "element": "Earth", "type": "Forward", "octgn_id": "96b24af4-e31f-44a4-af11-a1bd1ce897a4"}, {"category": "XV", "is_ex_burst": false, "abilities": ["*Brave*", "Ardyn cannot be broken.", "At the beginning of your opponent's Attack Phase, your opponent selects 1 Character he/she controls. He/she may put it into the Break Zone. If he'she does so, Ardyn cannot block this turn."], "name": "Ardyn", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-068L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Chief Minister", "cost": 7, "serial_number": "8-068", "current_price": {"date": "2019-03-16T17:56:16.262000Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5197874241470464, "element": "Earth", "type": "Forward", "octgn_id": "6ea24b60-cc62-4660-94d5-f95e7c54dc60"}, {"category": "XI", "is_ex_burst": false, "abilities": ["The cost required to play Apururu onto the field is reduced by 1 for each Backup you control.", "When Apururu enters the field, choose 1 Character in your Break Zone. Add it to your hand."], "name": "Apururu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-069R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Mage", "cost": 6, "serial_number": "8-069", "current_price": {"date": "2019-03-16T17:56:16.326808Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5199950690385920, "element": "Earth", "type": "Backup", "octgn_id": "ce91938e-945a-493c-84a3-29a802f8c61b"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{e}{1}{d}, put Dark Knight into the Break Zone: Choose 1 Forward. Until the end of the turn, it gains +1000 power for each point of damage you have received."], "name": "Dark Knight", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-070C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-070", "current_price": {"date": "2019-03-16T17:56:16.397511Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5107879308689408, "element": "Earth", "type": "Backup", "octgn_id": "857a075e-afba-4e08-85e1-430f73a34e81"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Undead Princess enters the field, choose 1 Forward. If your opponent doesn't pay 3, it cannot attack or block this turn.", "Put 2 Earth Backups into the Break Zone: Play Undead Princess onto the field *dull*. You can only use this ability if Undead Princess is in the Break Zone."], "name": "Undead Princess", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-071H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Undead", "cost": 2, "serial_number": "8-071", "current_price": {"date": "2019-03-16T17:56:16.462240Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5744435908313088, "element": "Earth", "type": "Forward", "octgn_id": "fbab4760-6429-4389-8848-ad6468f82762"}, {"category": "XV", "is_ex_burst": true, "abilities": ["{x} When Ignis enters the field, you may *search* for 1 ~Card Name Noctis~ and add it to your hand.", "The ~Category XV~ Forwards other than Ignis you control gain +1000 power and *Brave*.", "%Overwhelm% {s}{e}: Choose 1 Forward. Deal it 4000 damage for each ~Category XV~ Forward you control."], "name": "Ignis", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-072R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Retainer", "cost": 5, "serial_number": "8-072", "current_price": {"date": "2019-03-16T17:56:16.551819Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5071701524086784, "element": "Earth", "type": "Forward", "octgn_id": "7cb54645-5be0-4ad2-b5ad-254d1b1ca895"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Machinist enters the field, choose 1 *dull* Forward. Break it."], "name": "Machinist", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-073C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 5, "serial_number": "8-073", "current_price": {"date": "2019-03-16T17:56:16.624933Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6309980055535616, "element": "Earth", "type": "Backup", "octgn_id": "781caa50-5397-48cf-84c4-3f25f989afdb"}, {"category": "XV", "is_ex_burst": false, "abilities": ["You can only pay with Earth CP to play Gladiolus onto the field.", "If you control ~Card Name Noctis~, the cost for playing Gladiolus onto the field is reduced by 2.", "%Cyclone% {s}{e}{e}{2}{d}: Deal 7000 damage to all the Forwards opponent controls."], "name": "Gladiolus", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-074H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Retainer", "cost": 4, "serial_number": "8-074", "current_price": {"date": "2019-03-16T17:56:16.683924Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5091666243354624, "element": "Earth", "type": "Forward", "octgn_id": "6c7dde73-9cbe-4664-a02c-43f3f60e46cb"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Graham is put from the field into the Break Zone, choose 1 Forward opponent controls. If you have received 4 points of damage or more, break it."], "name": "Graham", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-075C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Dark Knight", "cost": 5, "serial_number": "8-075", "current_price": {"date": "2019-03-16T17:56:16.782099Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6282677854404608, "element": "Earth", "type": "Forward", "octgn_id": "13edbacb-3491-4f00-b7f6-73287ab1c47b"}, {"category": "FFL", "is_ex_burst": true, "abilities": ["{x} When Glaive enters the field, you may *search* for 1 ~Card Name Sol~ or ~Card Name Diana~ and add it to your hand.", "The ~Category FFL~ Forwards other than Glaive you control gain +2000 power."], "name": "Glaive", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-076H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Darkness", "cost": 5, "serial_number": "8-076", "current_price": {"date": "2019-03-16T17:56:16.882656Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6328855631495168, "element": "Earth", "type": "Forward", "octgn_id": "2ace754b-23a5-4652-9b8b-b899cdd01d80"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Until the end of the turn, it gains +1000 power for each Earth Backup you control."], "name": "Titan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-077C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "8-077", "current_price": {"date": "2019-03-16T17:56:16.940501Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6204483512041472, "element": "Earth", "type": "Summon", "octgn_id": "3077edbb-3bbc-416c-a989-b87dd2de0e08"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["If you control a ~Job Warrior of Darkness~ other than Nacht, Nacht gains +1000 power and *Brave*.", "{X}{X}: Choose 1 Forward or Monster. If its cost is X, break it. You can only use this ability during your turn and only once per turn.", "%Ebony Slash% {s}{e}{e}: Choose 1 Forward. Deal it 8000 damage."], "name": "Nacht", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-078L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Warrior of Darkness", "cost": 4, "serial_number": "8-078", "current_price": {"date": "2019-03-16T17:56:16.995280Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5192045769523200, "element": "Earth", "type": "Forward", "octgn_id": "6bff46b9-8740-4a22-8efa-960554f85719"}, {"category": "XV", "is_ex_burst": true, "abilities": ["{x} When Noctis enters the field, reveal the top 2 cards of your deck. Add 1 ~Category XV~ card among them to your hand and return the other cards to the bottom of your deck in any order.", "%Warp-strike% {s}{e}: Choose 1 Monster. Break it."], "name": "Noctis", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-079H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Prince", "cost": 2, "serial_number": "8-079", "current_price": {"date": "2019-03-16T17:56:17.072434Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6276192286015488, "element": "Earth", "type": "Forward", "octgn_id": "4af54771-5f96-49ec-8b4c-aae3a6c02f85"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["When Luminous Puma enters the field, choose 1 Forward in your Break Zone. Add it to your hand.", "Put Luminous Puma into the Break Zone: Choose 1 Forward or Backup in your Break Zone. Add it to your hand."], "name": "Luminous Puma", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-080C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Razorclaw", "cost": 5, "serial_number": "8-080", "current_price": {"date": "2019-03-16T17:56:17.134819Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5736662520823808, "element": "Earth", "type": "Monster", "octgn_id": "957fbe79-0087-41f0-85ba-08c3d2ef357d"}, {"category": "IX", "is_ex_burst": false, "abilities": ["If you cast Fenrir, you may pay an extra {2}.", "Choose 1 Light Forward or Dark Forward. Break it. If you paid the extra cost, remove it from the game instead."], "name": "Fenrir", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-081R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "8-081", "current_price": {"date": "2019-03-16T17:56:17.251694Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6232545553285120, "element": "Earth", "type": "Summon", "octgn_id": "b38be12c-5e59-4ade-b193-9888606a2a12"}, {"category": "XV", "is_ex_burst": true, "abilities": ["{x} When Prompto enters the field, choose 1 Forward opponent controls. If your opponent controls 4 or more Forwards, remove it from the game.", "When Prompto enters the field, choose 1 Forward opponent controls. break it."], "name": "Prompto", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-082R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Retainer", "cost": 6, "serial_number": "8-082", "current_price": {"date": "2019-03-16T17:56:17.307398Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5075323456585728, "element": "Earth", "type": "Backup", "octgn_id": "35352ac1-27e3-4285-865e-3d63e5e436f5"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["Choose 1 Backup of cost 3 or more. Break it."], "name": "Hecatoncheir", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-083C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "8-083", "current_price": {"date": "2019-03-16T17:56:17.377787Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6250379700338688, "element": "Earth", "type": "Summon", "octgn_id": "4ce7d733-8cce-45fe-b1bb-4668d9b06b1b"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Libroarian enters the field, remove the top 4 cards of your deck from the game.", "At the end of your turn, add 1 card removed by the previous effect to your hand. Then, if there are no more cards removed by the previous effect left, put Libroarian into the Break Zone."], "name": "Libroarian", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-084R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Libroarian", "cost": 5, "serial_number": "8-084", "current_price": {"date": "2019-03-16T17:56:17.442358Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5133643072667648, "element": "Earth", "type": "Monster", "octgn_id": "fc30c096-3dc7-4099-a7aa-db8821b7d6f7"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} When Marlene enters the field, choose 1 ~Card Name Aerith~ or ~Card Name Cloud~ or ~Card Name Tifa~ or ~Card Name Barret~ in your Break Zone. Add it to your hand."], "name": "Marlene", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-085C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Girl", "cost": 4, "serial_number": "8-085", "current_price": {"date": "2019-03-16T17:56:17.513682Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5080376619827200, "element": "Earth", "type": "Backup", "octgn_id": "9735f078-223e-4897-a584-8ec3c83ca474"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["*Brave*", "If Moogle Knight is dealt damage by a Forward, reduce the damage by 3000 instead.", "If a Forward forming a party with Moogle Knight receives damage, reduce the damage by 3000 instead."], "name": "Moogle Knight", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-086C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "8-086", "current_price": {"date": "2019-03-16T17:56:17.580088Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5134323590103040, "element": "Earth", "type": "Forward", "octgn_id": "ee72cad7-4629-4ba4-943e-541d3c05f978"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}, put Monk into the Break Zone: Choose 1 Forward. Until the end of the turn, it gains +3000 power and *Brave*. You can only use this ability during your Main Phase."], "name": "Monk", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-087C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Standard Unit", "cost": 2, "serial_number": "8-087", "current_price": {"date": "2019-03-16T17:56:17.691595Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5115137300103168, "element": "Earth", "type": "Backup", "octgn_id": "d45f18e6-2663-4307-b92f-6817cd9e1e9c"}, {"category": "DFF-FFCC", "is_ex_burst": false, "abilities": ["{d}, put Layle into the Break Zone: Choose 1 Summon of cost 4 or less. Cancel its effect."], "name": "Layle", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-088C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Crystal Bearer", "cost": 2, "serial_number": "8-088", "current_price": {"date": "2019-03-16T17:56:17.798509Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5124957742825472, "element": "Earth", "type": "Backup", "octgn_id": "92b39369-1fcb-4dc8-991b-d4dadfb7aedb"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} When Ark Angel EV enters the field, choose 1 *active* Forward opponent controls. *Dull* it and deal it 2000 damage.", "{5}: During this turn, the next damage dealt to Ark Angel EV by a Forward becomes 0 instead."], "name": "Ark Angel EV", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-089R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ark Angel", "cost": 4, "serial_number": "8-089", "current_price": {"date": "2019-03-16T17:56:17.879222Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6317515542102016, "element": "Lightning", "type": "Forward", "octgn_id": "eb82bdf9-614c-4d45-9490-165566637802"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["The ~Card Name Alphinaud~ you control gains +1000 power.", "{d}: Choose 1 ~Card Name Alphinaud~ you control. It gains *Haste* until the end of the turn."], "name": "Alisaie", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-090C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 2, "serial_number": "8-090", "current_price": {"date": "2019-03-16T17:56:17.931703Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6493717414281216, "element": "Lightning", "type": "Backup", "octgn_id": "516c2c88-3a22-4490-b346-bb53235edbf1"}, {"category": "FFL", "is_ex_burst": true, "abilities": ["{x} When Alba enters the field, choose up to the same number of Forwards opponent controls as the ~Job Warrior of Darkness~ you control. *Dull* them.", "If your opponent controls 2 or more *dull* Forwards, Alba gains *Haste* and \"Alba cannot be chosen by your opponent's Summons or abilities.\""], "name": "Alba", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-091H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Darkness", "cost": 3, "serial_number": "8-091", "current_price": {"date": "2019-03-16T17:56:18.093000Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5172994301231104, "element": "Lightning", "type": "Forward", "octgn_id": "afda00ee-a5e0-4137-9e12-148b7d342779"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Alphinaud attacks, *dull* all the Forwards with a power equal or inferior to Alphinaud's opponent controls."], "name": "Alphinaud", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-092C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 2, "serial_number": "8-092", "current_price": {"date": "2019-03-16T17:56:18.162966Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5167538954567680, "element": "Lightning", "type": "Forward", "octgn_id": "05b7d7cc-231a-4413-9b32-7d1345cdc03d"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["When Electric Jellyfish enters the field, choose 1 Forward. It gains *Haste* until the end of the turn.", "Put Electric Jellyfish into the Break Zone: Choose 1 Forward. *Dull* it."], "name": "Electric Jellyfish", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-093C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Electric Jelyfish", "cost": 2, "serial_number": "8-093", "current_price": {"date": "2019-03-16T17:56:18.255000Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6254663359791104, "element": "Lightning", "type": "Monster", "octgn_id": "b6287d8e-7f08-4d1e-b2e9-0614dc073505"}, {"category": "FFTA", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Break it."], "name": "Odin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-094C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 7, "serial_number": "8-094", "current_price": {"date": "2019-03-16T17:56:18.315350Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6208120577589248, "element": "Lightning", "type": "Summon", "octgn_id": "eca26d6f-14cc-46e2-9da2-c10679caf317"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{l}{l}{d}, put Black Mage into the Break Zone: Choose 1 Lightning Summon in your Break Zone. Add it to your hand."], "name": "Black Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-095C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-095", "current_price": {"date": "2019-03-16T17:56:18.401561Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6245571383787520, "element": "Lightning", "type": "Backup", "octgn_id": "22b8fbce-2da9-4235-a5c9-b9a200d74394"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Sakura enters the field, choose 1 *active* Forward opponent controls. Deal it 8000 damage.", "*Dull* 5 *active* Lightning Backups: Choose 1 Forward. Break it."], "name": "Sakura", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-096L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Sage", "cost": 5, "serial_number": "8-096", "current_price": {"date": "2019-03-16T17:56:18.471573Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6329080949506048, "element": "Lightning", "type": "Forward", "octgn_id": "f22e608f-e060-4149-8e32-4197152084a4"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When a Forward other than Jake enters your field, that Forward gains +4000 power until the end of the turn.", "{d}: Choose 1 Forward. It gains *Haste* until the end of the turn."], "name": "Jake", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-097H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Mercenary", "cost": 4, "serial_number": "8-097", "current_price": {"date": "2019-03-16T17:56:18.526419Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5148878563180544, "element": "Lightning", "type": "Forward", "octgn_id": "57e170bd-641d-4705-b3ec-fd9eef403fe8"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["For each Lightning Backup you control, Shango gains +1000 power."], "name": "Shango", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-098C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Divine General", "cost": 3, "serial_number": "8-098", "current_price": {"date": "2019-03-16T17:56:18.603164Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6325850597228544, "element": "Lightning", "type": "Forward", "octgn_id": "4d9b5b22-9e25-4f0e-b912-6ea3cc3a7ea2"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Summoner enters the field, choose 1 Lightning Forward. Until the end of the turn, it gains *Haste* and *First Strike*."], "name": "Summoner", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-099C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-099", "current_price": {"date": "2019-03-16T17:56:18.668859Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6233779215532032, "element": "Lightning", "type": "Backup", "octgn_id": "3bbe4b6a-d1b1-457a-82df-d8e749e99b16"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["*Back Attack*", "*First Strike*", "When Jinnai enters the field, choose 1 Forward opponent controls. Deal it 4000 damage."], "name": "Jinnai", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-100R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Ninja", "cost": 4, "serial_number": "8-100", "current_price": {"date": "2019-03-16T17:56:18.734422Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5181485954891776, "element": "Lightning", "type": "Forward", "octgn_id": "68599d9e-1755-4132-a05b-0d8f7d9127d1"}, {"category": "FFL", "is_ex_burst": false, "abilities": ["When Diana enters the field, choose 1 ~Category FFL~ Forward other than ~Card Name Diana~ in your Break Zone. Add it to your hand.", "{d}: Choose 1 ~Category FFL~ Forward other than Diana you control. It gains +2000 power until the end of the turn."], "name": "Diana", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-101H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Warrior of Darkness", "cost": 3, "serial_number": "8-101", "current_price": {"date": "2019-03-16T17:56:18.796470Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5763250918522880, "element": "Lightning", "type": "Forward", "octgn_id": "53015478-1d49-4ce0-8e53-1c59cc03260d"}, {"category": "FFCC", "is_ex_burst": false, "abilities": ["Each turn, at the beginning of Main Phase 1, if neitehr player controls Forwards, put Death Machine into the Break Zone.", "At the end of your turn, choose 1 Forward opponent controls. Break it.", "At the end of your opponent's turn, select 1 Forward you control. Put it into the Break Zone."], "name": "Death Machine", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-102R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "War Machine", "cost": 5, "serial_number": "8-102", "current_price": {"date": "2019-03-16T17:56:18.973981Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5654577105862656, "element": "Lightning", "type": "Monster", "octgn_id": "9419dee6-5cb3-4544-b4b3-f1d78dc3e4f0"}, {"category": "MOBIUS", "is_ex_burst": false, "abilities": ["You can only pay with CP produced by Backups to cast Raiden.", "Choose 1 Forward. Break it."], "name": "Raiden", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-103R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "8-103", "current_price": {"date": "2019-03-16T17:56:19.152220Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6292521651011584, "element": "Lightning", "type": "Summon", "octgn_id": "7cd2e668-6b38-4a6f-a33f-2a812d9247ef"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} Choose 1 *active* Forward. Deal it 5000 damage and 1000 more damage for each Lightning Backup you control."], "name": "Ramuh", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-104C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 4, "serial_number": "8-104", "current_price": {"date": "2019-03-16T17:56:19.226788Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4875302970851328, "element": "Lightning", "type": "Summon", "octgn_id": "2ac19132-dc31-426c-b520-ab8632e8b930"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Lid enters the field, choose 1 Lightning Character in your Break Zone. Add it to your hand.", "{d}, discard 3 cards: Choose 1 *active* Forward. Deal it 8000 damage."], "name": "Lid", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-105H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Engineer", "cost": 4, "serial_number": "8-105", "current_price": {"date": "2019-03-16T17:56:19.281367Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6254975852216320, "element": "Lightning", "type": "Backup", "octgn_id": "4919592e-6033-4b9e-a2b2-0088eba90a2f"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If you control 3 or more ~Job Dragoon~ or ~Card Name Dragoon~, Dragoon gains *Haste* and *First Strike*."], "name": "Dragoon", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-106C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 4, "serial_number": "8-106", "current_price": {"date": "2019-03-16T17:56:19.334207Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6226987127406592, "element": "Lightning", "type": "Forward", "octgn_id": "ed8a267f-7a27-4d3b-8939-f46ea6dcb606"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["The cost required to play Dragoon onto the field is reduced by 1 for each ~Job Dragoon~ or ~Card Name Dragoon~ you control (it cannot become 0)."], "name": "Dragoon", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-107C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "8-107", "current_price": {"date": "2019-03-16T17:56:19.397919Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4868817402462208, "element": "Lightning", "type": "Forward", "octgn_id": "2d25b8af-1510-4909-ace2-cd0b39e49cb8"}, {"category": "VII", "is_ex_burst": false, "abilities": ["{d}: Choose 1 ~Card Name Rufus~ or ~Job Member of the Turks~ you control. It gains +1000 power until the end of the turn.", "%Grand Spark% {s}{l}{l}{l}{4}{d}: Deal 8000 damage to all the *active* Forwards. You can only use this ability if you control ~Card Name Reno~."], "name": "Rude", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-108R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Member of the Turks", "cost": 2, "serial_number": "8-108", "current_price": {"date": "2019-03-16T17:56:19.515360Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5188541613080576, "element": "Lightning", "type": "Backup", "octgn_id": "2e98a52b-bb35-4ffc-9cb4-13a7898e2025"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} When Rufus enters the field, you may *search* for 1 ~Job Member of the Turks~ and add it to your hand.", "When Rufus or a ~Job Member of the Turks~ you control is put from the field into the Break Zone, choose 1 *active* Forward opponent controls. Deal it 5000 damage."], "name": "Rufus", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-109L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "President of Shinra", "cost": 4, "serial_number": "8-109", "current_price": {"date": "2019-03-16T17:56:19.584679Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5173712567402496, "element": "Lightning", "type": "Forward", "octgn_id": "95f75eb2-8f12-480c-b6e9-fb4bbff22af9"}, {"category": "VII", "is_ex_burst": false, "abilities": ["{d}, put Reno into the Break Zone: Choose 1 *active* Forward. Deal it 3000 damage.", "%Turk Light% {s}{d}: Choose 1 Forward. *Dull* it."], "name": "Reno", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-110R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Member of the Turks", "cost": 2, "serial_number": "8-110", "current_price": {"date": "2019-03-16T17:56:19.705434Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4825170669731840, "element": "Lightning", "type": "Backup", "octgn_id": "134ee422-3884-4563-9274-00a4a329b6de"}, {"category": "IX", "is_ex_burst": false, "abilities": ["Select 1 of the 2 following actions.", "\"Choose 1 Forward of cost 3 or less opponent controls. Return it to its owner's hand.\"", "\"Choose 1 Monster of cost 3 or less opponent controls. Return it to its owner's hand.\""], "name": "Alexander", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-111R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "", "cost": 1, "serial_number": "8-111", "current_price": {"date": "2019-03-16T17:56:19.767508Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6201223363428352, "element": "Water", "type": "Summon", "octgn_id": "385ec8f2-c66e-46ca-86fc-5579244034a0"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Eiko enters the field, you may *search* for 1 Summon and add it to your hand.", "When Eiko is put from the field into the Break Zone, draw 1 card."], "name": "Eiko", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-112R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Summoner", "cost": 5, "serial_number": "8-112", "current_price": {"date": "2019-03-16T17:56:19.831158Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4843004816785408, "element": "Water", "type": "Forward", "octgn_id": "5185b6e9-1fba-40fc-a1cc-528201ae4daf"}, {"category": "IX", "is_ex_burst": true, "abilities": ["{x} When Garnet enters the field, choose 1 Forward. *Activate* it.", "If a Forward you control is dealt damage by a Summon, reduce the damage by 5000 instead."], "name": "Garnet", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-113C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Summoner", "cost": 2, "serial_number": "8-113", "current_price": {"date": "2019-03-16T17:56:19.890895Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6259542979510272, "element": "Water", "type": "Forward", "octgn_id": "a91d2d7d-b088-42dc-8284-092ab2c3fadb"}, {"category": "IX", "is_ex_burst": false, "abilities": ["Remove the top 5 cards of your deck from the game: Until the end of the turn, Quina gains +2000 power and Quina cannot be chosen by your opponent's abilities. You can only use this ability once per turn."], "name": "Quina", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-114H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Blue Mage", "cost": 4, "serial_number": "8-114", "current_price": {"date": "2019-03-16T17:56:19.946980Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6206276526669824, "element": "Water", "type": "Forward", "octgn_id": "79a08b32-deed-4187-b147-031eb8ed07f9"}, {"category": "DFF-IX", "is_ex_burst": false, "abilities": ["If you have 6 or more cards in your hand, Zidane cannot be blocked.", "When Zidane deals damage to your opponent, draw 2 cards.", "Solution 9 {s}{a}{a}: Choose 1 Forward. Until the end of the turn, it loses 2000 power for each card in your hand."], "name": "Zidane", "power": 3000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-115L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Genome", "cost": 2, "serial_number": "8-115", "current_price": {"date": "2019-03-16T17:56:19.999608Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6260223496945664, "element": "Water", "type": "Forward", "octgn_id": "1c18bbb5-cbe3-4cf0-a892-d397e0234628"}, {"category": "XI", "is_ex_burst": false, "abilities": ["If a Forward you control receives 1000 damage, the damage becomes 0 instead."], "name": "Shamonde P Grauche", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-116R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Archbishop", "cost": 2, "serial_number": "8-116", "current_price": {"date": "2019-03-16T17:56:20.056745Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6241037206945792, "element": "Water", "type": "Backup", "octgn_id": "71a9203c-0823-42e9-b942-740d55c4ef13"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{a}{d}, put White Mage into the Break Zone: *Activate* all the Forwards you control."], "name": "White Mage", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-117C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-117", "current_price": {"date": "2019-03-16T17:56:20.127665Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6250857649668096, "element": "Water", "type": "Backup", "octgn_id": "11c6f39e-42f6-44fe-9457-3a24405796fa"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Steiner or a ~Category IX~ Character enters your field, *activate* Steiner.", "{d}: Choose 1 Forward. It gains +1000 power until the end of the turn. During this turn, the next damage dealt to it is reduced by 1000 instead."], "name": "Steiner", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-118H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "8-118", "current_price": {"date": "2019-03-16T17:56:20.185739Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4910140658548736, "element": "Water", "type": "Forward", "octgn_id": "6397ab9a-9f6e-4418-9780-77b3e764bb66"}, {"category": "VI", "is_ex_burst": false, "abilities": ["{a}{d}, put Strago into the Break Zone: Choose 1 ~Card Name Relm~ of cost 2 or less in your Break Zone. Play it onto the field. You can only use this ability during your turn."], "name": "Strago", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-119C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Blue Mage", "cost": 2, "serial_number": "8-119", "current_price": {"date": "2019-03-16T17:56:20.237874Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4664130065661952, "element": "Water", "type": "Backup", "octgn_id": "1d783e69-49c6-4d47-bd3b-1d3fbc964d19"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{a}: Reveal the top card of your deck. If it is a Water card, Astrologian gains +3000 power until the end of the turn. You can only use this ability once per turn."], "name": "Astrologian", "power": 6000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-120C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "8-120", "current_price": {"date": "2019-03-16T17:56:20.299588Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6257037168082944, "element": "Water", "type": "Forward", "octgn_id": "a29a2a9f-2daf-40f4-8b0d-3a06d2635f8f"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{a}{d}, put Paladin into the Break Zone: Choose 1 Forward you control and 1 other Forward you control. During this turn, the next damage dealt to the former is received by the latter instead."], "name": "Paladin", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-121C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 2, "serial_number": "8-121", "current_price": {"date": "2019-03-16T17:56:20.355318Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6329781700263936, "element": "Water", "type": "Backup", "octgn_id": "c29f9a8a-85fb-4e87-8bd0-01fe36510292"}, {"category": "FFL", "is_ex_burst": true, "abilities": ["{x} When Gramps enters the field, draw 1 card."], "name": "Gramps", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-122R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Elderly Man", "cost": 4, "serial_number": "8-122", "current_price": {"date": "2019-03-16T17:56:20.424166Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6266283528028160, "element": "Water", "type": "Backup", "octgn_id": "b5ca6686-e00c-4033-84a1-024d3a3493a5"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Nichol enters the field, choose up to 2 Forwards opponent controls. They lose 1000 power for each Water backup you control until the end of the turn.", "{a}{d}: All the Water Forwards you control gain +1000 power until the end of the turn."], "name": "Nichol", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-123H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Nichol", "cost": 4, "serial_number": "8-123", "current_price": {"date": "2019-03-16T17:56:20.539326Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6298894208073728, "element": "Water", "type": "Forward", "octgn_id": "427530ee-c809-474a-b6ac-b2fba146e1eb"}, {"category": "FFTA", "is_ex_burst": false, "abilities": ["{a}{d}, put Ninja into the Break Zone: Choose 1 Forward opponent controls. *Activate* it and gain control of it until the end of the turn."], "name": "Ninja", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-124C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Standard Unit", "cost": 3, "serial_number": "8-124", "current_price": {"date": "2019-03-16T17:56:20.592773Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5137328624369664, "element": "Water", "type": "Forward", "octgn_id": "5da85272-1850-4891-b6a7-c5a5120f721f"}, {"category": "FFT", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. *Activate* it. Draw 1 card."], "name": "Fairy", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-125C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 2, "serial_number": "8-125", "current_price": {"date": "2019-03-16T17:56:20.683579Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6293438861410304, "element": "Water", "type": "Summon", "octgn_id": "ffcc2a23-c844-4b63-bf85-34b01a1677c1"}, {"category": "IX", "is_ex_burst": false, "abilities": ["If you control a ~Job Dragoon~ or a ~Card Name Dragoon~ other than Freya, Freya gains *Haste*.", "When Freya enters the field or attacks, choose 1 Forward opponent controls. It loses 2000 power until the end of the turn."], "name": "Freya", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-126H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "Dragoon", "cost": 3, "serial_number": "8-126", "current_price": {"date": "2019-03-16T17:56:20.740662Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5098254018543616, "element": "Water", "type": "Forward", "octgn_id": "5194514e-bc43-4300-ab8f-11b15a96c79b"}, {"category": "IX", "is_ex_burst": false, "abilities": ["When Whale Zombie enters the field, draw 1 card.", "Put Whale Zombie into the Break Zone: Look at the top 2 cards of your deck. Return these to the top and/or bottom of your deck in any order."], "name": "Whale Zombie", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-127C_eg.jpg", "rarity": "Common", "is_multi_playable": true, "job": "Undead", "cost": 2, "serial_number": "8-127", "current_price": {"date": "2019-03-16T17:56:20.867304Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4847288476237824, "element": "Water", "type": "Monster", "octgn_id": "e1b55698-56e5-4e38-97f1-01927ef7e7cd"}, {"category": "IX", "is_ex_burst": false, "abilities": ["The power of Forwards cannot be increased by Summons or abilities."], "name": "Meltigemini", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-128R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Demon", "cost": 2, "serial_number": "8-128", "current_price": {"date": "2019-03-16T17:56:20.930191Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6197084390686720, "element": "Water", "type": "Monster", "octgn_id": "202558bc-4570-41f7-b99e-733a1e6cb857"}, {"category": "MOBIUS-XI", "is_ex_burst": false, "abilities": ["If you don't control any Forwards, the cost for playing Lion onto the field is reduced by 1.", "When Lion attacks, draw 1 card, then discard 1 card from your hand."], "name": "Lion", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-129R_eg.jpg", "rarity": "Rare", "is_multi_playable": false, "job": "Girl", "cost": 4, "serial_number": "8-129", "current_price": {"date": "2019-03-16T17:56:20.983114Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6263433045475328, "element": "Water", "type": "Forward", "octgn_id": "c7162c51-18f2-4d65-b6c8-dc6e883c32ab"}, {"category": "XI", "is_ex_burst": true, "abilities": ["{x} Choose 1 Forward. Until the end of the turn, it loses 1000 power for each Water Character you control."], "name": "Leviathan", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-130C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "", "cost": 3, "serial_number": "8-130", "current_price": {"date": "2019-03-16T17:56:21.039386Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4838196500234240, "element": "Water", "type": "Summon", "octgn_id": "ffa17f7f-6731-4561-9580-9221bbb8895f"}, {"category": "VI", "is_ex_burst": true, "abilities": ["{x} When Relm enters the field, choose 1 Monster. Return it to its owner's hand."], "name": "Relm", "power": 5000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-131C_eg.jpg", "rarity": "Common", "is_multi_playable": false, "job": "Pictomancer", "cost": 2, "serial_number": "8-131", "current_price": {"date": "2019-03-16T17:56:21.093184Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4921706065952768, "element": "Water", "type": "Forward", "octgn_id": "6e63de7c-7de2-4f7d-b0c7-abf910129480"}, {"category": "XV", "is_ex_burst": false, "abilities": ["If you control a ~Category XV~ Forward, the cost for playing Lunafreya onto the field is reduced by 1.", "During your opponent's turn, when a Forward other than Light and Dark you control is put from the field into the Break Zone, you may put Lunafreya into the Break Zone. If you do so, play the Forward placed in the Break Zone onto the field *dull*."], "name": "Lunafreya", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-132L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Oracle", "cost": 4, "serial_number": "8-132", "current_price": {"date": "2019-03-16T17:56:21.160599Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6323774148313088, "element": "Water", "type": "Backup", "octgn_id": "d625a414-1130-4fe1-8124-305340fc8cfa"}, {"category": "IX", "is_ex_burst": false, "abilities": ["You can only case Madeen during your turn.", "If you have received 5 points of damage or more, the cost required to cast Madeen is reduced by 2.", "Deal 9000 damage to all the Forwards."], "name": "Madeen", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-133H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 8, "serial_number": "8-133", "current_price": {"date": "2019-03-16T17:56:21.217192Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4918475713675264, "element": "Light", "type": "Summon", "octgn_id": "723c1df0-c6ea-42fd-b821-49b4eccef954"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Rain attacks, until the end of the turn, all the Forwards you control gain +2000 power and all the Forwards opponent controls lose 2000 power.", "%Leadership% {s}: All the Forwards you control gain *Haste* until the end of the turn.", "%Undermine%{s}{2}: All the Forwards opponent controls lose 4000 power until the end of the turn."], "name": "Rain", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-134L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Knight", "cost": 3, "serial_number": "8-134", "current_price": {"date": "2019-03-16T17:56:21.298000Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4826404331978752, "element": "Light", "type": "Forward", "octgn_id": "dee9c995-8438-4704-9add-f26af37b5acc"}, {"category": "IX", "is_ex_burst": false, "abilities": ["You can only cast Ark during your turn.", "All the Forwards lose 8000 power until the end of the turn. Draw 1 card for each Forward whose power became 0 or less due to the previous effect."], "name": "Ark", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-135H_eg.jpg", "rarity": "Hero", "is_multi_playable": false, "job": "", "cost": 10, "serial_number": "8-135", "current_price": {"date": "2019-03-16T17:56:21.355729Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6307385861734400, "element": "Dark", "type": "Summon", "octgn_id": "596c007d-2eab-4888-ae9c-d860efd5a82c"}, {"category": "FFBE", "is_ex_burst": false, "abilities": ["When Veritas of the Dark enters the field, your opponent selects 1 Forward he/she controls. Put it into the Break Zone.", "When Veritas of the Dark is put from the field into the Break Zone, your opponent selects 1 Character he/she controls. Put it into the Break Zone."], "name": "Veritas of the Dark", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-136L_eg.jpg", "rarity": "Legend", "is_multi_playable": false, "job": "Veritas", "cost": 6, "serial_number": "8-136", "current_price": {"date": "2019-03-16T17:56:21.435418Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5190106893778944, "element": "Dark", "type": "Forward", "octgn_id": "ae328713-5269-44c2-974c-75c7027d84c9"}, {"category": "XIV", "is_ex_burst": true, "abilities": ["{x} When Gosetsu enters the field, you may *search* for 1 ~Card Name Hien~ or ~Card Name Yugiri~ and add it to your hand."], "name": "Gosetsu", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-137S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Samurai", "cost": 3, "serial_number": "8-137", "current_price": {"date": "2019-03-16T17:56:21.567000Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6197601430929408, "element": "Fire", "type": "Backup", "octgn_id": "a1c6862c-4ba6-4ad3-b665-719a3c647896"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If you control a ~Job Samurai~ other than Hien, Hien gains +1000 power and *Brave*.", "When a ~Job Samurai~ Forward you control attacks, all the Forwards you control gain +1000 power until the end of the turn."], "name": "Hien", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-138S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Samurai", "cost": 4, "serial_number": "8-138", "current_price": {"date": "2019-03-16T17:56:21.650516Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5130626831220736, "element": "Fire", "type": "Forward", "octgn_id": "015bd552-e3aa-4e8b-bb8a-207c09a58528"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["You cannot play Lyse or ~Card Name Yda~ while already in control of either Character.", "The Forwards other than Lyse you control gain +1000 power. If you have received 5 points of damage or more, the Forwards you control gain +2000 power instead.", "%Dragon Kick% {s}{d}: Choose 1 Forward. Deal it 8000 damage."], "name": "Lyse", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-139S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 3, "serial_number": "8-139", "current_price": {"date": "2019-03-16T17:56:21.726652Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6217566150197248, "element": "Fire", "type": "Forward", "octgn_id": "e3c536ee-55ff-4fa3-b08c-6da32bf8a2c0"}, {"category": "VII", "is_ex_burst": false, "abilities": ["The ~Card Name Yuffie~ you control gains +1000 power.", "{d}: Choose 1 attacking ~Card Name Yuffie~ you control. It gains *First Strike* until the end of the turn."], "name": "Godo", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-140S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Mighty God", "cost": 2, "serial_number": "8-140", "current_price": {"date": "2019-03-16T17:56:21.801977Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 6001202877693952, "element": "Wind", "type": "Backup", "octgn_id": "5b6357d9-555b-4f62-a6ca-d24f5e8bab0e"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Yuffie enters the field, you may pay {X}. If you do so, *search* for 1 ~Card Name Red XIII~ of cost X or less and play it onto the field."], "name": "Yuffie", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-141S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Ninja", "cost": 4, "serial_number": "8-141", "current_price": {"date": "2019-03-16T17:56:21.897000Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4921480747941888, "element": "Wind", "type": "Forward", "octgn_id": "7f077b9c-8072-4766-80ba-5f944313aea1"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control ~Card Name Yuffie~, Red XIII gains *Haste* and *First Strike*."], "name": "Red XIII", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-142S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Warrior", "cost": 3, "serial_number": "8-142", "current_price": {"date": "2019-03-16T17:56:21.953782Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4819612243853312, "element": "Wind", "type": "Forward", "octgn_id": "407d71a7-1ff7-42a6-a3e0-5fe92cb017ae"}, {"category": "VII", "is_ex_burst": false, "abilities": ["When Cloud enters the field, choose 1 Forward. If you control 4 or more ~Category VII~ Forwards, break it.", "When a ~Category VII~ Forward you control blocks, it gains +1000 power until the end of the turn."], "name": "Cloud", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-143S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "SOLDIER", "cost": 3, "serial_number": "8-143", "current_price": {"date": "2019-03-16T17:56:22.012000Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5994717309304832, "element": "Earth", "type": "Forward", "octgn_id": "84c9d561-9f38-4750-b31f-f93f14bdd77e"}, {"category": "VII", "is_ex_burst": false, "abilities": ["If you control a ~Card Name Cloud~ Forward, the cost for playing Tifa onto the field is reduced by 2.", "*Brave*", "%Final Heaven% {s}{e}{d}: Choose 1 *dull* Forward. Deal it 10000 damage."], "name": "Tifa", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-144S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Martial Artist", "cost": 4, "serial_number": "8-144", "current_price": {"date": "2019-03-16T17:56:22.123083Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5171458246443008, "element": "Earth", "type": "Forward", "octgn_id": "7fc5b0ab-5ec5-400b-bfaf-18d4f0886701"}, {"category": "VII", "is_ex_burst": true, "abilities": ["{x} When Barret attacks, reveal the top 4 cards of your deck. Add 1 ~Category VII~ Character among them to your hand and return the other cards to the bottom of your deck in any order."], "name": "Barret", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-145S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Avalanche Operative", "cost": 5, "serial_number": "8-145", "current_price": {"date": "2019-03-16T17:56:22.187757Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5951070576574464, "element": "Earth", "type": "Forward", "octgn_id": "a635f7f4-c9e7-4181-88b4-2d0a70446058"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["{d}: Choose 1 attacking ~Category XIV~ Forward you control. It gains *First Strike* until the end of the turn."], "name": "Thancred", "power": null, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-146S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Scion of the Seventh Dawn", "cost": 2, "serial_number": "8-146", "current_price": {"date": "2019-03-16T17:56:22.246162Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4793848479875072, "element": "Lightning", "type": "Backup", "octgn_id": "dc510165-8138-4df6-9ee3-4a1f2811573d"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["When Fordola enters the field, choose 1 Backup you control. You may remove it from the game. If you do so, Fordola gains +1000 power, *Haste*, *First Strike*, and *Brave*. (This effect does not end at the end of the turn.)"], "name": "Fordola", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-147S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Commander", "cost": 4, "serial_number": "8-147", "current_price": {"date": "2019-03-16T17:56:22.343639Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 5132356864180224, "element": "Lightning", "type": "Forward", "octgn_id": "389b6590-8aba-4edf-afe9-1b0a6d372e68"}, {"category": "XIV", "is_ex_burst": false, "abilities": ["If your opponent doesn't control Forwards, Yugiri gains *Haste*.", "{l}{l}{2}: Break the Forward that blocks Yugiri."], "name": "Yugiri", "power": 4000, "image": "https://storage.googleapis.com/ffdecks-card-images-qas/8-148S_eg.jpg", "rarity": "Starter", "is_multi_playable": false, "job": "Ninja", "cost": 2, "serial_number": "8-148", "current_price": {"date": "2019-03-16T17:56:22.410203Z", "foil_low_price": "N/A", "foil_market_price": "N/A", "regular_low_price": "N/A", "regular_market_price": "N/A"}, "datastore_id": 4852848613392384, "element": "Lightning", "type": "Forward", "octgn_id": "63897109-343e-43cd-9045-c46b5c8a0bb9"}, {"category": "VII", "is_ex_burst": false, "abilities": ["%Hell's Gate% {s}{2}{d}: Choose 1 Backup. Break it."], "name": "Sephiroth", "power": 8000, "image": "https://storage.googleapis.com/ffdecks-card-images/001_e325f2ca-2f88-4b57-9a71-325e289c7bd1_1024x1024.jpg", "rarity": "Promo", "is_multi_playable": false, "job": "War Hero", "cost": 4, "serial_number": "PR-001", "current_price": {"date": "2019-01-09T01:01:17.572286Z", "foil_low_price": "N/A", "foil_market_price": "6.14", "regular_low_price": "7.61", "regular_market_price": "3.01"}, "datastore_id": 5756596743307264, "element": "Dark", "type": "Forward", "octgn_id": "239caf79-6f52-4add-ab92-c7e4a4a63b70"}, {"category": "VII", "is_ex_burst": false, "abilities": ["%Limit Break% {s}{e}{1}: Until the end of the turn, Vincent gains +5000 power, *First Strike* and *Brave*."], "name": "Vincent", "power": 7000, "image": "https://storage.googleapis.com/ffdecks-card-images/002_e893fde7-2d4e-4092-9537-56bc87764136_1024x1024.jpg", "rarity": "Promo", "is_multi_playable": false, "job": "Gunslinger", "cost": 3, "serial_number": "PR-002", "current_price": {"date": "2019-01-09T01:00:34.754293Z", "foil_low_price": "3.11", "foil_market_price": "3.32", "regular_low_price": "2.21", "regular_market_price": "2.39"}, "datastore_id": 5681777339269120, "element": "Earth", "type": "Forward", "octgn_id": "4fe8bd0a-c0a3-48e0-90c9-dfce3f32abf0"}, {"category": "XIII", "is_ex_burst": false, "abilities": ["%Legion of One% {s}{l}: *Activate* Lightning. Lightning gains *First Strike* until the end of the turn."], "name": "Lightning", "power": 9000, "image": "https://storage.googleapis.com/ffdecks-card-images/003_9e4346c9-575c-4b18-91ca-980ef5bffe5f_1024x1024.jpg", "rarity": "Promo", "is_multi_playable": false, "job": "Knight", "cost": 5, "serial_number": "PR-003", "current_price": {"date": "2019-01-24T00:03:02.735501Z", "foil_low_price": "15.99", "foil_market_price": "5.38", "regular_low_price": "5.23", "regular_market_price": "3.55"}, "datastore_id": 5638830484881408, "element": "Lightning", "type": "Forward", "octgn_id": "fd009180-bc10-4e7d-bc81-c20892134744"}], "version": 5} \ No newline at end of file diff --git a/frontend/src/views/UserCP.vue b/frontend/src/views/UserCP.vue index 0941a18..05550cf 100644 --- a/frontend/src/views/UserCP.vue +++ b/frontend/src/views/UserCP.vue @@ -4,11 +4,23 @@
user logged in: {{ user.login }}
-