Skip to content

Commit

Permalink
Update nekifistweapon.tooltip.patch
Browse files Browse the repository at this point in the history
Added Khe's Level label from Neki
Aligned the formatting with the other files
  • Loading branch information
hyperjuni committed Dec 1, 2024
1 parent 074d8bf commit 2c5ccfd
Showing 1 changed file with 47 additions and 33 deletions.
80 changes: 47 additions & 33 deletions interface/tooltips/nekifistweapon.tooltip.patch
Original file line number Diff line number Diff line change
@@ -1,45 +1,59 @@
[
{
"op":"add",
"path":"/critChanceTitleLabel",
"value":{
"type" : "label",
"position" : [14, 120],
"hAnchor" : "left",
"value" : "^#ee1414;Crit%^reset;",
"fontSize" : 6
{"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": "/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": "/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
"op": "add",
"path": "/critBonusLabel",
"value": {
"type": "label",
"position": [43, 112],
"hAnchor": "right",
"wrapWidth": 126
}
},
{"op": "add", "path": "/levelTitleLabel",
"value": {
"type": "label",
"position": [6, 192],
"hAnchor": "left",
"vAnchor": "top",
"wrapWidth": 134,
"value": "^yellow;Level^reset; "
}
},
{"op": "add", "path": "/levelLabel",
"value": {
"type": "label",
"position": [30, 192],
"hAnchor": "left",
"vAnchor": "top",
"wrapWidth": 134
}
}
]

0 comments on commit 2c5ccfd

Please sign in to comment.