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:
parent
b5d92e7852
commit
498f78de87
@ -46,7 +46,7 @@
|
|||||||
"spells" : [
|
"spells" : [
|
||||||
"@gainedSpell"
|
"@gainedSpell"
|
||||||
],
|
],
|
||||||
"message" : [ 106, "%s." ], // Upon defeating monsters, you learn new spell
|
"message" : [ 106, "{%s}." ], // Upon defeating monsters, you learn new spell
|
||||||
"guards" : [
|
"guards" : [
|
||||||
{ "amount" : 40, "type" : "goldGolem" },
|
{ "amount" : 40, "type" : "goldGolem" },
|
||||||
{ "amount" : 10, "type" : "diamondGolem" },
|
{ "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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user