59 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "id": "fvtt-ftl-nomad",
 | |
|   "title": "Faster Than Light : Nomad",
 | |
|   "description": "Faster Than Light : Nomad is a system for Foundry VTT, based on the FTL system. It is a system for playing in a universe of space opera, where the players are the crew of a spaceship, traveling from planet to planet, from system to system, in search of adventure and fortune.",
 | |
|   "manifest": "https://www.uberwald.me/gitea/public/fvtt-ftl-nomad/raw/branch/main/system.json",
 | |
|   "download": "#{DOWNLOAD}#",
 | |
|   "url": "https://www.uberwald.me/gitea/public/fvtt-ftl-nomad",
 | |
|   "license": "LICENSE",
 | |
|   "version": "12.0.0",
 | |
|   "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": ["fvtt-nomad.mjs"],
 | |
|   "styles": ["css/fvtt-ftl-nomad.css"],
 | |
|   "languages": [
 | |
|     {
 | |
|       "lang": "en",
 | |
|       "name": "Anglais",
 | |
|       "path": "lang/en.json"
 | |
|     }
 | |
|   ],
 | |
|   "documentTypes": {
 | |
|     "Actor": {
 | |
|       "character": { "htmlFields": ["description", "notes"] },
 | |
|       "npc": { "htmlFields": ["description", "notes"] },
 | |
|       "vehicle": { "htmlFields": ["description", "notes"] },
 | |
|       "ship": { "htmlFields": ["description", "notes"] }
 | |
|     },
 | |
|     "Item": {
 | |
|       "skill": { "htmlFields": ["description"] },
 | |
|       "weapon": { "htmlFields": ["description"] },
 | |
|       "armor": { "htmlFields": ["description"] },
 | |
|       "gear": { "htmlFields": ["description"] }
 | |
|     }
 | |
|   },
 | |
|   "packs": [
 | |
|   ],
 | |
|   "grid": {
 | |
|     "distance": 10,
 | |
|     "units": "m"
 | |
|   },
 | |
|   "primaryTokenAttribute": "hp",
 | |
|   "socket": true,
 | |
|   "background": "systems/fvtt-ftl-nomad/assets/ui/background_01.webp"
 | |
| }
 |