Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/components/Renown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -188,8 +186,6 @@ const Renown = ({
{(
[
'Opportunist',
'Sure Shot',
'Focused Power',
'Spiritual Refinement',
'Quick Escape',
'Improved Flee',
Expand Down
69 changes: 5 additions & 64 deletions src/data/renown.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down Expand Up @@ -377,7 +320,6 @@
}
]
},

"Futile Strikes": {
"name": "Futile Strikes",
"description": "Reduces the chance to receive critical damage",
Expand Down Expand Up @@ -434,7 +376,6 @@
}
]
},

"Regeneration": {
"name": "Regeneration",
"description": "Increases your natural health regeneration",
Expand Down