add: Missing "CHARACTER_SPECIAL_ACTION".
fix: Temporary hacky start_index, CHARACTER_SPECTIAL_ACTION typo.
This commit is contained in:
@@ -267,7 +267,7 @@ if app.ENABLE_CONQUEROR_LEVEL:
|
||||
{
|
||||
"name" : "Character_Name",
|
||||
"type":"text",
|
||||
"text":"<EFBFBD><EFBFBD>???? ???",
|
||||
"text":"<EFBFBD><EFBFBD>???? ???",
|
||||
"x":0,
|
||||
"y":0,
|
||||
"r":1.0,
|
||||
@@ -979,7 +979,7 @@ else:
|
||||
{
|
||||
"name" : "Character_Name",
|
||||
"type":"text",
|
||||
"text":"<EFBFBD><EFBFBD>???? ???",
|
||||
"text":"<EFBFBD><EFBFBD>???? ???",
|
||||
"x":0,
|
||||
"y":0,
|
||||
"r":1.0,
|
||||
@@ -1589,23 +1589,23 @@ else:
|
||||
},
|
||||
|
||||
{ "name" : "Quest_Name_00", "type" : "text", "text" : "???????", "x" : 60, "y" : 14 },
|
||||
{ "name" : "Quest_LastTime_00", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 30 },
|
||||
{ "name" : "Quest_LastTime_00", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 30 },
|
||||
{ "name" : "Quest_LastCount_00", "type" : "text", "text" : "???? ???? ????", "x" : 60, "y" : 46 },
|
||||
|
||||
{ "name" : "Quest_Name_01", "type" : "text", "text" : "???????", "x" : 60, "y" : 74 },
|
||||
{ "name" : "Quest_LastTime_01", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 90 },
|
||||
{ "name" : "Quest_LastTime_01", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 90 },
|
||||
{ "name" : "Quest_LastCount_01", "type" : "text", "text" : "???? ???? ????", "x" : 60, "y" : 106 },
|
||||
|
||||
{ "name" : "Quest_Name_02", "type" : "text", "text" : "???????", "x" : 60, "y" : 134 },
|
||||
{ "name" : "Quest_LastTime_02", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 150 },
|
||||
{ "name" : "Quest_LastTime_02", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 150 },
|
||||
{ "name" : "Quest_LastCount_02", "type" : "text", "text" : "???? ???? ????", "x" : 60, "y" : 166 },
|
||||
|
||||
{ "name" : "Quest_Name_03", "type" : "text", "text" : "???????", "x" : 60, "y" : 194 },
|
||||
{ "name" : "Quest_LastTime_03", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 210 },
|
||||
{ "name" : "Quest_LastTime_03", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 210 },
|
||||
{ "name" : "Quest_LastCount_03", "type" : "text", "text" : "???? ???? ????", "x" : 60, "y" : 226 },
|
||||
|
||||
{ "name" : "Quest_Name_04", "type" : "text", "text" : "???????", "x" : 60, "y" : 254 },
|
||||
{ "name" : "Quest_LastTime_04", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 270 },
|
||||
{ "name" : "Quest_LastTime_04", "type" : "text", "text" : "???? ?<3F><>? ????", "x" : 60, "y" : 270 },
|
||||
{ "name" : "Quest_LastCount_04", "type" : "text", "text" : "???? ???? ????", "x" : 60, "y" : 286 },
|
||||
),
|
||||
},]
|
||||
@@ -1677,7 +1677,8 @@ if app.ENABLE_CONQUEROR_LEVEL:
|
||||
|
||||
"x" : 15,
|
||||
"y" : 220+25,
|
||||
"start_index" : app.SPECIAL_ACTION_START_INDEX,
|
||||
## TODO Fix this to use app.SPECIAL_ACTION_START_INDEX
|
||||
"start_index" : 101,
|
||||
"x_count" : 6,
|
||||
"y_count" : 2,
|
||||
"x_step" : 32,
|
||||
@@ -1746,7 +1747,7 @@ else:
|
||||
|
||||
## ??? ??? ????
|
||||
{ "name":"Special_Action_Bar", "type":"horizontalbar", "x":12, "y":8+190, "width":223, },
|
||||
{ "name":"Special_Action_Bar_Text", "type":"text", "x":15, "y":10+190, "text":uiScriptLocale.CHARACTER_SPECTIAL_ACTION },
|
||||
{ "name":"Special_Action_Bar_Text", "type":"text", "x":15, "y":10+190, "text":uiScriptLocale.CHARACTER_SPECIAL_ACTION },
|
||||
|
||||
## Special_Action_Slot
|
||||
{
|
||||
@@ -1755,7 +1756,8 @@ else:
|
||||
|
||||
"x" : 30,
|
||||
"y" : 220,
|
||||
"start_index" : app.SPECIAL_ACTION_START_INDEX,
|
||||
## TODO Fix this to use app.SPECIAL_ACTION_START_INDEX
|
||||
"start_index" : 101,
|
||||
"x_count" : 6,
|
||||
"y_count" : 2,
|
||||
"x_step" : 32,
|
||||
|
Reference in New Issue
Block a user