Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17cb8a2e06 | |||
| 933256da66 | |||
| a58b171fb4 | |||
| 2eac969261 | |||
|
|
e6612fe024 | ||
|
|
18b9e4c7a8 | ||
| fcaebe6334 |
@@ -32,7 +32,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
version: ${{steps.get_version.outputs.version-without-v}}
|
version: ${{steps.get_version.outputs.version-without-v}}
|
||||||
url: https://gitea.scriptarium.org/${{gitea.repository}}
|
url: https://gitea.scriptarium.org/${{gitea.repository}}
|
||||||
manifest: https://gitea.scriptarium.org/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/system.json
|
manifest: "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/releases/download/latest/system.json"
|
||||||
download: https://gitea.scriptarium.org/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/rddsystem.zip
|
download: https://gitea.scriptarium.org/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/rddsystem.zip
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
token: ${{ secrets.RDD_PUBLISH_RELEASE_FOUNDRY }}
|
token: ${{ secrets.RDD_PUBLISH_RELEASE_FOUNDRY }}
|
||||||
id: "foundryvtt-reve-de-dragon"
|
id: "foundryvtt-reve-de-dragon"
|
||||||
version: ${{github.event.release.tag_name}}
|
version: ${{github.event.release.tag_name}}
|
||||||
manifest: "https://gitea.scriptarium.org/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/system.json"
|
manifest: https://gitea.scriptarium.org/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/system.json
|
||||||
notes: "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/raw/branch/v13/changelog.md"
|
notes: "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/raw/branch/v13/changelog.md"
|
||||||
compatibility-minimum: "13"
|
compatibility-minimum: "13"
|
||||||
compatibility-verified: "13"
|
compatibility-verified: "13"
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,3 +12,4 @@ todo.md
|
|||||||
/packs/*/CURRENT
|
/packs/*/CURRENT
|
||||||
/packs/*/LOG
|
/packs/*/LOG
|
||||||
/packs/*/LOCK
|
/packs/*/LOCK
|
||||||
|
.github/
|
||||||
|
|||||||
13
changelog.md
13
changelog.md
@@ -1,5 +1,18 @@
|
|||||||
# 13.0
|
# 13.0
|
||||||
|
|
||||||
|
## 13.0.45 - L'endépôté d'Illisys
|
||||||
|
|
||||||
|
- nouvelle correction du manifest
|
||||||
|
|
||||||
|
## 13.0.44 - Le dépôt d'Illisys
|
||||||
|
|
||||||
|
- le manifest pointe maintenant toujours vers la dernière version
|
||||||
|
- changement des liens dans le system.json
|
||||||
|
|
||||||
|
## 13.0.43 - L'urgence d'Illisys
|
||||||
|
|
||||||
|
- correction urgente des jets
|
||||||
|
|
||||||
## 13.0.42 - La rebellion d'Illisys
|
## 13.0.42 - La rebellion d'Illisys
|
||||||
|
|
||||||
- on peut choisir la difficulté des jets de résistances
|
- on peut choisir la difficulté des jets de résistances
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export class RollPartCuisine extends RollPartSelect {
|
|||||||
|
|
||||||
loadRefs(rollData) {
|
loadRefs(rollData) {
|
||||||
const refs = this.getRefs(rollData)
|
const refs = this.getRefs(rollData)
|
||||||
refs.cuisine = this.findCompetence(rollData, 'Cuisine')
|
refs.cuisine = RollConstants.findCompetence(rollData, 'Cuisine')
|
||||||
|
|
||||||
if (!refs.cuisine) {
|
if (!refs.cuisine) {
|
||||||
refs.preparations = []
|
refs.preparations = []
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id": "foundryvtt-reve-de-dragon",
|
"id": "foundryvtt-reve-de-dragon",
|
||||||
"title": "Rêve de Dragon",
|
"title": "Rêve de Dragon",
|
||||||
"version": "13.0.36",
|
"version": "13.0.43",
|
||||||
"download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/releases/download/13.0.36/rddsystem.zip",
|
"download": "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/releases/download/13.0.43/rddsystem.zip",
|
||||||
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/releases/download/13.0.36/system.json",
|
"manifest": "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/releases/download/latest/system.json",
|
||||||
"changelog": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/raw/branch/v11/changelog.md",
|
"changelog": "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/raw/branch/v13/changelog.md",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "13",
|
"minimum": "13",
|
||||||
"verified": "14"
|
"verified": "14"
|
||||||
|
|||||||
Reference in New Issue
Block a user