Skip to content

Commit

Permalink
Preparing to deliver all the good stuff Beff42, WallaceMcGregor, and …
Browse files Browse the repository at this point in the history
…dataCobra have supplied!
  • Loading branch information
lupestro committed Sep 30, 2023
1 parent bd9634f commit 50558d8
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Middle Kingdom - v10 -> main branch

### 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!
- [FEATURE] (WallaceMcGregor) Spanish translation now complete. Many thanks!
- [FEATURE] (dataCobra) Light sources now supplied for Dragonbane

### 2.9.0 - Sept 17, 2023
- [FEATURE] (doumoku) Japanese translation now provided. Many thanks, doumoku!
- [BUGFIX] (Lupestro) The light sources delivered with the module are now all reflected accurately in the README.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Out of the box, the following are available:
| dcc | Lantern, "Torch, each"
| ose | Torches, Lantern
| reclaim-the-wild | Candle, Firewood, Lantern (1h, R0), Lantern (1h, R1),Lantern (1h, R2),Lantern (1h, R3), Lantern (1h, R4), Lantern (1h, R5), Torch (1h, R0), Torch (1h, R1), Torch (1h, R2), Torch (1h, R3), Torch (1h, R4), Torch (1h, R5)
| dragonbane | Lantern, Oil Lamp, Torch, Tallow Candle

This module just sheds light from the location of a player token upon demand based upon equipment inventory. It is recommended *not* to use this module for spells or equipment that have other capabilities you intend to use, like performing damage or setting down the equipment, but to rely upon other common approaches, like active effects or item piles, for those.

Expand Down Expand Up @@ -154,9 +155,9 @@ The following is the current status of translation. Some features have arrived,

| Language | Completion | Contributors |
| -------- | ---------- | ------------ |
| de | `[##################----]` 18/22 (82%) | ToGreedy |
| de | `[######################]` 22/22 (100%) | ToGreedy, Beff42 |
| en | `[######################]` 22/22 (100%) | deuce, lupestro |
| es | `[############----------]` 12/22 (55%) | lozanoje |
| es | `[######################]` 12/22 (100%) | lozanoje, WallaceMcGregor |
| fr | `[##################----]` 18/22 (82%) | Aymeeric |
| ja | `[######################]` 22/22 (100%) | doumoku |
| pt-br | `[############----------]` 12/22 (55%) | rinnocenti |
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.9.0",
"version": "2.10.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.308",
"verified": "11.311",
"maximum": "11"
}
}
89 changes: 86 additions & 3 deletions sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"consumable": false,
"states": 2,
"light": [
{"bright": 60, "dim": 120, "angle": 57}
{"bright": 60, "dim": 120, "angle": 90}
]
},
"Hooded Lantern": {
Expand All @@ -173,7 +173,7 @@
"consumable": false,
"states": 2,
"light": [
{"bright": 30, "dim": 60, "angle": 57}
{"bright": 30, "dim": 60, "angle": 90}
]
},
"Torch": {
Expand Down Expand Up @@ -217,7 +217,7 @@
"consumable": false,
"states": 2,
"light": [
{"bright": 60, "dim": 120, "angle": 57}
{"bright": 60, "dim": 120, "angle": 90}
]
},
"Torch": {
Expand Down Expand Up @@ -785,6 +785,89 @@
}
}
},
"dragonbane": {
"system": "dragonbane",
"topology": "standard",
"quantity": "quantity",
"sources": {
"Lantern": {
"name": "Lantern",
"type": "equipment",
"consumable": false,
"light": [
{
"bright": 10,
"dim": 10,
"angle": 360,
"alpha": 0.05,
"animation": {
"type": "torch",
"speed": 5,
"intensity": 5,
"reverse": false
}
}
]
},
"Oil Lamp": {
"name": "Oil Lamp",
"type": "equipment",
"consumable": false,
"light": [
{
"bright": 10,
"dim": 10,
"angle": 360,
"alpha": 0.05,
"animation": {
"type": "torch",
"speed": 5,
"intensity": 5,
"reverse": false
}
}
]
},
"Torch": {
"name": "Torch",
"type": "equipment",
"consumable": false,
"light": [
{
"bright": 10,
"dim": 10,
"angle": 360,
"alpha": 0.05,
"animation": {
"type": "torch",
"speed": 5,
"intensity": 5,
"reverse": false
}
}
]
},
"Tallow Candle": {
"name": "Tallow Candle",
"type": "equipment",
"consumable": false,
"light": [
{
"bright": 4,
"dim": 4,
"angle": 360,
"alpha": 0.05,
"animation": {
"type": "torch",
"speed": 5,
"intensity": 5,
"reverse": false
}
}
]
}
}
},
"default": {
"system": "default",
"topology": "none",
Expand Down
Binary file modified torch.zip
Binary file not shown.

0 comments on commit 50558d8

Please sign in to comment.