1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-04 16:42:10 +00:00

Fix: Celestial Guardians corrections (#725)

Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
Khaleeq Ahmad 2025-05-03 23:42:16 +01:00 committed by GitHub
parent d169a67833
commit 98bc4db193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
65 changed files with 133 additions and 158 deletions

View File

@ -5,12 +5,12 @@ const set: Set = {
id: "A3", id: "A3",
name: { name: {
// de: "Unschlagbare Gene", de: "Hüter des Firmaments",
en: "Celestial Guardians", en: "Celestial Guardians",
// es: "Genes Formidables", es: "Guardianes Celestiales",
// fr: "Puissance Génétique", fr: "Gardiens Astraux",
// it: "Geni Supremi", it: "Guardiani Astrali",
// pt: "Dominação Genética" pt: "Guardiões Celestiais"
}, },
serie: serie, serie: serie,

View File

@ -25,7 +25,7 @@ const card: Card = {
en: "Quick Attack" en: "Quick Attack"
}, },
damage: 10, damage: "10+",
cost: ["Colorless"], cost: ["Colorless"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Double Spin" en: "Double Spin"
}, },
damage: 30, damage: "30x",
cost: ["Grass"], cost: ["Grass"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Three Kick Combo" en: "Three Kick Combo"
}, },
damage: 50, damage: "50x",
cost: ["Grass"], cost: ["Grass"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "First Impression" en: "First Impression"
}, },
damage: 60, damage: "60+",
cost: ["Grass", "Grass", "Grass"], cost: ["Grass", "Grass", "Grass"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Burning Bonemerang" en: "Burning Bonemerang"
}, },
damage: 70, damage: "70x",
cost: ["Fire", "Fire", "Colorless"], cost: ["Fire", "Fire", "Colorless"],
effect: { effect: {

View File

@ -37,7 +37,7 @@ const card: Card = {
en: "Scar-Charged Smash" en: "Scar-Charged Smash"
}, },
damage: 80, damage: "80+",
cost: ["Fire", "Fire", "Colorless"], cost: ["Fire", "Fire", "Colorless"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
cost: ["Fire", "Fire", "Colorless"], cost: ["Fire", "Fire", "Colorless"],
effect: { effect: {
en: "Discard a Energy from this Pokémon." en: "Discard a Fire Energy from this Pokémon."
} }
}], }],

View File

@ -28,7 +28,7 @@ const card: Card = {
cost: ["Water"], cost: ["Water"],
effect: { effect: {
en: "Take a Energy from your Energy Zone and attach it to this Pokémon." en: "Take a Water Energy from your Energy Zone and attach it to this Pokémon."
} }
}], }],

View File

@ -32,7 +32,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "Once during your turn, you may heal 30 damage from each of your Pokémon." en: "Once during your turn, you may heal 30 damage from each of your Water Pokémon."
} }
}], }],

View File

@ -21,7 +21,7 @@ const card: Card = {
en: "School Storm" en: "School Storm"
}, },
damage: 30, damage: "30+",
cost: ["Water", "Water", "Water"], cost: ["Water", "Water", "Water"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Dangerous Claws" en: "Dangerous Claws"
}, },
damage: 60, damage: "60+",
cost: ["Water", "Water", "Colorless"], cost: ["Water", "Water", "Colorless"],
effect: { effect: {

View File

@ -26,7 +26,7 @@ const card: Card = {
en: "Psychic" en: "Psychic"
}, },
damage: 60, damage: "60+",
cost: ["Colorless", "Colorless", "Colorless"], cost: ["Colorless", "Colorless", "Colorless"],
effect: { effect: {

View File

@ -33,7 +33,7 @@ const card: Card = {
cost: ["Lightning", "Lightning", "Colorless", "Colorless"], cost: ["Lightning", "Lightning", "Colorless", "Colorless"],
effect: { effect: {
en: "Discard 2 Energy from this Pokémon." en: "Discard 2 Lightning Energy from this Pokémon."
} }
}], }],

View File

@ -25,7 +25,7 @@ const card: Card = {
en: "Electrosmash" en: "Electrosmash"
}, },
damage: 20, damage: "20+",
cost: ["Lightning"], cost: ["Lightning"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
cost: ["Lightning", "Lightning", "Lightning"], cost: ["Lightning", "Lightning", "Lightning"],
effect: { effect: {
en: "Switch this Pokémon with 1 of your Benched Pokémon." en: "Switch this Pokémon with 1 of your Benched Lightning Pokémon."
} }
}], }],

