Discard invalid required rank

This commit is contained in:
Sakura Knoll
2021-12-30 12:14:22 +09:00 Unverified
parent b3fe77dc38
commit 8663169d8a
32 changed files with 166 additions and 393 deletions
+3 -7
View File
@@ -3,10 +3,7 @@
"name": "Shadow Dash",
"type": "mecha",
"valkyrie": "mei",
"strengths": [
"physical",
"fast atk"
],
"strengths": ["physical", "fast atk"],
"leader": {
"core": {
"name": "Phantom Outbreak",
@@ -112,8 +109,7 @@
"subskills": [
{
"name": "Endless Aura",
"description": "Significantly extends sword ki range of basic attacks. Each hit of Basic ATKs or Combo ATKs deals 120 more Physical DMG.",
"requiredRank": "this"
"description": "Significantly extends sword ki range of basic attacks. Each hit of Basic ATKs or Combo ATKs deals 120 more Physical DMG."
},
{
"name": "Mind Aura",
@@ -122,4 +118,4 @@
}
]
}
}
}