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
+6 -15
View File
@@ -3,12 +3,7 @@
"name": "White Comet",
"type": "mecha",
"valkyrie": "kiana",
"strengths": [
"physical",
"burst",
"time mastery",
"stun"
],
"strengths": ["physical", "burst", "time mastery", "stun"],
"leader": {
"core": {
"name": "Comet Bless",
@@ -17,8 +12,7 @@
"subskills": [
{
"name": "Guider",
"description": "Team gains 18% Max HP in battle.",
"requiredRank": "this"
"description": "Team gains 18% Max HP in battle."
}
]
},
@@ -30,8 +24,7 @@
"subskills": [
{
"name": "Switch: Neko Stomp",
"description": "Switch entry unleashes a crushing slam, dealing 275% ATK of physical DMG. Stuns enemy for 6.0s upon a successful interrupt.",
"requiredRank": "this"
"description": "Switch entry unleashes a crushing slam, dealing 275% ATK of physical DMG. Stuns enemy for 6.0s upon a successful interrupt."
},
{
"name": "QTE: Aerial Helix",
@@ -52,8 +45,7 @@
"subskills": [
{
"name": "Antimatter Rounds",
"description": "Deal 50.0% more DMG against shields.",
"requiredRank": "this"
"description": "Deal 50.0% more DMG against shields."
},
{
"name": "Critical Mastery",
@@ -70,8 +62,7 @@
"subskills": [
{
"name": "Valkyrie Impact",
"description": "Burst activation stuns nearby enemies for 5.0s and deals 2,610.0 Physical DMG.",
"requiredRank": "this"
"description": "Burst activation stuns nearby enemies for 5.0s and deals 2,610.0 Physical DMG."
},
{
"name": "Valkyrie Barrier",
@@ -123,4 +114,4 @@
}
]
}
}
}