Explorar el Código

fixed Estates description to match original format

Henning Koehler hace 8 años
padre
commit
233ead5671
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      config/skills.json

+ 3 - 3
config/skills.json

@@ -366,19 +366,19 @@
 			}
 		},
 		"basic" : {
-			"description" : "With Basic Estates, a hero contributes 125 gold per day to your cause.",
+			"description" : "{Basic Estates}\n\nYour hero contributes 125 gold per day to your cause.",
 			"effects" : {
 				"main" : { "val" : 125 }
 			}
 		},
 		"advanced" : {
-			"description" : "With Advanced Estates, a hero contributes 250 gold per day to your cause.",
+			"description" : "{Advanced Estates}\n\nYour hero contributes 250 gold per day to your cause.",
 			"effects" : {
 				"main" : { "val" : 250 }
 			}
 		},
 		"expert" : {
-			"description" : "With Expert Estates, a hero contributes 500 gold per day to your cause.",
+			"description" : "{Expert Estates}\n\nYour hero contributes 500 gold per day to your cause.",
 			"effects" : {
 				"main" : { "val" : 500 }
 			}