Skip to content

Commit

Permalink
Merge pull request #1 from Kherae/main
Browse files Browse the repository at this point in the history
crit stats
  • Loading branch information
hyperjuni authored Dec 1, 2024
2 parents a1ff780 + bd1a708 commit 074d8bf
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions interface/tooltips/nekifistweapon.tooltip.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[
{
"op":"add",
"path":"/critChanceTitleLabel",
"value":{
"type" : "label",
"position" : [14, 120],
"hAnchor" : "left",
"value" : "^#ee1414;Crit%^reset;",
"fontSize" : 6
}
},
{
"op":"add",
"path":"/critChanceLabel",
"value":{
"type" : "label",
"position" : [27, 112],
"hAnchor" : "right",
"wrapWidth" : 126
}
},

{
"op":"add",
"path":"/critBonusTitleLabel",
"value":{
"type" : "label",
"position" : [29, 120],
"hAnchor" : "left",
"value" : "^yellow;C.Dmg%^reset;",
"fontSize" : 6
}
},
{
"op":"add",
"path":"/critBonusLabel",
"value":{
"type" : "label",
"position" : [43, 112],
"hAnchor" : "right",
"wrapWidth" : 126
}
}
]

0 comments on commit 074d8bf

Please sign in to comment.