Add weapon data

This commit is contained in:
Sakura Knoll
2021-12-20 02:47:35 +09:00 Unverified
parent 61bf657f23
commit a79d8aee6f
552 changed files with 4532 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"id": "labor-of-olympus",
"name": "Labor of Olympus",
"atk": 283,
"crt": 24,
"rarity": 5,
"skills": [
{
"name": "Prometheus",
"description": "Within the next 10.0s after unleashing Ultimate and Burst mode, each hit unleashed by the wielder additionally deals 60.0% ATK of Fire DMG; however, this DMG bonus can only be triggered once per second against each target."
},
{
"name": "Herakles",
"description": "Ultimate and Burst ATKs deal 35.0% more Total DMG."
}
]
}