All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
1.2 KiB

{
"id": "pf2e-rules-based-npc-vision",
"title": "PF2e Rules-Based NPC Vision",
"description": "Enable PF2e rules-based vision for NPCs.",
"version": "2.0.1",
"authors": [
{
"name": "JDCalvert"
}
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"system": [
"pf2e"
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system"
}
],
"requires": [
{
"id": "lib-wrapper"
}
]
},
"url": "https://github.com/JDCalvert/FVTT-PF2e-Rules-Based-NPC-Vision",
"manifest": "https://github.com/JDCalvert/FVTT-PF2e-Rules-Based-NPC-Vision/releases/latest/download/module.json",
"download": "https://github.com/JDCalvert/FVTT-PF2e-Rules-Based-NPC-Vision/archive/2.0.1.zip",
"readme": "https://github.com/JDCalvert/FVTT-PF2e-Rules-Based-NPC-Vision",
"bugs": "https://github.com/JDCalvert/FVTT-PF2e-Rules-Based-NPC-Vision/issues",
"changelog": "https://github.com/JDCalvert/FVTT-PF2e-Rules-Based-NPC-Vision/blob/main/CHANGELOG.md",
"scripts": [
"scripts/npcvision.js"
]
}