1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fix texts in shipwreck

This commit is contained in:
Ivan Savenko 2024-09-11 12:40:16 +00:00
parent d20d9bd96b
commit 84c82a807d
2 changed files with 5 additions and 5 deletions

View File

@ -610,7 +610,7 @@
"guardsLayout" : "creatureBankNarrow",
"rewards" : [
{
"message" : 124,
"message" : 34,
"appearChance" : { "min" : 0, "max" : 30 },
"guards" : [
{ "amount" : 2, "type" : "wight" },
@ -625,7 +625,7 @@
}
},
{
"message" : 124,
"message" : 34,
"appearChance" : { "min" : 30, "max" : 60 },
"guards" : [
{ "amount" : 3, "type" : "wight" },
@ -640,7 +640,7 @@
}
},
{
"message" : 124,
"message" : 34,
"appearChance" : { "min" : 60, "max" : 90 },
"guards" : [
{ "amount" : 5, "type" : "wight" },
@ -656,7 +656,7 @@
"artifacts" : [ { "class" : "TREASURE" } ]
},
{
"message" : 124,
"message" : 34,
"appearChance" : { "min" : 90, "max" : 100 },
"guards" : [
{ "amount" : 10, "type" : "wight" },

View File

@ -46,7 +46,7 @@
"spells" : [
"@gainedSpell"
],
"message" : [ 106, "%s." ] // Upon defeating monsters, you learn new spell
"message" : [ 106, "%s." ], // Upon defeating monsters, you learn new spell
"guards" : [
{ "amount" : 40, "type" : "goldGolem" },
{ "amount" : 10, "type" : "diamondGolem" },