init game files
This commit is contained in:
679
data/cards.json
Normal file
679
data/cards.json
Normal file
@@ -0,0 +1,679 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"cards": [
|
||||
{
|
||||
"id": "1-003C",
|
||||
"name": "Red Mage",
|
||||
"type": "Backup",
|
||||
"element": "Fire",
|
||||
"cost": 2,
|
||||
"power": null,
|
||||
"job": "Standard Unit",
|
||||
"category": "II",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "action",
|
||||
"cost": {
|
||||
"fire": 1,
|
||||
"dull": true
|
||||
},
|
||||
"effect": "Choose 1 Forward. It cannot block this turn."
|
||||
}
|
||||
],
|
||||
"image": "1-003C_eg.jpg"
|
||||
},
|
||||
{
|
||||
"id": "1-005R",
|
||||
"name": "Warrior of Light",
|
||||
"type": "Forward",
|
||||
"element": "Fire",
|
||||
"cost": 2,
|
||||
"power": 5000,
|
||||
"job": "Warrior",
|
||||
"category": "DFF-I",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "If Warrior of Light deals damage to a Forward of cost 4 or more, double the damage instead."
|
||||
}
|
||||
],
|
||||
"image": "1-005R_eg.jpg"
|
||||
},
|
||||
{
|
||||
"id": "1-006H",
|
||||
"name": "Garland",
|
||||
"type": "Forward",
|
||||
"element": "Fire",
|
||||
"cost": 5,
|
||||
"power": 8000,
|
||||
"job": "Knight",
|
||||
"category": "DFF-I",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "Brave"
|
||||
},
|
||||
{
|
||||
"type": "auto",
|
||||
"trigger": "When Garland attacks",
|
||||
"effect": "Garland gains +4000 power until the end of the turn."
|
||||
}
|
||||
],
|
||||
"image": "1-006H_eg.jpg"
|
||||
},
|
||||
{
|
||||
"id": "1-007R",
|
||||
"name": "Gadot",
|
||||
"type": "Forward",
|
||||
"element": "Fire",
|
||||
"cost": 2,
|
||||
"power": 4000,
|
||||
"job": "NORA",
|
||||
"category": "XIII",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"trigger": "When Gadot enters the field",
|
||||
"effect": "You may play 1 Fire Forward of cost 2 or less from your hand onto the field."
|
||||
},
|
||||
{
|
||||
"type": "auto",
|
||||
"trigger": "When Gadot enters the field",
|
||||
"effect": "All the Forwards you control gain +1000 power until the end of the turn."
|
||||
}
|
||||
],
|
||||
"image": "1-007R_eg.jpg"
|
||||
},
|
||||
{
|
||||
"id": "S-001",
|
||||
"name": "Ifrit",
|
||||
"type": "Summon",
|
||||
"element": "Fire",
|
||||
"cost": 4,
|
||||
"power": null,
|
||||
"category": "III",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": true,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"effect": "Choose 1 Forward. Deal it 7000 damage.",
|
||||
"is_ex_burst": true
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-002",
|
||||
"name": "Fire Mage",
|
||||
"type": "Backup",
|
||||
"element": "Fire",
|
||||
"cost": 3,
|
||||
"power": null,
|
||||
"job": "Black Mage",
|
||||
"category": "I",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-003",
|
||||
"name": "Shiva",
|
||||
"type": "Summon",
|
||||
"element": "Ice",
|
||||
"cost": 4,
|
||||
"power": null,
|
||||
"category": "III",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": true,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"effect": "Choose 1 Forward. Dull it and Freeze it.",
|
||||
"is_ex_burst": true
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-004",
|
||||
"name": "Ice Soldier",
|
||||
"type": "Forward",
|
||||
"element": "Ice",
|
||||
"cost": 2,
|
||||
"power": 4000,
|
||||
"job": "Soldier",
|
||||
"category": "VII",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-005",
|
||||
"name": "Cryomancer",
|
||||
"type": "Forward",
|
||||
"element": "Ice",
|
||||
"cost": 4,
|
||||
"power": 7000,
|
||||
"job": "Black Mage",
|
||||
"category": "V",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"trigger": "When Cryomancer enters the field",
|
||||
"effect": "Choose 1 Forward opponent controls. Dull it."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-006",
|
||||
"name": "Ice Scholar",
|
||||
"type": "Backup",
|
||||
"element": "Ice",
|
||||
"cost": 2,
|
||||
"power": null,
|
||||
"job": "Scholar",
|
||||
"category": "III",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-007",
|
||||
"name": "Sylph",
|
||||
"type": "Summon",
|
||||
"element": "Wind",
|
||||
"cost": 2,
|
||||
"power": null,
|
||||
"category": "IV",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"effect": "Choose 1 Forward you control. It gains +2000 power and Haste until the end of the turn."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-008",
|
||||
"name": "Wind Drake",
|
||||
"type": "Forward",
|
||||
"element": "Wind",
|
||||
"cost": 3,
|
||||
"power": 5000,
|
||||
"job": "Dragon",
|
||||
"category": "V",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "Haste"
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-009",
|
||||
"name": "Thief",
|
||||
"type": "Forward",
|
||||
"element": "Wind",
|
||||
"cost": 2,
|
||||
"power": 3000,
|
||||
"job": "Thief",
|
||||
"category": "I",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "Haste"
|
||||
},
|
||||
{
|
||||
"type": "auto",
|
||||
"trigger": "When Thief deals damage to your opponent",
|
||||
"effect": "Draw 1 card."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-010",
|
||||
"name": "Chocobo Rider",
|
||||
"type": "Backup",
|
||||
"element": "Wind",
|
||||
"cost": 2,
|
||||
"power": null,
|
||||
"job": "Chocobo Knight",
|
||||
"category": "XIV",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "action",
|
||||
"cost": {
|
||||
"dull": true
|
||||
},
|
||||
"effect": "Choose 1 Forward you control. It gains Haste until the end of the turn."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-011",
|
||||
"name": "Ramuh",
|
||||
"type": "Summon",
|
||||
"element": "Lightning",
|
||||
"cost": 3,
|
||||
"power": null,
|
||||
"category": "III",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": true,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"effect": "Choose 1 Forward. Deal it 5000 damage.",
|
||||
"is_ex_burst": true
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-012",
|
||||
"name": "Thunder Knight",
|
||||
"type": "Forward",
|
||||
"element": "Lightning",
|
||||
"cost": 3,
|
||||
"power": 6000,
|
||||
"job": "Knight",
|
||||
"category": "T",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "First Strike"
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-013",
|
||||
"name": "Storm Dragoon",
|
||||
"type": "Forward",
|
||||
"element": "Lightning",
|
||||
"cost": 5,
|
||||
"power": 8000,
|
||||
"job": "Dragoon",
|
||||
"category": "IV",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"trigger": "When Storm Dragoon attacks",
|
||||
"effect": "Choose 1 Backup opponent controls. Break it."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-014",
|
||||
"name": "Machinist",
|
||||
"type": "Backup",
|
||||
"element": "Lightning",
|
||||
"cost": 3,
|
||||
"power": null,
|
||||
"job": "Machinist",
|
||||
"category": "XII",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "action",
|
||||
"cost": {
|
||||
"lightning": 1,
|
||||
"dull": true
|
||||
},
|
||||
"effect": "Choose 1 Forward. Deal it 2000 damage."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-015",
|
||||
"name": "Leviathan",
|
||||
"type": "Summon",
|
||||
"element": "Water",
|
||||
"cost": 5,
|
||||
"power": null,
|
||||
"category": "III",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": true,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"effect": "Choose 1 Forward. Return it to its owner's hand.",
|
||||
"is_ex_burst": true
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-016",
|
||||
"name": "Water Mage",
|
||||
"type": "Forward",
|
||||
"element": "Water",
|
||||
"cost": 3,
|
||||
"power": 5000,
|
||||
"job": "Black Mage",
|
||||
"category": "I",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"trigger": "When Water Mage enters the field",
|
||||
"effect": "Draw 1 card."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-017",
|
||||
"name": "Sea Guardian",
|
||||
"type": "Forward",
|
||||
"element": "Water",
|
||||
"cost": 4,
|
||||
"power": 6000,
|
||||
"job": "Guardian",
|
||||
"category": "X",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "The Forwards you control cannot be chosen by your opponent's Summons."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-018",
|
||||
"name": "White Mage",
|
||||
"type": "Backup",
|
||||
"element": "Water",
|
||||
"cost": 2,
|
||||
"power": null,
|
||||
"job": "White Mage",
|
||||
"category": "I",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "action",
|
||||
"cost": {
|
||||
"water": 2,
|
||||
"dull": true
|
||||
},
|
||||
"effect": "Choose 1 Forward you control. It gains +2000 power until the end of the turn."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-019",
|
||||
"name": "Titan",
|
||||
"type": "Summon",
|
||||
"element": "Earth",
|
||||
"cost": 4,
|
||||
"power": null,
|
||||
"category": "III",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": true,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"effect": "Choose 1 Forward. Deal it 6000 damage.",
|
||||
"is_ex_burst": true
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-020",
|
||||
"name": "Stone Golem",
|
||||
"type": "Forward",
|
||||
"element": "Earth",
|
||||
"cost": 4,
|
||||
"power": 8000,
|
||||
"job": "Golem",
|
||||
"category": "V",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-021",
|
||||
"name": "Earth Knight",
|
||||
"type": "Forward",
|
||||
"element": "Earth",
|
||||
"cost": 3,
|
||||
"power": 5000,
|
||||
"job": "Knight",
|
||||
"category": "T",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "Earth Knight cannot be broken by Summons."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-022",
|
||||
"name": "Geomancer",
|
||||
"type": "Backup",
|
||||
"element": "Earth",
|
||||
"cost": 3,
|
||||
"power": null,
|
||||
"job": "Geomancer",
|
||||
"category": "V",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "action",
|
||||
"cost": {
|
||||
"earth": 1,
|
||||
"dull": true
|
||||
},
|
||||
"effect": "Choose 1 Forward you control. It gains +1000 power until the end of the turn."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-023",
|
||||
"name": "Alexander",
|
||||
"type": "Summon",
|
||||
"element": "Light",
|
||||
"cost": 6,
|
||||
"power": null,
|
||||
"category": "VI",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": true,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"effect": "Choose 1 Forward. Break it.",
|
||||
"is_ex_burst": true
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-024",
|
||||
"name": "Paladin",
|
||||
"type": "Forward",
|
||||
"element": "Light",
|
||||
"cost": 5,
|
||||
"power": 8000,
|
||||
"job": "Paladin",
|
||||
"category": "T",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "Brave"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "Paladin cannot be chosen by your opponent's abilities."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-025",
|
||||
"name": "Holy Knight",
|
||||
"type": "Backup",
|
||||
"element": "Light",
|
||||
"cost": 4,
|
||||
"power": null,
|
||||
"job": "Knight",
|
||||
"category": "T",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "The Light Forwards you control gain +1000 power."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-026",
|
||||
"name": "Odin",
|
||||
"type": "Summon",
|
||||
"element": "Dark",
|
||||
"cost": 5,
|
||||
"power": null,
|
||||
"category": "III",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": true,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "auto",
|
||||
"effect": "Choose 1 Forward of cost 4 or less. Break it.",
|
||||
"is_ex_burst": true
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-027",
|
||||
"name": "Dark Knight",
|
||||
"type": "Forward",
|
||||
"element": "Dark",
|
||||
"cost": 4,
|
||||
"power": 7000,
|
||||
"job": "Dark Knight",
|
||||
"category": "IV",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "action",
|
||||
"cost": {
|
||||
"discard": 1
|
||||
},
|
||||
"effect": "Dark Knight gains +3000 power until the end of the turn."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-028",
|
||||
"name": "Shadow Assassin",
|
||||
"type": "Forward",
|
||||
"element": "Dark",
|
||||
"cost": 3,
|
||||
"power": 5000,
|
||||
"job": "Assassin",
|
||||
"category": "VI",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "field",
|
||||
"effect": "First Strike"
|
||||
},
|
||||
{
|
||||
"type": "auto",
|
||||
"trigger": "When Shadow Assassin breaks a Forward in battle",
|
||||
"effect": "Draw 1 card."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-029",
|
||||
"name": "Necromancer",
|
||||
"type": "Backup",
|
||||
"element": "Dark",
|
||||
"cost": 3,
|
||||
"power": null,
|
||||
"job": "Necromancer",
|
||||
"category": "V",
|
||||
"is_generic": false,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [
|
||||
{
|
||||
"type": "action",
|
||||
"cost": {
|
||||
"dark": 2,
|
||||
"dull": true
|
||||
},
|
||||
"effect": "Choose 1 Forward of cost 2 or less in your Break Zone. Play it onto the field."
|
||||
}
|
||||
],
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"id": "S-030",
|
||||
"name": "Monk",
|
||||
"type": "Forward",
|
||||
"element": "Fire",
|
||||
"cost": 3,
|
||||
"power": 6000,
|
||||
"job": "Monk",
|
||||
"category": "I",
|
||||
"is_generic": true,
|
||||
"has_ex_burst": false,
|
||||
"abilities": [],
|
||||
"image": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user