Debuting the conversion of skills to items list : Db and item Sheet

This commit is contained in:
Vlyan
2023-01-07 15:57:44 +01:00
parent ac43982f24
commit 5fbb34d882
20 changed files with 342 additions and 4 deletions

View File

@@ -110,6 +110,7 @@
&.peculiarity,
&.property,
&.signature-scroll,
&.skill,
&.technique,
&.title,
&.weapon {
@@ -356,6 +357,16 @@
}
}
}
&.skill {
article {
&.attributes {
height: 4rem;
}
&.infos {
height: calc(100% - 5rem);
}
}
}
&.weapon {
article {
&.attributes {