Data model change
This commit is contained in:
parent
db3f10bfb1
commit
ecef47eca8
100
system.json
100
system.json
@ -23,20 +23,20 @@
|
||||
"packs": [
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Armour",
|
||||
"name": "armour",
|
||||
"path": "./packs/armour.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"label": "Armors",
|
||||
"name": "armor",
|
||||
"path": "./packs/armor.db",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"armour"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Equipment",
|
||||
"label": "Equipments",
|
||||
"name": "equipment",
|
||||
"path": "./packs/equipment.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"equipment"
|
||||
]
|
||||
@ -46,29 +46,29 @@
|
||||
"label": "Shields",
|
||||
"name": "shields",
|
||||
"path": "./packs/shields.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"shield"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Melee Weapons",
|
||||
"name": "melee-weapons",
|
||||
"path": "./packs/melee-weapons.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"label": "Weapons",
|
||||
"name": "weapons",
|
||||
"path": "./packs/weapons.db",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"weapon", "melee"
|
||||
"weapon", "melee", "ranged"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Ranged Weapons",
|
||||
"name": "ranged-weapons",
|
||||
"path": "./packs/ranged-weapons.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"label": "Conditions",
|
||||
"name": "conditions",
|
||||
"path": "./packs/conditions.db",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"weapon", "ranged"
|
||||
"condition"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -76,10 +76,70 @@
|
||||
"label": "Currency",
|
||||
"name": "currency",
|
||||
"path": "./packs/currency.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"currency", "money"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Lore - Air",
|
||||
"name": "lore-air",
|
||||
"path": "./packs/lore-air.db",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"lore", "air"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Lore - Earth",
|
||||
"name": "lore-earth",
|
||||
"path": "./packs/lore-earth.db",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"lore", "earth"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Lore - Fire",
|
||||
"name": "lore-fire",
|
||||
"path": "./packs/lore-fire.db",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"lore", "fire"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Lore - Water",
|
||||
"name": "lore-water",
|
||||
"path": "./packs/lore-water.db",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"lore", "water"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Lore - Shadow",
|
||||
"name": "lore-shadow",
|
||||
"path": "./packs/lore-shadow.db",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"lore", "shadow"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Skills",
|
||||
"name": "skills",
|
||||
"path": "./packs/skills.db",
|
||||
"system": "fvtt-crucible-rpg",
|
||||
"tags": [
|
||||
"skill"
|
||||
]
|
||||
}
|
||||
],
|
||||
"primaryTokenAttribute": "secondary.health",
|
||||
@ -91,8 +151,8 @@
|
||||
"templateVersion": 4,
|
||||
"title": "Crucible RPG",
|
||||
"manifest": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/raw/master/system.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v0.1.4.zip",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v0.1.6.zip",
|
||||
"url": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.6",
|
||||
"background" : "./images/ui/crucible_welcome_page.webp"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user