mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-01 15:12:10 +00:00
Fix: A2b Shining Revelry attack amendments (#698)
* Fix: Shining Revelry - Add missing attack damage symbols * Fix: Shining Revelry - Add missing energy symbols to attack effects * Fix: Shining Revelry set setails- add foreign language names and update card counts --------- Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
parent
e1de8e8323
commit
dc51d5e8a8
@ -5,18 +5,18 @@ const set: Set = {
|
|||||||
id: "A2b",
|
id: "A2b",
|
||||||
|
|
||||||
name: {
|
name: {
|
||||||
// de: "Unschlagbare Gene",
|
de: "Glänzendes Festival",
|
||||||
en: "Shining Revelry",
|
en: "Shining Revelry",
|
||||||
// es: "Genes Formidables",
|
es: "Festival Brillante",
|
||||||
// fr: "Puissance Génétique",
|
fr: "Réjouissances Rayonnantes",
|
||||||
// it: "Geni Supremi",
|
it: "Tripudio Splendente",
|
||||||
// pt: "Dominação Genética"
|
pt: "Festival Brilhante"
|
||||||
},
|
},
|
||||||
|
|
||||||
serie: serie,
|
serie: serie,
|
||||||
|
|
||||||
cardCount: {
|
cardCount: {
|
||||||
official: 78
|
official: 72
|
||||||
},
|
},
|
||||||
|
|
||||||
releaseDate: "2025-03-27"
|
releaseDate: "2025-03-27"
|
||||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
|||||||
en: "Guillotine Rush"
|
en: "Guillotine Rush"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 50,
|
damage: "50+",
|
||||||
cost: ["Grass", "Colorless", "Colorless"],
|
cost: ["Grass", "Colorless", "Colorless"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
|||||||
cost: ["Grass"],
|
cost: ["Grass"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Put 1 random Pokémon from your deck into your hand."
|
en: "Put 1 random [Grass] Pokémon from your deck into your hand."
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
|||||||
en: "Fighting Claws"
|
en: "Fighting Claws"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 60,
|
damage: "60+",
|
||||||
cost: ["Grass", "Grass"],
|
cost: ["Grass", "Grass"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
|||||||
cost: ["Fire"],
|
cost: ["Fire"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Take 3 Energy from your Energy Zone and attach it to this Pokémon."
|
en: "Take 3 [Fire] Energy from your Energy Zone and attach it to this Pokémon."
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: {
|
name: {
|
||||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
|||||||
en: "Tumbling Attack"
|
en: "Tumbling Attack"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 50,
|
damage: "50+",
|
||||||
cost: ["Lightning", "Lightning"],
|
cost: ["Lightning", "Lightning"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
|||||||
cost: ["Lightning"],
|
cost: ["Lightning"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Take a Energy from your Energy Zone and attach it to 1 of your Benched Pokémon."
|
en: "Take a [Lightning] Energy from your Energy Zone and attach it to 1 of your Benched Pokémon."
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
|||||||
en: "Juggling"
|
en: "Juggling"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 20,
|
damage: "20x",
|
||||||
cost: ["Psychic", "Colorless"],
|
cost: ["Psychic", "Colorless"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
|||||||
en: "Pummel"
|
en: "Pummel"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: "30+",
|
||||||
cost: ["Fighting", "Fighting"],
|
cost: ["Fighting", "Fighting"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -29,11 +29,11 @@ const card: Card = {
|
|||||||
en: "Power Press"
|
en: "Power Press"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 70,
|
damage: "70+",
|
||||||
cost: ["Fighting", "Fighting"],
|
cost: ["Fighting", "Fighting"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "If this Pokémon has at least 2 extra Energy attached, this attack does 50 more damage."
|
en: "If this Pokémon has at least 2 extra [Fighting] Energy attached, this attack does 50 more damage."
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
|||||||
en: "Double Kick"
|
en: "Double Kick"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 50,
|
damage: "50x",
|
||||||
cost: ["Fighting", "Fighting"],
|
cost: ["Fighting", "Fighting"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
|||||||
en: "Venoshock"
|
en: "Venoshock"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 60,
|
damage: "60+",
|
||||||
cost: ["Darkness", "Darkness"],
|
cost: ["Darkness", "Darkness"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
|||||||
en: "Tenacious Hammer"
|
en: "Tenacious Hammer"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: "30+",
|
||||||
cost: ["Metal", "Metal"],
|
cost: ["Metal", "Metal"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
|||||||
en: "Terrific Thumping"
|
en: "Terrific Thumping"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 80,
|
damage: "80+",
|
||||||
cost: ["Metal", "Metal", "Colorless"],
|
cost: ["Metal", "Metal", "Colorless"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -29,11 +29,11 @@ const card: Card = {
|
|||||||
en: "Scintillating Surfing"
|
en: "Scintillating Surfing"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 50,
|
damage: "50x",
|
||||||
cost: ["Metal", "Colorless", "Colorless"],
|
cost: ["Metal", "Colorless", "Colorless"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage for each heads."
|
en: "Flip a coin for each [Metal] Energy attached to this Pokémon. This attack does 50 damage for each heads."
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
|||||||
en: "Fighting Claws"
|
en: "Fighting Claws"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 60,
|
damage: "60+",
|
||||||
cost: ["Grass", "Grass"],
|
cost: ["Grass", "Grass"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -29,11 +29,11 @@ const card: Card = {
|
|||||||
en: "Scintillating Surfing"
|
en: "Scintillating Surfing"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 50,
|
damage: "50x",
|
||||||
cost: ["Metal", "Colorless", "Colorless"],
|
cost: ["Metal", "Colorless", "Colorless"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage for each heads."
|
en: "Flip a coin for each [Metal] Energy attached to this Pokémon. This attack does 50 damage for each heads."
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
|||||||
cost: ["Fire"],
|
cost: ["Fire"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Take 3 Energy from your Energy Zone and attach it to this Pokémon."
|
en: "Take 3 [Fire] Energy from your Energy Zone and attach it to this Pokémon."
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: {
|
name: {
|
||||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
|||||||
en: "Terrific Thumping"
|
en: "Terrific Thumping"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 80,
|
damage: "80+",
|
||||||
cost: ["Metal", "Metal", "Colorless"],
|
cost: ["Metal", "Metal", "Colorless"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
|||||||
en: "Terrific Thumping"
|
en: "Terrific Thumping"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 80,
|
damage: "80+",
|
||||||
cost: ["Metal", "Metal", "Colorless"],
|
cost: ["Metal", "Metal", "Colorless"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
|||||||
cost: ["Lightning"],
|
cost: ["Lightning"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Take a Energy from your Energy Zone and attach it to 1 of your Benched Pokémon."
|
en: "Take a [Lightning] Energy from your Energy Zone and attach it to 1 of your Benched Pokémon."
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
|||||||
cost: ["Fire"],
|
cost: ["Fire"],
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Take 3 Energy from your Energy Zone and attach it to this Pokémon."
|
en: "Take 3 [Fire] Energy from your Energy Zone and attach it to this Pokémon."
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: {
|
name: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user