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": "shennong-27s-guardians",
"name": "Shennong's Guardians",
"atk": 285,
"crt": 22,
"rarity": 5,
"skills": [
{
"name": "Enchantment of Herbs",
"description": "[SP: 20][CD: 20s] Generates a global aura that affects all enemies. Impairs target enemy (does not work on bosses), reducing its ATK by 46%. Immobilizes all other enemies besides target and inflicts Time Freeze. All other enemies except for the target cannot be targeted and take greatly reduced DMG. This aura lasts for 7.60s."
},
{
"name": "Suppression",
"description": "Attacks against weakened enemies gain 30% Total DMG Multiplier."
}
]
}