forked from public/foundryvtt-wh4-lang-fr-fr
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			foundryvtt
			...
			v3
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 41287639c3 | 
							
								
								
									
										269
									
								
								module.json
									
									
									
									
									
								
							
							
						
						
									
										269
									
								
								module.json
									
									
									
									
									
								
							| @@ -1,126 +1,143 @@ | ||||
| { | ||||
|   "name": "WH4-fr-translation", | ||||
|   "title": "WFRP4e - Core Module en français.", | ||||
|   "description": "Traduction Française pour Warhammer v4.",   | ||||
|   "version": "1.6.6", | ||||
|   "minimumCoreVersion" : "0.7.1", | ||||
|   "compatibleCoreVersion": "0.8.7", | ||||
|   "author": "LeRatierBretonnien", | ||||
|   "dependencies": [ | ||||
|     { | ||||
|       "name": "wfrp4e", | ||||
| 	    "type": "system" | ||||
|     }, | ||||
|     { | ||||
|       "name": "babele", | ||||
| 	    "type": "module" | ||||
|     } | ||||
|   ],   | ||||
|   "esmodules": [ | ||||
|       "babele-register.js",  | ||||
|       "addon-register.js", | ||||
|       "modules/import-stat-2.js" | ||||
|     ], | ||||
|   "scripts": [ ], | ||||
|   "styles": [], | ||||
|   "packs": [  | ||||
|     { | ||||
|       "label": "Plats d'Auberges", | ||||
|       "entity": "RollTable", | ||||
|       "name": "plats-dauberges", | ||||
|       "path": "packs/plats-dauberges.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Dons de Rhya", | ||||
|       "entity": "JournalEntry", | ||||
|       "name": "dons-de-rhya", | ||||
|       "path": "packs/dons-de-rhya.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Aides de Jeu FR", | ||||
|       "entity": "JournalEntry", | ||||
|       "name": "aides-de-jeu-fr", | ||||
|       "path": "packs/aides-de-jeu-fr.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Antidotes et Remèdes", | ||||
|       "entity": "Item", | ||||
|       "name": "antidotes-and-remedes.db", | ||||
|       "path": "packs/antidotes-and-remedes.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Drogues et Sédatifs", | ||||
|       "entity": "Item", | ||||
|       "name": "drogues-and-sedatifs", | ||||
|       "path": "packs/drogues-and-sedatifs.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Pansements et Cataplasmes", | ||||
|       "entity": "Item", | ||||
|       "name": "pansements-and-cataplasmes", | ||||
|       "path": "packs/pansements-and-cataplasmes.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Poisons et Toxiques", | ||||
|       "entity": "Item", | ||||
|       "name": "poisons-and-toxiques", | ||||
|       "path": "packs/poisons-and-toxiques.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Potions et Décoctions", | ||||
|       "entity": "Item", | ||||
|       "name": "potions-and-decoctions", | ||||
|       "path": "packs/potions-and-decoctions.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Antidotes et Remèdes", | ||||
|       "entity": "Item", | ||||
|       "name": "antidotes-and-remedes.db", | ||||
|       "path": "packs/antidotes-and-remedes.db.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Tables des Traductions", | ||||
|       "entity": "JournalEntry", | ||||
|       "name": "tables-des-traductions", | ||||
|       "path": "packs/tables-des-traductions.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     }, | ||||
|     { | ||||
|       "label": "Apothicarium", | ||||
|       "entity": "JournalEntry", | ||||
|       "name": "apothicarium", | ||||
|       "path": "packs/apothicarium.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation" | ||||
|     } | ||||
|   ], | ||||
|   "languages": [{ | ||||
|   	"lang": "fr", | ||||
|   	"name": "Français", | ||||
|   	"path": "fr.json"  	 | ||||
|   }], | ||||
|    | ||||
|   "url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr", | ||||
|   "manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/raw/v3/module.json",    | ||||
|   "download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/archive/v3/foundryvtt-wh4-lang-fr-fr-v3.zip"  | ||||
| } | ||||
|  | ||||
| { | ||||
|   "name": "WH4-fr-translation", | ||||
|   "title": "WFRP4e - Core Module en français.", | ||||
|   "description": "Traduction Française pour Warhammer v4.", | ||||
|   "author": "LeRatierBretonnien", | ||||
|   "authors": [], | ||||
|   "url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr", | ||||
|   "flags": {}, | ||||
|   "version": "1.6.6", | ||||
|   "minimumCoreVersion": "0.7.0", | ||||
|   "compatibleCoreVersion": "0.8.7", | ||||
|   "scripts": [], | ||||
|   "esmodules": [ | ||||
|     "babele-register.js", | ||||
|     "addon-register.js", | ||||
|     "modules/import-stat-2.js" | ||||
|   ], | ||||
|   "styles": [], | ||||
|   "languages": [ | ||||
|     { | ||||
|       "lang": "fr", | ||||
|       "name": "Français", | ||||
|       "path": "fr.json" | ||||
|     } | ||||
|   ], | ||||
|   "packs": [ | ||||
|     { | ||||
|       "label": "Plats d'Auberges", | ||||
|       "entity": "RollTable", | ||||
|       "name": "plats-dauberges", | ||||
|       "path": "packs/plats-dauberges.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Dons de Rhya", | ||||
|       "entity": "JournalEntry", | ||||
|       "name": "dons-de-rhya", | ||||
|       "path": "packs/dons-de-rhya.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Aides de Jeu FR", | ||||
|       "entity": "JournalEntry", | ||||
|       "name": "aides-de-jeu-fr", | ||||
|       "path": "packs/aides-de-jeu-fr.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Antidotes et Remèdes", | ||||
|       "entity": "Item", | ||||
|       "name": "antidotes-and-remedes.db", | ||||
|       "path": "packs/antidotes-and-remedes.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Drogues et Sédatifs", | ||||
|       "entity": "Item", | ||||
|       "name": "drogues-and-sedatifs", | ||||
|       "path": "packs/drogues-and-sedatifs.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Pansements et Cataplasmes", | ||||
|       "entity": "Item", | ||||
|       "name": "pansements-and-cataplasmes", | ||||
|       "path": "packs/pansements-and-cataplasmes.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Poisons et Toxiques", | ||||
|       "entity": "Item", | ||||
|       "name": "poisons-and-toxiques", | ||||
|       "path": "packs/poisons-and-toxiques.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Potions et Décoctions", | ||||
|       "entity": "Item", | ||||
|       "name": "potions-and-decoctions", | ||||
|       "path": "packs/potions-and-decoctions.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Potions : Antidotes et Remèdes", | ||||
|       "entity": "Item", | ||||
|       "name": "antidotes-and-remedes.db", | ||||
|       "path": "packs/antidotes-and-remedes.db.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Tables des Traductions", | ||||
|       "entity": "JournalEntry", | ||||
|       "name": "tables-des-traductions", | ||||
|       "path": "packs/tables-des-traductions.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     }, | ||||
|     { | ||||
|       "label": "Apothicarium", | ||||
|       "entity": "JournalEntry", | ||||
|       "name": "apothicarium", | ||||
|       "path": "packs/apothicarium.db", | ||||
|       "system": "wfrp4e", | ||||
|       "module": "WH4-fr-translation", | ||||
|       "private": false | ||||
|     } | ||||
|   ], | ||||
|   "system": [], | ||||
|   "dependencies": [ | ||||
|     { | ||||
|       "name": "wfrp4e", | ||||
|       "type": "system" | ||||
|     }, | ||||
|     { | ||||
|       "name": "babele", | ||||
|       "type": "module" | ||||
|     } | ||||
|   ], | ||||
|   "socket": false, | ||||
|   "manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/raw/v3/module.json", | ||||
|   "download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/archive/v3/foundryvtt-wh4-lang-fr-fr-v3.zip", | ||||
|   "protected": false, | ||||
|   "coreTranslation": false | ||||
| } | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user