From 6230b6020f8d344c6ce4a1729567a43ab149ba8d Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Thu, 23 Dec 2021 03:07:56 +0900 Subject: [PATCH] Add version to abyss weapon data --- public/data/weapons/abyss.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/data/weapons/abyss.json b/public/data/weapons/abyss.json index 00329f9a..b4051bbc 100644 --- a/public/data/weapons/abyss.json +++ b/public/data/weapons/abyss.json @@ -18,5 +18,6 @@ "name": "Key of Creation", "description": "In co-op raids, Valkyries deal 22.0% bonus Total DMG through weapon skills, Combo/Charged ATKs, and Ultimates. For 6s after casting a Weapon Active, Valkyries restore 1.5% max HP each time they deal DMG (can only be triggered once per second)." } - ] + ], + "version": 5.1 }