{ "id": "trilhamarga", "title": "Trilhamarga RPG", "version": "1.3.1", "manifest": "https://raw.githubusercontent.com/felipemelo23/trilhamargarpg/main/system.json", "download": "https://github.com/felipemelo23/trilhamargarpg/releases/download/v1.3.1/trilhamarga-v1.3.1.zip", "authors": [ { "name": "greynakk" } ], "compatibility": { "minimum": "11", "verified": "13" }, "scripts": [], "esmodules": [ "module/trilhamarga.mjs" ], "styles": [ "css/trilhamarga.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "pt", "name": "Português (BR)", "path": "lang/pt-BR.json" } ], "initiative": "1d12", "grid": { "distance": 1.5, "units": "m" }, "primaryTokenAttribute": "stamina", "secondaryTokenAttribute": "protection", "packs": [ { "name": "items", "label": "Items", "path": "packs/items", "type": "Item", "system": "trilhamarga" } ] }