{ "id": "pf2e-weather-forge", "title": "PF2e Weather Forge", "description": "A localized weather, chat, history, and calendar generation module for Pathfinder Second Edition in Foundry VTT. Generates persistent, climate-aware living weather with daily temperature curves, weather history, chat cards, and an internal Golarion calendar.", "version": "0.6.6", "compatibility": { "minimum": "13", "verified": "14" }, "authors": [ { "name": "Your Name", "discord": "your-discord-name", "url": "https://github.com/crypto-vbrthr/pf2e-weather-forge" } ], "esmodules": [ "scripts/main.js" ], "styles": [ "styles/pf2e-weather-forge.css" ], "languages": [ { "lang": "de", "name": "Deutsch", "path": "lang/de.json" }, { "lang": "en", "name": "English", "path": "lang/en.json" } ], "url": "https://github.com/crypto-vbrthr/pf2e-weather-forge", "manifest": "https://raw.githubusercontent.com/crypto-vbrthr/pf2e-weather-forge/main/module.json", "download": "https://github.com/crypto-vbrthr/pf2e-weather-forge/releases/download/v0.6.6/pf2e-weather-forge.zip", "license": "MIT", "readme": "README.md", "bugs": "https://github.com/crypto-vbrthr/pf2e-weather-forge/issues", "relationships": { "requires": [], "recommends": [] }, "type": "module" }