From 50c83f18eb0985df23adeb7968f337f514f0d7e9 Mon Sep 17 00:00:00 2001 From: Daribon Date: Wed, 22 Oct 2025 23:39:53 +0200 Subject: [PATCH] Remove Sure Shot and Focused Power from Renown Builder. --- src/components/Renown.tsx | 4 --- src/data/renown.json | 69 +++------------------------------------ 2 files changed, 5 insertions(+), 68 deletions(-) diff --git a/src/components/Renown.tsx b/src/components/Renown.tsx index d99c4bf7a..6b9809c77 100644 --- a/src/components/Renown.tsx +++ b/src/components/Renown.tsx @@ -36,8 +36,6 @@ const initialState = { Vigor: 0, Opportunist: 0, - 'Sure Shot': 0, - 'Focused Power': 0, 'Spiritual Refinement': 0, 'Quick Escape': 0, 'Improved Flee': 0, @@ -188,8 +186,6 @@ const Renown = ({ {( [ 'Opportunist', - 'Sure Shot', - 'Focused Power', 'Spiritual Refinement', 'Quick Escape', 'Improved Flee', diff --git a/src/data/renown.json b/src/data/renown.json index fea00ac1b..a783930fc 100644 --- a/src/data/renown.json +++ b/src/data/renown.json @@ -264,87 +264,30 @@ } ] }, - "Opportunist": { "name": "Opportunist", - "description": "Increases Melee critical chance", + "description": "Increases Offensive critical chance", "short_name": "Melee Crit", "icon": "statbuff_opportunist", "levels": [ { "name": "Opportunist I", - "note": "Increases Melee critical chance by 2%", + "note": "Increases Offensive critical chance by 2%", "cost": 5 }, { "name": "Opportunist II", - "note": "Increases Melee critical chance by 3% (Total increase of 5%)", + "note": "Increases Offensive critical chance by 3% (Total increase of 5%)", "cost": 10 }, { "name": "Opportunist III", - "note": "Increases Melee critical chance by 4% (Total increase of 9%)", + "note": "Increases Offensive critical chance by 4% (Total increase of 9%)", "cost": 15 }, { "name": "Opportunist IV", - "note": "Increases Melee critical chance by 5% (Total increase of 14%)", - "cost": 15 - } - ] - }, - "Sure Shot": { - "name": "Sure Shot", - "description": "Increases Ranged critical chance", - "short_name": "Ranged Crit", - "icon": "statbuff_sureshot", - "levels": [ - { - "name": "Sure Shot I", - "note": "Increases Ranged critical chance by 2%", - "cost": 5 - }, - { - "name": "Sure Shot II", - "note": "Increases Ranged critical chance by 3% (Total increase of 5%)", - "cost": 10 - }, - { - "name": "Sure Shot III", - "note": "Increases Ranged critical chance by 4% (Total increase of 9%)", - "cost": 15 - }, - { - "name": "Sure Shot IV", - "note": "Increases Ranged critical chance by 5% (Total increase of 14%)", - "cost": 15 - } - ] - }, - "Focused Power": { - "name": "Focused Power", - "description": "Increases Magic critical chance", - "short_name": "Magic Crit", - "icon": "statbuff_focusedpower", - "levels": [ - { - "name": "Focused Power I", - "note": "Increases Magic critical chance by 2%", - "cost": 5 - }, - { - "name": "Focused Power II", - "note": "Increases Magic critical chance by 3% (Total increase of 5%)", - "cost": 10 - }, - { - "name": "Focused Power III", - "note": "Increases Magic critical chance by 4% (Total increase of 9%)", - "cost": 15 - }, - { - "name": "Focused Power IV", - "note": "Increases Magic critical chance by 5% (Total increase of 14%)", + "note": "Increases Offensive critical chance by 5% (Total increase of 14%)", "cost": 15 } ] @@ -377,7 +320,6 @@ } ] }, - "Futile Strikes": { "name": "Futile Strikes", "description": "Reduces the chance to receive critical damage", @@ -434,7 +376,6 @@ } ] }, - "Regeneration": { "name": "Regeneration", "description": "Increases your natural health regeneration",