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
@@ -0,0 +1,17 @@
{
"id": "star-destroyer-19c",
"name": "Star Destroyer 19C",
"atk": 283,
"crt": 31,
"rarity": 5,
"skills": [
{
"name": "Shadow Strike Missiles",
"description": "Launches homing missiles at multiple targets. Slightly decreases DMG when hitting the same target multiple times.1st Sequence: 2 missiles.2nd Sequence: 5 missiles.3rd Sequence: 11 missiles.Each missile or scatter shot shell that hits an enemy from the back gains 40% Crit DMG, with each hit dealing 400 more Fire DMG."
},
{
"name": "Rapid Strike",
"description": "[SP: 25][CD: 12s] Directly fires a scatter shot of 18 cannon shells, each shell dealing 75.0% ATK of Physical DMG, knocks enemies airborne, and ignites them. Ignited enemies receive 600 Fire DMG every 0.5s for 4s."
}
]
}