Skip to content

Commit

Permalink
New JSON files for build 1044
Browse files Browse the repository at this point in the history
  • Loading branch information
KageDesu committed May 15, 2019
1 parent c360880 commit b89425f
Show file tree
Hide file tree
Showing 16 changed files with 1,031 additions and 3 deletions.
34 changes: 34 additions & 0 deletions Default JSON/EnemyStatusPanelSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"position": [
450,
57
],
"linesNavigation": 2,
"linesMargin": 0,
"statesPerLine": 6,
"maxLines": 1,
"statesNavigation": 3,
"statesMargin": -30,
"stateTimeTextPosition": 0,
"stateAfterActionText": "A"
},
{
"id": 0,
"fontName": null,
"textVisible": false,
"fontSize": 12,
"italy": false,
"fontOutlineWidth": 2,
"fontOutlineColor": "#000000",
"iconSize": 18,
"changeFontSize": 12,
"colorA": null,
"colorB": null,
"opacity": 0,
"gType": 0,
"textColor": "#caca00",
"addToHeight": 0,
"addToWidth": 0
}
]
62 changes: 62 additions & 0 deletions Default JSON/FirearmPanel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"position": ["Graphics.width / 2 - 140", "Graphics.height - 80"],
"visible": true,
"width": 280,
"height": 20,
"fillColor": null,
"alertColor": null,
"blackColor": null,
"glowColor": "#003000",
"backgroundColor": "#000000",
"backgroundOpacity": 140,
"ammoInfoPositionX": 180,
"ammoInfoPositionY": 4,
"ammoIconSize": 16,
"ammoIconMarginX": 0,
"ammoIconMarginY": -1,
"weaponName": {
"textBoxWidth": 60,
"textBoxHeight": 20,
"visible": true,
"marginX": 4,
"marginY": 0,
"position": "left",
"outlineColor": null,
"outlineWidth": 2,
"fontFace": "KhmerUI",
"textColor": "#ffffff",
"fontSize": 12,
"fontItalic": false
},
"ammoCountText": {
"textBoxWidth": 30,
"textBoxHeight": 20,
"visible": true,
"marginX": 10,
"marginY": -4,
"position": "center",
"outlineColor": null,
"outlineWidth": 2,
"fontFace": "KhmerUI",
"textColor": "#ffffff",
"textColorWhenEmpty": "#A80000",
"fontSize": 12,
"fontItalic": false
},
"chargesText": {
"textBoxWidth": 30,
"textBoxHeight": 20,
"visible": true,
"marginX": 240,
"marginY": 0,
"position": "center",
"outlineColor": null,
"outlineWidth": 2,
"fontFace": "KhmerUI",
"textColor": "#ffffff",
"textColorWhenEmpty": "#A80000",
"fontSize": 12,
"fontItalic": false
}

}
3 changes: 3 additions & 0 deletions Default JSON/ItemsNotifySettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[
{
"position": ["Graphics.width - 10", "Graphics.height / 2"],
"visible": true,
"goldIconIndex": 314,
"navigation": 1,
"anchor": 1,
"stayTime": 40,
Expand Down
30 changes: 30 additions & 0 deletions Default JSON/KeyBinding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"common": {
"TargetSelect": "q",
"NearestTargetSelect": "f",
"FirearmReload": "r",
"Attack": "a",
"Jump": "s",
"Rotate": "d",
"Weapons": "e",
"Follow": "w",
"AutoRotate": "control"
},
"weaponCircle": {
"TopSlot": "w",
"BottomSlot": "s",
"RightSlot": "d",
"LeftSlot": "a"
},
"SkillsPanel": {
"slot1": "1",
"slot2": "2",
"slot3": "3",
"slot4": "4",
"slot5": "5",
"slot6": "6",
"slot7": "7",
"slot8": "8"
}
}

73 changes: 73 additions & 0 deletions Default JSON/Locale.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
[
{
"Alerts": {
"STRING_ALERT_NEEDTARGET": "Need Target",
"STRING_ALERT_TOFAR": "Target too far",
"STRING_ALERT_INTERRUPT": "Action interrupt",
"STRING_ALERT_NOAUTOA": "Can't use attack",
"STRING_ALERT_NOUSE": "Can't use action now",
"STRING_ALERT_NOCHARGES": "Can't use, no charges",
"STRING_ALERT_RECHARGE": "Action is not ready",
"STRING_ALERT_CASTMOVE": "Can't use while moving",
"STRING_ALERT_NOINBATTLE": "Need get out of the battle",
"STRING_ALERT_NEWLEVEL": "New level"
},
"PopUps": {
"STRING_POPUP_EVADE" : "Evade",
"STRING_POPUP_MISS" : "Miss",
"STRING_POPUP_FAIL" : "Fail",
"STRING_POPUP_ABSORB" : "Absorb",
"STRING_POPUP_IMMUNE" : "Immune",
"STRING_POPUP_WEAK" : "Weak",
"STRING_POPUP_SKILL" : "Ready!"
},
"Menu": {
"STRING_MENU_UIVIS": "Show UI",
"STRING_MENU_UIPOS": "Edit UI",
"STRING_MENU_KEYBIND": "Controls"
},
"KeyBinding": {
"STRING_MENU_KB_KEY": "Press any key",
"STRING_MENU_KB_TAB": "Target select",
"STRING_MENU_KB_SKILLS": "Skills panel",
"STRING_MENU_KB_CONTRL": "Сontrol panel",
"STRING_MENU_KB_WEAPON": "Weapon circle",
"STRING_MENU_KB_DEF": "Reset to default",
"STRING_MENU_KB_BACK": "Back",
"STRING_MENU_KB_SLOT": "Item",
"STRING_MENU_KB_ATTACK": "Attack",
"STRING_MENU_KB_FOLLOW": "Follow",
"STRING_MENU_KB_JUMP": "Jump",
"STRING_MENU_KB_ROTATE": "Rotate",
"STRING_MENU_KB_LEFT": "Left",
"STRING_MENU_KB_RIGHT": "Right",
"STRING_MENU_KB_BOTTOM": "Bottom",
"STRING_MENU_KB_TOP": "Top",
"STRING_MENU_KB_WEAP": "Weapons"
},
"SpellInfo": {
"STRING_SKILL_INFO_RADIUS": "Radius: ",
"STRING_SKILL_INFO_RANGE": "Range: ",
"STRING_SKILL_INFO_RANGE2": "Range: ",
"STRING_SKILL_INFO_CAST": "Cast: ",
"STRING_SKILL_INFO_COOLDOWN": "Cooldown: ",
"STRING_SKILL_INFO_DESCRIPTION": "Description",
"STRING_SKILL_INFO_HAS": "Has: ",
"STRING_SKILL_INFO_USE": "Use: ",
"STRING_SKILL_INFO_CHARGES": "Charges: ",
"STRING_SKILL_INFO_RELOADCHR": "Reload charges: ",
"STRING_SKILL_INFO_ONTARGET": "Need target",
"STRING_SKILL_INFO_ONUSER": "On user",
"STRING_SKILL_INFO_AREA": "Area select",
"STRING_SKILL_INFO_CIRCLE": "Around user",
"STRING_SKILL_INFO_ZONE": "Zone",
"STRING_SKILL_INFO_SEC": " sec.",
"STRING_SKILL_INFO_TARGET": "<target>",
"STRING_SKILL_INFO_DAMAGE": "Damage ",
"STRING_SKILL_INFO_RECOVER": "Recover ",
"STRING_SKILL_INFO_DRAIN": "Drain ",
"STRING_SKILL_INFO_MELEE": "Melee ",
"STRING_SKILL_INFO_REPEATS": "Multi Hits: "
}
}
]
6 changes: 6 additions & 0 deletions Default JSON/StatesPanelSettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[
{
"position": ["Graphics.width - 16", 25],
"visible": true,
"linesNavigation": 2,
"linesMargin": 0,
"statesPerLine": 4,
"maxLines": 0,
"statesNavigation": 3,
"statesMargin": -14,
"stateTimeTextPosition": 0,
Expand All @@ -11,6 +14,7 @@
{
"id": 0,
"fontName": null,
"textVisible": true,
"fontSize": 18,
"italy": false,
"fontOutlineWidth": 2,
Expand All @@ -28,6 +32,7 @@
{
"id": 1,
"fontName": null,
"textVisible": true,
"fontSize": 22,
"italy": false,
"fontOutlineWidth": 2,
Expand All @@ -45,6 +50,7 @@
{
"id": 2,
"fontName": "Consolas",
"textVisible": true,
"fontSize": 20,
"italy": true,
"fontOutlineWidth": 2,
Expand Down
58 changes: 58 additions & 0 deletions Default JSON/UIActorCastBar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
[
{
"position": [
"(Graphics.width / 2) - 105",
"Graphics.height - 120"
],
"visible": true,
"backgroundImg": "PlayerCastBarBackground",
"gaugeName": "cb",
"iconSize": 22,
"iconMarginX": 0,
"iconMarginY": 2,
"valuesSeparateSymbol": "/ ",
"secondsSymbol": "s",
"textSkillName": {
"textBoxWidth": 120,
"textBoxHeight": 18,
"visible": true,
"marginX": 24,
"marginY": -2,
"position": "left",
"outlineColor": null,
"outlineWidth": 2,
"fontFace": "KhmerUI",
"textColor": "#e0cfbf",
"fontSize": 14,
"fontItalic": false
},
"textValue1": {
"textBoxWidth": 30,
"textBoxHeight": 18,
"visible": true,
"marginX": 150,
"marginY": -2,
"position": "right",
"outlineColor": null,
"outlineWidth": 2,
"fontFace": "KhmerUI",
"textColor": "#e0cfbf",
"fontSize": 14,
"fontItalic": false
},
"textValue2": {
"textBoxWidth": 30,
"textBoxHeight": 18,
"visible": true,
"marginX": 178,
"marginY": 0,
"position": "right",
"outlineColor": null,
"outlineWidth": 2,
"fontFace": "KhmerUI",
"textColor": "#9c8d7f",
"fontSize": 14,
"fontItalic": false
}
}
]
28 changes: 28 additions & 0 deletions Default JSON/UIActorPortrait.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"position": [
8,
4
],
"visible": true,
"backgroundImg": "ActorPortraitBackground",
"foregroundImg": "ActorPortraitForeground",
"maskImg": "ActorPortraitMask",
"useMask": true,
"flipFace": true,
"faceSize": 72
},
{
"position": [
442,
16
],
"visible": true,
"backgroundImg": "EnemyPortraitBackground",
"foregroundImg": "EnemyPortraitForeground",
"maskImg": "EnemyPortraitMask",
"useMask": true,
"flipFace": false,
"faceSize": 54
}
]
Loading

0 comments on commit b89425f

Please sign in to comment.