This commit is contained in:
2025-06-09 21:52:22 +02:00
parent 436c867dd5
commit 84a2ef8aeb
7 changed files with 49 additions and 5 deletions

View File

@ -1,8 +1,12 @@
{
"version": "0.0.3",
"version": "0.0.4",
"id": "pokemon",
"title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG",
"compatibility": {
"minimum": 13,
"verified": "13.344"
},
"authors": [
{
"name":"Alex Richter"
@ -12,13 +16,14 @@
}
],
"scripts": [],
"esmodules": [],
"esmodules": [
"pokemon.js"
],
"styles": [],
"packs": [],
"dependencies": [],
"languages": [],
"socket": false,
"url": "https://git.ingemanngade.net/NikolajDanger/pokemon-foundry/raw/branch/main/",
"manifest": "https://git.ingemanngade.net/NikolajDanger/pokemon-foundry/raw/branch/main/system.json",
"download": "https://git.ingemanngade.net/NikolajDanger/pokemon-foundry/archive/0.0.3.zip"
"download": "https://git.ingemanngade.net/NikolajDanger/pokemon-foundry/raw/branch/main/system.zip"
}