View File

@ -28,7 +28,7 @@ const card: Card = {
cost: ["Psychic"], cost: ["Psychic"],
effect: { effect: {
en: "Take a Energy from your Energy Zone and attach it to this Pokémon." en: "Take a Psychic Energy from your Energy Zone and attach it to this Pokémon."
} }
}], }],

View File

@ -25,7 +25,7 @@ const card: Card = {
en: "Spiteful Dance" en: "Spiteful Dance"
}, },
damage: 20, damage: "20+",
cost: ["Psychic"], cost: ["Psychic"],
effect: { effect: {

View File

@ -28,7 +28,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "Each of your Pokémon that has any Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions." en: "Each of your Pokémon that has any Psychic Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions."
} }
}], }],

View File

@ -29,7 +29,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon." en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon."
} }
}], }],

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Blood Fang" en: "Blood Fang"
}, },
damage: 50, damage: "50+",
cost: ["Fighting", "Fighting"], cost: ["Fighting", "Fighting"],
effect: { effect: {

View File

@ -24,7 +24,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Energy from this Pokémon to 1 of your Benched Pokémon." en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Fighting Energy from this Pokémon to 1 of your Benched Pokémon."
} }
}], }],

View File

@ -25,7 +25,7 @@ const card: Card = {
en: "Unseen Claw" en: "Unseen Claw"
}, },
damage: 20, damage: "20+",
cost: ["Darkness", "Colorless"], cost: ["Darkness", "Colorless"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Spike Cannon" en: "Spike Cannon"
}, },
damage: 20, damage: "20x",
cost: ["Darkness"], cost: ["Darkness"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Iron Head" en: "Iron Head"
}, },
damage: 70, damage: "70x",
cost: ["Metal", "Metal"], cost: ["Metal", "Metal"],
effect: { effect: {

View File

@ -25,7 +25,7 @@ const card: Card = {
en: "Silver Cannon" en: "Silver Cannon"
}, },
damage: 40, damage: "40+",
cost: ["Metal", "Metal"], cost: ["Metal", "Metal"],
effect: { effect: {

View File

@ -25,7 +25,7 @@ const card: Card = {
en: "Berserk" en: "Berserk"
}, },
damage: 20, damage: "20+",
cost: ["Colorless", "Colorless"], cost: ["Colorless", "Colorless"],
effect: { effect: {
@ -33,11 +33,6 @@ const card: Card = {
} }
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 2 retreat: 2
} }

View File

@ -29,11 +29,6 @@ const card: Card = {
cost: ["Colorless"] cost: ["Colorless"]
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 1 retreat: 1
} }

View File

@ -33,11 +33,6 @@ const card: Card = {
cost: ["Lightning", "Fighting"] cost: ["Lightning", "Fighting"]
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 2 retreat: 2
} }

View File

@ -37,11 +37,6 @@ const card: Card = {
} }
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 2 retreat: 2
} }

View File

@ -25,7 +25,7 @@ const card: Card = {
en: "Rising Lunge" en: "Rising Lunge"
}, },
damage: 50, damage: "50+",
cost: ["Colorless", "Colorless", "Colorless"], cost: ["Colorless", "Colorless", "Colorless"],
effect: { effect: {

View File

@ -33,7 +33,7 @@ const card: Card = {
cost: ["Colorless"], cost: ["Colorless"],
effect: { effect: {
en: "Take a Energy from your Energy Zone and attach it to 1 of your Benched Pokémon." en: "Take a Colorless Energy from your Energy Zone and attach it to 1 of your Benched Pokémon."
} }
}], }],

View File

@ -25,11 +25,11 @@ const card: Card = {
en: "Justified Press" en: "Justified Press"
}, },
damage: 20, damage: "20+",
cost: ["Colorless"], cost: ["Colorless"],
effect: { effect: {
en: "If your opponent's Active Pokémon is a Pokémon, this attack does 30 more damage." en: "If your opponent's Active Pokémon is a Darkness Pokémon, this attack does 30 more damage."
} }
}], }],

View File

