-
-
-
Select Augments
-
-
- - Dynamo Unit Lv.1
- - Dynamo Unit Lv.2
- - Dynamo Unit Lv.3
- - Dynamo Unit Lv.4
- - Fixa Attack Lv.1
- - Fixa Attack Lv.2
- - Fixa Attack Lv.3
- - Fixa Attack Lv.4
- - Melee I
- - Melee II
- - Melee III
- - Precision I
- - Precision II
- - Precision III
-
-
-
-
Equipped Weapon
@@ -1080,12 +1075,12 @@ function deepCopySkills(skillData) {
Stat Adjustment
- - Dynamo Unit Lv.3
- - Fixa Attack Lv.3
- - test
- - test
- - test
- - test
+ - {setAugmentSelectWindowOpen(true)}} className="pot">Dynamo Unit Lv.3
+ - {setAugmentSelectWindowOpen(true)}} className="fixa">Fixa Attack Lv.3
+ - {setAugmentSelectWindowOpen(true)}} className="aug">test
+ - {setAugmentSelectWindowOpen(true)}} className="aug">test
+ - {setAugmentSelectWindowOpen(true)}} className="aug">test
+ - {setAugmentSelectWindowOpen(true)}} className="aug">test
@@ -1108,6 +1103,34 @@ function deepCopySkills(skillData) {
+
+
+
+
{setAugmentSelectWindowOpen(false)}} shouldFocusAfterRender={true} shouldCloseOnOverlayClick={true} shouldCloseOnEsc={true} className="modal" overlayClassName="modalOverlayAugment">
+
+
+
+
Select Augments
+
+
+ - Dynamo Unit Lv.1
+ - Dynamo Unit Lv.2
+ - Dynamo Unit Lv.3
+ - Dynamo Unit Lv.4
+ - Fixa Attack Lv.1
+ - Fixa Attack Lv.2
+ - Fixa Attack Lv.3
+ - Fixa Attack Lv.4
+ - Melee I
+ - Melee II
+ - Melee III
+ - Precision I
+ - Precision II
+ - Precision III
+
+
+
+
>
)
diff --git a/src/icons/badguy.png b/src/icons/badguy.png
new file mode 100644
index 0000000..2503e7f
Binary files /dev/null and b/src/icons/badguy.png differ
diff --git a/src/style.css b/src/style.css
index 64165d1..ec78ef4 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1211,7 +1211,7 @@ button {
display: grid;
justify-items: stretch;
align-items: center;
- grid-template-columns: minmax(10px,1fr) minmax(auto,910px) minmax(10px,1fr);
+ grid-template-columns: minmax(10px,1fr) minmax(0, auto) minmax(10px,1fr);
grid-template-rows: 10px minmax(10px, 1fr) 10px;
min-height: 100vh;
/* mobile viewport bug fix */
@@ -1812,4 +1812,7 @@ dd:before {
.buildPalette{
width:360px;
margin:auto;
+}
+.badGuy:before {
+ content:url("./icons/badguy.png");
}
\ No newline at end of file