Skip to content

Commit

Permalink
v1.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Jun 27, 2022
1 parent a53d7e9 commit 178f19c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.25

Fixed offset in the new ability score manager.

# 1.3.24

Fixed timestamps not updating. Fixed images failing to load on foundry instances with a route prefix. Minor update to dark mode sheets courtesy of @Vesselchuck.
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "Overhauls the Foundry UI and several modules.",
"url": "https://github.com/Dorako/pf2e-dorako-ui",
"author": "Dorako",
"version": "1.3.24",
"version": "1.3.25",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"system": ["pf2e"],
"scripts": ["scripts/dorako-ui.js"],
"templates": ["templates/*"],
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.24.zip",
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.25.zip",
"manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json"
}
6 changes: 0 additions & 6 deletions scripts/dorako-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,6 @@ Hooks.once("init", async function () {
}
}

console.log({ speaker });
console.log(speaker.token);
console.log(combatantImg);
console.log(actorImg);
console.log(tokenImg);

return combatantImg || actorImg || tokenImg;
});

Expand Down
4 changes: 2 additions & 2 deletions styles/chat-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
gap: 3px;
}

.chat-message .table-draw .table-results .table-result img.result-image {
/* .chat-message .table-draw .table-results .table-result img.result-image {
filter: var(--filter-dark);
}
} */

.token-link,
.dmgBtn-container button {
Expand Down
5 changes: 5 additions & 0 deletions styles/dorako-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,9 @@ img {

::placeholder {
text-shadow: none !important;
}

.ability-builder-popup .window-content .background-stripes {
padding: 0px;
padding-left: 6px;
}
20 changes: 11 additions & 9 deletions styles/pc-sheet-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
}

.actor.sheet.character .window-content .crb-style {
background: url(/systems/pf2e/assets/sheet/header.webp), var(--sheet-dark);
background: url(../img/header.webp), var(--sheet-dark);
background-repeat: repeat-x, no-repeat;
background-size: auto, cover;
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.character .character-details .alignment {
background-color: var(--primary);
background-image: none;
box-shadow: 0 0 0 1px #918c88,0 0 0 2px #e1d8cf,0 0 0 3px #a98f39,inset 0 0 8px rgba(0,0,0,.5),0 0 8px #000;
box-shadow: 0 0 0 1px #918c88, 0 0 0 2px #e1d8cf, 0 0 0 3px #a98f39, inset 0 0 8px rgba(0, 0, 0, .5), 0 0 8px #000;
height: 22px;
margin: 13px -13px 0 3px;
padding-top: 1px;
Expand Down Expand Up @@ -45,7 +45,7 @@
.actor.sheet.character .crb-style .tab.spellcasting .spell-tradition,
.actor.sheet.character .crb-style .sheet-body .sheet-content .inventory .item .item-controls .item-control.item-toggle-invest,
.actor.sheet.character .crb-style .tab.pfs .reputations,
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.crafting .craftingEntry-list.directory-list.item-list .crafting-entry.item-container .directory-list.item-list.formula-list .formula-level-header.formula-header .level-name h3,
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.crafting .craftingEntry-list.directory-list.item-list .crafting-entry.item-container .directory-list.item-list.formula-list .formula-level-header.formula-header .level-name h3,
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.feats .item.feat-item .item-name .item-placeholder,
.actor.sheet .crb-style .sheet-body .sheet-content ol.spell-list .spellbook-empty h4,
.actor.sheet .crb-style .sheet-body .sheet-content ol.spell-list .spellbook-empty h4:hover,
Expand Down Expand Up @@ -124,7 +124,7 @@

.actor.sheet.character .crb-style .sheet-body .sheet-content .character-abilities .ability-scores .ability .details-input {
border-radius: 0;
box-shadow: 0 0 0 1px var(--tertiary),0 0 0 2px #9f725b,inset 0 0 4px rgba(0,0,0,.5);
box-shadow: 0 0 0 1px var(--tertiary), 0 0 0 2px #9f725b, inset 0 0 4px rgba(0, 0, 0, .5);
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .pc_gender .details-label,
Expand Down Expand Up @@ -207,7 +207,7 @@
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.crafting .known-formulas .formula-list .formula-item:nth-child(odd),
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.crafting .known-formulas .formula-list .formula-level-header:nth-child(odd),
.spellcasting-entry.sheet ol.spell-list>li:nth-child(odd) {
background-color: rgba(120,100,82,.3);
background-color: rgba(120, 100, 82, .3);
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.biography input {
Expand All @@ -232,7 +232,7 @@
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.inventory .inventory-list ol.item-list li.item.temporary-item {
background-color: rgba(0,5,255,.2);
background-color: rgba(0, 5, 255, .2);
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .spell-list .item .item-summary .item-buttons button {
Expand Down Expand Up @@ -351,7 +351,7 @@
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions .actions-container .actions-tabs-wrapper .actions-panels ol.actions-list.strikes-list li.strike button:not(:disabled),
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions select[name=ammo-used]{
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions select[name=ammo-used] {
border-radius: 3px;
border: none;
box-shadow: var(--glassy);
Expand Down Expand Up @@ -477,12 +477,12 @@ a.inline-roll,

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions .actions-container .actions-tabs-wrapper .actions-panels ol.actions-list li.action,
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.effects .effects-list .item {
border-image: linear-gradient(90deg,var(--tertiary-dark),var(--tertiary-dark)) 1 repeat;
border-image: linear-gradient(90deg, var(--tertiary-dark), var(--tertiary-dark)) 1 repeat;
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions.actions-pane.active .actions-container .actions-tabs-wrapper .actions-panel .actions-list.item-list.directory-list.skill-action-list .item.action.expandable.ready .item-name .item-image.variant-strike,
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions.actions-pane.active .actions-container .actions-tabs-wrapper .actions-panel .actions-list.item-list.directory-list:not(.skill-action-list, .strikes-list) .item.action .item-name.rollable .item-image {
box-shadow: 0 0 0 1px var(--tertiary),0 0 0 2px #9f725b,inset 0 0 4px rgba(0,0,0,.5);
box-shadow: 0 0 0 1px var(--tertiary), 0 0 0 2px #9f725b, inset 0 0 4px rgba(0, 0, 0, .5);
height: 32px;
width: 32px;
}
Expand Down Expand Up @@ -554,9 +554,11 @@ a.inline-roll,
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.inventory.item-container .item-name .xdy-pf2e-workbench-rarity-uncommon:hover {
text-shadow: 1px 0 0 var(--nethys-uncommon), -1px 0 0 var(--nethys-uncommon), 0 1px 0 var(--nethys-uncommon), 0 -1px 0 var(--nethys-uncommon), 1px 1px var(--nethys-uncommon), -1px -1px 0 var(--nethys-uncommon), 1px -1px 0 var(--nethys-uncommon), -1px 1px 0 var(--nethys-uncommon);
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.inventory.item-container .item-name .xdy-pf2e-workbench-rarity-rare:hover {
text-shadow: 1px 0 0 var(--nethys-rare), -1px 0 0 var(--nethys-rare), 0 1px 0 var(--nethys-rare), 0 -1px 0 var(--nethys-rare), 1px 1px var(--nethys-rare), -1px -1px 0 var(--nethys-rare), 1px -1px 0 var(--nethys-rare), -1px 1px 0 var(--nethys-rare);
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.inventory.item-container .item-name .xdy-pf2e-workbench-rarity-unique:hover {
text-shadow: 1px 0 0 var(--nethys-unique), -1px 0 0 var(--nethys-unique), 0 1px 0 var(--nethys-unique), 0 -1px 0 var(--nethys-unique), 1px 1px var(--nethys-unique), -1px -1px 0 var(--nethys-unique), 1px -1px 0 var(--nethys-unique), -1px 1px 0 var(--nethys-unique);
}
Expand Down

0 comments on commit 178f19c

Please sign in to comment.