Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Feb 10, 2022
1 parent dceeee2 commit 93d4979
Show file tree
Hide file tree
Showing 21 changed files with 827 additions and 312 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.2.2
Fixed some errors, added support for Monk's hotbar module, partial support for Minimal UI, changed damage card button colors.
# 1.2.1
# 1.2.0
Huge release, :pacman:'d chat portraits and rolltype indicators, and added settings allowing users to customize the chat card theme.
# 1.1.1
Expand Down
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
# PF2e Dorako UI
This is a UI overhaul for the Pathfinder 2nd Edition System for Foundry VTT.
An opinionated theme inspired by Paizo colors, compatible with several modules for increased consistensy.

An opinionated theme inspired by Paizo colors, compatible with several modules for increased consistensy.
Includes:
- Chat portraits
- Rolltype indicators
- Multiple chat themes
- Compact controls + navbar mode

Works great with:
- Token Action HUD
- DFCE (message merge in particular)
- Monk's Hotbar Expansion
- Monk's Little Details
- Dice Tray
- Polyglot

Works well with:
- Sidebar, Chat and Windows Resizer
- Module Management+
- Combat Focus
- Combat Enhancement
- Bar Brawl
- SmallTime
- Window Controls
- Enhanced Terrain Layer

Partial support for:
- Custom hotbar
- Minimal UI

Not recommended:
- Illandril's Chat Enhancements (Breaks creature mystification)
7 changes: 3 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Overhauls the Foundry UI and several modules.",
"url": "https://github.com/Dorako/pf2e-dorako-ui",
"author": "Dorako",
"version": "1.2.1",
"version": "1.2.2",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"system": ["pf2e"],
Expand All @@ -14,7 +14,6 @@
"templates": [
"templates/*"
],
"dependencies": [ { "name": "colorsettings" } ],
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.2.1.zip",
"manifest": "https://github.com/Dorako/pf2e-dorako-ui/-/raw/main/module.json"
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.2.2.zip",
"manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json"
}
Loading

0 comments on commit 93d4979

Please sign in to comment.