From 977478db9561c43d2afce0fb3114d16c8ff28c42 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Mon, 28 Aug 2023 10:59:05 +0200 Subject: [PATCH] removal of obsolete code --- .../AlchemicalDistillationUpgradeSheet.ttslua | 15 --------------- .../CustomModificationsUpgradeSheet.ttslua | 14 -------------- .../DamningTestimonyUpgradeSheet.ttslua | 16 +--------------- .../EmpiricalHypothesisUpgradeSheet.ttslua | 16 ---------------- .../FriendsinLowPlacesUpgradeSheet.ttslua | 17 ----------------- .../customizable/GrizzledUpgradeSheet.ttslua | 14 -------------- .../HonedInstinctUpgradeSheet.ttslua | 16 ---------------- .../HuntersArmorUpgradeSheet.ttslua | 15 --------------- ...HyperphysicalShotcasterUpgradeSheet.ttslua | 15 --------------- .../customizable/LivingInkUpgradeSheet.ttslua | 19 ++----------------- .../MakeshiftTrapUpgradeSheet.ttslua | 15 --------------- .../PocketMultiToolUpgradeSheet.ttslua | 15 --------------- .../customizable/PowerWordUpgradeSheet.ttslua | 16 ---------------- .../customizable/RunicAxeUpgradeSheet.ttslua | 16 ---------------- .../SummonedServitorUpgradeSheet.ttslua | 18 +----------------- 15 files changed, 4 insertions(+), 233 deletions(-) diff --git a/src/playercards/customizable/AlchemicalDistillationUpgradeSheet.ttslua b/src/playercards/customizable/AlchemicalDistillationUpgradeSheet.ttslua index 2fb05f63..db3d4f62 100644 --- a/src/playercards/customizable/AlchemicalDistillationUpgradeSheet.ttslua +++ b/src/playercards/customizable/AlchemicalDistillationUpgradeSheet.ttslua @@ -7,21 +7,6 @@ boxSize = 40 xInitial = -0.933 xOffset = 0.075 --- z-values (lines on the sheet) -posZ = { - -0.892, - -0.665, - -0.430, - -0.092, - 0.142, - 0.376, - 0.815 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 1, 1, 1, 2, 4, 5 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/CustomModificationsUpgradeSheet.ttslua b/src/playercards/customizable/CustomModificationsUpgradeSheet.ttslua index c23baac4..d027685a 100644 --- a/src/playercards/customizable/CustomModificationsUpgradeSheet.ttslua +++ b/src/playercards/customizable/CustomModificationsUpgradeSheet.ttslua @@ -7,20 +7,6 @@ boxSize = 38 xInitial = -0.935 xOffset = 0.0735 --- z-values (lines on the sheet) -posZ = { - -0.895, - -0.455, - -0.215, - 0.115, - 0.453, - 0.794 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 2, 2, 3, 3, 4 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/DamningTestimonyUpgradeSheet.ttslua b/src/playercards/customizable/DamningTestimonyUpgradeSheet.ttslua index 8bfc50a0..2a0b120a 100644 --- a/src/playercards/customizable/DamningTestimonyUpgradeSheet.ttslua +++ b/src/playercards/customizable/DamningTestimonyUpgradeSheet.ttslua @@ -5,21 +5,7 @@ boxSize = 40 -- static values xInitial = -0.935 -xOffset = 0.075 - --- z-values (lines on the sheet) -posZ = { - -0.925, - -0.475, - -0.25, - -0.01, - 0.428, - 0.772 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 2, 2, 3, 3, 4 } -inputBoxes = {} +xOffset = 0.075 customizations = { [1] = { diff --git a/src/playercards/customizable/EmpiricalHypothesisUpgradeSheet.ttslua b/src/playercards/customizable/EmpiricalHypothesisUpgradeSheet.ttslua index 8ffbffa5..258ce242 100644 --- a/src/playercards/customizable/EmpiricalHypothesisUpgradeSheet.ttslua +++ b/src/playercards/customizable/EmpiricalHypothesisUpgradeSheet.ttslua @@ -7,22 +7,6 @@ boxSize = 37 xInitial = -0.935 xOffset = 0.069 --- z-values (lines on the sheet) -posZ = { - -0.905, - -0.7, - -0.505, - -0.3, - -0.09, - 0.3, - 0.592, - 0.888 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 1, 1, 1, 2, 2, 3, 4 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/FriendsinLowPlacesUpgradeSheet.ttslua b/src/playercards/customizable/FriendsinLowPlacesUpgradeSheet.ttslua index 64550c0b..7862666f 100644 --- a/src/playercards/customizable/FriendsinLowPlacesUpgradeSheet.ttslua +++ b/src/playercards/customizable/FriendsinLowPlacesUpgradeSheet.ttslua @@ -8,23 +8,6 @@ inputFontsize = 50 xInitial = -0.935 xOffset = 0.0685 --- z-values (lines on the sheet) -posZ = { - -0.725, - -0.44, - -0.05, - 0.25, - 0.545, - 0.75, - 0.95 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 2, 2, 2, 2, 3, 3 } -inputBoxes = { 1, 1 } -inputWidth = { 640, 290 } -inputPos = { { 0.275, 0.25, -0.91 }, { 0.6295, 0.25, -0.44 } } - customizations = { [1] = { textField = { diff --git a/src/playercards/customizable/GrizzledUpgradeSheet.ttslua b/src/playercards/customizable/GrizzledUpgradeSheet.ttslua index 9c96a568..f1146198 100644 --- a/src/playercards/customizable/GrizzledUpgradeSheet.ttslua +++ b/src/playercards/customizable/GrizzledUpgradeSheet.ttslua @@ -8,20 +8,6 @@ inputFontsize = 50 xInitial = -0.933 xOffset = 0.075 --- z-values (lines on the sheet) -posZ = { - -0.71, - -0.458, - -0.205, - 0.362, - 0.82 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 2, 3, 4, 5 } -inputBoxes = { 1, 1, 1 } -inputWidth = { 600, 875, 875 } -inputPos = { { 0.3, 0.25, -0.91 }, { 0.005, 0.25, -0.58 }, { 0.005, 0.25, -0.32 } } customizations = { [1] = { textField = { diff --git a/src/playercards/customizable/HonedInstinctUpgradeSheet.ttslua b/src/playercards/customizable/HonedInstinctUpgradeSheet.ttslua index b3856bd2..7dd3d61d 100644 --- a/src/playercards/customizable/HonedInstinctUpgradeSheet.ttslua +++ b/src/playercards/customizable/HonedInstinctUpgradeSheet.ttslua @@ -7,22 +7,6 @@ boxSize = 38 xInitial = -0.935 xOffset = 0.069 --- z-values (lines on the sheet) -posZ = { - -0.905, - -0.705, - -0.5, - -0.29, - -0.09, - 0.12, - 0.325, - 0.62 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 1, 1, 1, 1, 2, 3, 5 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/HuntersArmorUpgradeSheet.ttslua b/src/playercards/customizable/HuntersArmorUpgradeSheet.ttslua index 2f574b8d..be8016b3 100644 --- a/src/playercards/customizable/HuntersArmorUpgradeSheet.ttslua +++ b/src/playercards/customizable/HuntersArmorUpgradeSheet.ttslua @@ -7,21 +7,6 @@ boxSize = 40 xInitial = -0.933 xOffset = 0.075 --- z-values (lines on the sheet) -posZ = { - -0.892, - -0.560, - -0.220, - -0.092, - 0.047, - 0.376, - 0.820 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 2, 2, 2, 2, 3, 3 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/HyperphysicalShotcasterUpgradeSheet.ttslua b/src/playercards/customizable/HyperphysicalShotcasterUpgradeSheet.ttslua index 522ecbeb..52c4053a 100644 --- a/src/playercards/customizable/HyperphysicalShotcasterUpgradeSheet.ttslua +++ b/src/playercards/customizable/HyperphysicalShotcasterUpgradeSheet.ttslua @@ -7,21 +7,6 @@ boxSize = 38 xInitial = -0.935 xOffset = 0.069 --- z-values (lines on the sheet) -posZ = { - -0.9, - -0.615, - -0.237, - 0.232, - 0.61, - 0.988, - 1.185 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 2, 2, 2, 2, 2, 4, 4 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/LivingInkUpgradeSheet.ttslua b/src/playercards/customizable/LivingInkUpgradeSheet.ttslua index 9aeafacb..60532a32 100644 --- a/src/playercards/customizable/LivingInkUpgradeSheet.ttslua +++ b/src/playercards/customizable/LivingInkUpgradeSheet.ttslua @@ -7,27 +7,12 @@ boxSize = 40 xInitial = -0.935 xOffset = 0.075 --- z-values (lines on the sheet) -posZ = { - -0.69, - -0.355, - 0.0855, - 0.425, - 0.555, - 0.685, - 1.02 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 1, 2, 2, 3, 3, 3 } -inputBoxes = {} - -- Locations of the skill selectors SKILL_ICON_POSITIONS = { willpower = { x = 0.085, z = -0.88 }, intellect = { x = -0.183, z = -0.88 }, - combat = { x = -0.473, z = -0.88 }, - agility = { x = -0.74, z = -0.88 }, + combat = { x = -0.473, z = -0.88 }, + agility = { x = -0.74, z = -0.88 }, } customizations = { diff --git a/src/playercards/customizable/MakeshiftTrapUpgradeSheet.ttslua b/src/playercards/customizable/MakeshiftTrapUpgradeSheet.ttslua index 5a2d5e27..7de68653 100644 --- a/src/playercards/customizable/MakeshiftTrapUpgradeSheet.ttslua +++ b/src/playercards/customizable/MakeshiftTrapUpgradeSheet.ttslua @@ -7,21 +7,6 @@ boxSize = 39 xInitial = -0.935 xOffset = 0.0735 --- z-values (lines on the sheet) -posZ = { - -0.889, - -0.655, - -0.325, - -0.085, - 0.252, - 0.585, - 0.927 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 1, 2, 2, 2, 3, 4 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/PocketMultiToolUpgradeSheet.ttslua b/src/playercards/customizable/PocketMultiToolUpgradeSheet.ttslua index eb3d422e..a7e3e367 100644 --- a/src/playercards/customizable/PocketMultiToolUpgradeSheet.ttslua +++ b/src/playercards/customizable/PocketMultiToolUpgradeSheet.ttslua @@ -7,21 +7,6 @@ boxSize = 40 xInitial = -0.933 xOffset = 0.075 --- z-values (lines on the sheet) -posZ = { - -0.892, - -0.560, - -0.326, - -0.092, - 0.142, - 0.376, - 0.610 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 1, 2, 2, 2, 3, 4 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/PowerWordUpgradeSheet.ttslua b/src/playercards/customizable/PowerWordUpgradeSheet.ttslua index b8357fcd..faef6f28 100644 --- a/src/playercards/customizable/PowerWordUpgradeSheet.ttslua +++ b/src/playercards/customizable/PowerWordUpgradeSheet.ttslua @@ -7,22 +7,6 @@ boxSize = 38 xInitial = -0.933 xOffset = 0.069 --- z-values (lines on the sheet) -posZ = { - -0.905, - -0.6, - -0.32, - -0.02, - 0.28, - 0.48, - 0.775, - 0.975 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 1, 1, 1, 2, 3, 3, 3 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/RunicAxeUpgradeSheet.ttslua b/src/playercards/customizable/RunicAxeUpgradeSheet.ttslua index b9055f91..49ae7b58 100644 --- a/src/playercards/customizable/RunicAxeUpgradeSheet.ttslua +++ b/src/playercards/customizable/RunicAxeUpgradeSheet.ttslua @@ -7,22 +7,6 @@ boxSize = 38 xInitial = -0.935 xOffset = 0.0705 --- z-values (lines on the sheet) -posZ = { - -0.92, - -0.715, - -0.415, - -0.018, - 0.265, - 0.66, - 0.86, - 1.065 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 1, 1, 1, 1, 3, 3, 4 } -inputBoxes = {} - customizations = { [1] = { checkboxes = { diff --git a/src/playercards/customizable/SummonedServitorUpgradeSheet.ttslua b/src/playercards/customizable/SummonedServitorUpgradeSheet.ttslua index c053d949..45415b31 100644 --- a/src/playercards/customizable/SummonedServitorUpgradeSheet.ttslua +++ b/src/playercards/customizable/SummonedServitorUpgradeSheet.ttslua @@ -7,26 +7,10 @@ boxSize = 35 xInitial = -0.935 xOffset = 0.068 --- z-values (lines on the sheet) -posZ = { - -0.92, - -0.625, - -0.33, - 0.055, - 0.26, - 0.56, - 0.765, - 1.06 -} - --- box setup (amount of boxes per line and amount of marked boxes in that line) -existingBoxes = { 1, 1, 1, 1, 1, 2, 3, 5 } -inputBoxes = {} - -- Locations of the slot selectors SLOT_ICON_POSITIONS = { arcane = { x = 0.160, z = 0.65 }, - ally = { x = -0.073, z = 0.65 } + ally = { x = -0.073, z = 0.65 } } -- These match with ArkhamDB's way of storing the data in the dropdown menu