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": "briareus-pri",
"name": "Briareus PRI",
"atk": 298,
"crt": 6,
"rarity": 5,
"skills": [
{
"name": "Typhon - 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.Missile hits have a 10% chance to stun / paralyze / freeze the target for 2s and deal an additional 1,333 Fire / Lightning / Ice DMG."
},
{
"name": "Time Trap",
"description": "[SP: 18][CD: 24s] Rips open a Time Trap field in front of the character. Enemies within the AOE suffer Time Slow and 50% reduced DEF for 6.20s."
}
]
}