Added changes to packs

This commit is contained in:
Jacob Lucas 2021-06-03 03:51:24 +01:00
parent 6295de9fd6
commit 3cfee9dd81
6 changed files with 466 additions and 467 deletions

View file

@ -275,10 +275,8 @@
"SW5E.CreatureConstructPl": "Constructs",
"SW5E.CreatureDroid": "Droid",
"SW5E.CreatureDroidPl": "Droids",
"SW5E.CreatureElemental": "Elemental",
"SW5E.CreatureElementalPl": "Elementals",
"SW5E.CreatureHuman": "Human",
"SW5E.CreatureHumanPl": "Humans",
"SW5E.CreatureForceEntity": "Force Entity",
"SW5E.CreatureForceEntityPl": "Force Entities",
"SW5E.CreatureHumanoid": "Humanoid",
"SW5E.CreatureHumanoidPl": "Humanoids",
"SW5E.CreaturePlant": "Plant",

View file

@ -1064,6 +1064,7 @@
justify-content: space-between;
padding: 1px 4px;
border: 1px solid transparent;
overflow-x: auto;
span {
overflow: hidden;

View file

@ -324,15 +324,14 @@ SW5E.tokenHPColors = {
* @type {Object}
*/
SW5E.creatureTypes = {
"Aberration": "SW5E.CreatureAberration",
"Beast": "SW5E.CreatureBeast",
"Construct": "SW5E.CreatureConstruct",
"Droid": "SW5E.CreatureDroid",
"Elemental": "SW5E.CreatureElemental",
"Human": "SW5E.CreatureHuman",
"Humanoid": "SW5E.CreatureHumanoid",
"Plant": "SW5E.CreaturePlant",
"Undead": "SW5E.CreatureUndead"
"aberration": "SW5E.CreatureAberration",
"beast": "SW5E.CreatureBeast",
"construct": "SW5E.CreatureConstruct",
"droid": "SW5E.CreatureDroid",
"force": "SW5E.CreatureForceEntity",
"humanoid": "SW5E.CreatureHumanoid",
"plant": "SW5E.CreaturePlant",
"undead": "SW5E.CreatureUndead"
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1703,6 +1703,7 @@ input[type="reset"]:disabled {
justify-content: space-between;
padding: 1px 4px;
border: 1px solid transparent;
overflow-x: auto;
}
.sw5e.sheet.actor.npc .swalt-sheet header div.creature-type span {
overflow: hidden;