Index: binaries/data/mods/public/l10n/messages.json =================================================================== --- binaries/data/mods/public/l10n/messages.json +++ binaries/data/mods/public/l10n/messages.json @@ -413,7 +413,9 @@ "customContext": "status effect" }, "GenericName": {}, - "SpecificName": {}, + "SpecificName": { + "customContext": "specific name" + }, "History": {}, "VisibleClasses": { "splitOnWhitespace": true @@ -457,7 +459,9 @@ "customContext": "status effect" }, "GenericName": {}, - "SpecificName": {}, + "SpecificName": { + "customContext": "specific name" + }, "History": {}, "VisibleClasses": { "splitOnWhitespace": true @@ -499,7 +503,9 @@ "customContext": "Name of an attack, usually the weapon." }, "GenericName": {}, - "SpecificName": {}, + "SpecificName": { + "customContext": "specific name" + }, "History": {}, "VisibleClasses": { "splitOnWhitespace": true Index: binaries/data/mods/public/maps/random/ardennes_forest.json =================================================================== --- binaries/data/mods/public/maps/random/ardennes_forest.json +++ binaries/data/mods/public/maps/random/ardennes_forest.json @@ -2,7 +2,7 @@ "settings" : { "Name" : "Ardennes Forest", "Script" : "ardennes_forest.js", - "Description" : "Each player starts deep in the forest.\n\nThe Ardennes is a region of extensive forests, rolling hills and ridges formed within the Givetian Ardennes mountain range, primarily in modern day Belgium and Luxembourg. The region took its name from the ancient Silva, a vast forest in Roman times called Arduenna Silva.", + "Description" : "Each player starts deep in the forest.\n\nThe Ardennes is a region of extensive forests, rolling hills and ridges formed within the Givetian Ardennes mountain range, primarily in modern day Belgium and Luxembourg. The region took its name from the ancient Silva, a vast forest in Roman times called Arduenna Silva.", "CircularMap" : true, "Preview" : "ardennes_forest.png" }