tbftss/data/challenges/07.json

123 lines
1.8 KiB
JSON
Raw Normal View History

2016-03-04 15:14:57 +01:00
{
"name" : "Pass all Waypoints",
"description" : "Pass all Waypoints",
"background" : "AUTO",
"planet" : "AUTO",
"music" : "AUTO",
2016-04-16 15:04:11 +02:00
"waypointAutoAdvance" : 1,
2016-03-04 15:14:57 +01:00
"player" : {
"type" : "Nymph",
"side" : "SIDE_ALLIES",
"pilot" : "-",
"squadron" : "-",
"x" : 25,
"y" : 25
},
"challenge" : {
"waypointLimit" : 5,
2016-03-04 23:59:16 +01:00
"timeLimit" : 120,
2016-03-04 15:14:57 +01:00
"challenges" : [
{
"type" : "CHALLENGE_TIME",
2016-03-04 23:59:16 +01:00
"value" : 80
2016-03-04 15:14:57 +01:00
},
{
"type" : "CHALLENGE_TIME",
2016-03-04 23:59:16 +01:00
"value" : 120
2016-03-04 15:14:57 +01:00
},
{
2016-03-04 23:59:16 +01:00
"type" : "CHALLENGE_ARMOUR",
"value" : 100
2016-03-04 15:14:57 +01:00
}
]
},
"fighters" : [
{
"groupName" : "RT1",
"types" : "Rocket Turret",
2016-03-04 23:59:16 +01:00
"x" : 30,
"y" : 30,
2016-05-18 13:23:42 +02:00
"side" : "SIDE_TZAC",
2016-03-04 23:59:16 +01:00
"scatter" : 1000,
"number" : 2
},
{
"groupName" : "RT1",
"types" : "Rocket Turret",
"x" : 30,
"y" : 20,
2016-05-18 13:23:42 +02:00
"side" : "SIDE_TZAC",
2016-03-04 23:59:16 +01:00
"scatter" : 1000,
"number" : 2
2016-03-04 15:14:57 +01:00
},
{
"groupName" : "RT2",
"types" : "Rocket Turret",
2016-03-04 23:59:16 +01:00
"x" : 20,
"y" : 20,
2016-05-18 13:23:42 +02:00
"side" : "SIDE_TZAC",
2016-03-04 23:59:16 +01:00
"scatter" : 1000,
"number" : 2
2016-03-04 15:14:57 +01:00
},
{
"groupName" : "RT3",
"types" : "Rocket Turret",
2016-03-04 23:59:16 +01:00
"x" : 20,
"y" : 30,
2016-05-18 13:23:42 +02:00
"side" : "SIDE_TZAC",
2016-03-04 23:59:16 +01:00
"scatter" : 1000,
"number" : 2
},
2016-03-04 15:14:57 +01:00
{
"groupName" : "RT4",
"types" : "Rocket Turret",
"x" : 25,
"y" : 25,
2016-05-18 13:23:42 +02:00
"side" : "SIDE_TZAC",
2016-03-04 23:59:16 +01:00
"scatter" : 1000,
2016-03-04 15:14:57 +01:00
"number" : 2,
"active" : 0
}
],
"entities" : [
{
"type" : "ET_WAYPOINT",
2016-03-04 23:59:16 +01:00
"x" : 30,
"y" : 30,
2016-03-04 15:14:57 +01:00
"active" : 0
},
{
"type" : "ET_WAYPOINT",
2016-03-04 23:59:16 +01:00
"x" : 30,
"y" : 20,
2016-03-04 15:14:57 +01:00
"active" : 0
},
{
"type" : "ET_WAYPOINT",
2016-03-04 23:59:16 +01:00
"x" : 20,
"y" : 20,
2016-03-04 15:14:57 +01:00
"active" : 0
},
{
"type" : "ET_WAYPOINT",
2016-03-04 23:59:16 +01:00
"x" : 20,
"y" : 30,
2016-03-04 15:14:57 +01:00
"active" : 0
},
{
"type" : "ET_WAYPOINT",
"x" : 25,
"y" : 25,
"active" : 0
}
],
"script" : [
{
"function" : "Waypoint #4",
"lines" : [
"ACTIVATE_ENTITY_GROUPS RT4"
]
}
]
}