mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-29 21:56:54 +02:00
fixed Estates description to match original format
This commit is contained in:
parent
03b7da93e2
commit
233ead5671
@ -366,19 +366,19 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"basic" : {
|
"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" : {
|
"effects" : {
|
||||||
"main" : { "val" : 125 }
|
"main" : { "val" : 125 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"advanced" : {
|
"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" : {
|
"effects" : {
|
||||||
"main" : { "val" : 250 }
|
"main" : { "val" : 250 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expert" : {
|
"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" : {
|
"effects" : {
|
||||||
"main" : { "val" : 500 }
|
"main" : { "val" : 500 }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user