mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-16 10:19:47 +02:00
65 lines
1.1 KiB
JSON
65 lines
1.1 KiB
JSON
|
{
|
||
|
"allowedAbilities" : {},
|
||
|
"allowedArtifacts" : {},
|
||
|
"allowedHeroes" : {},
|
||
|
"allowedSpells" : {},
|
||
|
"defeatIconIndex" : 0,
|
||
|
"difficulty" : "NORMAL",
|
||
|
"mapLevels" : {
|
||
|
"surface" : {
|
||
|
"height" : 8,
|
||
|
"index" : 0,
|
||
|
"width" : 8
|
||
|
}
|
||
|
},
|
||
|
"mods" : {},
|
||
|
"name" : "Mini test",
|
||
|
"players" : {
|
||
|
"blue" : {
|
||
|
"canPlay" : "PlayerOrAI",
|
||
|
"mainHero" : "christian",
|
||
|
"heroes" : {
|
||
|
"hero_1" : {
|
||
|
"type" : "christian"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"red" : {
|
||
|
"canPlay" : "PlayerOrAI",
|
||
|
"mainHero" : "catherine",
|
||
|
"heroes" : {
|
||
|
"hero_0" : {
|
||
|
"type" : "catherine"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"triggeredEvents" : {
|
||
|
"standardDefeat" : {
|
||
|
"condition" : [
|
||
|
"daysWithoutTown",
|
||
|
{
|
||
|
"value" : 7
|
||
|
}
|
||
|
],
|
||
|
"effect" : {
|
||
|
"messageToSend" : "standardDefeat",
|
||
|
"type" : "defeat"
|
||
|
},
|
||
|
"message" : "standardDefeat"
|
||
|
},
|
||
|
"standardVictory" : {
|
||
|
"condition" : [
|
||
|
"standardWin"
|
||
|
],
|
||
|
"effect" : {
|
||
|
"messageToSend" : "standardVictory",
|
||
|
"type" : "victory"
|
||
|
},
|
||
|
"message" : "standardVictory"
|
||
|
}
|
||
|
},
|
||
|
"victoryIconIndex" : 0,
|
||
|
"versionMajor" : 1,
|
||
|
"versionMinor" : 0
|
||
|
}
|