[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

@ -75,7 +75,7 @@
label {
position: absolute;
font-size: 18px;
font-size: var(--font-size-18);
font-weight: bold;
padding: 0 2px;
background-image: url(../assets/parchments/dh-parchment-light.png);
@ -141,7 +141,7 @@
.ancestry-preview-feature {
flex: 1;
font-size: 14px;
font-size: var(--font-size-14);
white-space: wrap;
padding: 0 2px;
border: 1px solid light-dark(@golden, @dark-blue);
@ -178,7 +178,7 @@
legend {
margin-left: auto;
margin-right: auto;
font-size: 28px;
font-size: var(--font-size-28);
font-weight: bold;
padding: 0 8px;
}
@ -191,7 +191,7 @@
justify-content: center;
legend {
font-size: 20px;
font-size: var(--font-size-20);
white-space: nowrap;
}
@ -343,7 +343,7 @@
border-radius: 50%;
height: 20px;
width: 20px;
font-size: 14px;
font-size: var(--font-size-14);
display: flex;
align-items: center;
justify-content: center;
@ -358,7 +358,7 @@
.descriptor {
position: absolute;
bottom: -8px;
font-size: 12px;
font-size: var(--font-size-12);
border-radius: 8px;
width: 56px;
text-align: center;
@ -400,7 +400,7 @@
legend {
margin-left: auto;
margin-right: auto;
font-size: 28px;
font-size: var(--font-size-28);
font-weight: bold;
padding: 0 8px;
white-space: nowrap;
@ -444,7 +444,7 @@
label {
position: absolute;
top: -8px;
font-size: 12px;
font-size: var(--font-size-12);
white-space: nowrap;
border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 6px;
@ -472,7 +472,7 @@
legend {
margin-left: auto;
margin-right: auto;
font-size: 12px;
font-size: var(--font-size-12);
}
.suggestion-inner-container {
@ -490,7 +490,7 @@
label {
position: absolute;
top: -2px;
font-size: 12px;
font-size: var(--font-size-12);
}
img {