{ "name": "wfrp4e", "title": "Warhammer Fantasy Roleplay 4th Edition", "description": "A comprehensive system for running grim and perilious games of Warhammer Fantasy Role-play in the Foundry VTT environment.", "version": "2.0.3", "author": "CatoThe1stElder, Moo Man", "scripts": [ "./scripts/config-wfrp4e.js", "./scripts/dice-wfrp4e.js", "./scripts/tables-wfrp4e.js", "./scripts/utility-wfrp4e.js", "./scripts/market-wfrp4e.js", "./scripts/opposed-wfrp4e.js", "./scripts/char-gen.js", "./scripts/name-gen.js", "./scripts/migrations.js", "./scripts/wfrp-browser.js", "./scripts/audio-wfrp4e.js", "./scripts/actor/actor-wfrp4e.js", "./scripts/actor/sheet/actor-sheet.js", "./scripts/actor/sheet/character-sheet.js", "./scripts/actor/sheet/creature-sheet.js", "./scripts/actor/sheet/npc-sheet.js", "./scripts/item/item-sheet.js", "./scripts/item/item-wfrp4e.js", "./scripts/hooks/canvasReady.js", "./scripts/hooks/canvasInit.js", "./scripts/hooks/chatMessage.js", "./scripts/hooks/createOwnedItem.js", "./scripts/hooks/preCreateActor.js", "./scripts/hooks/preCreateOwnedItem.js", "./scripts/hooks/renderTokenHUD.js", "./scripts/hooks/deleteCombat.js", "./scripts/hooks/getActorDirectoryEntryContext.js", "./scripts/hooks/getCombatTrackerEntryContext.js", "./scripts/hooks/getChatLogEntryContext.js", "./scripts/hooks/getSceneControlButtons.js", "./scripts/hooks/init.js", "./scripts/hooks/ready.js", "./scripts/hooks/renderChatLog.js", "./scripts/hooks/renderChatMessage.js", "./scripts/hooks/renderJournalSheet.js", "./scripts/hooks/updateCombat.js", "./scripts/hooks/createChatMessage.js", "./scripts/hooks/hotbarDrop.js", "./libs/pixi-filters.js", "./pixi/aoe.js" ], "styles": ["./css/wfrp4e.css"], "packs": [], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "initiative": "@characteristics.i.value + @characteristics.ag.value/100", "gridDistance": 2, "gridUnits": "yd", "primaryTokenAttribute": "status.wounds", "secondaryTokenAttribute": "status.advantage", "minimumCoreVersion" : "0.6.0", "compatibleCoreVersion" : "0.6.2", "templateVersion":2, "socket": true, "manifest" : "https://raw.githubusercontent.com/moo-man/WFRP4e-FoundryVTT/master/system.json", "download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/archive/master.zip", "url" : "https://github.com/moo-man/WFRP4e-FoundryVTT" }