@ -29,7 +29,7 @@ const card: Card = {
cost: ["Colorless", "Colorless"], cost: ["Colorless", "Colorless"],
effect: { effect: {
en: "During your opponent's next turn, attacks used by the Defending Pokémon cost 1 more, and its Retreat Cost is 1 more." en: "During your opponent's next turn, attacks used by the Defending Pokémon cost 1 Colorless more, and its Retreat Cost is 1 Colorless more."
} }
}], }],

View File

@ -13,7 +13,7 @@ const card: Card = {
category: "Trainer", category: "Trainer",
effect: { effect: {
en: "Put a random Basic Pokémon from your discard pile into your hand." en: "Put a random Basic Water Pokémon from your discard pile into your hand."
}, },
trainerType: "Item" trainerType: "Item"

View File

@ -13,7 +13,7 @@ const card: Card = {
category: "Trainer", category: "Trainer",
effect: { effect: {
en: "The Pokémon this card is attached to gets +30 HP." en: "The Grass Pokémon this card is attached to gets +30 HP."
}, },
trainerType: "Tool" trainerType: "Tool"

View File

@ -13,7 +13,7 @@ const card: Card = {
category: "Trainer", category: "Trainer",
effect: { effect: {
en: "Put 1 of your Pokémon that has damage on it into your hand." en: "Put 1 of your Colorless Pokémon that has damage on it into your hand."
}, },
trainerType: "Supporter" trainerType: "Supporter"

View File

@ -13,7 +13,7 @@ const card: Card = {
category: "Trainer", category: "Trainer",
effect: { effect: {
en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Energy from your Energy Zone and attach it to that Pokémon. Your turn ends." en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Fire Energy from your Energy Zone and attach it to that Pokémon. Your turn ends."
}, },
trainerType: "Supporter" trainerType: "Supporter"

View File

@ -13,7 +13,7 @@ const card: Card = {
category: "Trainer", category: "Trainer",
effect: { effect: {
en: "Heal 60 damage from 1 of your Two Pokémon." en: "Heal 60 damage from 1 of your Stage 2 Pokémon."
}, },
trainerType: "Supporter" trainerType: "Supporter"

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Three Kick Combo" en: "Three Kick Combo"
}, },
damage: 50, damage: "50x",
cost: ["Grass"], cost: ["Grass"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Burning Bonemerang" en: "Burning Bonemerang"
}, },
damage: 70, damage: "70x",
cost: ["Fire", "Fire", "Colorless"], cost: ["Fire", "Fire", "Colorless"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
cost: ["Fire", "Fire", "Colorless"], cost: ["Fire", "Fire", "Colorless"],
effect: { effect: {
en: "Discard a Energy from this Pokémon." en: "Discard a Fire Energy from this Pokémon."
} }
}], }],

View File

@ -28,7 +28,7 @@ const card: Card = {
cost: ["Water"], cost: ["Water"],
effect: { effect: {
en: "Take a Energy from your Energy Zone and attach it to this Pokémon." en: "Take a Water Energy from your Energy Zone and attach it to this Pokémon."
} }
}], }],

View File

@ -29,7 +29,7 @@ const card: Card = {
cost: ["Lightning", "Lightning", "Lightning"], cost: ["Lightning", "Lightning", "Lightning"],
effect: { effect: {
en: "Switch this Pokémon with 1 of your Benched Pokémon." en: "Switch this Pokémon with 1 of your Benched Lightning Pokémon."
} }
}], }],

View File

@ -28,7 +28,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "Each of your Pokémon that has any Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions." en: "Each of your Pokémon that has any Psychic Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions."
} }
}], }],

View File

@ -25,7 +25,7 @@ const card: Card = {
en: "Silver Cannon" en: "Silver Cannon"
}, },
damage: 40, damage: "40+",
cost: ["Metal", "Metal"], cost: ["Metal", "Metal"],
effect: { effect: {

View File

@ -25,7 +25,7 @@ const card: Card = {
en: "Berserk" en: "Berserk"
}, },
damage: 20, damage: "20+",
cost: ["Colorless", "Colorless"], cost: ["Colorless", "Colorless"],
effect: { effect: {
@ -33,11 +33,6 @@ const card: Card = {
} }
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 2 retreat: 2
} }

View File

