Explorar o código

fixed Estates description to match original format

Henning Koehler %!s(int64=8) %!d(string=hai) anos
pai
achega
233ead5671
Modificáronse 1 ficheiros con 3 adicións e 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 }
 			}