Restructure data modules

This commit is contained in:
Sakura Knoll
2022-01-01 15:10:17 +09:00 Unverified
parent 4ddb6c8eed
commit 3af8a985b0
1049 changed files with 53 additions and 40 deletions
@@ -0,0 +1,18 @@
{
"id": "galactic-nova",
"name": "Galactic Nova",
"category": "katana",
"atk": 232,
"crt": 9,
"rarity": 5,
"skills": [
{
"name": "Lights on Stage",
"description": "[SP: 15][CD: 30s] Switches on the Lighting FX for 10s. When the character equipping Glactic Nova is in the Lighting FX area, each attack hit deals 200.0 more Physical DMG.[Concert Stage] When picking up a Sparkling Star, all characters gain 5% Crit Rate for 5s. Effect cannot stack."
},
{
"name": "Sparkling Star",
"description": "When the character is deployed, 1 Sparkling Star appears nearby every 3s. Sparkling Star lasts 4.5s. When picking up the Sparkling Star, deal 200% ATK of Physical DMG to a random, nearby target and enemies surrounding it."
}
]
}