| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "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
- }
|