From 2c5ccfd424abd68905e0d86f2edd075756c1ca59 Mon Sep 17 00:00:00 2001 From: hyperjuni <93186376+hyperjuni@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:54:12 +0200 Subject: [PATCH] Update nekifistweapon.tooltip.patch Added Khe's Level label from Neki Aligned the formatting with the other files --- .../tooltips/nekifistweapon.tooltip.patch | 80 +++++++++++-------- 1 file changed, 47 insertions(+), 33 deletions(-) diff --git a/interface/tooltips/nekifistweapon.tooltip.patch b/interface/tooltips/nekifistweapon.tooltip.patch index f299bec..d4a567c 100644 --- a/interface/tooltips/nekifistweapon.tooltip.patch +++ b/interface/tooltips/nekifistweapon.tooltip.patch @@ -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 } } ]