@ -21,7 +21,7 @@ const card: Card = {
en: "School Storm" en: "School Storm"
}, },
damage: 30, damage: "30+",
cost: ["Water", "Water", "Water"], cost: ["Water", "Water", "Water"],
effect: { effect: {

View File

@ -26,7 +26,7 @@ const card: Card = {
en: "Psychic" en: "Psychic"
}, },
damage: 60, damage: "60+",
cost: ["Colorless", "Colorless", "Colorless"], cost: ["Colorless", "Colorless", "Colorless"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon." en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon."
} }
}], }],

View File

@ -24,7 +24,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Energy from this Pokémon to 1 of your Benched Pokémon." en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Fighting Energy from this Pokémon to 1 of your Benched Pokémon."
} }
}], }],

View File

@ -13,7 +13,7 @@ const card: Card = {
category: "Trainer", category: "Trainer",
effect: { effect: {
en: "Put 1 of your Pokémon that has damage on it into your hand." en: "Put 1 of your Colorless Pokémon that has damage on it into your hand."
}, },
trainerType: "Supporter" trainerType: "Supporter"

View File

@ -13,7 +13,7 @@ const card: Card = {
category: "Trainer", category: "Trainer",
effect: { effect: {
en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Energy from your Energy Zone and attach it to that Pokémon. Your turn ends." en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Fire Energy from your Energy Zone and attach it to that Pokémon. Your turn ends."
}, },
trainerType: "Supporter" trainerType: "Supporter"

View File

@ -13,7 +13,7 @@ const card: Card = {
category: "Trainer", category: "Trainer",
effect: { effect: {
en: "Heal 60 damage from 1 of your Two Pokémon." en: "Heal 60 damage from 1 of your Stage 2 Pokémon."
}, },
trainerType: "Supporter" trainerType: "Supporter"

View File

@ -21,7 +21,7 @@ const card: Card = {
en: "School Storm" en: "School Storm"
}, },
damage: 30, damage: "30+",
cost: ["Water", "Water", "Water"], cost: ["Water", "Water", "Water"],
effect: { effect: {

View File

@ -26,7 +26,7 @@ const card: Card = {
en: "Psychic" en: "Psychic"
}, },
damage: 60, damage: "60+",
cost: ["Colorless", "Colorless", "Colorless"], cost: ["Colorless", "Colorless", "Colorless"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon." en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon."
} }
}], }],

View File

@ -24,7 +24,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Energy from this Pokémon to 1 of your Benched Pokémon." en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Fighting Energy from this Pokémon to 1 of your Benched Pokémon."
} }
}], }],

View File

@ -13,7 +13,7 @@ const card: Card = {
category: "Trainer", category: "Trainer",
effect: { effect: {
en: "Heal 60 damage from 1 of your Two Pokémon." en: "Heal 60 damage from 1 of your Stage 2 Pokémon."
}, },
trainerType: "Supporter" trainerType: "Supporter"

View File

@ -29,7 +29,7 @@ const card: Card = {
en: "Psychic" en: "Psychic"
}, },
damage: 80, damage: "80+",
cost: ["Grass", "Colorless", "Colorless", "Colorless"], cost: ["Grass", "Colorless", "Colorless", "Colorless"],
effect: { effect: {

View File

@ -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."
} }
}], }],

View File

@ -26,7 +26,7 @@ const card: Card = {
en: "Tropical Swing" en: "Tropical Swing"
}, },
damage: 40, damage: "40+",
cost: ["Grass"], cost: ["Grass"],
effect: { effect: {

View File

@ -33,11 +33,11 @@ const card: Card = {
en: "Hydro Bazooka" en: "Hydro Bazooka"
}, },
damage: 100, damage: "100+",
cost: ["Water", "Water", "Colorless"], cost: ["Water", "Water", "Colorless"],
effect: { effect: {
en: "If this Pokémon has at least 2 extra Energy attached, this attack does 60 more damage." en: "If this Pokémon has at least 2 extra Water Energy attached, this attack does 60 more damage."
} }
}], }],

View File

@ -26,7 +26,7 @@ const card: Card = {
en: "Bonemerang" en: "Bonemerang"
}, },
damage: 80, damage: "80x",
cost: ["Fighting", "Fighting"], cost: ["Fighting", "Fighting"],
effect: { effect: {

View File

@ -29,7 +29,7 @@ const card: Card = {
}, },
effect: { effect: {
en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon." en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon."
} }
}], }],