[PR]Add custom formula to weapon base attack (#964)

* Add custom formula to weapon base attack

* Remove log

* Update weapon custom damage formula label + update font-size in px
This commit is contained in:
Dapoulp 2025-08-23 14:54:57 +02:00 committed by GitHub
parent 471cbd55df
commit a72d4583cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 161 additions and 140 deletions

View file

@ -165,7 +165,7 @@
z-index: 1;
.remove {
font-size: 10px;
font-size: var(--font-size-10);
}
}
}
@ -400,7 +400,7 @@
display: flex;
flex-direction: column;
white-space: nowrap;
font-size: 14px;
font-size: var(--font-size-14);
font-weight: 400;
&.modifier-label {
@ -527,7 +527,7 @@
font-family: @font-body;
margin-top: 4px;
color: light-dark(#14142599, #efe6d850);
font-size: 12px;
font-size: var(--font-size-12);
padding-left: 3px;
}
}
@ -541,7 +541,7 @@
text-align: center;
}
.title-hint {
font-size: 12px;
font-size: var(--font-size-12);
font-variant: small-caps;
text-align: center;
}
@ -605,7 +605,7 @@
align-items: center;
label {
font-size: 16px;
font-size: var(--font-size-16);
}
.form-fields {
@ -776,7 +776,7 @@
.preview-text-container {
padding: 10px 0;
text-align: center;
font-size: 16px;
font-size: var(--font-size-16);
color: light-dark(@beige, @dark);
background-image: url(../assets/parchments/dh-parchment-light.png);
border-radius: 0 0 4px 4px;
@ -799,14 +799,14 @@
justify-content: center;
.preview-add-icon {
font-size: 40px;
font-size: var(--font-size-40);
color: light-dark(@dark-blue-50, @beige-50);
}
.preview-empty-subtext {
position: absolute;
bottom: 5%;
font-size: 10px;
font-size: var(--font-size-10);
font-variant: small-caps;
text-align: center;
font-style: italic;
@ -821,7 +821,7 @@
width: 54px;
border-radius: 50%;
border: 2px solid;
font-size: 48px;
font-size: var(--font-size-48);
display: flex;
align-items: center;
justify-content: center;