2022-11-10 23:59:55 -08:00
|
|
|
-- Customizable Cards: Power Word
|
|
|
|
|
|
|
|
-- Color information for buttons
|
|
|
|
boxSize = 38
|
|
|
|
|
|
|
|
-- static values
|
|
|
|
x_1 = -0.933
|
|
|
|
x_offset = 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 = {}
|
|
|
|
|
2023-06-02 02:44:18 -07:00
|
|
|
customizations = {
|
|
|
|
[1] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = -0.905,
|
|
|
|
count = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[2] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = -0.6,
|
|
|
|
count = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[3] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = -0.32,
|
|
|
|
count = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[4] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = -0.02,
|
|
|
|
count = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[5] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = 0.28,
|
|
|
|
count = 2,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
[6] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = 0.48,
|
|
|
|
count = 3,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[7] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = 0.775,
|
|
|
|
count = 3,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
[8] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = 0.975,
|
|
|
|
count = 3,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
2023-05-11 11:56:39 +02:00
|
|
|
require("playercards/customizable/UpgradeSheetLibrary")
|