@@ -66,12 +66,12 @@ console.log(p.GetData("class",p.className,"icon"))
Class |
- {p.className}
- Force
+ {p.className}
+ {p.secondaryClassName}
|
- Lv.20
- Lv.15
+ Lv.{p.classLv}
+ Lv.{p.secondaryClassLv}
|
@@ -168,43 +168,46 @@ console.log(p.GetData("class",p.className,"icon"))
Battle Power |
{p.bp} |
- |
+ |
HP |
{p.hp} |
- |
+ |
PP |
{p.pp} |
- |
+ |
Attack |
{p.statDisplayAtk} |
- |
+ |
Defense |
{p.def} |
- |
+ |
Weapon Up |
- +{(p.weaponUp1*100).toFixed(1)}%
- +{(p.weaponUp3*100).toFixed(1)}% |
- +{(p.weaponUp2*100).toFixed(1)}% |
+ +{(p.weaponUp1*100).toFixed(1)}%
+ +{(p.weaponUp3*100).toFixed(1)}% |
+ +{(p.weaponUp2*100).toFixed(1)}% |
+ |
Ailment Resist. |
{p.damageResist} |
|
+ |
Damage Resist. |
{p.damageResist} |
|
+ |
diff --git a/src/style.css b/src/style.css
index 60cd5fd..326432c 100644
--- a/src/style.css
+++ b/src/style.css
@@ -196,30 +196,17 @@ em {
}
.statsInfo {
table-layout:fixed;
+ width: 100%;
+ line-height: 23px;
}
.statsInfo td:nth-child(2) {
text-align: right;
}
-.statsInfo td:last-child {
- min-width: 55%;
+.statsInfo td:nth-child(3) {
+ width: 50%;
}
.statsInfo span {
-}
-.statsMelWeaponUp:before {
- content: url("./icons/mel.png");
- margin-right: 5px;
- vertical-align: middle;
-}
-.statsRngWeaponUp:before {
- content: url("./icons/rng.png");
- margin-right: 5px;
- vertical-align: middle;
-}
-.statsTecWeaponUp:before {
- content: url("./icons/tec.png");
- margin-right: 5px;
- vertical-align: middle;
}
.boxTitleBar {
/* background-color: #495a61; */
@@ -273,6 +260,9 @@ em {
.da span:hover {
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));
}
+.basicInfo {
+ line-height: 23px;
+}
.basicInfo tr:hover {
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));
}