Sync effetcts + initiative

This commit is contained in:
2022-01-28 10:05:54 +01:00
parent a203163b12
commit 68d7344e90
17 changed files with 755 additions and 624 deletions

View File

@ -152,6 +152,26 @@
"tags": [
"weapon", "ranged"
]
},
{
"entity": "Item",
"label": "Currency",
"name": "currency",
"path": "./packs/currency.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"currency", "money"
]
},
{
"entity": "Item",
"label": "Macros",
"name": "macro-commands",
"path": "./packs/macro-commands.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"macro", "command"
]
}
],
"primaryTokenAttribute": "secondary.health",
@ -163,6 +183,6 @@
"templateVersion": 63,
"title": "Pegasus RPG",
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
"version": "0.1.16",
"version": "0.2.0",
"background" : "./images/ui/pegasus_welcome_page.webp"
}