forked from GitHub-Mirrors/foundry-sw5e
Added changes to packs
This commit is contained in:
parent
6295de9fd6
commit
3cfee9dd81
6 changed files with 466 additions and 467 deletions
|
@ -275,10 +275,8 @@
|
||||||
"SW5E.CreatureConstructPl": "Constructs",
|
"SW5E.CreatureConstructPl": "Constructs",
|
||||||
"SW5E.CreatureDroid": "Droid",
|
"SW5E.CreatureDroid": "Droid",
|
||||||
"SW5E.CreatureDroidPl": "Droids",
|
"SW5E.CreatureDroidPl": "Droids",
|
||||||
"SW5E.CreatureElemental": "Elemental",
|
"SW5E.CreatureForceEntity": "Force Entity",
|
||||||
"SW5E.CreatureElementalPl": "Elementals",
|
"SW5E.CreatureForceEntityPl": "Force Entities",
|
||||||
"SW5E.CreatureHuman": "Human",
|
|
||||||
"SW5E.CreatureHumanPl": "Humans",
|
|
||||||
"SW5E.CreatureHumanoid": "Humanoid",
|
"SW5E.CreatureHumanoid": "Humanoid",
|
||||||
"SW5E.CreatureHumanoidPl": "Humanoids",
|
"SW5E.CreatureHumanoidPl": "Humanoids",
|
||||||
"SW5E.CreaturePlant": "Plant",
|
"SW5E.CreaturePlant": "Plant",
|
||||||
|
|
|
@ -1064,6 +1064,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 1px 4px;
|
padding: 1px 4px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
overflow-x: auto;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -324,15 +324,14 @@ SW5E.tokenHPColors = {
|
||||||
* @type {Object}
|
* @type {Object}
|
||||||
*/
|
*/
|
||||||
SW5E.creatureTypes = {
|
SW5E.creatureTypes = {
|
||||||
"Aberration": "SW5E.CreatureAberration",
|
"aberration": "SW5E.CreatureAberration",
|
||||||
"Beast": "SW5E.CreatureBeast",
|
"beast": "SW5E.CreatureBeast",
|
||||||
"Construct": "SW5E.CreatureConstruct",
|
"construct": "SW5E.CreatureConstruct",
|
||||||
"Droid": "SW5E.CreatureDroid",
|
"droid": "SW5E.CreatureDroid",
|
||||||
"Elemental": "SW5E.CreatureElemental",
|
"force": "SW5E.CreatureForceEntity",
|
||||||
"Human": "SW5E.CreatureHuman",
|
"humanoid": "SW5E.CreatureHumanoid",
|
||||||
"Humanoid": "SW5E.CreatureHumanoid",
|
"plant": "SW5E.CreaturePlant",
|
||||||
"Plant": "SW5E.CreaturePlant",
|
"undead": "SW5E.CreatureUndead"
|
||||||
"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
|
@ -1703,6 +1703,7 @@ input[type="reset"]:disabled {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 1px 4px;
|
padding: 1px 4px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
.sw5e.sheet.actor.npc .swalt-sheet header div.creature-type span {
|
.sw5e.sheet.actor.npc .swalt-sheet header div.creature-type span {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue