현재 사용중인 hireablespanelhd.json 입니다.

용병 간격이 어떤거인가요?

{
    "type": "HireablesPanel",
    "name": "HireablesPanel",
    "fields": {
        "priority": -100,
        "rect": {
            "x": 35,
            "y": 50
        },
        "nextIconOffset": {
            "y": 204
        },
        "summonsUseSecondSet": true,
        "nameAlternationSecondSetY": 0,
        "secondSetPosition": {
            "x": 1880,
            "y": 1740
        },
        "nextIconOffsetSecondSet": "$SecondSetIconOffset",
        "tooltipOffset": {
            "x": 160,
            "y": 110
        },
        "baseTransparency": 0.65,
        "mercenaryIconTooltipMouseoverDelay": "$INT_MAX",
        "allyPlayerFontColor": "$FontColorGold",
        "allyNPCFontColor": "$FontColorVeryLightGray",
        //        "testPartyIcons": true
    },
    "children": [
        {
            "type": "AbstractImageWidget",
            "name": "Template",
            "children": [
                {
                    "type": "TextBoxWidget",
                    "name": "Name",
                    "fields": {
                        "anchor": {
                            "x": 0,
                            "y": 0.98
                        },
                        "style": {
                            "fontFace": "Formal",
                            "fontColor": "$FontColorGold",
                            "pointSize": "$SmallFontSize",
                            "spacing": "$MinimumSpacing",
                            "alignment": {
                                "h": "left"
                            },
                        }
                    }
                },
                {
                    "type": "TextBoxWidget",
                    "name": "Counter",
                    "fields": {
                        "rect": {
                            "x": 12,
                            "y": 70
                        },
                        "style": {
                            "pointSize": "$MediumFontSize",
                            "spacing": "$MinimumSpacing",
                        },
                    }
                },
                {
                    "type": "HealthBarWidget",
                    "name": "Health",
                    "fields": {
                        "rect": {
                            "y": -19,
                            "width": 120,
                            "height": 18
                        },
                        "transparency": 0.95,
                        "backgroundTransparency": 0.95,
                    }
                },
            ]
        },
    ]
}