Skip to content

Commit

Permalink
Preparing for small release with Starfinder light sources
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Feb 25, 2023
1 parent 3bd4417 commit 2ef5b36
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Middle Kingdom - v10 -> main branch

### 2.5.0 - February 18, 2023
- [FEATURE] (Unomagan) Added light sources for Starfinder

### 2.4.0 - January 2, 2023
- [FEATURE] (Aymeeric) Updated French translation (now at 100%)

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": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "2.4.0",
"version": "2.5.0",
"authors": [
{
"name": "Deuce",
Expand Down
82 changes: 82 additions & 0 deletions sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,88 @@
}
}
},
"sfrpg": {
"system": "sfrpg",
"topology": "standard",
"quantity": "quantity",
"sources": {
"Portable Light, Lantern": {
"name": "Portable Light, Lantern",
"type": "equipment",
"consumable": false,
"states": 2,
"light": [
{
"bright": 10,
"dim": 10,
"angle": 360,
"color": "#555555",
"alpha": 0.5
}
]
},
"Portable Light, Flashlight": {
"name": "Portable Light, Flashlight",
"type": "equipment",
"consumable": false,
"states": 2,
"light": [
{
"bright": 20,
"dim": 20,
"angle": 35,
"color": "#555555",
"alpha": 0.5
}
]
},
"Portable Light, Beacon": {
"name": "Portable Light, Beacon",
"type": "equipment",
"consumable": false,
"states": 2,
"light": [
{
"bright": 20,
"dim": 50,
"angle": 360,
"color": "#555555",
"alpha": 0.5
}
]
},
"Portable Light, Spotlight": {
"name": "Portable Light, Spotlight",
"type": "equipment",
"consumable": false,
"states": 2,
"light": [
{
"bright": 100,
"dim": 100,
"angle": 35,
"color": "#555555",
"alpha": 0.5
}
]
},
"Comm Unit, Personal": {
"name": "Comm Unit, Personal",
"type": "equipment",
"consumable": false,
"states": 2,
"light": [
{
"bright": 15,
"dim": 15,
"angle": 35,
"color": "#555555",
"alpha": 0.5
}
]
}
}
},
"earthdawn4e": {
"system": "earthdawn4e",
"topology": "standard",
Expand Down
Binary file modified torch.zip
Binary file not shown.

0 comments on commit 2ef5b36

Please sign in to comment.