From dbc6a061ed83d076f8dd765b78a6f07d79a4d754 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Fri, 7 Jun 2024 18:57:52 +0300 Subject: [PATCH] v0.0.0.3 --- README.md | 2 ++ module.json.template | 12 ++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21429b6..5438840 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Приключение "Неприятности в Отари" +## v0.0.0.3 +* добавлена БД для персонажей ## v0.0.0.2 * добавлен черновик журнала * добавлены существа из 1й главы diff --git a/module.json.template b/module.json.template index 6414b11..a9aef1a 100644 --- a/module.json.template +++ b/module.json.template @@ -21,12 +21,20 @@ "styles": [], "packs": [ { - "name": "adv-troubles-in-otari", + "name": "troubles-in-otari-adventure", "label": "Неприятности в Отари", - "path": "/packs/adv-troubles-in-otari.db", + "path": "/packs/troubles-in-otari-adventure.db", "entity": "Adventure", "type": "Adventure", "system": "pf2e" + }, + { + "name": "troubles-in-otari-actors", + "label": "sc creatures", + "path": "packs/troubles-in-otari-actors.db", + "entity": "Actor", + "type": "Actor", + "system": "pf2e" } ] }