From 1c061d8eb63bca19fbb9910d4f79e56400858302 Mon Sep 17 00:00:00 2001 From: Chris George Date: Tue, 13 Aug 2024 04:47:37 -0400 Subject: [PATCH] Added ascensionMaterial to royal-spear, the-unforged and the-catch --- assets/data/weapons/royal-spear/en.json | 3 ++- assets/data/weapons/the-catch/en.json | 3 ++- assets/data/weapons/the-unforged/en.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/data/weapons/royal-spear/en.json b/assets/data/weapons/royal-spear/en.json index 60991194..5307ac24 100644 --- a/assets/data/weapons/royal-spear/en.json +++ b/assets/data/weapons/royal-spear/en.json @@ -6,5 +6,6 @@ "subStat": "ATK", "passiveName": "Focus", "passiveDesc": "Upon damaging an opponent, increases CRIT Rate by 8%. Max 5 stacks. A CRIT Hit removes all stacks.", - "location": "Starglitter Exchange" + "location": "Starglitter Exchange", + "ascensionMaterial": "elixir" } diff --git a/assets/data/weapons/the-catch/en.json b/assets/data/weapons/the-catch/en.json index 6a47bfed..21dad835 100644 --- a/assets/data/weapons/the-catch/en.json +++ b/assets/data/weapons/the-catch/en.json @@ -6,5 +6,6 @@ "subStat": "Energy Recharge", "passiveName": "Shanty", "passiveDesc": "Increases Elemental Burst DMG by 16/20/24/28/32% and Elemental Burst CRIT Rate by 6/7.5/9/10.5/12%.", - "location": "Inazuma Fishing Association" + "location": "Inazuma Fishing Association", + "ascensionMaterial": "mask" } diff --git a/assets/data/weapons/the-unforged/en.json b/assets/data/weapons/the-unforged/en.json index b27aa72a..388b6b78 100644 --- a/assets/data/weapons/the-unforged/en.json +++ b/assets/data/weapons/the-unforged/en.json @@ -6,5 +6,6 @@ "subStat": "ATK", "passiveName": "Golden Majesty", "passiveDesc": "Increases Shield Strength by 20/25/30/35/40%, scoring hits on opponents increases ATK by 4/5/6/7/8% for 8s. Max 5 stacks. Can only occur once every 0.3s. While protected by a shield this ATK increase effect is increased by 100%", - "location": "Gacha" + "location": "Gacha", + "ascensionMaterial": "elixir" }