浏览代码

fixed Estates description to match original format

Henning Koehler 8 年之前
父节点
当前提交
233ead5671
共有 1 个文件被更改,包括 3 次插入3 次删除
  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 }
 			}