Fix: CS5.5C-053 missing ability
This commit is contained in:
parent
096ba6e092
commit
989bad9cc2
18
sets.json
18
sets.json
@ -391192,11 +391192,11 @@
|
|||||||
"appIds": [
|
"appIds": [
|
||||||
10205
|
10205
|
||||||
],
|
],
|
||||||
"effectId": "03446561c9aa5261c478cd7155b81936",
|
"effectId": "c3ada06b5a60fb63228d9f704109718b",
|
||||||
"yorenCode": "Y1073",
|
"yorenCode": "Y1073",
|
||||||
"cardType": "Pokemon",
|
"cardType": "Pokemon",
|
||||||
"cardName": "洗翠 黏美龙VSTAR",
|
"cardName": "洗翠 黏美龙VSTAR",
|
||||||
"description": "【水】【钢】 钢铁滚动 200\n在下一个对手的回合,这只宝可梦所受到的招式的伤害「-80」。\n\n",
|
"description": "特性: 润泽星耀\n在自己的回合可以使用。将这只宝可梦的HP,全部回复。[对战中,己方的【VSTAR】力量只能使用1次。]\n\n【水】【钢】 钢铁滚动 200\n在下一个对手的回合,这只宝可梦所受到的招式的伤害「-80」。\n\n",
|
||||||
"mechanic": "V",
|
"mechanic": "V",
|
||||||
"label": null,
|
"label": null,
|
||||||
"pokemonAttribute": {
|
"pokemonAttribute": {
|
||||||
@ -391204,7 +391204,13 @@
|
|||||||
"stage": "VSTAR",
|
"stage": "VSTAR",
|
||||||
"energy": "N",
|
"energy": "N",
|
||||||
"hp": 270,
|
"hp": 270,
|
||||||
"ability": null,
|
"ability": [
|
||||||
|
{
|
||||||
|
"name": "润泽星耀",
|
||||||
|
"text": "在自己的回合可以使用。将这只宝可梦的HP,全部回复。[对战中,己方的【VSTAR】力量只能使用1次。]",
|
||||||
|
"isVstarPower": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"attack": [
|
"attack": [
|
||||||
{
|
{
|
||||||
"name": "钢铁滚动",
|
"name": "钢铁滚动",
|
||||||
@ -391232,7 +391238,7 @@
|
|||||||
"rarity": "RRR",
|
"rarity": "RRR",
|
||||||
"releaseDate": "2024-08-02T00:00:00+08:00",
|
"releaseDate": "2024-08-02T00:00:00+08:00",
|
||||||
"searchSyntax": {
|
"searchSyntax": {
|
||||||
"text": "钢铁滚动 在下一个对手的回合,这只宝可梦所受到的招式的伤害「-80」。\n",
|
"text": "润泽星耀 在自己的回合可以使用。将这只宝可梦的HP,全部回复。[对战中,己方的【VSTAR】力量只能使用1次。]\n钢铁滚动 在下一个对手的回合,这只宝可梦所受到的招式的伤害「-80」。\n",
|
||||||
"is": [
|
"is": [
|
||||||
"V",
|
"V",
|
||||||
"VSTAR"
|
"VSTAR"
|
||||||
@ -391244,7 +391250,9 @@
|
|||||||
"ac": [
|
"ac": [
|
||||||
"WMC"
|
"WMC"
|
||||||
],
|
],
|
||||||
"has": []
|
"has": [
|
||||||
|
"ability"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user