✨
This commit is contained in:
20
system.json
20
system.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"id": "pokemon",
|
||||
"title": "Pokémon TTRPG",
|
||||
"description": "A Pokémon TTRPG",
|
||||
@@ -19,11 +19,23 @@
|
||||
"esmodules": [
|
||||
"pokemon.js"
|
||||
],
|
||||
"styles": [],
|
||||
"styles": [
|
||||
"pokemon.css"
|
||||
],
|
||||
"packs": [],
|
||||
"languages": [],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"socket": false,
|
||||
"url": "https://git.ingemanngade.net/NikolajDanger/pokemon-foundry/raw/branch/main/",
|
||||
"grid": {
|
||||
"distance": 5,
|
||||
"units": "ft"
|
||||
},
|
||||
"url": "https://git.ingemanngade.net/NikolajDanger/pokemon-foundry/",
|
||||
"manifest": "https://git.ingemanngade.net/NikolajDanger/pokemon-foundry/raw/branch/main/system.json",
|
||||
"download": "https://git.ingemanngade.net/NikolajDanger/pokemon-foundry/raw/branch/main/system.zip"
|
||||
}
|
||||
Reference in New Issue
Block a user