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": "titan-27s-fists",
"name": "Titan's Fists",
"atk": 230,
"crt": 11,
"rarity": 5,
"skills": [
{
"name": "Vehement Blow",
"description": "[SP: 15][CD: 30s] Pulls in nearby enemies and paralyzes them for 5.0 sec. For a period of 5 sec. after casting this skill, the next attack deals and additional 1000% ATK of Physical DMG to the target and nearby enemies and knocks them airborne."
},
{
"name": "Rampage",
"description": "When Combo Hit Count exceeds 50, gain 40.0% DEF. Attacks against BIO-type enemies gain 20.0% Total DMG Multiplier."
}
]
}