Compare commits

...

5 Commits

Author SHA1 Message Date
a58b171fb4 13.0.44 - Le dépôt d'Illisys
All checks were successful
Release Creation / build (release) Successful in 1m5s
- le manifest pointe maintenant toujours vers la dernière version
- changement des liens dans le system.json
2026-06-15 21:26:03 +02:00
2eac969261 Update system.json
even if not necessary, it was referencing previous repository
2026-06-14 22:41:04 +02:00
fabres
e6612fe024 Make default release as latest 2026-06-14 21:57:55 +02:00
fabres
18b9e4c7a8 Updte gitignore 2026-06-14 21:55:48 +02:00
fcaebe6334 Correction des jets impossibles
All checks were successful
Release Creation / build (release) Successful in 1m58s
2026-06-12 00:26:54 +02:00
5 changed files with 16 additions and 6 deletions

View File

@@ -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/Scriptarium/foundryvtt-reve-de-dragon/releases/download/latest/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
View File

@@ -12,3 +12,4 @@ todo.md
/packs/*/CURRENT /packs/*/CURRENT
/packs/*/LOG /packs/*/LOG
/packs/*/LOCK /packs/*/LOCK
.github/

View File

@@ -1,5 +1,14 @@
# 13.0 # 13.0
## 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

View File

@@ -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 = []

View File

@@ -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/13.0.43/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"