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": "x-01-azure-eye",
"name": "X-01 Azure Eye",
"atk": 178,
"crt": 17,
"rarity": 4,
"skills": [
{
"name": "Multiple Cluster Missiles",
"description": "Launches homing missiles at multiple targets. Longer charge time. Slightly decreased DMG when hitting the same target multiple times.1st Sequence: 3 missiles.2nd Sequence: 7 missiles.3rd Sequence: 15 missiles."
},
{
"name": "Frost Stare",
"description": "[SP: 12][CD: 20s] For 6.50s, the character's attacks slow enemies' Move Speed and Attack Speed by 60% for 3.5s."
}
]
}