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": "aphrodite",
"name": "Aphrodite",
"atk": 279,
"crt": 29,
"rarity": 5,
"skills": [
{
"name": "Thorny Rose",
"description": "[SP: 13][CD: 8s] Blink and appear behind the target foe to deal 400%+8*50% ATK of Physical DMG to all nearby enemies."
},
{
"name": "Marigold's Luck",
"description": "The wielder deals 20% bonus Physical DMG. Basic ATKs (including Charged and Combo ATKs) deal 200% ATK of Physical DMG to nearby enemies on hit. This effect can be triggered 1 time every 4.0s, and its Crit Rate increases by 100% against MECH-type enemies."
}
]
}