2016-05-15 09:19:26 +02:00
|
|
|
{
|
|
|
|
"name" : "Piracy",
|
|
|
|
"description" : "Piracy",
|
|
|
|
"background" : "AUTO",
|
|
|
|
"planet" : "AUTO",
|
|
|
|
"music" : "AUTO",
|
|
|
|
"player" : {
|
|
|
|
"type" : "Dart",
|
|
|
|
"side" : "SIDE_PIRATE",
|
|
|
|
"pilot" : "-",
|
|
|
|
"squadron" : "-",
|
|
|
|
"x" : 25,
|
|
|
|
"y" : 25,
|
|
|
|
"flags" : "+EF_COLLECTS_ITEMS"
|
|
|
|
},
|
|
|
|
"challenge" : {
|
|
|
|
"timeLimit" : 300,
|
|
|
|
"itemLimit" : 25,
|
|
|
|
"allowPlayerDeath" : 1,
|
|
|
|
"challenges" : [
|
|
|
|
{
|
|
|
|
"type" : "CHALLENGE_ITEMS",
|
2016-06-02 10:49:12 +02:00
|
|
|
"value" : 10
|
2016-05-15 09:19:26 +02:00
|
|
|
},
|
|
|
|
{
|
2016-06-02 10:49:12 +02:00
|
|
|
"type" : "CHALLENGE_ITEMS",
|
|
|
|
"value" : 25
|
2016-05-15 09:19:26 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "CHALLENGE_PLAYER_KILLS",
|
|
|
|
"value" : 15
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"spawners" : [
|
|
|
|
{
|
|
|
|
"name" : "spawner",
|
|
|
|
"types" : "Shuttle",
|
|
|
|
"side" : "SIDE_ALLIES",
|
|
|
|
"interval" : 10,
|
|
|
|
"total" : -1,
|
|
|
|
"step" : 2,
|
|
|
|
"offscreen" : 1,
|
|
|
|
"flags" : "+EF_DROPS_ITEMS+EF_MISSION_TARGET",
|
|
|
|
"aiFlags" : "AIF_DEFENSIVE"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "spawner",
|
|
|
|
"types" : "Dart",
|
|
|
|
"side" : "SIDE_PIRATE",
|
|
|
|
"interval" : 5,
|
|
|
|
"total" : -1,
|
|
|
|
"step" : 1,
|
|
|
|
"offscreen" : 1,
|
|
|
|
"flags" : "+EF_COLLECTS_ITEMS",
|
|
|
|
"aiFlags" : "+AIF_UNLIMITED_RANGE+AIF_COLLECTS_ITEMS"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "tafSpawner",
|
|
|
|
"types" : "TAF",
|
|
|
|
"side" : "SIDE_ALLIES",
|
|
|
|
"interval" : 12,
|
|
|
|
"total" : -1,
|
|
|
|
"step" : 1,
|
|
|
|
"offscreen" : 1,
|
|
|
|
"aiFlags" : "+AIF_UNLIMITED_RANGE",
|
|
|
|
"active" : 0
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"script" : [
|
|
|
|
{
|
|
|
|
"function" : "TIME 1",
|
|
|
|
"lines" : [
|
|
|
|
"MSG_BOX Boss;Blow apart those shuttles and grab the spoils before the CSN gets here. No fighting over the packages, you dogs, this is a team effort."
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"function" : "TIME 10",
|
|
|
|
"lines" : [
|
|
|
|
"ACTIVATE_SPAWNER 1 tafSpawner"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|