Skip to content

Commit

Permalink
Preparing merged PRs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Oct 8, 2023
1 parent c53c387 commit 3f7c6d0
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Middle Kingdom - v10 -> main branch

### 2.11.0 - October 8, 2023
- [FEATURE] (brantai) Added support for demonlord system
- [BUGFIX] (dataCobra) Dragonbane lighting fixes
- [BUGFIX] (Lupestro) Fix typo in additional light sources sample in README.md

### 2.10.0 - Sept 30, 2023
- [FEATURE] (Beff42) German translation now complete - plus Close button now localized
- [FEATURE] (Beff42) Corrections to dimensions of Paizo cones and Dancing Lights for Starfinder. Many thanks to Beff42 for all the things!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can supersede these settings or supply settings for your own light sources f
"aliases": {
"Lantern (Bullseye)": "Bullseye Lantern",
"Lantern (Hooded)": "Hooded Lantern"
}
},
"sources": {
"Candle": {
"name": "Candle",
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": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "2.10.0",
"version": "2.11.0",
"authors": [
{
"name": "Deuce",
Expand Down Expand Up @@ -75,7 +75,7 @@
"url": "https://github.com/League-of-Foundry-Developers/torch",
"compatibility": {
"minimum": "10",
"verified": "11.311",
"verified": "11.313",
"maximum": "11"
}
}
25 changes: 25 additions & 0 deletions test/tickets/issue-66/light.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"dnd5e": {
"system": "dnd5e",
"topology": "standard",
"quantity" : "quantity",
"aliases": {
"Lantern (Bullseye)": "Bullseye Lantern",
"Lantern (Hooded)": "Hooded Lantern"
},
"sources": {
"Torch": {
"name": "Torch",
"type": "equipment",
"consumable": true,
"states": 2,
"light": [
{
"bright": 10, "dim": 15, "angle": 360, "color": "#ea5d2e", "alpha": 0.5,
"animation": { "type": "torch", "speed": 5, "intensity": 5, "reverse": false }
}
]
}
}
}
}
Binary file modified torch.zip
Binary file not shown.

0 comments on commit 3f7c6d0

Please sign in to comment.