Skip to content

Commit

Permalink
closes #62 and bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed May 27, 2024
1 parent 030ae7f commit 85ac7f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- [#33] Add languages field to character sheet
- [#35] Add XP field to character sheet
- [#52] Create a better method and data structure for managing truths on character sheets

* Each truth is now an individual entry that can be edited or deleted. Most existing free text truths should be migrated safely, but there's the odd chance you may need to fix things up manually if you had any newline characters in the middle of a Truth.

- [#54] Auto-calculate max Stress value

* Also modifes the max stress by fatigue. If the max value is being affected by fatigue then the value is coloured red to indicate this
Expand All @@ -23,6 +26,7 @@
* You can still expand the item to have it displayed on the sheet if needed

- [#60] Enable toggling skill focus on/off with Ctrl+LeftMouse on character sheet
- [#62] Add system/login page background image courtesy of Modiphius

## Bugfix
- [#1] compendium-skills setting needs to re-run some of the setup in Ready hook when changed
Expand All @@ -41,6 +45,8 @@

*Many thanks to **Leo Tusi** for providing **Portuguese, Brazilian** translation data.*

*Many thanks to **Modiphius** for allowing us to use on of their excellent **Achtung! Cthulhu** wallpaper images.*

---

# v11.3.0
Expand Down
3 changes: 0 additions & 3 deletions scss/ac2d20.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@

.ac2d20.sheet.actor {
min-width: 720px;
min-height: 880px;
}
.ac2d20.sheet.npc {
min-width: 550px;
min-height: 780px;
}
.ac2d20.sheet.vehicle {
min-width: 550px;
min-height: 550px;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion system/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "ac2d20",
"title": "Achtung! Cthulhu 2d20",
"description": "An unofficial system for playing Achtung! Cthulhu 2d20 from Modiphius Entertainment Ltd.",
"version": "11.3.0",
"version": "11.4.0",
"compatibility": {
"minimum": "11",
"verified": "12"
Expand Down Expand Up @@ -95,5 +95,6 @@
"url": "https://github.com/Muttley/foundryvtt-ac2d20",
"manifest": "https://github.com/Muttley/foundryvtt-ac2d20/releases/latest/download/system.json",
"download": "https://github.com/Muttley/foundryvtt-ac2d20/releases/latest/download/ac2d20.zip",
"background": "systems/ac2d20/assets/artwork/AchtungCthulhu_WallPaper2023_1920x1080_TheVillageofStSulac.jpg",
"initiative": null
}

0 comments on commit 85ac7f3

Please sign in to comment.