hab nen Problem wollte nen Bonusboard einfügen, dass man minimieren kann, allerdings schlägt was fehl
sysrr:
ui.py(line:3012) LoadScriptFile
system.py(line:192) execfile
system.py(line:161) Run
system.py(line:177) __LoadTextFile__
LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.IndentationError'>:unexpected indent (locale/de/ui/InventoryWindow.py, line 397)
1229 18:54:16306 :: ================================================== ================================================== ========
1229 18:54:16306 :: Abort!!!!
1229 18:54:16306 ::
uiInventory.py(line:287) __LoadWindow
ui.py(line:3029) LoadScriptFile
exception.py(line:36) Abort
InventoryWindow.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>:
Inventorywindow.pw:
import uiScriptLocale
import item
EQUIPMENT_START_INDEX = 225
window = {
"name" : "InventoryWindow",
## 600 - (width + 오른쪽으로 부터 띄우기 24 px)
"x" : SCREEN_WIDTH - 176,
"y" : SCREEN_HEIGHT - 37 - 575,
"style" : ("movable", "float",),
"width" : 176,
"height" : 575,
"children" :
(
## Inventory, Equipment Slots
{
"name" : "board",
"type" : "board",
"style" : ("attach",),
"x" : 0,
"y" : 0,
"width" : 176,
"height" : 575,
"children" :
(
## Title
{
"name" : "TitleBar",
"type" : "titlebar",
"style" : ("attach",),
"x" : 8,
"y" : 7,
"width" : 161,
"color" : "yellow",
"children" :
(
{ "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" },
),
},
## Equipment Slot
{
"name" : "Equipment_Base",
"type" : "image",
"x" : 10,
"y" : 33,
"image" : "d:/ymir work/ui/equipment_bg_without_ring.tga",
"children" :
(
{
"name" : "EquipmentSlot",
"type" : "slot",
"x" : 3,
"y" : 3,
"width" : 150,
"height" : 182,
"slot" : (
{"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64},
{"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96},
{"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32},
## 새 반지1
##{"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32},
## 새 반지2
##{"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32},
## 새 벨트
{"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32},
),
},
## MallButton
{
"name" : "MallButton",
"type" : "button",
"x" : 118,
"y" : 148,
"tooltip_text" : uiScriptLocale.MALL_TITLE,
"default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga",
"over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga",
"down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga",
},
## CostumeButton
{
"name" : "CostumeButton",
"type" : "button",
"x" : 78,
"y" : 5,
"tooltip_text" : uiScriptLocale.COSTUME_TITLE,
"default_image" : "d:/ymir work/ui/game/taskbar/costume_Button_01.tga",
"over_image" : "d:/ymir work/ui/game/taskbar/costume_Button_02.tga",
"down_image" : "d:/ymir work/ui/game/taskbar/costume_Button_03.tga",
},
{
"name" : "Equipment_Tab_01",
"type" : "radio_button",
"x" : 86,
"y" : 161,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"children" :
(
{
"name" : "Equipment_Tab_01_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "I",
},
),
},
{
"name" : "Equipment_Tab_02",
"type" : "radio_button",
"x" : 86 + 32,
"y" : 161,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"children" :
(
{
"name" : "Equipment_Tab_02_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "II",
},
),
},
),
},
{
"name" : "Inventory_Tab_01",
"type" : "radio_button",
"x" : 10,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1,
"children" :
(
{
"name" : "Inventory_Tab_01_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "I",
},
),
},
{
"name" : "Inventory_Tab_02",
"type" : "radio_button",
"x" : 10 + 31,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,
"children" :
(
{
"name" : "Inventory_Tab_02_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "II",
},
),
},
{
"name" : "Inventory_Tab_03",
"type" : "radio_button",
"x" : 10 + 62,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : "3.Inventar",
"children" :
(
{
"name" : "Inventory_Tab_03_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "III",
},
),
},
{
"name" : "Inventory_Tab_04",
"type" : "radio_button",
"x" : 10 + 93,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : "4.Inventar",
"children" :
(
{
"name" : "Inventory_Tab_04_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "IV",
},
),
},
{
"name" : "Inventory_Tab_05",
"type" : "radio_button",
"x" : 10 + 124,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : "5.Inventar",
"children" :
(
{
"name" : "Inventory_Tab_04_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "V",
},
),
},
## Item Slot
{
"name" : "ItemSlot",
"type" : "grid_table",
"x" : 8,
"y" : 244,
"start_index" : 0,
"x_count" : 5,
"y_count" : 9,
"x_step" : 32,
"y_step" : 32,
"image" : "d:/ymir work/ui/public/Slot_Base.sub"
},
## Print
{
"name":"Money_Slot",
"type":"button",
"x":20,
"y":40,
"horizontal_align":"center",
"vertical_align":"bottom",
"default_image" : "d:/ymir work/ui/public/parameter_slot_04.sub",
"over_image" : "d:/ymir work/ui/public/parameter_slot_04.sub",
"down_image" : "d:/ymir work/ui/public/parameter_slot_04.sub",
"children" :
(
{
"name" : "Money",
"type" : "text",
"x" : 3,
"y" : 3,
"horizontal_align" : "right",
"text_horizontal_align" : "right",
"text" : "123456789",
},
),
},
## Item Delete
{
"name" : "BorrarItems",
"type" : "image",
"x" : 8,
"y" : 535,
"image" : "locale/de/ui/items.tga",
"children" :
(
{
"name" : "BorrarSlot",
"type" : "slot",
"x" : 0,
"y" : 0,
"width" : 32,
"height" : 32,
"slot" : (
{"index":0, "x":0, "y":0, "width":32, "height":32},
),
},
),
},
),
},
),
}
##Tabel_Bonus
{
"name" : "OcultarTabla",
"type" : "button",
"x" : 161 + SPACE_BONUS_INVENTORY - 30,
"y" : 10,
"default_image" : "d:/ymir work/ui/public/minimize_button_01.sub",
"over_image" : "d:/ymir work/ui/public/minimize_button_02.sub",
"down_image" : "d:/ymir work/ui/public/minimize_button_03.sub",
"tooltip_text" : "Minimizare",
},
################################################## #
################################################## #
################################################## #
#############Tabla de Bonus @Chelo############
#Ap?r?ri..........................
{
"name" : "txt_info_defenza",
"type" : "horizontalbar",
"x" : 176 - 7,
"y" : 33,
"width" : 125,
"children" :
(
{
"name" : "bonus_text_1",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "Defensivo",
},
),
},
########################################
{
"name" : "txt_info_defenza_espada",
"type" : "text",
"x" : 176 - 5,
"y" : 55,
"text" : "Def. Espada:"
},
{
"name" : "Thin_info_defenza_espada",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 55 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_1",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_2manos",
"type" : "text",
"x" : 176 - 5,
"y" : 75,
"text" : "Def. 2 Manos:"
},
{
"name" : "Thin_info_defenza_2manos",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_2",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_daga",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20,
"text" : "Def. Daga:"
},
{
"name" : "Thin_info_defenza_daga",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_3",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_Felcha",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20,
"text" : "Def. Felcha:"
},
{
"name" : "Thin_info_defenza_Felcha",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_4",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_campana",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20,
"text" : "Def. Campana:"
},
{
"name" : "Thin_info_defenza_campana",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_5",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_fan",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20,
"text" : "Def. Fan:"
},
{
"name" : "Thin_info_defenza_fan",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_6",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_Magia",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Magia:"
},
{
"name" : "Thin_info_resist_Magia",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_7",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
########################################
{
"name" : "txt_info_resist_veneno",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Veneno:"
},
{
"name" : "Thin_info_resist_veneno",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_8",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_guerrero",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Guerrero:"
},
{
"name" : "Thin_info_resist_guerrero",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_9",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_ninja",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Ninja:"
},
{
"name" : "Thin_info_resist_ninja",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_10",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_sura",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Sura:"
},
{
"name" : "Thin_info_resist_sura",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_11",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_chaman",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Chaman:"
},
{
"name" : "Thin_info_resist_chaman_",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_12",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
#Bonus de onfensivo..........................
{
"name" : "txt_info_onfensivo",
"type" : "horizontalbar",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"width" : 125,
"children" :
(
{
"name" : "bonus_text_2",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "Ofensivo",
},
),
},
########################################
{
"name" : "txt_info_criticos",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Criticos:"
},
{
"name" : "Thin_info_criticos",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_13",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_penetracion",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Penetracion:"
},
{
"name" : "Thin_info_penetracion",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_14",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_danomedia",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Da. Media:"
},
{
"name" : "Thin_info_danomedia",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_15",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_danohabilidad",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Da. Habilidad:"
},
{
"name" : "Thin_info_danohabilidad",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_16",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fmediohumano",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. MedioHum.:"
},
{
"name" : "Thin_info_fmediohumano",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_17",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fnomuerto",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. NoMuerto:"
},
{
"name" : "Thin_info_fnomuerto",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_18",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fdemonio",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. Demonio:"
},
{
"name" : "Thin_info_fdemonio",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_19",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fguerrero",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. Guerrero:"
},
{
"name" : "Thin_info_fguerrero",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_20",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fninja",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Ninja:"
},
{
"name" : "Thin_info_fninja",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_21",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fsura",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Sura:"
},
{
"name" : "Thin_info_fsura",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_22",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fcham",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Cham:"
},
{
"name" : "Thin_info_fcham",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_23",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
import item
EQUIPMENT_START_INDEX = 225
window = {
"name" : "InventoryWindow",
## 600 - (width + 오른쪽으로 부터 띄우기 24 px)
"x" : SCREEN_WIDTH - 176,
"y" : SCREEN_HEIGHT - 37 - 575,
"style" : ("movable", "float",),
"width" : 176,
"height" : 575,
"children" :
(
## Inventory, Equipment Slots
{
"name" : "board",
"type" : "board",
"style" : ("attach",),
"x" : 0,
"y" : 0,
"width" : 176,
"height" : 575,
"children" :
(
## Title
{
"name" : "TitleBar",
"type" : "titlebar",
"style" : ("attach",),
"x" : 8,
"y" : 7,
"width" : 161,
"color" : "yellow",
"children" :
(
{ "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" },
),
},
## Equipment Slot
{
"name" : "Equipment_Base",
"type" : "image",
"x" : 10,
"y" : 33,
"image" : "d:/ymir work/ui/equipment_bg_without_ring.tga",
"children" :
(
{
"name" : "EquipmentSlot",
"type" : "slot",
"x" : 3,
"y" : 3,
"width" : 150,
"height" : 182,
"slot" : (
{"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64},
{"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96},
{"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32},
## 새 반지1
##{"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32},
## 새 반지2
##{"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32},
## 새 벨트
{"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32},
),
},
## MallButton
{
"name" : "MallButton",
"type" : "button",
"x" : 118,
"y" : 148,
"tooltip_text" : uiScriptLocale.MALL_TITLE,
"default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga",
"over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga",
"down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga",
},
## CostumeButton
{
"name" : "CostumeButton",
"type" : "button",
"x" : 78,
"y" : 5,
"tooltip_text" : uiScriptLocale.COSTUME_TITLE,
"default_image" : "d:/ymir work/ui/game/taskbar/costume_Button_01.tga",
"over_image" : "d:/ymir work/ui/game/taskbar/costume_Button_02.tga",
"down_image" : "d:/ymir work/ui/game/taskbar/costume_Button_03.tga",
},
{
"name" : "Equipment_Tab_01",
"type" : "radio_button",
"x" : 86,
"y" : 161,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"children" :
(
{
"name" : "Equipment_Tab_01_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "I",
},
),
},
{
"name" : "Equipment_Tab_02",
"type" : "radio_button",
"x" : 86 + 32,
"y" : 161,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"children" :
(
{
"name" : "Equipment_Tab_02_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "II",
},
),
},
),
},
{
"name" : "Inventory_Tab_01",
"type" : "radio_button",
"x" : 10,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1,
"children" :
(
{
"name" : "Inventory_Tab_01_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "I",
},
),
},
{
"name" : "Inventory_Tab_02",
"type" : "radio_button",
"x" : 10 + 31,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,
"children" :
(
{
"name" : "Inventory_Tab_02_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "II",
},
),
},
{
"name" : "Inventory_Tab_03",
"type" : "radio_button",
"x" : 10 + 62,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : "3.Inventar",
"children" :
(
{
"name" : "Inventory_Tab_03_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "III",
},
),
},
{
"name" : "Inventory_Tab_04",
"type" : "radio_button",
"x" : 10 + 93,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : "4.Inventar",
"children" :
(
{
"name" : "Inventory_Tab_04_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "IV",
},
),
},
{
"name" : "Inventory_Tab_05",
"type" : "radio_button",
"x" : 10 + 124,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"tooltip_text" : "5.Inventar",
"children" :
(
{
"name" : "Inventory_Tab_04_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "V",
},
),
},
## Item Slot
{
"name" : "ItemSlot",
"type" : "grid_table",
"x" : 8,
"y" : 244,
"start_index" : 0,
"x_count" : 5,
"y_count" : 9,
"x_step" : 32,
"y_step" : 32,
"image" : "d:/ymir work/ui/public/Slot_Base.sub"
},
{
"name":"Money_Slot",
"type":"button",
"x":20,
"y":40,
"horizontal_align":"center",
"vertical_align":"bottom",
"default_image" : "d:/ymir work/ui/public/parameter_slot_04.sub",
"over_image" : "d:/ymir work/ui/public/parameter_slot_04.sub",
"down_image" : "d:/ymir work/ui/public/parameter_slot_04.sub",
"children" :
(
{
"name" : "Money",
"type" : "text",
"x" : 3,
"y" : 3,
"horizontal_align" : "right",
"text_horizontal_align" : "right",
"text" : "123456789",
},
),
},
## Item Delete
{
"name" : "BorrarItems",
"type" : "image",
"x" : 8,
"y" : 535,
"image" : "locale/de/ui/items.tga",
"children" :
(
{
"name" : "BorrarSlot",
"type" : "slot",
"x" : 0,
"y" : 0,
"width" : 32,
"height" : 32,
"slot" : (
{"index":0, "x":0, "y":0, "width":32, "height":32},
),
},
),
},
),
},
),
}
##Tabel_Bonus
{
"name" : "OcultarTabla",
"type" : "button",
"x" : 161 + SPACE_BONUS_INVENTORY - 30,
"y" : 10,
"default_image" : "d:/ymir work/ui/public/minimize_button_01.sub",
"over_image" : "d:/ymir work/ui/public/minimize_button_02.sub",
"down_image" : "d:/ymir work/ui/public/minimize_button_03.sub",
"tooltip_text" : "Minimizare",
},
################################################## #
################################################## #
################################################## #
#############Tabla de Bonus @Chelo############
#Ap?r?ri..........................
{
"name" : "txt_info_defenza",
"type" : "horizontalbar",
"x" : 176 - 7,
"y" : 33,
"width" : 125,
"children" :
(
{
"name" : "bonus_text_1",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "Defensivo",
},
),
},
########################################
{
"name" : "txt_info_defenza_espada",
"type" : "text",
"x" : 176 - 5,
"y" : 55,
"text" : "Def. Espada:"
},
{
"name" : "Thin_info_defenza_espada",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 55 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_1",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_2manos",
"type" : "text",
"x" : 176 - 5,
"y" : 75,
"text" : "Def. 2 Manos:"
},
{
"name" : "Thin_info_defenza_2manos",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_2",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_daga",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20,
"text" : "Def. Daga:"
},
{
"name" : "Thin_info_defenza_daga",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_3",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_Felcha",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20,
"text" : "Def. Felcha:"
},
{
"name" : "Thin_info_defenza_Felcha",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_4",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_campana",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20,
"text" : "Def. Campana:"
},
{
"name" : "Thin_info_defenza_campana",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_5",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_fan",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20,
"text" : "Def. Fan:"
},
{
"name" : "Thin_info_defenza_fan",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_6",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_Magia",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Magia:"
},
{
"name" : "Thin_info_resist_Magia",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_7",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
########################################
{
"name" : "txt_info_resist_veneno",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Veneno:"
},
{
"name" : "Thin_info_resist_veneno",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_8",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_guerrero",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Guerrero:"
},
{
"name" : "Thin_info_resist_guerrero",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_9",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_ninja",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Ninja:"
},
{
"name" : "Thin_info_resist_ninja",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_10",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_sura",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Sura:"
},
{
"name" : "Thin_info_resist_sura",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_11",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_chaman",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Chaman:"
},
{
"name" : "Thin_info_resist_chaman_",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_12",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
#Bonus de onfensivo..........................
{
"name" : "txt_info_onfensivo",
"type" : "horizontalbar",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"width" : 125,
"children" :
(
{
"name" : "bonus_text_2",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "Ofensivo",
},
),
},
########################################
{
"name" : "txt_info_criticos",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Criticos:"
},
{
"name" : "Thin_info_criticos",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_13",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_penetracion",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Penetracion:"
},
{
"name" : "Thin_info_penetracion",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_14",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_danomedia",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Da. Media:"
},
{
"name" : "Thin_info_danomedia",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_15",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_danohabilidad",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Da. Habilidad:"
},
{
"name" : "Thin_info_danohabilidad",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_16",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fmediohumano",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. MedioHum.:"
},
{
"name" : "Thin_info_fmediohumano",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_17",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fnomuerto",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. NoMuerto:"
},
{
"name" : "Thin_info_fnomuerto",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_18",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fdemonio",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. Demonio:"
},
{
"name" : "Thin_info_fdemonio",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_19",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fguerrero",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. Guerrero:"
},
{
"name" : "Thin_info_fguerrero",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_20",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fninja",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Ninja:"
},
{
"name" : "Thin_info_fninja",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_21",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fsura",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Sura:"
},
{
"name" : "Thin_info_fsura",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_22",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fcham",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Cham:"
},
{
"name" : "Thin_info_fcham",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_23",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
Code für Bonusboard:
##Tabel_Bonus
{
"name" : "OcultarTabla",
"type" : "button",
"x" : 161 + SPACE_BONUS_INVENTORY - 30,
"y" : 10,
"default_image" : "d:/ymir work/ui/public/minimize_button_01.sub",
"over_image" : "d:/ymir work/ui/public/minimize_button_02.sub",
"down_image" : "d:/ymir work/ui/public/minimize_button_03.sub",
"tooltip_text" : "Minimizare",
},
################################################## #
################################################## #
################################################## #
#############Tabla de Bonus @Chelo############
#Apărări..........................
{
"name" : "txt_info_defenza",
"type" : "horizontalbar",
"x" : 176 - 7,
"y" : 33,
"width" : 125,
"children" :
(
{
"name" : "bonus_text_1",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "Defensivo",
},
),
},
########################################
{
"name" : "txt_info_defenza_espada",
"type" : "text",
"x" : 176 - 5,
"y" : 55,
"text" : "Def. Espada:"
},
{
"name" : "Thin_info_defenza_espada",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 55 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_1",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_2manos",
"type" : "text",
"x" : 176 - 5,
"y" : 75,
"text" : "Def. 2 Manos:"
},
{
"name" : "Thin_info_defenza_2manos",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_2",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_daga",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20,
"text" : "Def. Daga:"
},
{
"name" : "Thin_info_defenza_daga",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_3",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_Felcha",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20,
"text" : "Def. Felcha:"
},
{
"name" : "Thin_info_defenza_Felcha",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_4",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_campana",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20,
"text" : "Def. Campana:"
},
{
"name" : "Thin_info_defenza_campana",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_5",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_fan",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20,
"text" : "Def. Fan:"
},
{
"name" : "Thin_info_defenza_fan",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_6",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_Magia",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Magia:"
},
{
"name" : "Thin_info_resist_Magia",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_7",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
########################################
{
"name" : "txt_info_resist_veneno",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Veneno:"
},
{
"name" : "Thin_info_resist_veneno",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_8",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_guerrero",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Guerrero:"
},
{
"name" : "Thin_info_resist_guerrero",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_9",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_ninja",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Ninja:"
},
{
"name" : "Thin_info_resist_ninja",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_10",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_sura",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Sura:"
},
{
"name" : "Thin_info_resist_sura",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_11",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_chaman",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Chaman:"
},
{
"name" : "Thin_info_resist_chaman_",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_12",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
#Bonus de onfensivo..........................
{
"name" : "txt_info_onfensivo",
"type" : "horizontalbar",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"width" : 125,
"children" :
(
{
"name" : "bonus_text_2",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "Ofensivo",
},
),
},
########################################
{
"name" : "txt_info_criticos",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Criticos:"
},
{
"name" : "Thin_info_criticos",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_13",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_penetracion",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Penetracion:"
},
{
"name" : "Thin_info_penetracion",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_14",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_danomedia",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Da. Media:"
},
{
"name" : "Thin_info_danomedia",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_15",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_danohabilidad",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Da. Habilidad:"
},
{
"name" : "Thin_info_danohabilidad",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_16",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fmediohumano",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. MedioHum.:"
},
{
"name" : "Thin_info_fmediohumano",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_17",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fnomuerto",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. NoMuerto:"
},
{
"name" : "Thin_info_fnomuerto",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_18",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fdemonio",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. Demonio:"
},
{
"name" : "Thin_info_fdemonio",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_19",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fguerrero",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. Guerrero:"
},
{
"name" : "Thin_info_fguerrero",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_20",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fninja",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Ninja:"
},
{
"name" : "Thin_info_fninja",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_21",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fsura",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Sura:"
},
{
"name" : "Thin_info_fsura",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_22",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fcham",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Cham:"
},
{
"name" : "Thin_info_fcham",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_23",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "OcultarTabla",
"type" : "button",
"x" : 161 + SPACE_BONUS_INVENTORY - 30,
"y" : 10,
"default_image" : "d:/ymir work/ui/public/minimize_button_01.sub",
"over_image" : "d:/ymir work/ui/public/minimize_button_02.sub",
"down_image" : "d:/ymir work/ui/public/minimize_button_03.sub",
"tooltip_text" : "Minimizare",
},
################################################## #
################################################## #
################################################## #
#############Tabla de Bonus @Chelo############
#Apărări..........................
{
"name" : "txt_info_defenza",
"type" : "horizontalbar",
"x" : 176 - 7,
"y" : 33,
"width" : 125,
"children" :
(
{
"name" : "bonus_text_1",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "Defensivo",
},
),
},
########################################
{
"name" : "txt_info_defenza_espada",
"type" : "text",
"x" : 176 - 5,
"y" : 55,
"text" : "Def. Espada:"
},
{
"name" : "Thin_info_defenza_espada",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 55 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_1",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_2manos",
"type" : "text",
"x" : 176 - 5,
"y" : 75,
"text" : "Def. 2 Manos:"
},
{
"name" : "Thin_info_defenza_2manos",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_2",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_daga",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20,
"text" : "Def. Daga:"
},
{
"name" : "Thin_info_defenza_daga",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_3",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_Felcha",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20,
"text" : "Def. Felcha:"
},
{
"name" : "Thin_info_defenza_Felcha",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_4",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_campana",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20,
"text" : "Def. Campana:"
},
{
"name" : "Thin_info_defenza_campana",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_5",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_defenza_fan",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20,
"text" : "Def. Fan:"
},
{
"name" : "Thin_info_defenza_fan",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_6",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_Magia",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Magia:"
},
{
"name" : "Thin_info_resist_Magia",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_7",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
########################################
{
"name" : "txt_info_resist_veneno",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Veneno:"
},
{
"name" : "Thin_info_resist_veneno",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_8",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_guerrero",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Guerrero:"
},
{
"name" : "Thin_info_resist_guerrero",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_9",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_ninja",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Ninja:"
},
{
"name" : "Thin_info_resist_ninja",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_10",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_sura",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Sura:"
},
{
"name" : "Thin_info_resist_sura",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_11",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
########################################
{
"name" : "txt_info_resist_chaman",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Resist. Chaman:"
},
{
"name" : "Thin_info_resist_chaman_",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_12",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
#Bonus de onfensivo..........................
{
"name" : "txt_info_onfensivo",
"type" : "horizontalbar",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"width" : 125,
"children" :
(
{
"name" : "bonus_text_2",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "Ofensivo",
},
),
},
########################################
{
"name" : "txt_info_criticos",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Criticos:"
},
{
"name" : "Thin_info_criticos",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_13",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_penetracion",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Penetracion:"
},
{
"name" : "Thin_info_penetracion",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_14",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_danomedia",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Da. Media:"
},
{
"name" : "Thin_info_danomedia",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_15",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_danohabilidad",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Da. Habilidad:"
},
{
"name" : "Thin_info_danohabilidad",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_16",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fmediohumano",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. MedioHum.:"
},
{
"name" : "Thin_info_fmediohumano",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_17",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fnomuerto",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. NoMuerto:"
},
{
"name" : "Thin_info_fnomuerto",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_18",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fdemonio",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. Demonio:"
},
{
"name" : "Thin_info_fdemonio",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_19",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fguerrero",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "F. Guerrero:"
},
{
"name" : "Thin_info_fguerrero",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_20",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fninja",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Ninja:"
},
{
"name" : "Thin_info_fninja",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_21",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fsura",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Sura:"
},
{
"name" : "Thin_info_fsura",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_22",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #
{
"name" : "txt_info_fcham",
"type" : "text",
"x" : 176 - 5,
"y" : 75 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"text" : "Fuer. Cham:"
},
{
"name" : "Thin_info_fcham",
"type" : "image",
"x" : 176 + SPACE_BONUS_INVENTORY - 65,
"y" : 75 + 20 - 2 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20 + 20,
"image" : IMAGE_CHELO,
"children" :
(
{
"name" : "bonus_23",
"type" : "text",
"x" : 26,
"y" : 3,
"text" : "999",
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
"text_horizontal_align":"center"
},
),
},
################################################## #






