Compare commits
	
		
			1 Commits
		
	
	
		
			foundryvtt
			...
			foundryvtt
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a64ff7dd55 | 
| @@ -279,17 +279,17 @@ const __add_actors_translation = () => { | ||||
|           "label": metadata.name, | ||||
|           "mapping": { | ||||
|             "name": "name", | ||||
|             "description": "details.biography.value", | ||||
|             "description": "system.biography.value", | ||||
|             "items": { | ||||
|               "path": "items", | ||||
|               "converter": "bestiary_traits" | ||||
|             }, | ||||
|             "characteristics": { | ||||
|               "path": "data.characteristics", | ||||
|               "path": "system.characteristics", | ||||
|               "converter": "npc_characteristics" | ||||
|             }, | ||||
|             "details": { | ||||
|               "path": "data.details", | ||||
|               "path": "system.details", | ||||
|               "converter": "npc_details" | ||||
|             } | ||||
|           }, | ||||
|   | ||||
| @@ -2,19 +2,19 @@ | ||||
| 	"label": "Carrières Religieuses", | ||||
| 	"mapping": { | ||||
|     "skills": { | ||||
|       "path": "data.skills", | ||||
|       "path": "system.skills", | ||||
|       "converter": "career_skills" | ||||
|     }, | ||||
|     "talents": { | ||||
|       "path": "data.talents", | ||||
|       "path": "system.talents", | ||||
|       "converter": "career_talents" | ||||
|     }, | ||||
|     "class": { | ||||
|       "path": "data.class.value", | ||||
|       "path": "dasystemta.class.value", | ||||
|       "converter": "generic_localization" | ||||
|     }, | ||||
|     "careergroup": { | ||||
|       "path": "data.careergroup.value", | ||||
|       "path": "system.careergroup.value", | ||||
|       "converter": "career_careergroup" | ||||
|     }, | ||||
|     "trappings": "system.trappings" | ||||
|   | ||||
| @@ -1,13 +1,13 @@ | ||||
| { | ||||
| 	"label": "Objets Religieux", | ||||
|   "mapping": {       | ||||
|     "special":  "data.special.value", | ||||
|     "special":  "system.special.value", | ||||
|     "qualities": { | ||||
|       "path": "data.qualities.value", | ||||
|       "path": "system.qualities.value", | ||||
|       "converter": "trapping_qualities_flaws" | ||||
|     }, | ||||
|     "flaws": { | ||||
|       "path": "data.flaws.value", | ||||
|       "path": "system.flaws.value", | ||||
|       "converter": "trapping_qualities_flaws" | ||||
|     } | ||||
|   },	 | ||||
|   | ||||
| @@ -2,11 +2,11 @@ | ||||
| 	"label": "Mutations", | ||||
| 	"mapping": { | ||||
|     "modifier": { | ||||
|         "path": "data.modifier.value", | ||||
|         "path": "system.modifier.value", | ||||
|         "converter": "mutations_modifier" | ||||
|     }, | ||||
|     "mutationType": { | ||||
|         "path": "data.mutationType.value", | ||||
|         "path": "system.mutationType.value", | ||||
|         "converter": "generic_localization" | ||||
|     }, | ||||
|     "effects": { | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|     } | ||||
|   ], | ||||
|   "url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr", | ||||
|   "version": "6.2.4", | ||||
|   "version": "6.2.5", | ||||
|   "esmodules": [ | ||||
|     "babele-register.js", | ||||
|     "addon-register.js", | ||||
| @@ -136,7 +136,7 @@ | ||||
|     } | ||||
|   ], | ||||
|   "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json", | ||||
|   "download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.2.4.zip", | ||||
|   "download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.2.5.zip", | ||||
|   "id": "wh4-fr-translation", | ||||
|   "compatibility": { | ||||
|     "minimum": "10", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user