{ "id": "bizarre-adventures-d6", "title": "Bizarre Adventures D6", "description": "A core system for the Bizarre Adventures D6 system.", "version": "0.9.15", "authors": [ { "name": "LONYO", "discord": "itpart", "github": "Iwalker-dev", "flags": {} } ], "compatibility": { "minimum": "14", "verified": "14", "maximum": "14" }, "esmodules": [ "bad6.js" ], "styles": [ { "src": "bad6.css" } ], "socket": true, "primaryTokenAttribute": "hits", "secondaryTokenAttribute": "luck", "grid": { "distance": 2, "units": "m" }, "manifest": "https://raw.githubusercontent.com/Iwalker-dev/bizarre-adventures-d6/main/system.json", "download": "https://github.com/Iwalker-dev/bizarre-adventures-d6/releases/download/v0.9.15/bizarre-adventures-d6-v0.9.15.zip", "relationships": { "requires": [ { "id": "socketlib", "type": "module", "manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json" } ], "recommends": [ { "id": "lib-wrapper", "type": "module", "manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json" }, { "id": "lancer-initiative", "type": "module", "manifest": "https://codeberg.org/Bolts/lancer-initiative/releases/download/latest/module.json" } ] }, "documentTypes": { "Actor": { "user": { "health": { "dtype": "Resource", "label": "Health", "original": 0, "min": 0, "max": 0 }, "attributes": { "stats": { "body": { "dtype": "Number", "label": "Body", "value": 0, "special": [], "group": "ustats" }, "luck": { "dtype": "Burn", "group": "ustats", "label": "Luck", "value": 0, "temp": 0, "perm": 0 }, "menacing": { "dtype": "Number", "label": "Menacing", "value": 0, "special": [], "group": "ustats" }, "pluck": { "dtype": "Number", "label": "Pluck", "value": 0, "special": [], "group": "ustats" }, "reason": { "dtype": "Number", "label": "Reason", "value": 0, "special": [], "group": "ustats" }, "wit": { "dtype": "Number", "label": "Wit", "value": 0, "special": [], "group": "ustats" } } }, "bio": { "name": "", "linkedActors": { "dtype": "Array", "label": "Abilities", "value": [] }, "gender": "", "dob": "", "hitLimit": 0, "appearance": "", "personality": "", "philosophy": "", "backstory": "" } }, "stand": { "attributes": { "stats": { "durability": { "dtype": "Number", "label": "Durability", "value": 0, "special": [], "group": "sstats" }, "learning": { "dtype": "Burn", "label": "Learning", "original": 0, "temp": 0, "perm": 0, "group": "sstats" }, "power": { "dtype": "Number", "label": "Power", "value": 0, "special": [], "group": "sstats" }, "precision": { "dtype": "Number", "label": "Precision", "value": 0, "special": [], "group": "sstats" }, "range": { "dtype": "Number", "label": "Range", "value": 0, "special": [], "group": "sstats" }, "speed": { "dtype": "Number", "label": "Speed", "value": 0, "special": [], "group": "sstats" } } }, "bio": { "standName": "", "linkedActors": { "dtype": "Array", "label": "Users", "value": [] }, "type": "", "design": "", "ability": "", "cost": "" } }, "power": { "attributes": { "stats": { "durability": { "dtype": "Number", "label": "Durability", "value": 0, "special": [], "group": "sstats" }, "learning": { "dtype": "Burn", "label": "Learning", "original": 0, "temp": 0, "perm": 0, "group": "sstats" }, "power": { "dtype": "Number", "label": "Power", "value": 0, "special": [], "group": "sstats" }, "precision": { "dtype": "Number", "label": "Precision", "value": 0, "special": [], "group": "sstats" }, "range": { "dtype": "Number", "label": "Range", "value": 0, "special": [], "group": "sstats" }, "speed": { "dtype": "Number", "label": "Speed", "value": 0, "special": [], "group": "sstats" } } }, "bio": { "powerName": "", "linkedActors": { "dtype": "Array", "label": "Users", "value": [] }, "type": "", "design": "", "ability": "" } } }, "Item": { "item": { "type": "item", "description": "", "quantity": 1, "weight": 0, "attributes": {}, "groups": {} }, "hit": { "type": "hit", "description": "", "quantity": 1, "severity": 0 }, "gambit": { "type": "gambit", "trigger": "", "luckMove": "", "notes": "" } } } }