{
"type" : "HireablesPanel",
"name" : "HireablesPartyPanel",
"fields" : {
"priority": -100,
"rect": {"x": 40, "y": 40}, // 파티 체력바 고정 위치. 앵커 생략으로 "x": 0, "y": 0 좌표가 시작점.
"nextIconOffset": {"y": 140},
"summonsUseSecondSet": true,
"nameAlternationSecondSetY": 0,
"secondSetPosition": {"x": -4000}, // 용병 체력바 화면 밖으로 밀기.
"nextIconOffsetSecondSet": {"x": 310},
"tooltipOffset": {"x": 160, "y": 115},
"baseTransparency": 0.65,
"mercenaryIconTooltipMouseoverDelay": "$INT_MAX",
"allyPlayerFontColor": "$FontColorGold",
"allyNPCFontColor": "$FontColorVeryLightGray"
},
"children": [
{
"type" : "AbstractImageWidget",
"name" : "Template",
"children": [
{
"type" : "TextBoxWidget",
"name" : "Name",
"fields": {
"anchor": {"x": 0, "y": 0},
"style" : {
"fontColor": "$FontColorGold",
"pointSize": "$SmallFontSize",
"spacing" : "$MinimumSpacing",
"alignment": {"h": "left"}
},
"rect" : {"x": 130, "y": 70}
}
},
{
"type" : "TextBoxWidget",
"name" : "Counter",
"fields": {
"rect" : {"x": 105, "y": 70},
"style": {
"pointSize": "$MediumFontSize",
"spacing" : "$MinimumSpacing",
"alignment": "$ALHr"
}
}
},
{
"type" : "HealthBarWidget",
"name" : "Health",
"fields": {
"rect": {"y": 0, "width": 170, "height": 60, "x": 130},
"transparency": 0.8,
"backgroundTransparency": 0.95,
"warningHealthPercent": 65,
"criticalHealthPercent": 30
}
}
]
}
]
}