Sync effetcts + initiative
This commit is contained in:
22
system.json
22
system.json
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user