diff --git a/changelog.md b/changelog.md index cd60d45d..9e326136 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # v11.0 +## v11.0.8 - la poigne de Sémolosse +- lien vers le changelog +- organisation des compendiums du système +- correction de l'empoignade + - les items d'empoignade sont ajoutés par le MJ quand nécessaire + - seul le joueur propriétaire du personnage peut effectuer ses choix et actions d'empoignade + - les caractéristiques du défenseur sont utilisées pour la défense + - la difficulté d'attaque est imposée au défenseur + - les attaques particulières sont en finesse (p133) + - on peut entraîner au sol dès 2 points d'empoignade + - les actions liée à l'immobilisation sont proposées en fin de round + # v11.0.7 - les créatures ont maintenant le droit d'avoir des compétences de tir, lancer, mêlée, armes naturelles, parade. diff --git a/system.json b/system.json index a2983103..ebe15644 100644 --- a/system.json +++ b/system.json @@ -1,9 +1,10 @@ { "id": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", - "version": "11.0.7", - "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-11.0.7.zip", + "version": "11.0.8", + "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-11.0.8.zip", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/raw/v11/system.json", + "changelog": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/raw/branch/v11/changelog.md", "compatibility": { "minimum": "11", "verified": "11", @@ -82,7 +83,8 @@ "path": "packs/arts-et-divertissements.db", "type": "Item", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" }, "flags": {} }, @@ -117,7 +119,8 @@ "path": "packs/sorts-oniros.db", "type": "Item", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" }, "flags": {} }, @@ -128,7 +131,8 @@ "path": "packs/sorts-hypnos.db", "type": "Item", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" }, "flags": {} }, @@ -139,7 +143,8 @@ "path": "packs/sorts-narcos.db", "type": "Item", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" }, "flags": {} }, @@ -150,7 +155,8 @@ "path": "packs/sorts-thanatos.db", "type": "Item", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" }, "flags": {} }, @@ -161,7 +167,8 @@ "path": "packs/equipement.db", "type": "Item", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" }, "flags": {} }, @@ -184,7 +191,8 @@ "path": "packs/rappel-des-regles.db", "type": "JournalEntry", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OBSERVER" }, "flags": {} }, @@ -195,7 +203,8 @@ "path": "packs/macros.db", "type": "Macro", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" }, "flags": {} }, @@ -242,7 +251,8 @@ "path": "packs/tarot-draconique.db", "type": "Item", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" }, "flags": {} }, @@ -253,7 +263,8 @@ "path": "packs/extrait-poetique.db", "type": "Item", "ownership": { - "PLAYER": "OBSERVER" + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" }, "flags": {} }, @@ -438,6 +449,72 @@ "flags": {} } ], + "packFolders": [ + { + "name": "Rêve de Dragon", + "sorting": "m", + "packs": [ + "rappel-des-regles" + ], + "folders": [ + { + "name": "Personnages", + "sorting": "m", + "packs": [ + "voyageurs", + "archetypes", + "humanoides", + "equipement", + "competences", + "arts-et-divertissements", + "meditations-et-ecrits", + "recettes-alchimiques" + ] + }, + { + "name": "Le Haut-rêve", + "sorting": "m", + "packs": [ + "tetes-de-dragon-pour-tous-personnages", + "sorts-oniros", + "sorts-hypnos", + "sorts-narcos", + "sorts-thanatos", + "invocations", + "rencontres", + "queues-de-dragon", + "ombres-de-thanatos", + "souffles-de-dragon", + "tetes-de-dragon-pour-haut-revants" + ] + }, + { + "name": "Découverte du monde", + "sorting": "m", + "packs": [ + "animaux", + "vehicules", + "entites", + "faune-flore-mineraux", + "competences-creatures", + "competences-entites", + "maladies-et-poisons" + ] + }, + { + "name": "Outils du Gardien", + "sorting": "m", + "packs": [ + "scenes-rdd", + "tables-diverses", + "macros", + "tarot-draconique", + "extrait-poetique" + ] + } + ] + } + ], "socket": true, "gridDistance": 1, "gridUnits": "m",