Merge branch 'main' into feature/trait-items

This commit is contained in:
Oliver 2025-12-25 23:46:35 +00:00
commit 316c0645d1
73 changed files with 2853 additions and 2 deletions

View file

@ -68,5 +68,74 @@
},
"weapon": {}
}
}
},
"packs": [
{
"name": "protection",
"label": "Armour & Shields",
"system": "ripcrypt",
"path": "packs/protection",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "weapons",
"label": "Weapons & Ammo",
"system": "ripcrypt",
"path": "packs/weapons",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "skills",
"label": "Skills",
"system": "ripcrypt",
"path": "packs/skills",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "geist",
"label": "Geist",
"system": "ripcrypt",
"path": "packs/geist",
"type": "Actor",
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
}
],
"packFolders": [
{
"name": "RipCrypt Sprint Start",
"color": "#04262a",
"sorting": "m",
"folders": [
{
"name": "Character Options",
"color": "#06393f",
"sorting": "m",
"folders": [],
"packs": [
"protection",
"weapons",
"skills"
]
}
],
"packs": [
"geist"
]
}
]
}