From 2f12ffe19782661a86ae8de3538b80e3577b1063 Mon Sep 17 00:00:00 2001 From: Nibgnas Prunuslee <113924215+nibgnas@users.noreply.github.com> Date: Wed, 30 Aug 2023 07:12:27 +0900 Subject: [PATCH] =?UTF-8?q?FVTT=2011=20=EB=B2=84=EC=A0=84=20=EB=8C=80?= =?UTF-8?q?=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FVTT 11 버전 대응 --- module.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 module.json diff --git a/module.json b/module.json new file mode 100644 index 0000000..e04d028 --- /dev/null +++ b/module.json @@ -0,0 +1,57 @@ +{ + "id": "pf2e-ko", + "title": "패스파인더2e 한글화", + "description": "PF2e를 한국어로 하기 위한 Mod", + "version": "0.0.5", + "compatibility": { + "minimum": "11", + "verified": "11" + }, + "manifest": "https://github.com/nibgnas/pf2eko/releases/latest/download/module.json", + "authors": [ + { + "name": "Nibgnas", + "url": "https://github.com/nibgnas", + "flags": {} + } + ], + "languages": [ + { + "lang": "ko", + "system": "pf2e", + "name": "한국어", + "path": "lang/ko.json", + "flags": {} + } + ], + "styles": [ + "Styles/pf2eko.css" + ], + "scripts": [ + "register-babele.js" + ], + "relationships": { + "systems": [ + { + "id": "pf2e", + "compatibility": { + "minimum": "5.4.0" + }, + "type": "system" + } + ], + "requires": [ + { + "id": "lib-wrapper", + "type": "module", + "compatibility": {} + }, + { + "id": "babele", + "type": "module", + "compatibility": {} + } + ] +}, + "download": "https://github.com/nibgnas/pf2eko/releases/latest/download/pf2eko.zip" +} \ No newline at end of file