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
+13
View File
@@ -0,0 +1,13 @@
{
"id": "plasma-lance",
"name": "Plasma Lance",
"atk": 161,
"crt": 28,
"rarity": 4,
"skills": [
{
"name": "Ionic Slam",
"description": "[SP: 0][CD: 25s] Launches a thrust attack, dealing 50% ATK of Physical DMG. If the thrust hits an enemy who is not in Invincibility or Iron Body state, then unleashes Throw ATK, controlling the target and dealing 90%+1,000.0% ATK of Physical DMG. While an enemy is launching certain moves, the wielder can unleash a counterstrike Throw with no restrictions when the weapon skill button flashes to control the enemy and deal 20%+500.0% ATK of Physical DMG; this attack has no CD. After triggering this Throw, the wielder gains 20.0% Total DMG for 15s."
}
]
}