{ "id": "ikrpg", "name": "ikrpg", "title": "Iron Kingdoms RPG - Core", "version": "0.1.5", "authors": [ { "name": "Breno Baiardi", "url": "https://github.com/BrenoBaiardi", "flags": {} } ], "description": "Iron Kingdoms RPG game system", "scripts": [ "scripts/drag-ruler-integration.js" ], "esmodules": [ "src/ikrpg.js" ], "actorTypes": ["character", "npc", "steamjack"], "styles": ["styles/ikrpg.css"], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "pt-BR", "name": "Português (Brasil)", "path": "lang/pt-BR.json" } ], "packs": [], "compatibility": { "minimum": "12.0", "verified": "12.331" }, "url": "https://github.com/BrenoBaiardi/ikrpg", "manifest": "https://raw.githubusercontent.com/BrenoBaiardi/ikrpg/refs/heads/main/system.json", "download": "https://github.com/BrenoBaiardi/ikrpg/releases/download/0.1.5/system.zip", "license": "MIT", "statusEffects": [ { "id": "exhausted", "label": "IKRPG.Status.Exhausted", "icon": "systems/ikrpg/icons/exhausted.svg", "flags": { "core": { "statusId": "exhausted" } } } ] }