Generic roll and update items
This commit is contained in:
36
system.json
36
system.json
@ -102,6 +102,36 @@
|
||||
"tags": [
|
||||
"effect"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Armour",
|
||||
"name": "armour",
|
||||
"path": "./packs/armour.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"tags": [
|
||||
"armour"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Equipment",
|
||||
"name": "equipment",
|
||||
"path": "./packs/equipment.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"tags": [
|
||||
"equipment"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Shields",
|
||||
"name": "shields",
|
||||
"path": "./packs/shields.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"tags": [
|
||||
"shield"
|
||||
]
|
||||
}
|
||||
],
|
||||
"primaryTokenAttribute": "endurance.endurance",
|
||||
@ -110,9 +140,9 @@
|
||||
"styles": [
|
||||
"styles/simple.css"
|
||||
],
|
||||
"templateVersion": 56,
|
||||
"templateVersion": 57,
|
||||
"title": "Pegasus RPG",
|
||||
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
|
||||
"version": "0.0.56",
|
||||
"version": "0.0.57",
|
||||
"background" : "./images/ui/pegasus_welcome_page.webp"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user