tbftss/data/missions/test/test.json

20 lines
375 B
JSON

{
"name" : "Test Mission",
"description" : "Just a test mission",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "",
"player" : {
"type" : "Nymph",
"side" : "SIDE_CSN"
},
"triggers" : [
{
"type" : "TRIGGER_TIME",
"targetName" : "TIME",
"targetValue" : 10,
"action" : "TA_COMPLETE_MISSION"
}
]
}