Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #720 from death-save:v1.10.3
Browse files Browse the repository at this point in the history
V1.10.3
  • Loading branch information
eclarke12 authored Oct 15, 2022
2 parents de82ae1 + 2a55bce commit 1711831
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 45 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
3. The Default/Inferred Condition Lab Mappings for game systems may not correctly import all data. Importing the map from the CUB Condition Maps folder imports correctly.
4. **PF2e users**: PF2e is not currently supported by Enhanced Conditions due to the customisation of the effects framework implemented by the system.

## [1.10.3] - 2022-10-15
> This update adds compatibility for Foundry VTT v10.288
### ✨ Enhanced Condition
- Fixed issue with Cyberpunk Red Core mapping not being detected as default
- Fixed missing reference for Smash Addiction in Cyberpunk Red condition map

## [1.10.2] - 2022-10-09
> This update adds compatibility for Foundry VTT v10.287
### ✨ Enhanced Condition
Expand Down
2 changes: 1 addition & 1 deletion condition-maps/cyberpunk-red-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
"id": "ed97q4btoj3ggpip",
"name": "Smash Addicition",
"icon": "systems/cyberpunk-red-core/icons/compendium/status/smash_addiciton.svg",
"referenceId": "",
"referenceId": "@UUID[Compendium.cyberpunk-red-core.drugs-items.PRLDaeBVeMuBBIeO]{Smash}",
"applyTrigger": "",
"removeTrigger": "",
"options": {
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "combat-utility-belt",
"title": "Combat Utility Belt",
"description": "Adds various combat-focused features",
"version": "1.10.2",
"version": "1.10.3",
"authors": [
{
"name": "Evan Clarke",
Expand Down Expand Up @@ -103,7 +103,7 @@
"socket": true,
"compatibility": {
"minimum": "10.270",
"verified": "10.287"
"verified": "10.288"
},
"name": "combat-utility-belt",
"minimumCoreVersion": "10.270"
Expand Down
3 changes: 2 additions & 1 deletion modules/butler.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const GADGETS = {
}
/**
* Stores information about well known game systems. All other systems will resolve to "other"
* Keys must match id
*/
export const KNOWN_GAME_SYSTEMS = {
dnd5e: {
Expand Down Expand Up @@ -109,7 +110,7 @@ export const KNOWN_GAME_SYSTEMS = {
healthAttribute: "",
initiative: ""
},
cpredcore: {
"cyberpunk-red-core": {
id: "cyberpunk-red-core",
name: "Cyberpunk Red Core"
},
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "combat-utility-belt",
"version": "1.10.2",
"version": "1.10.3",
"description": "Combat-focused module for Foundry vtt",
"main": "combat-utility-belt.js",
"devDependencies": {
Expand Down

0 comments on commit 1711831

Please sign in to comment.