diff --git a/src/TestPanel.js b/src/TestPanel.js index 33c0c68..ca45ab4 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -441,6 +441,9 @@ useEffect(()=>{
+ + +

Basic Information

@@ -475,40 +478,14 @@ useEffect(()=>{ {(p.poisonResist*100).toFixed(1)}%
-
Damage Resist.
{(p.damageResist*100).toFixed(1)}%
- +
Damage Resist.
{(p.damageResist*100).toFixed(1)}%
+ +
+ +
+ - -
-
-

Current Effects

- - {effectPage===1?<>

Effect Name

:<> - } -
- -
-

Equip

@@ -519,10 +496,15 @@ useEffect(()=>{
+ + + +
+

Equipped Weapon

-

{GetSpecialWeaponName(selectedWeapon)}+40

+

{GetSpecialWeaponName(selectedWeapon)}+40

Edit Details {weaponPage === 1 ? @@ -615,7 +597,32 @@ AUGMENT
- +
+
+

Current Effects

+ + {effectPage===1?<>

Effect Name

  • {setFoodMenuWindowOpen(true)}}>Food Boost Effect + + + +
      +
    •  [Meat] Potency +10.0%
    • +
    •  [Crisp] Potency to Weak Point +5.0%
    • +
    +
  • +
  • Shifta / Deband +
      +
    •  Potency +5.0%
    • +
    •  Damage Resistance +10.0%
    • +
    +
  • +
  • Region Mag Boost +
      +
    •  Potency +5.0%
    • +
    +
:<> + } +

Damage Stats

diff --git a/src/style.css b/src/style.css index b41e9c1..7e7f38a 100644 --- a/src/style.css +++ b/src/style.css @@ -251,7 +251,10 @@ border-bottom: 1px solid rgba(128,128,128,0.5); .basicInfo > div, .statsInfo > div { border-bottom: 1px solid rgba(128,128,128,0.5); line-height: 25px; - position:relative; + position: relative; +} +.statsInfo > div:nth-last-child(1), .statsInfo > div:last-child { + border: 0; } .basicInfo > div > span, .statsInfo > div > span { color: #97e2fc; @@ -279,17 +282,22 @@ border-bottom: 1px solid rgba(128,128,128,0.5); content: " \25C6"; margin-right: 10px; } -.box h2 { +.viewedEquipName { color: white; font-weight: normal; font-size: 18px; margin: 10px 10px 0 10px; text-align: left; } -.box h2 img { +.viewedEquipName img { margin-right: 5px; vertical-align: top; } +.saveControls { + margin-top: 10px; + padding: 0 10px; + text-align: right; +} .infoBuffs { margin: 0 auto; width: 90%;