Merge branch 'main' into feature/trait-items
This commit is contained in:
commit
316c0645d1
73 changed files with 2853 additions and 2 deletions
71
system.json
71
system.json
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue