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": "tranquil-arias",
"name": "Tranquil Arias",
"atk": 275,
"crt": 27,
"rarity": 5,
"skills": [
{
"name": "Waning Moon",
"description": "When attacking enemies affected by Time Slow, deal 1,000 Physical DMG and 1,500 Ice DMG to target and nearby enemies. CD: 5.0s."
},
{
"name": "Night Bringer",
"description": "Character gains 15% Physical and Elemental DMG. When deployed, character gains 50% Total DMG Multiplier for 5.0s. This buff triggers once every 30s when the character is deployed. Using the Ultimate skill resets the CD and immediately activates the buff."
}
]
}