70 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "id": "fvtt-cthulhu-eternal",
 | 
						|
  "title": "Cthulhu Eternal RPG",
 | 
						|
  "description": "",
 | 
						|
  "manifest": "https://www.uberwald.me/gitea/public/fvtt-cthulhu-eternal/raw/branch/main/system.json",
 | 
						|
  "download": "#{DOWNLOAD}#",
 | 
						|
  "url": "https://www.uberwald.me/gitea/public/fvtt-cthulhu-eternal",
 | 
						|
  "license": "LICENSE",
 | 
						|
  "version": "12.0.2",
 | 
						|
  "authors": [
 | 
						|
    {
 | 
						|
      "name": "Uberwald",
 | 
						|
      "discord": "LeRatierBretonnien"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "flags": {
 | 
						|
    "hotReload": {
 | 
						|
      "extensions": ["css", "html", "hbs", "json"],
 | 
						|
      "paths": ["acks.css", "./", "templates", "css", "lang/en.json"]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "compatibility": {
 | 
						|
    "minimum": "12",
 | 
						|
    "verified": "12"
 | 
						|
  },
 | 
						|
  "esmodules": ["cthulhu-eternal.mjs"],
 | 
						|
  "styles": ["css/fvtt-cthulhu-eternal.css"],
 | 
						|
  "languages": [
 | 
						|
    {
 | 
						|
      "lang": "en",
 | 
						|
      "name": "Anglais",
 | 
						|
      "path": "lang/en.json"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "documentTypes": {
 | 
						|
    "Actor": {
 | 
						|
      "protagonist": { "htmlFields": ["description", "notes"] }
 | 
						|
    },
 | 
						|
    "Item": {
 | 
						|
      "skill": { "htmlFields": ["description"] },
 | 
						|
      "injury": { "htmlFields": ["description"] },
 | 
						|
      "weapon": { "htmlFields": ["description"] },
 | 
						|
      "armor": { "htmlFields": ["description"] },
 | 
						|
      "bond": { "htmlFields": ["description"] },
 | 
						|
      "mentaldisorder": { "htmlFields": ["description"] },
 | 
						|
      "motivation": { "htmlFields": ["description"] },
 | 
						|
      "arcane": { "htmlFields": ["description"] },
 | 
						|
      "gear": { "htmlFields": ["description"] },
 | 
						|
      "archetype": { "htmlFields": ["description"] }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "packs": [
 | 
						|
    {
 | 
						|
      "name": "skills",
 | 
						|
      "banner": "",
 | 
						|
      "label": "Skills",
 | 
						|
      "system": "fvtt-cthulhu-eternal",
 | 
						|
      "path": "packs/skills",
 | 
						|
      "type": "Item"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "grid": {
 | 
						|
    "distance": 10,
 | 
						|
    "units": "m"
 | 
						|
  },
 | 
						|
  "primaryTokenAttribute": "hp",
 | 
						|
  "socket": true,
 | 
						|
  "background": "systems/fvtt-cthulhu-eternal/assets/background.webp"
 | 
						|
}
 |