Skip to content

Commit

Permalink
v1.72.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiddyLimit committed Dec 6, 2023
1 parent e01a02f commit 4b69acf
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
### v1.72.3

> 2023-12-06
- Importers will now set token vision saturation to "-1" if the imported entity only has darkvision, simulating the "can't discern color" aspect. The new "Token Vision Saturation" Config option(s) can be used to control this behaviour. _[Note that under default Foundry rendering this should not affect color viewed in lit areas.]_

### v1.72.2

> 2023-12-03
- The Creature Importer can now set "Advantage on Initiate" flag for creatures with appropriate traits
- The Creature Importer can now set "Advantage on Initiative" flag for creatures with appropriate traits
- Fixed Item Importer using "UPGRADE" for speeds, where "OVERRIDE" was required to have any positive effect
- Fixed crash when attempting to drag-drop a Plutonium entity to a sheet
- (Automation) Increased specificity of data passed to Automation Addon during import, allowing correct active effects/etc. to be chosen in more cases
Expand Down
7 changes: 6 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,11 @@
{
"ver": "1.72.2",
"date": "2023-12-03",
"txt": "- The Creature Importer can now set \"Advantage on Initiate\" flag for creatures with appropriate traits\n- Fixed Item Importer using \"UPGRADE\" for speeds, where \"OVERRIDE\" was required to have any positive effect\n- Fixed crash when attempting to drag-drop a Plutonium entity to a sheet \n- (Automation) Increased specificity of data passed to Automation Addon during import, allowing correct active effects/etc. to be chosen in more cases\n- (Automation) Fixed crash when attempting to import a table"
"txt": "- The Creature Importer can now set \"Advantage on Initiative\" flag for creatures with appropriate traits\n- Fixed Item Importer using \"UPGRADE\" for speeds, where \"OVERRIDE\" was required to have any positive effect\n- Fixed crash when attempting to drag-drop a Plutonium entity to a sheet \n- (Automation) Increased specificity of data passed to Automation Addon during import, allowing correct active effects/etc. to be chosen in more cases\n- (Automation) Fixed crash when attempting to import a table"
},
{
"ver": "1.72.3",
"date": "2023-12-06",
"txt": "- Importers will now set token vision saturation to \"-1\" if the imported entity only has darkvision, simulating the \"can't discern color\" aspect. The new \"Token Vision Saturation\" Config option(s) can be used to control this behaviour. _[Note that under default Foundry rendering this should not affect color viewed in lit areas.]_"
}
]
2 changes: 1 addition & 1 deletion module-foundry11.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "plutonium",
"title": "Plutonium",
"description": "A <a href=\"https://5etools-mirror-1.github.io\" target=\"_blank\" rel=\"noopener noreferrer\">5etools</a> integration for Foundry VTT.",
"version": "1.72.2",
"version": "1.72.3",
"authors": [
{
"name": "Giddy",
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "plutonium",
"title": "Plutonium",
"description": "A <a href=\"https://5etools-mirror-1.github.io\" target=\"_blank\" rel=\"noopener noreferrer\">5etools</a> integration for Foundry VTT.",
"version": "1.72.2",
"version": "1.72.3",
"authors": [
{
"name": "Giddy",
Expand Down
Binary file modified plutonium-foundry11.zip
Binary file not shown.
Binary file modified plutonium.zip
Binary file not shown.

0 comments on commit 4b69acf

Please sign in to comment.