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:
parent
03b7da93e2
commit
233ead5671
@ -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 }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user