1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

fixed Estates description to match original format

This commit is contained in:
Henning Koehler 2017-08-31 09:44:01 +12:00
parent 03b7da93e2
commit 233ead5671

View File

@ -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 }
}