update module.json with new pack

This commit is contained in:
Mike Bloy 2025-06-09 21:01:06 -05:00
parent b7b8b5c54a
commit cba485285d

View File

@ -66,20 +66,9 @@
} }
}, },
{ {
"name": "summonable-actors", "name": "power-actors",
"label": "SWADE MB Example Summonable Actors", "label": "SWADE MB Example Power Actors",
"path": "packs/summonable-actors", "path": "packs/power-actors",
"type": "Actor",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "morphable-actors",
"label": "SWADE MB Example Morphable Actors",
"path": "packs/morphable-actors",
"type": "Actor", "type": "Actor",
"system": "swade", "system": "swade",
"ownership": { "ownership": {
@ -111,8 +100,7 @@
"helper-actors", "helper-actors",
"Common Actions", "Common Actions",
"swade-mb-gear", "swade-mb-gear",
"morphable-actors", "power-actors"
"summonable-actors"
] ]
} }
], ],