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 -8
View File
@@ -3,11 +3,7 @@
"name": "Valkyrie Ranger",
"type": "mecha",
"valkyrie": "kiana",
"strengths": [
"physical",
"gather",
"bleed"
],
"strengths": ["physical", "gather", "bleed"],
"leader": {
"core": {
"name": "Flying Comet",
@@ -94,8 +90,7 @@
"subskills": [
{
"name": "Star Sprint",
"description": "After evasion or battle entry, gain 70.0% Move Speed for 4.0s. CD: 6s.",
"requiredRank": "this"
"description": "After evasion or battle entry, gain 70.0% Move Speed for 4.0s. CD: 6s."
},
{
"name": "Time Bender",
@@ -128,4 +123,4 @@
}
]
}
}
}