add compendium with languages and scripts from the SRD
This commit is contained in:
parent
c5a5a7d5a2
commit
55a0cbe11a
55 changed files with 418 additions and 75 deletions
|
@ -6,7 +6,7 @@
|
|||
$size: 60px;
|
||||
row-gap: $margin-sm;
|
||||
.combat-value {
|
||||
$combat-values-assets-path: "#{$official-assets-path}/combat-values";
|
||||
$combat-values-icons-path: "#{$official-icons-path}/combat-values";
|
||||
@include centered-content;
|
||||
height: $size;
|
||||
width: $size;
|
||||
|
@ -14,28 +14,28 @@
|
|||
background-size: contain;
|
||||
font-size: 1.5em;
|
||||
&.hitPoints {
|
||||
background-image: url("#{$combat-values-assets-path}/hit-points.png");
|
||||
background-image: url("#{$combat-values-icons-path}/hit-points.png");
|
||||
}
|
||||
&.defense {
|
||||
background-image: url("#{$combat-values-assets-path}/defense.png");
|
||||
background-image: url("#{$combat-values-icons-path}/defense.png");
|
||||
}
|
||||
&.initiative {
|
||||
background-image: url("#{$combat-values-assets-path}/initiative.png");
|
||||
background-image: url("#{$combat-values-icons-path}/initiative.png");
|
||||
}
|
||||
&.movement {
|
||||
background-image: url("#{$combat-values-assets-path}/movement-rate.png");
|
||||
background-image: url("#{$combat-values-icons-path}/movement-rate.png");
|
||||
}
|
||||
&.meleeAttack {
|
||||
background-image: url("#{$combat-values-assets-path}/melee-attack.png");
|
||||
background-image: url("#{$combat-values-icons-path}/melee-attack.png");
|
||||
}
|
||||
&.rangedAttack {
|
||||
background-image: url("#{$combat-values-assets-path}/ranged-attack.png");
|
||||
background-image: url("#{$combat-values-icons-path}/ranged-attack.png");
|
||||
}
|
||||
&.spellcasting {
|
||||
background-image: url("#{$combat-values-assets-path}/spellcasting.png");
|
||||
background-image: url("#{$combat-values-icons-path}/spellcasting.png");
|
||||
}
|
||||
&.targetedSpellcasting {
|
||||
background-image: url("#{$combat-values-assets-path}/targeted-spellcasting.png");
|
||||
background-image: url("#{$combat-values-icons-path}/targeted-spellcasting.png");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@ $margin-lg: $padding-lg;
|
|||
|
||||
$default-input-height: 26px;
|
||||
|
||||
$official-assets-path: "assets/official";
|
||||
$official-icons-path: "assets/icons/official";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue