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

Add files via upload

This commit is contained in:
George King 2024-11-04 16:39:22 +01:00 committed by GitHub
parent b5d92e7852
commit 498f78de87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" },
@ -63,10 +63,10 @@
}
]
},
"message" : [ 106, "%s. ", 108 ] // No Wisdom
"message" : [ 106, "{%s}. ", 108 ] // No Wisdom
},
{
"message" : [ 106, "%s. ", 109 ] // No spellbook
"message" : [ 106, "{%s}. ", 109 ] // No spellbook
}
]