From bc849fe6d618c9365dde7b7cee032a0dd3fb85cd Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 28 Apr 2020 13:01:11 +0200 Subject: [PATCH 01/59] Master ist Stable again --- lss-manager-v3/lss-manager-v3.dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lss-manager-v3/lss-manager-v3.dev.js b/lss-manager-v3/lss-manager-v3.dev.js index 47eb9c487..8761f5177 100755 --- a/lss-manager-v3/lss-manager-v3.dev.js +++ b/lss-manager-v3/lss-manager-v3.dev.js @@ -124,7 +124,7 @@ if (!I18n.translations.hasOwnProperty('nl_NL')) I18n.translations.nl_NL = {}; I18n.translations.de_DE.lssm = { lssm: "LSS-Manager", - version: "Beta", + version: "Stable", appstore: "APPSTORE", appstore_welcome: "Willkommen im Appstore vom LSS Manager", appstore_desc: "Hier findest du verschiedene Plugins, die dein Spielerlebnis bereichern sollen. Jedes Plugin " + From f0e25a4953a66ef206e421bd578d9ae8e4111780 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 30 Apr 2020 00:15:33 +0200 Subject: [PATCH 02/59] =?UTF-8?q?f=C3=BCr=20jan=20:D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lss-missionHelper/missionHelper.user.js | 238 +- modules/lss-missionHelper/missions.en_GB.json | 4340 ++++++++++------- 2 files changed, 2579 insertions(+), 1999 deletions(-) diff --git a/modules/lss-missionHelper/missionHelper.user.js b/modules/lss-missionHelper/missionHelper.user.js index 35576ccd4..33b2269f9 100644 --- a/modules/lss-missionHelper/missionHelper.user.js +++ b/modules/lss-missionHelper/missionHelper.user.js @@ -414,12 +414,12 @@ const lssm_missionhelper_adjustPosition = () => { description: 'Shows the date and time when the mission was created.' } }, - vehicles: { - truck: "Fire engines", - platform: "Aerial Appliance", + requirements: { + need_firetrucks: "Fire engines", + need_platform_trucks: "Aerial Appliance", heavyRescue: "Rescue Support Unit or Rescue Pump", air: "Breathing Apparatus Support Unit", - bchief: "Fire Officer", + need_battalion_chief_vehicles: "Fire Officer", tanker: "Water Carrier", hazmat: "HazMat", mcv: "Incident Command and Control Unit", @@ -762,7 +762,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Vertedero", "Aparcamiento", - "Granero" + "Granero" ] }; @@ -895,7 +895,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Vertedero", "Aparcamiento", - "Granero" + "Granero" ] }; @@ -1037,7 +1037,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Aterro sanitário", "Garagem de estacionamento", - "Silo" + "Silo" ] }; @@ -1170,7 +1170,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Aterro sanitário", "Garagem de estacionamento", - "Silo" + "Silo" ] }; @@ -1317,7 +1317,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Soptipp", "Parkeringshus", - "Silo" + "Silo" ] }; @@ -1464,7 +1464,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Losseplads", "Parkeringshus", - "Silo" + "Silo" ] }; @@ -1612,7 +1612,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Skládka", "Kryté parkoviště", - "Silo" + "Silo" ] }; @@ -1757,7 +1757,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Çöplük", "Katlı Otopark", - "Ambar" + "Ambar" ] }; @@ -1904,7 +1904,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Avfallsdeponi", "Parkeringshus", - "Silo" + "Silo" ] }; @@ -2051,7 +2051,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Składowisko odpadów", "Parking", - "Silos" + "Silos" ] }; @@ -2064,7 +2064,7 @@ const lssm_missionhelper_adjustPosition = () => { to: 'fino', exp: 'Espansione', SWATPersonnel: "Needed SWAT Personnel", - averageMinimumEmployeesFire: 'Vigili del Fuoco richiesti', + averageMinimumEmployeesFire: 'Vigili del Fuoco richiesti', ambulance_only: 'Questa missione e\' riservata alle ambulanze.!', title: 'Missionhelper', transport: 'Trasporto', @@ -2199,7 +2199,7 @@ const lssm_missionhelper_adjustPosition = () => { "Bar", "Discarica", "Parcheggio coperto", - "Silos" + "Silos" ] }; @@ -2491,7 +2491,7 @@ const lssm_missionhelper_adjustPosition = () => { "Бар", "Мусорный полигон", "Паркинг", - "Силос" + "Силос" ] }; @@ -2636,7 +2636,7 @@ const lssm_missionhelper_adjustPosition = () => { "Бар", "Сміттєзвалище", "Гараж", - "Силос" + "Силос" ] }; @@ -2780,7 +2780,7 @@ const lssm_missionhelper_adjustPosition = () => { "バー", "埋立地", "駐車ガレージ", - "サイロ" + "サイロ" ] }; @@ -3537,7 +3537,7 @@ const lssm_missionhelper_adjustPosition = () => { const MISSION_WRITE_FILE = `/modules/lss-missionHelper/loadMissionData.${I18n.locale}.js`; const MISSION_WINDOW = null === window.location.href.match(/einsaetze\/\d+/); let mission_help = $('#mission_help'); - const MISSION_TYPE = MISSION_WINDOW?mission_help[0]?mission_help.attr("href").split("/").pop().replace(/\?.*/,""):null:window.location.href.match(/\d+([^?]|$)/)[0]; + const MISSION_TYPE = MISSION_WINDOW ? mission_help[0] ? mission_help.attr("href").split("/").pop().replace(/\?.*/, "") : null : window.location.href.match(/\d+([^?]|$)/)[0]; const MISSION_ID = window.location.href.replace(/\D/g, ''); const SETTINGS = Object.keys(managed_settings.settings).reduce((result, key) => { result[key] = get_setting(key); @@ -3545,19 +3545,19 @@ const lssm_missionhelper_adjustPosition = () => { }, {}); fetch(MISSIONS_FILE) - .then(missions => missions.json()) - .then(missions => { - const MISSIONS = clone(missions); - const MISSION = MISSIONS[MISSION_TYPE]; + .then(missions => missions.json()) + .then(missions => { + const MISSIONS = clone(missions); + const MISSION = MISSIONS[MISSION_TYPE]; - if (!MISSION && MISSION_TYPE && !MISSION_WINDOW) return lssm.loadScript(MISSION_WRITE_FILE, true); - if (!MISSION_WINDOW) return; + if (!MISSION && MISSION_TYPE && !MISSION_WINDOW) return lssm.loadScript(MISSION_WRITE_FILE, true); + if (!MISSION_WINDOW) return; - let markup = document.createElement('div'); - markup.id = LSSM_MH_PREFIX; - markup.classList.add('alert', 'alert-warning', localStorage[`${LSSM_MH_PREFIX}_state`] || 'pinned'); - markup.innerHTML = - `
+ let markup = document.createElement('div'); + markup.id = LSSM_MH_PREFIX; + markup.classList.add('alert', 'alert-warning', localStorage[`${LSSM_MH_PREFIX}_state`] || 'pinned'); + markup.innerHTML = + `
@@ -3565,118 +3565,118 @@ const lssm_missionhelper_adjustPosition = () => {
`; - MISSION_WINDOW && localStorage[`${LSSM_MH_PREFIX}_state`] === 'pinned' ? pin_missionhelper(markup) : unpin_missionhelper(markup); + MISSION_WINDOW && localStorage[`${LSSM_MH_PREFIX}_state`] === 'pinned' ? pin_missionhelper(markup) : unpin_missionhelper(markup); - if (!MISSION && MISSION_TYPE) return lssm.loadScript(MISSION_WRITE_FILE); + if (!MISSION && MISSION_TYPE) return lssm.loadScript(MISSION_WRITE_FILE); - let content = document.querySelector(`#${LSSM_MH_PREFIX} .content`); + let content = document.querySelector(`#${LSSM_MH_PREFIX} .content`); - if (!MISSION_TYPE) { - content.innerText = I18n.t('lssm.missionhelper.diy_mission'); - SETTINGS.mission_time && (content.innerHTML += `${document.querySelector('#missionH1').attributes['data-original-title'].value} `); - return lssm_missionhelper_adjustPosition(); - } + if (!MISSION_TYPE) { + content.innerText = I18n.t('lssm.missionhelper.diy_mission'); + SETTINGS.mission_time && (content.innerHTML += `${document.querySelector('#missionH1').attributes['data-original-title'].value} `); + return lssm_missionhelper_adjustPosition(); + } - if (SETTINGS.name || SETTINGS.id || SETTINGS.type || SETTINGS.poi) { - content.innerHTML += `

${(SETTINGS.name && MISSION.name) || ''}${(SETTINGS.id && ` ID: ${MISSION_ID}`) || ''}${(SETTINGS.type && ` Type: ${MISSION_TYPE}`) || ''}${(MISSION.poi && SETTINGS.poi && ` POI: ${I18n.t(`lssm.missionhelper.pois.${MISSION.poi}`)} [${MISSION.poi}]`) || ''}


`; - } + if (SETTINGS.name || SETTINGS.id || SETTINGS.type || SETTINGS.poi) { + content.innerHTML += `

${(SETTINGS.name && MISSION.name) || ''}${(SETTINGS.id && ` ID: ${MISSION_ID}`) || ''}${(SETTINGS.type && ` Type: ${MISSION_TYPE}`) || ''}${(MISSION.poi && SETTINGS.poi && ` POI: ${I18n.t(`lssm.missionhelper.pois.${MISSION.poi}`)} [${MISSION.poi}]`) || ''}


`; + } - if (MISSION.onlyRd) { - content.innerHTML += `${I18n.t('lssm.missionhelper.ambulance_only')}
`; - (MISSION.transport || MISSION.specialisation) && (content.innerHTML += `${I18n.t('lssm.missionhelper.transport')}: ${(MISSION.transport && `${MISSION.transport}%`) || ""}${void 0 !== typeof MISSION.specialisation && ` (${MISSION.specialisation})`}`); - MISSION.nef && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.nef')}: ${MISSION.nef}%`); - MISSION.mmtarts && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.mmtarts')}: ${MISSION.mmtarts}%`); - MISSION.rth && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.rth')}: ${MISSION.rth}%`); - MISSION.tragehilfe && (content.innerHTML += `
${I18n.t('lssm.missionhelper.tragehilfe')}: ${MISSION.tragehilfe}%`); - return lssm_missionhelper_adjustPosition(); - } + if (MISSION.onlyRd) { + content.innerHTML += `${I18n.t('lssm.missionhelper.ambulance_only')}
`; + (MISSION.transport || MISSION.specialisation) && (content.innerHTML += `${I18n.t('lssm.missionhelper.transport')}: ${(MISSION.transport && `${MISSION.transport}%`) || ""}${void 0 !== typeof MISSION.specialisation && ` (${MISSION.specialisation})`}`); + MISSION.nef && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.nef')}: ${MISSION.nef}%`); + MISSION.mmtarts && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.mmtarts')}: ${MISSION.mmtarts}%`); + MISSION.rth && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.rth')}: ${MISSION.rth}%`); + MISSION.tragehilfe && (content.innerHTML += `
${I18n.t('lssm.missionhelper.tragehilfe')}: ${MISSION.tragehilfe}%`); + return lssm_missionhelper_adjustPosition(); + } - if (MISSION.siwa) { - content.innerHTML += `

${I18n.t('lssm.missionhelper.siwa')}

`; - if (!SETTINGS.show_siwa) return lssm_missionhelper_adjustPosition(); - } + if (MISSION.siwa) { + content.innerHTML += `

${I18n.t('lssm.missionhelper.siwa')}

`; + if (!SETTINGS.show_siwa) return lssm_missionhelper_adjustPosition(); + } - MISSION.vge && (content.innerHTML += `

${I18n.t('lssm.missionhelper.vge')}

`); + MISSION.vge && (content.innerHTML += `

${I18n.t('lssm.missionhelper.vge')}

`); - let patients = document.querySelectorAll('.mission_patient').length; - SETTINGS.live_patients && patients > 0 && (content.innerHTML += `${I18n.t('lssm.missionhelper.patients')}: ${patients}

`); + let patients = document.querySelectorAll('.mission_patient').length; + SETTINGS.live_patients && patients > 0 && (content.innerHTML += `${I18n.t('lssm.missionhelper.patients')}: ${patients}

`); - if (SETTINGS.vehicles) { - if (SETTINGS.hide_elw1 && MISSION.vehicles.elw1 && MISSION.vehicles.elw2) { - MISSION.vehicles.elw1 -= MISSION.vehicles.elw2; - if (MISSION.vehicles.elw1 <= 0) delete MISSION.vehicles.elw1; - } - if (SETTINGS.hide_rw && MISSION.vehicles.rw && MISSION.vehicles.lf) { - MISSION.vehicles.rw -= MISSION.vehicles.lf; - if (MISSION.vehicles.rw <= 0) delete MISSION.vehicles.rw; - } - for (let vehicle in MISSION.vehicles) { - if (!MISSION.vehicles.hasOwnProperty(vehicle)) continue; - content.innerHTML += `${MISSION.vehicles[vehicle]}x ${I18n.t(`lssm.missionhelper.vehicles.${vehicle}`)} ${(MISSION.percentages && MISSION.percentages[vehicle] && `(${MISSION.percentages[vehicle]}%)`) || (SETTINGS.show_100 && `(100%)`) || ''}
`; - } - } + if (SETTINGS.vehicles) { + if (SETTINGS.hide_elw1 && MISSION.vehicles.elw1 && MISSION.vehicles.elw2) { + MISSION.vehicles.elw1 -= MISSION.vehicles.elw2; + if (MISSION.vehicles.elw1 <= 0) delete MISSION.vehicles.elw1; + } + if (SETTINGS.hide_rw && MISSION.vehicles.rw && MISSION.vehicles.lf) { + MISSION.vehicles.rw -= MISSION.vehicles.lf; + if (MISSION.vehicles.rw <= 0) delete MISSION.vehicles.rw; + } + for (let vehicle in MISSION.requirements) { + if (!MISSION.requirements.hasOwnProperty(vehicle)) continue; + content.innerHTML += `${MISSION.requirements[vehicle]}x ${I18n.t(`lssm.missionhelper.requirements.${vehicle}`)} ${(MISSION.percentages && MISSION.percentages[vehicle] && `(${MISSION.percentages[vehicle]}%)`) || (SETTINGS.show_100 && `(100%)`) || ''}
`; + } + } - if (MISSION.patients && SETTINGS.patients) { - content.innerHTML += `
${I18n.t('lssm.missionhelper.patients')}: ${(MISSION.patients.min !== MISSION.patients.max) && (`${MISSION.patients.min || 0} ${I18n.t('lssm.missionhelper.to')}`) || ''} ${MISSION.patients.max}
`; + if (MISSION.patients && SETTINGS.patients) { + content.innerHTML += `
${I18n.t('lssm.missionhelper.patients')}: ${(MISSION.patients.min !== MISSION.patients.max) && (`${MISSION.patients.min || 0} ${I18n.t('lssm.missionhelper.to')}`) || ''} ${MISSION.patients.max}
`; - if (MISSION.patients.transport || MISSION.patients.specialisation) { - content.innerHTML += `${I18n.t('lssm.missionhelper.transport')}: ${(MISSION.patients.transport && `${MISSION.patients.transport}%`) || ""}${void 0 !== typeof MISSION.patients.specialisation && ` (${MISSION.patients.specialisation})`}`; - } + if (MISSION.patients.transport || MISSION.patients.specialisation) { + content.innerHTML += `${I18n.t('lssm.missionhelper.transport')}: ${(MISSION.patients.transport && `${MISSION.patients.transport}%`) || ""}${void 0 !== typeof MISSION.patients.specialisation && ` (${MISSION.patients.specialisation})`}`; + } - MISSION.patients.nef && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.nef')}: ${MISSION.patients.nef}%`); - MISSION.patients.mmtarts && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.mmtarts')}: ${MISSION.patients.mmtarts}%`); - MISSION.patients.rth && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.rth')}: ${MISSION.patients.rth}%`); - MISSION.patients.tragehilfe && (content.innerHTML += `
${I18n.t('lssm.missionhelper.tragehilfe')}: ${MISSION.patients.tragehilfe}%`); + MISSION.patients.nef && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.nef')}: ${MISSION.patients.nef}%`); + MISSION.patients.mmtarts && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.mmtarts')}: ${MISSION.patients.mmtarts}%`); + MISSION.patients.rth && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.rth')}: ${MISSION.patients.rth}%`); + MISSION.patients.tragehilfe && (content.innerHTML += `
${I18n.t('lssm.missionhelper.tragehilfe')}: ${MISSION.patients.tragehilfe}%`); - I18n.locale === 'de_DE' && patients >= 5 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.lna')} (100%)`); - I18n.locale === 'de_DE' && patients >= 10 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.orgl')} (100%)`); - I18n.locale === 'en_US' && patients >= 10 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.emschief')} (100%)`); - I18n.locale === 'nl_NL' && patients >= 3 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.ovdg')} (100%)`); - content.innerHTML += '
'; - } + I18n.locale === 'de_DE' && patients >= 5 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.lna')} (100%)`); + I18n.locale === 'de_DE' && patients >= 10 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.orgl')} (100%)`); + I18n.locale === 'en_US' && patients >= 10 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.emschief')} (100%)`); + I18n.locale === 'nl_NL' && patients >= 3 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.ovdg')} (100%)`); + content.innerHTML += '
'; + } - SETTINGS.prisoners && MISSION.prisoners && (content.innerHTML += `
${I18n.t('lssm.missionhelper.prisoners')}: ${(MISSION.prisoners.min !== MISSION.prisoners.max) && (`${MISSION.prisoners.min || 0} ${I18n.t('lssm.missionhelper.to')}`)} ${MISSION.prisoners.max}
`); + SETTINGS.prisoners && MISSION.prisoners && (content.innerHTML += `
${I18n.t('lssm.missionhelper.prisoners')}: ${(MISSION.prisoners.min !== MISSION.prisoners.max) && (`${MISSION.prisoners.min || 0} ${I18n.t('lssm.missionhelper.to')}`)} ${MISSION.prisoners.max}
`); - SETTINGS.special && MISSION.special && MISSION.special.averageMinimumEmployeesFire && (content.innerHTML += `
${I18n.t('lssm.missionhelper.averageMinimumEmployeesFire')}: ${MISSION.special.averageMinimumEmployeesFire}
`); - SETTINGS.special && MISSION.special && MISSION.special.averageMinimumEmployeesPolice && (content.innerHTML += `
${I18n.t('lssm.missionhelper.averageMinimumEmployeesPolice')}: ${MISSION.special.averageMinimumEmployeesPolice}
`); - SETTINGS.special && MISSION.special && MISSION.special.SWATPersonnel && (content.innerHTML += `
${I18n.t('lssm.missionhelper.SWATPersonnel')}: ${MISSION.special.SWATPersonnel}
`); + SETTINGS.special && MISSION.special && MISSION.special.averageMinimumEmployeesFire && (content.innerHTML += `
${I18n.t('lssm.missionhelper.averageMinimumEmployeesFire')}: ${MISSION.special.averageMinimumEmployeesFire}
`); + SETTINGS.special && MISSION.special && MISSION.special.averageMinimumEmployeesPolice && (content.innerHTML += `
${I18n.t('lssm.missionhelper.averageMinimumEmployeesPolice')}: ${MISSION.special.averageMinimumEmployeesPolice}
`); + SETTINGS.special && MISSION.special && MISSION.special.SWATPersonnel && (content.innerHTML += `
${I18n.t('lssm.missionhelper.SWATPersonnel')}: ${MISSION.special.SWATPersonnel}
`); - if (SETTINGS.water && MISSION.water || SETTINGS.credits && MISSION.credits || SETTINGS.mission_time) { - content.innerHTML += '
'; - SETTINGS.credits && MISSION.credits && (content.innerHTML += `~ ${MISSION.credits.toLocaleString()} Credits `); - SETTINGS.water && MISSION.water && (content.innerHTML += `${I18n.t('lssm.missionhelper.water')}: ${MISSION.water.toLocaleString()} Liter `); - SETTINGS.mission_time && (content.innerHTML += `${document.querySelector('#missionH1').attributes['data-original-title'].value} `); - content.innerHTML += '
'; - } + if (SETTINGS.water && MISSION.water || SETTINGS.credits && MISSION.credits || SETTINGS.mission_time) { + content.innerHTML += '
'; + SETTINGS.credits && MISSION.credits && (content.innerHTML += `~ ${MISSION.credits.toLocaleString()} Credits `); + SETTINGS.water && MISSION.water && (content.innerHTML += `${I18n.t('lssm.missionhelper.water')}: ${MISSION.water.toLocaleString()} Liter `); + SETTINGS.mission_time && (content.innerHTML += `${document.querySelector('#missionH1').attributes['data-original-title'].value} `); + content.innerHTML += '
'; + } - if (SETTINGS.expansions && MISSION.expansions) { - content.innerHTML += `
${I18n.t('lssm.missionhelper.exp')}:
`; - for (let i of Object.keys(MISSION.expansions)) { - let id = MISSION.expansions[i]; - content.innerHTML += `${MISSIONS[id] ? MISSIONS[id].name : id}`; - } - } + if (SETTINGS.expansions && MISSION.expansions) { + content.innerHTML += `
${I18n.t('lssm.missionhelper.exp')}:
`; + for (let i of Object.keys(MISSION.expansions)) { + let id = MISSION.expansions[i]; + content.innerHTML += `${MISSIONS[id] ? MISSIONS[id].name : id}`; + } + } - if (SETTINGS.followup && MISSION.followup) { - content.innerHTML += `
${I18n.t('lssm.missionhelper.fwm')}:
`; - for (let i of Object.keys(MISSION.followup)) { - let id = MISSION.followup[i]; - content.innerHTML += `${MISSIONS[id] ? MISSIONS[id].name : id}`; - } - } + if (SETTINGS.followup && MISSION.followup) { + content.innerHTML += `
${I18n.t('lssm.missionhelper.fwm')}:
`; + for (let i of Object.keys(MISSION.followup)) { + let id = MISSION.followup[i]; + content.innerHTML += `${MISSIONS[id] ? MISSIONS[id].name : id}`; + } + } - lssm_missionhelper_adjustPosition(); - }); + lssm_missionhelper_adjustPosition(); + }); let handle_overlap = element => { let missionhelp = document.querySelector(`#${LSSM_MH_PREFIX}`); - if (!missionhelp||!missionhelp.classList.contains('unpinned')) return; + if (!missionhelp || !missionhelp.classList.contains('unpinned')) return; let element_bounding = element.getBoundingClientRect(); let missionhelp_bounding = missionhelp.getBoundingClientRect(); missionhelp.style.opacity = (element_bounding.right > missionhelp_bounding.left && - element_bounding.left < missionhelp_bounding.right && - element_bounding.bottom > missionhelp_bounding.top && - element_bounding.top < missionhelp_bounding.bottom) ? 0.1 : null; + element_bounding.left < missionhelp_bounding.right && + element_bounding.bottom > missionhelp_bounding.top && + element_bounding.top < missionhelp_bounding.bottom) ? 0.1 : null; }; document.querySelectorAll('.aao, .vehicle_group').forEach(el => { @@ -3699,7 +3699,7 @@ const lssm_missionhelper_adjustPosition = () => { }); $('head').append( - `' ); - $('#btn-alliance-new-mission').parent().detach().insertAfter('#missions .btn-group').addClass('pull-right'); + $('#btn-alliance-new-event').parent().detach().insertAfter('#missions .btn-group').addClass('pull-right'); $('#missions_outer, #buildings_outer, #radio_outer, #chat_outer').removeClass('col-sm-4'); $('#missions_outer').addClass('col-md-8'); From 4feef2af9073bc320931216ae67d3a74bd54da8a Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 10:40:11 +0200 Subject: [PATCH 46/59] :rocket: [MissionHelper] Missions 25.5 --- modules/lss-missionHelper/missions.cs_CZ.json | 22 + modules/lss-missionHelper/missions.da_DK.json | 22 + modules/lss-missionHelper/missions.en_AU.json | 28 + modules/lss-missionHelper/missions.en_GB.json | 23 + modules/lss-missionHelper/missions.en_US.json | 100 + modules/lss-missionHelper/missions.es_ES.json | 22 + modules/lss-missionHelper/missions.es_MX.json | 22 + modules/lss-missionHelper/missions.fi_FI.json | 22 + modules/lss-missionHelper/missions.fr_FR.json | 22 + modules/lss-missionHelper/missions.it_IT.json | 57 + modules/lss-missionHelper/missions.ja_JP.json | 22 + modules/lss-missionHelper/missions.ko_KR.json | 22 + modules/lss-missionHelper/missions.nb_NO.json | 22 + modules/lss-missionHelper/missions.nl_NL.json | 14702 +++++++++++++++- modules/lss-missionHelper/missions.pl_PL.json | 62 + modules/lss-missionHelper/missions.pt_BR.json | 22 + modules/lss-missionHelper/missions.pt_PT.json | 22 + modules/lss-missionHelper/missions.ro_RO.json | 22 + modules/lss-missionHelper/missions.ru_RU.json | 22 + modules/lss-missionHelper/missions.sv_SE.json | 27 + modules/lss-missionHelper/missions.tr_TR.json | 22 + modules/lss-missionHelper/missions.uk_UA.json | 22 + 22 files changed, 15328 insertions(+), 1 deletion(-) diff --git a/modules/lss-missionHelper/missions.cs_CZ.json b/modules/lss-missionHelper/missions.cs_CZ.json index 2079d3fc3..801f9b3cb 100644 --- a/modules/lss-missionHelper/missions.cs_CZ.json +++ b/modules/lss-missionHelper/missions.cs_CZ.json @@ -2861,5 +2861,27 @@ "prerequisites": { "fire_stations": 5 } + }, + "128": { + "id": 128, + "name": "Neopr\u00e1vn\u011bn\u00e9 dr\u017een\u00ed zbran\u00ed", + "place": null, + "average_credits": 2500, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.da_DK.json b/modules/lss-missionHelper/missions.da_DK.json index ecaf3f797..ce4fe7e8e 100644 --- a/modules/lss-missionHelper/missions.da_DK.json +++ b/modules/lss-missionHelper/missions.da_DK.json @@ -3319,5 +3319,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "145": { + "id": 145, + "name": "Ulovlig v\u00e5benbesiddelse", + "place": null, + "average_credits": 2500, + "generated_by": "Politistation", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.en_AU.json b/modules/lss-missionHelper/missions.en_AU.json index 4e826d107..b5242e61e 100644 --- a/modules/lss-missionHelper/missions.en_AU.json +++ b/modules/lss-missionHelper/missions.en_AU.json @@ -3280,5 +3280,33 @@ "police_stations": 3, "fire_stations": 2 } + }, + "172": { + "id": 172, + "name": "Music Festival", + "place": "Stadium", + "average_credits": 8000, + "generated_by": "Police Station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 4, + "police_cars": 8, + "k9": 3 + }, + "chances": {}, + "additional": { + "duration": "4 hours", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 10, + "fire_stations": 2 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.en_GB.json b/modules/lss-missionHelper/missions.en_GB.json index e515fa1d1..63f7cd060 100644 --- a/modules/lss-missionHelper/missions.en_GB.json +++ b/modules/lss-missionHelper/missions.en_GB.json @@ -3346,5 +3346,28 @@ "prerequisites": { "fire_stations": 8 } + }, + "176": { + "id": 176, + "name": "Unauthorized possession of weapons", + "place": null, + "average_credits": 2500, + "generated_by": "Police Station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.en_US.json b/modules/lss-missionHelper/missions.en_US.json index 3137a0acc..05ebddb12 100644 --- a/modules/lss-missionHelper/missions.en_US.json +++ b/modules/lss-missionHelper/missions.en_US.json @@ -9171,5 +9171,105 @@ "rescue_stations": 5, "fire_stations": 15 } + }, + "385": { + "id": 385, + "name": "Trespasser on Tracks", + "place": "Train station (regional traffic)", + "average_credits": 900, + "generated_by": "Police station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 233 + }, + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 7 + } + }, + "386": { + "id": 386, + "name": "Trespasser on Tracks", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 900, + "generated_by": "Police station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 233 + }, + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 7 + } + }, + "387": { + "id": 387, + "name": "Trespasser on Tracks", + "place": "Railroad Crossing", + "average_credits": 900, + "generated_by": "Police station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 233 + }, + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 7 + } + }, + "388": { + "id": 388, + "name": "Trespasser on Tracks", + "place": "Rail Crossing", + "average_credits": 900, + "generated_by": "Police station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 233 + }, + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 7 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.es_ES.json b/modules/lss-missionHelper/missions.es_ES.json index 62440f349..d65cfd0f7 100644 --- a/modules/lss-missionHelper/missions.es_ES.json +++ b/modules/lss-missionHelper/missions.es_ES.json @@ -2824,5 +2824,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "154": { + "id": 154, + "name": "Persona con arma de fuego", + "place": null, + "average_credits": 2500, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.es_MX.json b/modules/lss-missionHelper/missions.es_MX.json index 7f9e2e916..ecf505cf6 100644 --- a/modules/lss-missionHelper/missions.es_MX.json +++ b/modules/lss-missionHelper/missions.es_MX.json @@ -2578,5 +2578,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "145": { + "id": 145, + "name": "Persona con arma de fuego", + "place": null, + "average_credits": 2500, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.fi_FI.json b/modules/lss-missionHelper/missions.fi_FI.json index 124d6bfbe..6725b9376 100644 --- a/modules/lss-missionHelper/missions.fi_FI.json +++ b/modules/lss-missionHelper/missions.fi_FI.json @@ -2088,5 +2088,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "88": { + "id": 88, + "name": "Aseiden luvaton hallussapito", + "place": null, + "average_credits": 2500, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.fr_FR.json b/modules/lss-missionHelper/missions.fr_FR.json index dddb8e787..9713d04cd 100644 --- a/modules/lss-missionHelper/missions.fr_FR.json +++ b/modules/lss-missionHelper/missions.fr_FR.json @@ -3059,5 +3059,27 @@ "prerequisites": { "police_stations": 3 } + }, + "154": { + "id": 154, + "name": "Possession ill\u00e9gale d'arme-\u00e0-feu", + "place": null, + "average_credits": 2500, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.it_IT.json b/modules/lss-missionHelper/missions.it_IT.json index fdcefdc9e..c4ae77a12 100644 --- a/modules/lss-missionHelper/missions.it_IT.json +++ b/modules/lss-missionHelper/missions.it_IT.json @@ -3566,5 +3566,62 @@ "prerequisites": { "police_stations": 1 } + }, + "173": { + "id": 173, + "name": "Incendio palazzetto dello sport", + "place": "Stadio", + "average_credits": 7500, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "water_tankers": 10, + "patient_transport": 5, + "helicopter": 1 + }, + "additional": { + "possible_patient": 110, + "possible_patient_min": 20, + "patient_specializations": "Chirurgia generale" + }, + "prerequisites": { + "rescue_stations": 24, + "police_stations": 4, + "fire_stations": 7 + } + }, + "174": { + "id": 174, + "name": "Apertura porta", + "place": null, + "average_credits": 750, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ja_JP.json b/modules/lss-missionHelper/missions.ja_JP.json index 589610dd9..a5096c395 100644 --- a/modules/lss-missionHelper/missions.ja_JP.json +++ b/modules/lss-missionHelper/missions.ja_JP.json @@ -2243,5 +2243,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "104": { + "id": 104, + "name": "\u6b66\u5668\u985e\u306e\u4e0d\u6cd5\u6240\u6301", + "place": null, + "average_credits": 2500, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ko_KR.json b/modules/lss-missionHelper/missions.ko_KR.json index a07395f66..a721ea496 100644 --- a/modules/lss-missionHelper/missions.ko_KR.json +++ b/modules/lss-missionHelper/missions.ko_KR.json @@ -2195,5 +2195,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "102": { + "id": 102, + "name": "\ud5c8\uac00\ubc1b\uc9c0 \uc54a\uc740 \ubb34\uae30 \uc18c\uc9c0", + "place": null, + "average_credits": 2500, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.nb_NO.json b/modules/lss-missionHelper/missions.nb_NO.json index 9cbd7eb88..d1e5fed0b 100644 --- a/modules/lss-missionHelper/missions.nb_NO.json +++ b/modules/lss-missionHelper/missions.nb_NO.json @@ -3021,5 +3021,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "134": { + "id": 134, + "name": "Ulovlig v\u00e5penbesittelse", + "place": null, + "average_credits": 2500, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.nl_NL.json b/modules/lss-missionHelper/missions.nl_NL.json index 9e26dfeeb..7f83090a3 100644 --- a/modules/lss-missionHelper/missions.nl_NL.json +++ b/modules/lss-missionHelper/missions.nl_NL.json @@ -1 +1,14701 @@ -{} \ No newline at end of file +{ + "0": { + "id": 0, + "name": "Brandende afvalbak", + "place": "Bushalte", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Brandende container", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Brandende personenauto", + "place": null, + "average_credits": 370, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Brandende motorfiets", + "place": null, + "average_credits": 340, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Brandend gras", + "place": null, + "average_credits": 200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 140 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Brand in woonkamer", + "place": null, + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "6": { + "id": 6, + "name": "Brand in tuinhuis", + "place": null, + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "7": { + "id": 7, + "name": "Brandende boom", + "place": null, + "average_credits": 210, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Brandend afval", + "place": null, + "average_credits": 220, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 54 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Brandend hooi", + "place": null, + "average_credits": 250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Brandende traktor", + "place": null, + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 28 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Brandende bromfiets", + "place": null, + "average_credits": 240, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Boom op de weg", + "place": null, + "average_credits": 310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Brandende vrachtwagen", + "place": null, + "average_credits": 980, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "14": { + "id": 14, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "15": { + "id": 15, + "name": "Bosbrand", + "place": "Bos", + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Brand in woonwagen", + "place": null, + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "17": { + "id": 17, + "name": "Brandende dixi", + "place": null, + "average_credits": 340, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Brandende struik", + "place": null, + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Brandende aanhangwagen", + "place": null, + "average_credits": 650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Brand in kelder", + "place": null, + "average_credits": 1800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 10 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Schoorsteenbrand", + "place": null, + "average_credits": 2400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Brandend dak", + "place": null, + "average_credits": 2700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 6 + } + }, + "23": { + "id": 23, + "name": "Brand in cafetaria", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Brandend bushokje", + "place": "Bushalte", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Verkeersongeval met beknelling", + "place": null, + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Brand in supermarkt", + "place": "Supermarkt", + "average_credits": 3510, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 50, + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "29": { + "id": 29, + "name": "Brand in werkplaats", + "place": null, + "average_credits": 2470, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 70, + "water_tankers": 20, + "mobile_air_vehicles": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 5 + } + }, + "30": { + "id": 30, + "name": "Lekkende dieseltank", + "place": null, + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Oliespoor", + "place": null, + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "32": { + "id": 32, + "name": "Schoorsteenbrand woning met rietenkap", + "place": null, + "average_credits": 1310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Brandende landbouwmachine", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 127 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "34": { + "id": 34, + "name": "Brand in supermarkt", + "place": "Supermarkt", + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "35": { + "id": 35, + "name": "Brand in ziekenhuis", + "place": "Ziekenhuis", + "average_credits": 2510, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "elw3": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "36": { + "id": 36, + "name": "Brandende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 3110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "gwmess": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "gwmess": 50, + "hazmat_vehicles": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "37": { + "id": 37, + "name": "Brandende afvalbak", + "place": "Tramhalte", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "38": { + "id": 38, + "name": "Brandende afvalbak", + "place": "Station", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "39": { + "id": 39, + "name": "Brandende afvalbak", + "place": "Centraal Station", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "40": { + "id": 40, + "name": "Brandende afvalbak", + "place": "Ziekenhuis", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Brand in kantoorpand", + "place": null, + "average_credits": 10000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "water_tankers": 3, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "42": { + "id": 42, + "name": "Brand in tankstation", + "place": "Tankstation", + "average_credits": 3720, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 11 + } + }, + "43": { + "id": 43, + "name": "Kettingbotsing", + "place": null, + "average_credits": 10000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 4, + "police_cars": 8 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 25, + "possible_patient_min": 15, + "only_alliance_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": {} + }, + "44": { + "id": 44, + "name": "Liftopsluiting", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/elevator_gruen.png", + "1": "/images/elevator_gelb.png", + "2": "/images/elevator_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Overdosis alcohol", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Bloedneus", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Pijn op de borst", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "48": { + "id": 48, + "name": "Astma aanval", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "49": { + "id": 49, + "name": "Beroerte", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "50": { + "id": 50, + "name": "Koortsstuip", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "51": { + "id": 51, + "name": "Gevallen persoon", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Brand in garagebedrijf", + "place": "Garagebedrijf", + "average_credits": 1800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "53": { + "id": 53, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 1700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "elw3": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 14 + } + }, + "54": { + "id": 54, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 230, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "55": { + "id": 55, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "56": { + "id": 56, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 3100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 16 + } + }, + "57": { + "id": 57, + "name": "Kat in boom", + "place": null, + "average_credits": 210, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "58": { + "id": 58, + "name": "Buitenbrand", + "place": null, + "average_credits": 250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "59": { + "id": 59, + "name": "Brand in opslagloods", + "place": null, + "average_credits": 15000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 16, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 2, + "water_tankers": 4, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "60": { + "id": 60, + "name": "Brand in slaapkamer", + "place": null, + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "61": { + "id": 61, + "name": "Brand in slaapkamer", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "62": { + "id": 62, + "name": "Brand in keuken", + "place": null, + "average_credits": 2000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "mobile_command_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "63": { + "id": 63, + "name": "Brand in keuken", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Brand in keuken", + "place": null, + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "65": { + "id": 65, + "name": "Takken op de weg", + "place": null, + "average_credits": 310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "66": { + "id": 66, + "name": "Boom op fietspad", + "place": null, + "average_credits": 310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "67": { + "id": 67, + "name": "Omgewaaide bouwsteiger", + "place": null, + "average_credits": 320, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "68": { + "id": 68, + "name": "Boom op auto", + "place": null, + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "69": { + "id": 69, + "name": "Persoon bekneld onder boom", + "place": null, + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "70": { + "id": 70, + "name": "Winkeldiefstal", + "place": "Buurtsuper", + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "71": { + "id": 71, + "name": "Winkeldiefstal", + "place": "Supermarkt", + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Winkeldiefstal", + "place": "Winkelcentrum", + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "73": { + "id": 73, + "name": "Tasjesdief", + "place": null, + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "74": { + "id": 74, + "name": "Huiselijk geweld", + "place": null, + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "75": { + "id": 75, + "name": "Bestuurder onder invloed", + "place": null, + "average_credits": 300, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "76": { + "id": 76, + "name": "Klein vliegtuig neergestort", + "place": null, + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 6 + } + }, + "77": { + "id": 77, + "name": "Klein vliegtuig neergestort", + "place": null, + "average_credits": 2000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 6 + } + }, + "78": { + "id": 78, + "name": "Rookontwikkeling in winkel", + "place": null, + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": { + "expansion_missions_ids": { + "0": 34 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "79": { + "id": 79, + "name": "Gevallen fietser", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "80": { + "id": 80, + "name": "Allergische reactie ", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "81": { + "id": 81, + "name": "Verward persoon", + "place": null, + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 568 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "82": { + "id": 82, + "name": "Vrachtwagen gekanteld", + "place": null, + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 70 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "83": { + "id": 83, + "name": "Val van hoogte (> 5m)", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "84": { + "id": 84, + "name": "Ernstige brandwonden", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "85": { + "id": 85, + "name": "Aanrijding voetganger (> 30km/h)", + "place": null, + "average_credits": 300, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3 + } + }, + "86": { + "id": 86, + "name": "Aanrijding door trein", + "place": "Centraal Station", + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3 + } + }, + "87": { + "id": 87, + "name": "Beginnende geboorte", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Gynaecologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "88": { + "id": 88, + "name": "Hersenbloeding", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "89": { + "id": 89, + "name": "Nek- wervelletsel", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "90": { + "id": 90, + "name": "Ontwrichting", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "91": { + "id": 91, + "name": "Psychiatrisch beeld", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 5 + } + }, + "92": { + "id": 92, + "name": "Botbreuk", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "93": { + "id": 93, + "name": "Gebroken rib", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "94": { + "id": 94, + "name": "Hoofdletsel", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "95": { + "id": 95, + "name": "Hyperventilatie", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "96": { + "id": 96, + "name": "Hittekramp", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "97": { + "id": 97, + "name": "Hoofdwond", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "98": { + "id": 98, + "name": "Vreemde lucht", + "place": null, + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 30, + "heavy_rescue_vehicles": 10, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "99": { + "id": 99, + "name": "Stankoverlast", + "place": null, + "average_credits": 550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 10, + "hazmat_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "100": { + "id": 100, + "name": "Ammoniakalarm in opslagloods", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 20, + "elw3": 10, + "heavy_rescue_vehicles": 80, + "gwmess": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 14 + } + }, + "101": { + "id": 101, + "name": "Koolmonoxide vrijgekomen", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "hazmat_vehicles": 10 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 11 + } + }, + "102": { + "id": 102, + "name": "Lekkende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "103": { + "id": 103, + "name": "Schoorsteenbrand", + "place": null, + "average_credits": 2400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 32 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "104": { + "id": 104, + "name": "Brandgerucht", + "place": null, + "average_credits": 130, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 115 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "105": { + "id": 105, + "name": "Buitensluiting", + "place": null, + "average_credits": 140, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "106": { + "id": 106, + "name": "Schaap in sloot", + "place": "Sloot", + "average_credits": 140, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "107": { + "id": 107, + "name": "Persoon bekneld in machine", + "place": null, + "average_credits": 540, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "108": { + "id": 108, + "name": "Ongeval met trein en personenauto", + "place": "Spoorwegovergang", + "average_credits": 1240, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 10 + } + }, + "109": { + "id": 109, + "name": "Ongeval met trein en persoon", + "place": "Spoorwegovergang", + "average_credits": 740, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "110": { + "id": 110, + "name": "Brand in vakantiewoning", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "111": { + "id": 111, + "name": "Brand in vakantiewoning", + "place": null, + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 80, + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "112": { + "id": 112, + "name": "Overval winkel", + "place": "Winkelcentrum", + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "113": { + "id": 113, + "name": "Overval winkel", + "place": "Winkelcentrum", + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "114": { + "id": 114, + "name": "Brandend dak", + "place": null, + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "115": { + "id": 115, + "name": "Brandend dak", + "place": null, + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 6 + } + }, + "116": { + "id": 116, + "name": "Voetbalwedstrijd", + "place": "Stadion", + "average_credits": 3000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 1, + "lebefkw": 1, + "grukw": 3 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "bereitschaftspolizei": 1 + } + }, + "117": { + "id": 117, + "name": "Voetbalwedstrijd, risicowedstrijd", + "place": "Stadion", + "average_credits": 6000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 2, + "lebefkw": 1, + "grukw": 6 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 4, + "bereitschaftspolizei": 2 + } + }, + "118": { + "id": 118, + "name": "Hardloopevenement", + "place": null, + "average_credits": 3700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 3, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "4 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2 + } + }, + "119": { + "id": 119, + "name": "Begeleiding orkest", + "place": null, + "average_credits": 2000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "1 uur", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 2 + } + }, + "120": { + "id": 120, + "name": "Begeleiding wielrenners", + "place": null, + "average_credits": 4000, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 2, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2 + } + }, + "121": { + "id": 121, + "name": "Test brandalarm school", + "place": "School", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "duration": "15 minuten", + "average_min_fire_personnel": 1, + "guard_mission": true + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "122": { + "id": 122, + "name": "Overval winkel", + "place": "Buurtsuper", + "average_credits": 4000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "123": { + "id": 123, + "name": "Overval winkel", + "place": "Supermarkt", + "average_credits": 4000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "124": { + "id": 124, + "name": "Achtervolging personenauto", + "place": null, + "average_credits": 4000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1 + } + }, + "126": { + "id": 126, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "127": { + "id": 127, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 60 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "128": { + "id": 128, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "129": { + "id": 129, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 1950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "130": { + "id": 130, + "name": "Brand in cafetaria", + "place": null, + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 5 + } + }, + "131": { + "id": 131, + "name": "Brand in cafetaria", + "place": null, + "average_credits": 1700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "132": { + "id": 132, + "name": "Brandende bus", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "133": { + "id": 133, + "name": "Brandende bestelwagen", + "place": null, + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "134": { + "id": 134, + "name": "Brandende haag", + "place": null, + "average_credits": 240, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "135": { + "id": 135, + "name": "Brandende papiercontainer", + "place": null, + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "136": { + "id": 136, + "name": "Brandende caravan", + "place": null, + "average_credits": 240, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "137": { + "id": 137, + "name": "Besteld vervoer", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": {} + }, + "138": { + "id": 138, + "name": "Brand in meterkast", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "139": { + "id": 139, + "name": "Natuurbrand", + "place": null, + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "140": { + "id": 140, + "name": "Natuurbrand", + "place": null, + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "141": { + "id": 141, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "mobile_command_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "142": { + "id": 142, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 1750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 10 + } + }, + "143": { + "id": 143, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1 + }, + "chances": { + "elw3": 50, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "144": { + "id": 144, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 8000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 2, + "elw3": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 3, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 14 + } + }, + "145": { + "id": 145, + "name": "Natuurbrand", + "place": null, + "average_credits": 22500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 40, + "battalion_chief_vehicles": 10, + "mobile_command_vehicles": 4, + "elw3": 2, + "heavy_rescue_vehicles": 4, + "water_tankers": 10, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "155": { + "id": 155, + "name": "Gaslekkage", + "place": null, + "average_credits": 890, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "elw3": 10, + "heavy_rescue_vehicles": 30 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 14 + } + }, + "156": { + "id": 156, + "name": "Gaslekkage", + "place": null, + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "157": { + "id": 157, + "name": "Brand in ziekenhuis", + "place": "Ziekenhuis", + "average_credits": 3570, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "mobile_air_vehicles": 1 + }, + "chances": { + "elw3": 90, + "mobile_air_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2 + }, + "prerequisites": { + "police_stations": 2, + "fire_stations": 10 + } + }, + "158": { + "id": 158, + "name": "Brand in ziekenhuis", + "place": "Ziekenhuis", + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "159": { + "id": 159, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 10 + } + }, + "180": { + "id": 180, + "name": "Bergen object uit water voor politie", + "place": "Meer", + "average_credits": 1000, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 2, + "fire_stations": 1 + } + }, + "181": { + "id": 181, + "name": "Verkeersongeval met beknelling", + "place": "Sloot", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "diver_units": 20, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "182": { + "id": 182, + "name": "Personenauto in sloot", + "place": "Sloot", + "average_credits": 1400, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "diver_units": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "183": { + "id": 183, + "name": "Paard in sloot", + "place": "Sloot", + "average_credits": 1200, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "diver_units": 10 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 1 + } + }, + "184": { + "id": 184, + "name": "Eend verstrikt in visdraad", + "place": "Meer", + "average_credits": 400, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "diver_units": 1 + }, + "chances": { + "diver_units": 20 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 1 + } + }, + "185": { + "id": 185, + "name": "Verlaten kinderfiets langs waterkant", + "place": "Meer", + "average_credits": 1200, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 1 + } + }, + "186": { + "id": 186, + "name": "Parkeergarage onder water", + "place": null, + "average_credits": 490, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "187": { + "id": 187, + "name": "Kelder onder water", + "place": null, + "average_credits": 390, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "188": { + "id": 188, + "name": "Gevaarlijk hangende tak", + "place": null, + "average_credits": 310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "189": { + "id": 189, + "name": "Boom op dak", + "place": null, + "average_credits": 330, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "190": { + "id": 190, + "name": "Straat onder water", + "place": null, + "average_credits": 490, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "191": { + "id": 191, + "name": "Losgewaaide dakbedekking", + "place": null, + "average_credits": 420, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "192": { + "id": 192, + "name": "Parkeerterrein onder water", + "place": null, + "average_credits": 490, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "193": { + "id": 193, + "name": "Koe in sloot", + "place": "Sloot", + "average_credits": 140, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "194": { + "id": 194, + "name": "Koe in gierput", + "place": "Boerderij", + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "195": { + "id": 195, + "name": "Lekkende woonboot", + "place": "Meer", + "average_credits": 420, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "196": { + "id": 196, + "name": "Brand in woonwagen", + "place": null, + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "197": { + "id": 197, + "name": "Brandende vrachtwagen", + "place": null, + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "198": { + "id": 198, + "name": "Brand in woonkamer", + "place": null, + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "199": { + "id": 199, + "name": "Inbraak in woning", + "place": null, + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "ovdp": 50 + }, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 5 + } + }, + "200": { + "id": 200, + "name": "Drugslab aangetroffen", + "place": null, + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 5, + "fire_stations": 11 + } + }, + "201": { + "id": 201, + "name": "Vechtpartij in caf\u00e9", + "place": "Caf\u00e9/Club", + "average_credits": 850, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "ovdp": 50 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5 + } + }, + "202": { + "id": 202, + "name": "Steekincident", + "place": null, + "average_credits": 1500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 5, + "ovdp": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5 + } + }, + "203": { + "id": 203, + "name": "Verkeersongeval met gevaarlijke stoffen", + "place": null, + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "hazmat_vehicles": 60, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 6 + } + }, + "204": { + "id": 204, + "name": "Verkeersongeval met gevaarlijke stoffen", + "place": null, + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "gwmess": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 11 + } + }, + "205": { + "id": 205, + "name": "Persoon te water", + "place": "Rivier", + "average_credits": 850, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 20, + "boats": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "206": { + "id": 206, + "name": "Persoon te water", + "place": "Rivier", + "average_credits": 1100, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "207": { + "id": 207, + "name": "Personenauto te water", + "place": "Rivier", + "average_credits": 900, + "generated_by": " ", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 40, + "boats": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "208": { + "id": 208, + "name": "Personenauto te water", + "place": "Rivier", + "average_credits": 1200, + "generated_by": " ", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 50, + "heavy_rescue_vehicles": 60, + "boats": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 3, + "patient_at_end_of_mission": true + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 2, + "police_stations": 3, + "fire_stations": 12 + } + }, + "209": { + "id": 209, + "name": "Aanvaring met vrachtschip en motorboot", + "place": "Rivier", + "average_credits": 1100, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 12 + } + }, + "210": { + "id": 210, + "name": "Aanvaring met vrachtschip en motorboot", + "place": "Rivier", + "average_credits": 1500, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 50, + "heavy_rescue_vehicles": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 12 + } + }, + "211": { + "id": 211, + "name": "Aanvaring met vrachtschip en motorboot", + "place": "Rivier", + "average_credits": 2000, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "platform_trucks": 80, + "heavy_rescue_vehicles": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 3, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 12 + } + }, + "212": { + "id": 212, + "name": "Omgeslagen zeilboot", + "place": "Meer", + "average_credits": 900, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "boats": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "213": { + "id": 213, + "name": "Omgeslagen zeilboot", + "place": "Meer", + "average_credits": 1100, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 2 + }, + "chances": { + "platform_trucks": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 12 + } + }, + "214": { + "id": 214, + "name": "Bosbrand", + "place": "Bos", + "average_credits": 750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "215": { + "id": 215, + "name": "Bosbrand", + "place": "Bos", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "mobile_command_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "216": { + "id": 216, + "name": "Bosbrand", + "place": "Bos", + "average_credits": 999, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "water_tankers": 1 + }, + "chances": { + "elw3": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "217": { + "id": 217, + "name": "Plofkraak", + "place": "Winkelcentrum", + "average_credits": 620, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5, + "ovdp": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 5 + } + }, + "218": { + "id": 218, + "name": "Plofkraak", + "place": "Winkelcentrum", + "average_credits": 1100, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 5, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 5, + "police_helicopter_stations": 1, + "fire_stations": 4 + } + }, + "219": { + "id": 219, + "name": "Open dag, klein", + "place": "Marktplein", + "average_credits": 2000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "220": { + "id": 220, + "name": "Open dag, groot", + "place": "Marktplein", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 2 + } + }, + "221": { + "id": 221, + "name": "Inval in woning", + "place": null, + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "ovdp": 50 + }, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 5 + } + }, + "222": { + "id": 222, + "name": "Inbraak in woning", + "place": null, + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "ovdp": 50 + }, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 5, + "police_helicopter_stations": 1 + } + }, + "223": { + "id": 223, + "name": "Brand in kelder", + "place": null, + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "224": { + "id": 224, + "name": "Brand in kelder", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "225": { + "id": 225, + "name": "Benauwdheid", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "226": { + "id": 226, + "name": "Val van trap", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "227": { + "id": 227, + "name": "Assistentie treinconducteur", + "place": "Station", + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "228": { + "id": 228, + "name": "Assistentie treinconducteur", + "place": "Centraal Station", + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "229": { + "id": 229, + "name": "Brand in tankstation", + "place": "Tankstation", + "average_credits": 1700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 50, + "mobile_air_vehicles": 20, + "gwmess": 10, + "hazmat_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 11 + } + }, + "230": { + "id": 230, + "name": "Onwelwording", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "231": { + "id": 231, + "name": "Vernieling bushokje", + "place": "Bushalte", + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "232": { + "id": 232, + "name": "Buspassagier weigert te betalen", + "place": "Bushalte", + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "233": { + "id": 233, + "name": "Brand in tuinhuis", + "place": null, + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "234": { + "id": 234, + "name": "Vliegtuig neergestort", + "place": null, + "average_credits": 11500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 2, + "elw3": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 4, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 12 + }, + "chances": { + "nef": 25, + "patient_transport": 75 + }, + "additional": { + "possible_patient": 85, + "possible_patient_min": 55, + "only_alliance_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": {} + }, + "235": { + "id": 235, + "name": "Overdosis drugs", + "place": null, + "average_credits": 400, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "236": { + "id": 236, + "name": "Schietincident", + "place": null, + "average_credits": 1500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 5, + "ovdp": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5 + } + }, + "237": { + "id": 237, + "name": "Brand in werkplaats", + "place": null, + "average_credits": 780, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "238": { + "id": 238, + "name": "Brand in werkplaats", + "place": null, + "average_credits": 450, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "239": { + "id": 239, + "name": "Verstikking", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "240": { + "id": 240, + "name": "Vergiftiging", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "241": { + "id": 241, + "name": "Zwemmer vermist", + "place": "Meer", + "average_credits": 1150, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "boats": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "242": { + "id": 242, + "name": "Verlaten kleding langs waterkant", + "place": "Meer", + "average_credits": 900, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 241, + "1": 348 + } + }, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "243": { + "id": 243, + "name": "Verdachte situatie", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2 + } + }, + "244": { + "id": 244, + "name": "Persoon van podium gevallen", + "place": "Theater", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "245": { + "id": 245, + "name": "Ontruimen kraakpand", + "place": null, + "average_credits": 3500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 4, + "grukw": 3, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "duration": "1 uur", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "246": { + "id": 246, + "name": "Persoon vermist", + "place": null, + "average_credits": 600, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3 + } + }, + "247": { + "id": 247, + "name": "Persoon vermist", + "place": null, + "average_credits": 1200, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 5, + "grukw": 3, + "ovdp": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 4, + "bereitschaftspolizei": 1 + } + }, + "248": { + "id": 248, + "name": "Persoon vermist", + "place": null, + "average_credits": 2200, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_helicopters": 1, + "police_cars": 3, + "grukw": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "249": { + "id": 249, + "name": "Straatroof", + "place": null, + "average_credits": 2700, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1 + } + }, + "250": { + "id": 250, + "name": "Opnemen aangifte inbraak", + "place": null, + "average_credits": 300, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/comment_gruen.png", + "1": "/images/comment_gelb.png", + "2": "/images/comment_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "251": { + "id": 251, + "name": "Vrachtwagen te water", + "place": "Rivier", + "average_credits": 1000, + "generated_by": " ", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "boats": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "252": { + "id": 252, + "name": "Vrachtwagen te water", + "place": "Rivier", + "average_credits": 1300, + "generated_by": " ", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "boats": 60, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 12 + } + }, + "254": { + "id": 254, + "name": "Brandende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 30, + "hazmat_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "255": { + "id": 255, + "name": "Brandende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 1700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "water_tankers": 50, + "hazmat_vehicles": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "256": { + "id": 256, + "name": "Geluidsoverlast", + "place": null, + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "257": { + "id": 257, + "name": "Auto-inbraak", + "place": null, + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "258": { + "id": 258, + "name": "Brand in flatwoning", + "place": null, + "average_credits": 250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "259": { + "id": 259, + "name": "Brand in flatwoning", + "place": null, + "average_credits": 1050, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "260": { + "id": 260, + "name": "Brandend speeltoestel", + "place": "Park", + "average_credits": 220, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "261": { + "id": 261, + "name": "Persoon door glas gevallen", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "262": { + "id": 262, + "name": "Burenruzie", + "place": null, + "average_credits": 430, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "263": { + "id": 263, + "name": "Brandende personenauto in parkeergarage", + "place": "Vliegveld (groot): Parkeergarage", + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "264": { + "id": 264, + "name": "Brandende personenauto in parkeergarage", + "place": "Vliegveld (groot): Parkeergarage", + "average_credits": 650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "265": { + "id": 265, + "name": "Vliegtuig met hydraulisch probleem", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 10 + } + }, + "266": { + "id": 266, + "name": "Vliegtuig met rook in cabine", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 10 + } + }, + "267": { + "id": 267, + "name": "Vliegtuig met brandgeur in cabine", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 10 + } + }, + "268": { + "id": 268, + "name": "Vliegtuig met probleem met landingsgestel", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 2600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "arff": 2, + "hazmat_vehicles": 1, + "police_cars": 5, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 12 + } + }, + "269": { + "id": 269, + "name": "Vliegtuig met brandmelding in vrachtruim", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 2700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "arff": 2, + "hazmat_vehicles": 1, + "police_cars": 5, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 12 + } + }, + "270": { + "id": 270, + "name": "Vliegtuig buiten start-/landingsbaan beland", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 1800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "arff": 2, + "police_cars": 2, + "elw_airport": 1 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 3, + "allow_rw_instead_of_lf": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 10 + } + }, + "271": { + "id": 271, + "name": "Rookontwikkeling in vrachtruim vliegtuig", + "place": "Vliegveld (groot): Platform / Gate", + "average_credits": 1125, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 10 + } + }, + "272": { + "id": 272, + "name": "Klein vliegtuig met motorisch probleem", + "place": "Vliegveld (klein): Start-/Landingsbaan", + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "arff": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "patient_transport": 20 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 10 + } + }, + "273": { + "id": 273, + "name": "Klein vliegtuig neergestort", + "place": "Vliegveld (klein): Start-/Landingsbaan", + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "arff": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 10 + } + }, + "274": { + "id": 274, + "name": "Klein vliegtuig neergestort", + "place": "Vliegveld (klein): Start-/Landingsbaan", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "arff": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "mobile_command_vehicles": 20, + "elw3": 20, + "ovdp": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 10 + } + }, + "275": { + "id": 275, + "name": "Brandend klein vliegtuig", + "place": "Vliegveld (klein): Vliegtuig parkeerplaats", + "average_credits": 1650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "arff": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 10 + } + }, + "276": { + "id": 276, + "name": "Brandend klein vliegtuig", + "place": "Vliegveld (klein): Vliegtuig parkeerplaats", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "arff": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "ovdp": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 10 + } + }, + "277": { + "id": 277, + "name": "Pijn op de borst", + "place": "Vliegveld (groot): Terminal", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "278": { + "id": 278, + "name": "Beroerte", + "place": "Vliegveld (groot): Terminal", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "279": { + "id": 279, + "name": "Bedreiging", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2 + } + }, + "280": { + "id": 280, + "name": "Brand in garagebedrijf", + "place": "Garagebedrijf", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "281": { + "id": 281, + "name": "Brand in garagebedrijf", + "place": "Garagebedrijf", + "average_credits": 2700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 50, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 10 + } + }, + "282": { + "id": 282, + "name": "Brand in garagebedrijf", + "place": "Garagebedrijf", + "average_credits": 3620, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "gwmess": 10, + "hazmat_vehicles": 50, + "patient_transport": 10 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "283": { + "id": 283, + "name": "Val van paard", + "place": "Boerderij", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "284": { + "id": 284, + "name": "Gevaarlijk rijgedrag", + "place": null, + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "285": { + "id": 285, + "name": "Brand in supermarkt", + "place": "Supermarkt", + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "286": { + "id": 286, + "name": "Kind vast in boom", + "place": "Park", + "average_credits": 340, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": { + "possible_patient": 1, + "allow_rw_instead_of_lf": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "287": { + "id": 287, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "288": { + "id": 288, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 1750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "289": { + "id": 289, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 2150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "290": { + "id": 290, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 12 + } + }, + "291": { + "id": 291, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 4200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 16 + } + }, + "292": { + "id": 292, + "name": "Ongeval met trein en vrachtwagen", + "place": "Spoorwegovergang", + "average_credits": 1575, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "293": { + "id": 293, + "name": "Ongeval met trein en vrachtwagen", + "place": "Spoorwegovergang", + "average_credits": 2450, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 6 + } + }, + "294": { + "id": 294, + "name": "Overlast jeugd", + "place": "Winkelcentrum", + "average_credits": 550, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "295": { + "id": 295, + "name": "Overlast zwervers", + "place": "Winkelcentrum", + "average_credits": 450, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "296": { + "id": 296, + "name": "Brand in museum", + "place": "Museum", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 70 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "297": { + "id": 297, + "name": "Brand in museum", + "place": "Museum", + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 6 + } + }, + "298": { + "id": 298, + "name": "Brand in museum", + "place": "Museum", + "average_credits": 2200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "water_tankers": 20, + "mobile_air_vehicles": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 8 + } + }, + "299": { + "id": 299, + "name": "Brandend plezierjacht", + "place": "Meer", + "average_credits": 900, + "generated_by": " ", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "diver_units": 10, + "boats": 70 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "300": { + "id": 300, + "name": "Brandend plezierjacht", + "place": "Meer", + "average_credits": 1450, + "generated_by": " ", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "diver_units": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 12 + } + }, + "301": { + "id": 301, + "name": "Inbraakalarm", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2 + } + }, + "302": { + "id": 302, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "303": { + "id": 303, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 1650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "304": { + "id": 304, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 2400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 20, + "mobile_air_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "305": { + "id": 305, + "name": "Verkeersongeval met touringcar", + "place": null, + "average_credits": 1450, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 3, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 6 + } + }, + "306": { + "id": 306, + "name": "Verkeersongeval met touringcar", + "place": null, + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "mobile_command_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 5, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 3, + "fire_stations": 12 + } + }, + "307": { + "id": 307, + "name": "Verkeersongeval met touringcar", + "place": null, + "average_credits": 3250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 7, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "308": { + "id": 308, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 11500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 16, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 2, + "elw3": 1, + "heavy_rescue_vehicles": 3, + "water_tankers": 4, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "mobile_air_vehicles": 80 + }, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "fire_stations": 20 + } + }, + "309": { + "id": 309, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 18750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 24, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 3, + "elw3": 2, + "heavy_rescue_vehicles": 4, + "water_tankers": 6, + "mobile_air_vehicles": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 6, + "fire_stations": 30 + } + }, + "310": { + "id": 310, + "name": "Verkeersongeval met scooter en fietser", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1 + } + }, + "311": { + "id": 311, + "name": "Verkeersongeval met fietser en fietser", + "place": null, + "average_credits": 650, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1 + } + }, + "312": { + "id": 312, + "name": "Lekkende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 80, + "elw3": 50, + "gwmess": 70, + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 15 + } + }, + "313": { + "id": 313, + "name": "Brand in passagierstrein", + "place": "Centraal Station", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 2 + } + }, + "314": { + "id": 314, + "name": "Brand in passagierstrein", + "place": "Centraal Station", + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 8 + } + }, + "315": { + "id": 315, + "name": "Brand in passagierstrein", + "place": "Centraal Station", + "average_credits": 3250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "water_tankers": 20, + "mobile_air_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "316": { + "id": 316, + "name": "Bedreiging met vuurwapen", + "place": null, + "average_credits": 1100, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "317": { + "id": 317, + "name": "Bedreiging met vuurwapen", + "place": null, + "average_credits": 2000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "318": { + "id": 318, + "name": "Brand op binnenvaartschip", + "place": "Rivier", + "average_credits": 1450, + "generated_by": " ", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "boats": 1 + }, + "chances": { + "boats": 20 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "fire_stations": 12 + } + }, + "319": { + "id": 319, + "name": "Brand op binnenvaartschip", + "place": "Rivier", + "average_credits": 3100, + "generated_by": " ", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "diver_units": 10, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "fire_stations": 13 + } + }, + "320": { + "id": 320, + "name": "Brand op binnenvaartschip", + "place": "Rivier", + "average_credits": 4750, + "generated_by": " ", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "diver_units": 1, + "boats": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 10, + "hazmat_vehicles": 10, + "diver_units": 20, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 4, + "rescue_stations": 2, + "fire_stations": 14 + } + }, + "321": { + "id": 321, + "name": "Brandende wegberm", + "place": "Snelweg oprit / afrit", + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "322": { + "id": 322, + "name": "Brandende wegberm", + "place": "Snelweg oprit / afrit", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 7 + } + }, + "323": { + "id": 323, + "name": "Verkeersongeval met motorfiets", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "324": { + "id": 324, + "name": "Verkeersongeval met personenauto en motorfiets", + "place": null, + "average_credits": 900, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 50, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2 + } + }, + "325": { + "id": 325, + "name": "Verkeersongeval met fietser en motorfiets", + "place": null, + "average_credits": 1100, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 70, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2 + } + }, + "326": { + "id": 326, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 3650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 70, + "heavy_rescue_vehicles": 50, + "mobile_air_vehicles": 50, + "gwmess": 20, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 12 + } + }, + "327": { + "id": 327, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 7000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "elw3": 50, + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 16 + } + }, + "328": { + "id": 328, + "name": "Persoon onwel na mixen mest", + "place": "Boerderij", + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "heavy_rescue_vehicles": 20, + "gwmess": 10, + "hazmat_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 11 + } + }, + "329": { + "id": 329, + "name": "Verwaarloosde hond in woning", + "place": null, + "average_credits": 350, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "330": { + "id": 330, + "name": "Vechtpartij in caf\u00e9", + "place": "Caf\u00e9/Club", + "average_credits": 2250, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 5, + "ovdp": 1 + }, + "chances": { + "ovdp": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5, + "bereitschaftspolizei": 1 + } + }, + "331": { + "id": 331, + "name": "Inbraak in bedrijfspand", + "place": "Kantoorgebouw", + "average_credits": 1500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "332": { + "id": 332, + "name": "Inbraak in bedrijfspand", + "place": "Magazijn", + "average_credits": 1500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "333": { + "id": 333, + "name": "Inbraak in bedrijfspand", + "place": "Kantoorgebouw", + "average_credits": 2000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "334": { + "id": 334, + "name": "Brand in schoolgebouw", + "place": "School", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "335": { + "id": 335, + "name": "Brand in schoolgebouw", + "place": "School", + "average_credits": 1750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 6 + } + }, + "336": { + "id": 336, + "name": "Brand in schoolgebouw", + "place": "School", + "average_credits": 2850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 20, + "mobile_air_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "337": { + "id": 337, + "name": "Huiselijk geweld", + "place": null, + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "338": { + "id": 338, + "name": "Huiselijk geweld", + "place": null, + "average_credits": 1550, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "339": { + "id": 339, + "name": "Lekkende LPG installatie", + "place": "Tankstation", + "average_credits": 1150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 80, + "heavy_rescue_vehicles": 60, + "gwmess": 10, + "hazmat_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "340": { + "id": 340, + "name": "Lekkende LPG installatie", + "place": "Tankstation", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 10, + "elw3": 10, + "gwmess": 30, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "341": { + "id": 341, + "name": "Nacontrole brand", + "place": "Winkelcentrum", + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 130 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "342": { + "id": 342, + "name": "Nacontrole brand", + "place": "Museum", + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 297 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "343": { + "id": 343, + "name": "Nacontrole brand", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 60, + "1": 114 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "344": { + "id": 344, + "name": "Vreemde lucht in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 1375, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "heavy_rescue_vehicles": 40, + "hazmat_vehicles": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 12 + } + }, + "345": { + "id": 345, + "name": "Vreemde lucht in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 2850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "heavy_rescue_vehicles": 80, + "gwmess": 20, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 14 + } + }, + "346": { + "id": 346, + "name": "Brand in opslagloods met gevaarlijke stoffen", + "place": null, + "average_credits": 18500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 24, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 6, + "heavy_rescue_vehicles": 4, + "water_tankers": 8, + "mobile_air_vehicles": 2, + "gwmess": 4, + "hazmat_vehicles": 2, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "347": { + "id": 347, + "name": "Brand bij afvalverwerker", + "place": null, + "average_credits": 17500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 20, + "battalion_chief_vehicles": 5, + "mobile_command_vehicles": 2, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 6, + "mobile_air_vehicles": 1, + "gwmess": 4, + "hazmat_vehicles": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "348": { + "id": 348, + "name": "Zwemmer vermist", + "place": "Meer", + "average_credits": 1750, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 12 + } + }, + "349": { + "id": 349, + "name": "Zwemmer vermist", + "place": "Meer", + "average_credits": 3150, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 40, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 14 + } + }, + "350": { + "id": 350, + "name": "Insluiping in woning", + "place": null, + "average_credits": 2350, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "351": { + "id": 351, + "name": "Inbraakalarm woning", + "place": null, + "average_credits": 1500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "352": { + "id": 352, + "name": "Brand in terminal", + "place": "Vliegveld (groot): Terminal", + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 10 + } + }, + "353": { + "id": 353, + "name": "Brand in terminal", + "place": "Vliegveld (groot): Terminal", + "average_credits": 3300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2 + }, + "chances": { + "platform_trucks": 60, + "patient_transport": 20 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 10 + } + }, + "354": { + "id": 354, + "name": "Brand in terminal", + "place": "Vliegveld (groot): Terminal", + "average_credits": 5150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 4, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": { + "mobile_air_vehicles": 10, + "patient_transport": 20 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 4, + "bereitschaftspolizei": 1, + "fire_stations": 15 + } + }, + "355": { + "id": 355, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 14 + } + }, + "356": { + "id": 356, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 7200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 4, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 80, + "elw3": 80, + "heavy_rescue_vehicles": 80, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 16 + } + }, + "357": { + "id": 357, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 22500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 32, + "battalion_chief_vehicles": 8, + "mobile_command_vehicles": 3, + "elw3": 2, + "heavy_rescue_vehicles": 4, + "water_tankers": 10, + "mobile_air_vehicles": 2, + "police_cars": 8 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 8, + "fire_stations": 65 + } + }, + "358": { + "id": 358, + "name": "Hoge bloeddruk", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "359": { + "id": 359, + "name": "Lage bloeddruk", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "360": { + "id": 360, + "name": "Brand in bovenwoning", + "place": null, + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "361": { + "id": 361, + "name": "Brand in bovenwoning", + "place": null, + "average_credits": 1150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "362": { + "id": 362, + "name": "Brand in flatwoning", + "place": null, + "average_credits": 2350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "mobile_air_vehicles": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 3, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 10 + } + }, + "363": { + "id": 363, + "name": "Brand op passagiersschip", + "place": "Rivier", + "average_credits": 1450, + "generated_by": " ", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "diver_units": 1 + }, + "chances": { + "battalion_chief_vehicles": 20, + "diver_units": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 2, + "fire_stations": 12 + } + }, + "364": { + "id": 364, + "name": "Brand op passagiersschip", + "place": "Rivier", + "average_credits": 3250, + "generated_by": " ", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 6, + "police_stations": 1, + "fire_stations": 14 + } + }, + "365": { + "id": 365, + "name": "Brand op passagiersschip", + "place": "Rivier", + "average_credits": 4800, + "generated_by": " ", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_cars": 1, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "platform_trucks": 20, + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "possible_patient_min": 8, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 16 + } + }, + "366": { + "id": 366, + "name": "Personen op dak school", + "place": "School", + "average_credits": 550, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "367": { + "id": 367, + "name": "Gestolen scooter gevonden", + "place": "School", + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "368": { + "id": 368, + "name": "Verkeersongeval met vrachtwagen en fietser", + "place": null, + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "369": { + "id": 369, + "name": "Verkeersongeval met vrachtwagen en fietser", + "place": null, + "average_credits": 1150, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2 + } + }, + "370": { + "id": 370, + "name": "Verkeersongeval met vrachtwagen en fietser", + "place": null, + "average_credits": 1200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 6 + } + }, + "376": { + "id": 376, + "name": "Persoon te water", + "place": "Rivier", + "average_credits": 3000, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 50, + "heavy_rescue_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "377": { + "id": 377, + "name": "Persoon te water", + "place": "Rivier", + "average_credits": 5200, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 4, + "boats": 2 + }, + "chances": { + "mobile_command_vehicles": 20, + "platform_trucks": 50, + "heavy_rescue_vehicles": 70, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 4, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 14 + } + }, + "378": { + "id": 378, + "name": "Vreemde lucht in winkelcentrum", + "place": "Winkelcentrum", + "average_credits": 1950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "hazmat_vehicles": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 12 + } + }, + "379": { + "id": 379, + "name": "Vreemde lucht in winkelcentrum", + "place": "Winkelcentrum", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "gwmess": 20, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 18, + "possible_patient_min": 12, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 4, + "fire_stations": 16 + } + }, + "380": { + "id": 380, + "name": "Epileptische aanval", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 85 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "381": { + "id": 381, + "name": "Hevige bloeding", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "382": { + "id": 382, + "name": "Suikertekort", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "383": { + "id": 383, + "name": "Brand in parkeergarage", + "place": "Parkeergarage", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "384": { + "id": 384, + "name": "Brand in parkeergarage", + "place": "Parkeergarage", + "average_credits": 2150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "385": { + "id": 385, + "name": "Brand in parkeergarage", + "place": "Parkeergarage", + "average_credits": 3650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "platform_trucks": 80, + "heavy_rescue_vehicles": 20, + "water_tankers": 20, + "mobile_air_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 12 + } + }, + "386": { + "id": 386, + "name": "Brand in parkeergarage", + "place": "Parkeergarage", + "average_credits": 5100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "elw3": 50, + "heavy_rescue_vehicles": 30, + "water_tankers": 40, + "mobile_air_vehicles": 80 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 16 + } + }, + "387": { + "id": 387, + "name": "Bouwvakker van hoogte gevallen", + "place": "Bouwterrein", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "388": { + "id": 388, + "name": "Bouwvakker van hoogte gevallen", + "place": "Bouwterrein", + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "389": { + "id": 389, + "name": "Bouwvakker bekneld onder bouwmateriaal", + "place": "Bouwterrein", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 6 + } + }, + "390": { + "id": 390, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "391": { + "id": 391, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 50, + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "392": { + "id": 392, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 2600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "gwmess": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 80, + "gwmess": 20, + "hazmat_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "393": { + "id": 393, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 4800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 50, + "gwmess": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 16 + } + }, + "394": { + "id": 394, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 6800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 3, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 18 + } + }, + "395": { + "id": 395, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 9500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 4, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 20 + } + }, + "396": { + "id": 396, + "name": "Lekkende LPG installatie", + "place": "Tankstation", + "average_credits": 2600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "397": { + "id": 397, + "name": "Gaslekkage", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "398": { + "id": 398, + "name": "Vreemde lucht in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 1750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 3, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 14 + } + }, + "399": { + "id": 399, + "name": "Inbraakalarm bedrijfspand", + "place": "Kantoorgebouw", + "average_credits": 1850, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 333 + } + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "400": { + "id": 400, + "name": "Inbraakalarm bedrijfspand", + "place": "Magazijn", + "average_credits": 1850, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 333 + } + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "401": { + "id": 401, + "name": "Overvalalarm supermarkt", + "place": "Supermarkt", + "average_credits": 2250, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 123 + } + }, + "prerequisites": { + "police_stations": 3 + } + }, + "402": { + "id": 402, + "name": "Persoon van laadklep gevallen", + "place": "Supermarkt", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "403": { + "id": 403, + "name": "Persoon van laadklep gevallen", + "place": "Winkelcentrum", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "404": { + "id": 404, + "name": "Persoon van laadklep gevallen", + "place": "Buurtsuper", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "405": { + "id": 405, + "name": "Motorrijder gevallen", + "place": null, + "average_credits": 150, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "406": { + "id": 406, + "name": "Persoon van dak gevallen", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "407": { + "id": 407, + "name": "Nacontrole brand", + "place": "Kerkgebouw", + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "408": { + "id": 408, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "409": { + "id": 409, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "410": { + "id": 410, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "mobile_air_vehicles": 40, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "411": { + "id": 411, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 2650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 10, + "water_tankers": 40, + "mobile_air_vehicles": 40, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 16 + } + }, + "412": { + "id": 412, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 4850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 16 + } + }, + "413": { + "id": 413, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 6700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 20 + } + }, + "414": { + "id": 414, + "name": "Brand in transformatorhuisje", + "place": "Transformatorhuisje", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "415": { + "id": 415, + "name": "Brand in transformatorhuisje", + "place": "Transformatorhuisje", + "average_credits": 1800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "416": { + "id": 416, + "name": "Brand in transformatorhuisje", + "place": "Transformatorhuisje", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "417": { + "id": 417, + "name": "Verkeersongeval met lijnbus en voetganger", + "place": "Bushalte", + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "418": { + "id": 418, + "name": "Verkeersongeval met lijnbus en voetganger", + "place": "Bushalte", + "average_credits": 1150, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2 + } + }, + "419": { + "id": 419, + "name": "Verkeersongeval met lijnbus en fietser", + "place": "Bushalte", + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "420": { + "id": 420, + "name": "Verkeersongeval met lijnbus en fietser", + "place": "Bushalte", + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 6 + } + }, + "421": { + "id": 421, + "name": "Overvalalarm bankkantoor", + "place": "Bankkantoor", + "average_credits": 2200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3 + } + }, + "422": { + "id": 422, + "name": "Overval bankkantoor", + "place": "Bankkantoor", + "average_credits": 2200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "423": { + "id": 423, + "name": "Overval bankkantoor", + "place": "Bankkantoor", + "average_credits": 4100, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 4, + "bereitschaftspolizei": 1 + } + }, + "424": { + "id": 424, + "name": "Overval bankkantoor", + "place": "Bankkantoor", + "average_credits": 4500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_helicopters": 1, + "police_cars": 5, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 5, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "425": { + "id": 425, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "426": { + "id": 426, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "427": { + "id": 427, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 12 + } + }, + "428": { + "id": 428, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 4850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 80, + "gwmess": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 18 + } + }, + "429": { + "id": 429, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 6850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 20 + } + }, + "430": { + "id": 430, + "name": "Persoon bekneld tussen containers", + "place": "Haventerrein", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "431": { + "id": 431, + "name": "Persoon bekneld tussen containers", + "place": "Haventerrein", + "average_credits": 950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "432": { + "id": 432, + "name": "Persoon bekneld onder heftruck", + "place": "Haventerrein", + "average_credits": 1050, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 6 + } + }, + "433": { + "id": 433, + "name": "Lekkende tankwagen", + "place": "Haventerrein", + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "gwmess": 10, + "hazmat_vehicles": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 11 + } + }, + "434": { + "id": 434, + "name": "Lekkende tankwagen", + "place": "Haventerrein", + "average_credits": 3800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 12 + } + }, + "435": { + "id": 435, + "name": "Lekkende tankwagen", + "place": "Haventerrein", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 5, + "fire_stations": 16 + } + }, + "436": { + "id": 436, + "name": "Persoon te water", + "place": "Haventerrein", + "average_credits": 900, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 40, + "boats": 40, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "437": { + "id": 437, + "name": "Persoon te water", + "place": "Haventerrein", + "average_credits": 1150, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 60, + "heavy_rescue_vehicles": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "438": { + "id": 438, + "name": "Duiker vermist", + "place": "Meer", + "average_credits": 850, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "boats": 60, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "439": { + "id": 439, + "name": "Duiker vermist", + "place": "Meer", + "average_credits": 1100, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 20, + "heavy_rescue_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "440": { + "id": 440, + "name": "Brand in gevangenis", + "place": "Gevangenis", + "average_credits": 950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 3 + }, + "chances": { + "battalion_chief_vehicles": 20, + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 3, + "fire_stations": 6 + } + }, + "441": { + "id": 441, + "name": "Brand in gevangenis", + "place": "Gevangenis", + "average_credits": 1950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "police_cars": 4 + }, + "chances": { + "mobile_command_vehicles": 10, + "platform_trucks": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 4, + "fire_stations": 13 + } + }, + "442": { + "id": 442, + "name": "Brand in gevangenis", + "place": "Gevangenis", + "average_credits": 2300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "platform_trucks": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 4, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "443": { + "id": 443, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "444": { + "id": 444, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "445": { + "id": 445, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "platform_trucks": 80, + "mobile_air_vehicles": 10, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 12 + } + }, + "446": { + "id": 446, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 2600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "mobile_air_vehicles": 10, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 4, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "447": { + "id": 447, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 4900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "mobile_air_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "mobile_air_vehicles": 40, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 18 + } + }, + "448": { + "id": 448, + "name": "Suikertekort", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "449": { + "id": 449, + "name": "Val van skateboard", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "450": { + "id": 450, + "name": "Open botbreuk", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "451": { + "id": 451, + "name": "Zwaan met gebroken poot", + "place": "Meer", + "average_credits": 400, + "generated_by": " ", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "boats": 1 + }, + "chances": { + "boats": 10 + }, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "wasserrettung": 1, + "fire_stations": 1 + } + }, + "452": { + "id": 452, + "name": "Vogel vast in schoorsteen", + "place": null, + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "453": { + "id": 453, + "name": "Vissen met zuurstoftekort", + "place": "Meer", + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "454": { + "id": 454, + "name": "Kat op dak", + "place": null, + "average_credits": 320, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "455": { + "id": 455, + "name": "Ree vast in hek", + "place": "Bos", + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "456": { + "id": 456, + "name": "Brand in manege", + "place": "Manege", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 10, + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "457": { + "id": 457, + "name": "Brand in manege", + "place": "Manege", + "average_credits": 1950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 50, + "water_tankers": 60 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "458": { + "id": 458, + "name": "Brand in manege", + "place": "Manege", + "average_credits": 2750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "mobile_command_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "459": { + "id": 459, + "name": "Brandende vliegtuigtrekker", + "place": "Vliegveld (groot): Platform / Gate", + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "elw_airport": 1 + }, + "chances": { + "elw_airport": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 10 + } + }, + "460": { + "id": 460, + "name": "Brandende vliegtuigtrekker", + "place": "Vliegveld (groot): Platform / Gate", + "average_credits": 1350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 10 + } + }, + "461": { + "id": 461, + "name": "Vliegtuig met motorisch probleem", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 2950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "arff": 2, + "hazmat_vehicles": 1, + "police_cars": 5, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 12 + } + }, + "462": { + "id": 462, + "name": "Drugsafval aangetroffen", + "place": "Bos", + "average_credits": 1600, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "gwmess": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "fire_stations": 11 + } + }, + "463": { + "id": 463, + "name": "Verdachte vaten aangetroffen", + "place": "Bos", + "average_credits": 1600, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "gwmess": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "fire_stations": 11 + } + }, + "464": { + "id": 464, + "name": "Stankoverlast", + "place": null, + "average_credits": 550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 20, + "hazmat_vehicles": 10 + }, + "additional": { + "expansion_missions_ids": { + "0": 200, + "1": 462, + "2": 463 + } + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 11 + } + }, + "465": { + "id": 465, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 10, + "platform_trucks": 20, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 6 + } + }, + "466": { + "id": 466, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 6 + } + }, + "467": { + "id": 467, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 2750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 12 + } + }, + "468": { + "id": 468, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 4950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "water_tankers": 20, + "mobile_air_vehicles": 40, + "nef": 10, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "bereitschaftspolizei": 1, + "fire_stations": 18 + } + }, + "469": { + "id": 469, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 7000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "water_tankers": 20, + "nef": 10, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 15, + "possible_patient_min": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 20 + } + }, + "470": { + "id": 470, + "name": "Personen onwel door hitte", + "place": "Camping", + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 6 + } + }, + "471": { + "id": 471, + "name": "Personen onwel door hitte", + "place": "Camping", + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 15, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 14 + } + }, + "472": { + "id": 472, + "name": "Personen onwel door hitte", + "place": "Kantoorgebouw", + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 6 + } + }, + "473": { + "id": 473, + "name": "Personen onwel door hitte", + "place": "Kantoorgebouw", + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 15, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 14 + } + }, + "474": { + "id": 474, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 5000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "mobile_air_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 14 + } + }, + "475": { + "id": 475, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 5250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1, + "ovdp": 1 + }, + "chances": { + "water_tankers": 40, + "mobile_air_vehicles": 40, + "patient_transport": 10 + }, + "additional": { + "possible_patient": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 1, + "fire_stations": 16 + } + }, + "476": { + "id": 476, + "name": "Verkeersongeval scooter", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "477": { + "id": 477, + "name": "Verkeersongeval scooter", + "place": null, + "average_credits": 300, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "478": { + "id": 478, + "name": "Liftopsluiting", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/elevator_gruen.png", + "1": "/images/elevator_gelb.png", + "2": "/images/elevator_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "479": { + "id": 479, + "name": "Liftopsluiting", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/elevator_gruen.png", + "1": "/images/elevator_gelb.png", + "2": "/images/elevator_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "480": { + "id": 480, + "name": "Watersporter vermist", + "place": "Meer", + "average_credits": 850, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "boats": 60, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "481": { + "id": 481, + "name": "Watersporter vermist", + "place": "Meer", + "average_credits": 1750, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 20, + "heavy_rescue_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "482": { + "id": 482, + "name": "Watersporter vermist", + "place": "Meer", + "average_credits": 3000, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "483": { + "id": 483, + "name": "Vat met gevaarlijke stoffen omgevallen", + "place": "Industrieterrein", + "average_credits": 1150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "hazmat_vehicles": 80, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 12 + } + }, + "484": { + "id": 484, + "name": "Vat met gevaarlijke stoffen omgevallen", + "place": "Industrieterrein", + "average_credits": 3600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 14 + } + }, + "485": { + "id": 485, + "name": "Vat met gevaarlijke stoffen omgevallen", + "place": "Industrieterrein", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 8, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "486": { + "id": 486, + "name": "Wateroverlast", + "place": "Kantoorgebouw", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "487": { + "id": 487, + "name": "Wateroverlast", + "place": "Kantoorgebouw", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "488": { + "id": 488, + "name": "Wateroverlast", + "place": "Winkelcentrum", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "489": { + "id": 489, + "name": "Wateroverlast", + "place": "Winkelcentrum", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "490": { + "id": 490, + "name": "Wateroverlast", + "place": "Kantoorgebouw", + "average_credits": 1650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "ovdp": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "491": { + "id": 491, + "name": "Wateroverlast", + "place": "Winkelcentrum", + "average_credits": 1650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "ovdp": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "492": { + "id": 492, + "name": "Ongeregeldheden voetbalsupporters horeca", + "place": "Caf\u00e9/Club", + "average_credits": 2000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 4, + "grukw": 3, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 4 + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "493": { + "id": 493, + "name": "Ongeregeldheden voetbalsupporters horeca", + "place": "Caf\u00e9/Club", + "average_credits": 1650, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 2, + "grukw": 3, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "494": { + "id": 494, + "name": "Personenauto in sloot", + "place": "Sloot", + "average_credits": 1400, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "diver_units": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "495": { + "id": 495, + "name": "Personenauto in sloot", + "place": "Sloot", + "average_credits": 1400, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "diver_units": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "496": { + "id": 496, + "name": "Personenauto te water", + "place": "Rivier", + "average_credits": 900, + "generated_by": " ", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 40, + "boats": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "497": { + "id": 497, + "name": "Personenauto te water", + "place": "Rivier", + "average_credits": 1200, + "generated_by": " ", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 50, + "heavy_rescue_vehicles": 60, + "boats": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 3, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 2, + "police_stations": 3, + "fire_stations": 12 + } + }, + "498": { + "id": 498, + "name": "Verkeersongeval materieel", + "place": null, + "average_credits": 550, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 1 + } + }, + "499": { + "id": 499, + "name": "Verkeersongeval materieel", + "place": null, + "average_credits": 450, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "500": { + "id": 500, + "name": "Kettingbotsing", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 20, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 6 + } + }, + "501": { + "id": 501, + "name": "Kettingbotsing", + "place": null, + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 6 + } + }, + "502": { + "id": 502, + "name": "Kettingbotsing", + "place": "Snelweg oprit / afrit", + "average_credits": 2000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 4, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 3, + "fire_stations": 8 + } + }, + "503": { + "id": 503, + "name": "Kettingbotsing", + "place": "Snelweg oprit / afrit", + "average_credits": 2250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "504": { + "id": 504, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "505": { + "id": 505, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 80, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "506": { + "id": 506, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 2800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "hazmat_vehicles": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 10 + } + }, + "507": { + "id": 507, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 2950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 60, + "mobile_air_vehicles": 20, + "gwmess": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "bereitschaftspolizei": 1, + "fire_stations": 12 + } + }, + "508": { + "id": 508, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 5000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 18 + } + }, + "509": { + "id": 509, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 7200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "heavy_rescue_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 20 + } + }, + "510": { + "id": 510, + "name": "Brand in schuurtje", + "place": null, + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "511": { + "id": 511, + "name": "Brand in schuurtje", + "place": null, + "average_credits": 1850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "512": { + "id": 512, + "name": "Brand in garagebox", + "place": null, + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "513": { + "id": 513, + "name": "Brand in garagebox", + "place": null, + "average_credits": 1900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "514": { + "id": 514, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 1750, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 12 + } + }, + "515": { + "id": 515, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 1850, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 20, + "heavy_rescue_vehicles": 60, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 12, + "possible_patient_min": 8, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 12 + } + }, + "516": { + "id": 516, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 3000, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 30, + "heavy_rescue_vehicles": 70, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 15, + "possible_patient_min": 10, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 14 + } + }, + "517": { + "id": 517, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 3100, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3, + "ovdp": 1, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 80, + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 18, + "possible_patient_min": 10, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 10, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "518": { + "id": 518, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 3300, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 4, + "ovdp": 1, + "diver_units": 4, + "boats": 2 + }, + "chances": { + "platform_trucks": 50, + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 18, + "possible_patient_min": 12, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 4, + "rescue_stations": 10, + "police_stations": 4, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "519": { + "id": 519, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 4750, + "generated_by": " ", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_helicopters": 1, + "police_cars": 4, + "ovdp": 1, + "diver_units": 4, + "boats": 3 + }, + "chances": { + "mobile_air_vehicles": 20, + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 18, + "possible_patient_min": 12, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 4, + "rescue_stations": 10, + "police_stations": 4, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "520": { + "id": 520, + "name": "Gebroken arm", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "521": { + "id": 521, + "name": "Gebroken arm", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "522": { + "id": 522, + "name": "Gebroken been", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "523": { + "id": 523, + "name": "Gebroken been", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "524": { + "id": 524, + "name": "Schouder uit de kom", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "548": { + "id": 548, + "name": "Steekincident (groot)", + "place": "Winkelcentrum", + "average_credits": 4200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "police_cars": 10, + "ovdp": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 2, + "max_possible_prisoners": 1, + "allow_rw_instead_of_lf": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 10, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "549": { + "id": 549, + "name": "Steekincident (groot)", + "place": "Centraal Station", + "average_credits": 4200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "police_cars": 10, + "ovdp": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 7, + "possible_patient_min": 5, + "max_possible_prisoners": 1, + "allow_rw_instead_of_lf": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 10, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "550": { + "id": 550, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": { + "expansion_missions_ids": { + "0": 551 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "551": { + "id": 551, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": { + "expansion_missions_ids": { + "0": 552 + } + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "552": { + "id": 552, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 2200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 40, + "water_tankers": 80, + "mobile_air_vehicles": 10, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 8 + } + }, + "553": { + "id": 553, + "name": "Hennepkwekerij aangetroffen", + "place": null, + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "554": { + "id": 554, + "name": "Monteur in aanraking met hoogspanning", + "place": "Transformatorhuisje", + "average_credits": 3800, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "fire_stations": 5 + } + }, + "555": { + "id": 555, + "name": "Persoon in aanraking met laagspanning", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "556": { + "id": 556, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 3200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 20, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 12 + } + }, + "557": { + "id": 557, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 6400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "mobile_air_vehicles": 20, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 16, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 12, + "police_stations": 6, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "558": { + "id": 558, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 10714, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 3, + "mobile_air_vehicles": 1, + "gwmess": 3, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "mobile_air_vehicles": 20, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 15, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 22, + "police_stations": 6, + "bereitschaftspolizei": 1, + "fire_stations": 18 + } + }, + "559": { + "id": 559, + "name": "Geschreeuw in woning", + "place": null, + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "560": { + "id": 560, + "name": "Geschreeuw in woning", + "place": null, + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "561": { + "id": 561, + "name": "Rijden onder invloed van lachgas", + "place": "Snelweg oprit / afrit", + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "564": { + "id": 564, + "name": "Voetganger onder tram", + "place": "Tramhalte", + "average_credits": 2040, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "nef": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3, + "fire_stations": 6 + } + }, + "565": { + "id": 565, + "name": "Fietser onder tram", + "place": "Tramhalte", + "average_credits": 2140, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 6 + } + }, + "566": { + "id": 566, + "name": "Auto tegen woonhuis", + "place": null, + "average_credits": 1540, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "567": { + "id": 567, + "name": "Verward persoon", + "place": null, + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 568 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "568": { + "id": 568, + "name": "Verward persoon (Hoge dreiging)", + "place": null, + "average_credits": 1200, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 3, + "ovdp": 1, + "at_c": 1, + "at_o": 4, + "at_m": 1 + }, + "chances": { + "ovdp": 50, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 569 + }, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5, + "bereitschaftspolizei": 2 + } + }, + "569": { + "id": 569, + "name": "Verward persoon draait gaskraan open", + "place": null, + "average_credits": 2500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "hondengeleider": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 4, + "ovdp": 1, + "at_c": 1, + "at_o": 4, + "at_m": 1 + }, + "chances": { + "battalion_chief_vehicles": 100, + "heavy_rescue_vehicles": 50, + "ovdp": 100, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5, + "bereitschaftspolizei": 2, + "fire_stations": 6 + } + }, + "570": { + "id": 570, + "name": "Geplande aanhouding vuurwapengevaarlijke verdachte", + "place": null, + "average_credits": 2000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 2, + "ovdp": 1, + "at_c": 1, + "at_o": 4, + "at_m": 1 + }, + "chances": { + "ovdp": 5 + }, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 5, + "bereitschaftspolizei": 1 + } + }, + "571": { + "id": 571, + "name": "Voedselvergiftiging", + "place": "Restaurant", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "572": { + "id": 572, + "name": "Zwangere vrouw in noodsituatie", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Gynaecologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "573": { + "id": 573, + "name": "Vlam in de pan", + "place": null, + "average_credits": 370, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 62, + "1": 64 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "574": { + "id": 574, + "name": "Assistentie handhaving", + "place": "Winkelcentrum", + "average_credits": 300, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "575": { + "id": 575, + "name": "Assistentie handhaving", + "place": "Winkelcentrum", + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "576": { + "id": 576, + "name": "Zwemmer in nood", + "place": "Zwembad", + "average_credits": 510, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 1 + } + }, + "577": { + "id": 577, + "name": "Zwemmer in nood", + "place": "Zwembad", + "average_credits": 1010, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 2 + }, + "chances": { + "nef": 60, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 1 + } + }, + "589": { + "id": 589, + "name": "Voorzorgslanding klein vliegtuig", + "place": "Vliegveld (klein): Start-/Landingsbaan", + "average_credits": 1980, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 1, + "elw_airport": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 590 + }, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "fire_stations": 10 + } + }, + "590": { + "id": 590, + "name": "Noodlanding groot vliegtuig", + "place": "Vliegveld (klein): Vliegtuig parkeerplaats", + "average_credits": 8640, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "arff": 3, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "gwmess": 10, + "hazmat_vehicles": 10, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 12, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 11, + "police_stations": 5, + "fire_stations": 13 + } + }, + "591": { + "id": 591, + "name": "Uitslaande brand in veestal", + "place": "Boerderij", + "average_credits": 9450, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 7, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 4, + "hazmat_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 5, + "fire_stations": 18 + } + }, + "592": { + "id": 592, + "name": "Brand op bedrijventerein", + "place": "Bedrijventerrein", + "average_credits": 11060, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 4, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 5, + "fire_stations": 23 + } + }, + "593": { + "id": 593, + "name": "Begeleiding demonstratie (klein)", + "place": null, + "average_credits": 4000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 3, + "grukw": 3 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "594": { + "id": 594, + "name": "Begeleiding demonstratie (groot)", + "place": null, + "average_credits": 6500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "ambulances": 1, + "lebefkw": 2, + "police_cars": 4, + "grukw": 6, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "duration": "3 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5, + "bereitschaftspolizei": 3 + } + }, + "595": { + "id": 595, + "name": "Ongeval bijtend middel (huishoudelijk)", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "596": { + "id": 596, + "name": "Ongeval bijtend middel (huishoudelijk)", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 30, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "597": { + "id": 597, + "name": "Brand in asielzoekerscentrum", + "place": "Asielzoekerscentrum", + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 598 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "598": { + "id": 598, + "name": "Brand in asielzoekerscentrum (wasserette)", + "place": "Asielzoekerscentrum", + "average_credits": 1360, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 6 + } + }, + "599": { + "id": 599, + "name": "Tanken zonder betalen", + "place": "Tankstation", + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 600 + } + }, + "prerequisites": { + "police_stations": 1 + } + }, + "600": { + "id": 600, + "name": "Tanken zonder betalen", + "place": "Tankstation", + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 124 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "601": { + "id": 601, + "name": "Bewusteloos persoon op een bankje", + "place": "Marktplein", + "average_credits": 500, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "602": { + "id": 602, + "name": "Beveiliger aangevallen", + "place": "Caf\u00e9/Club", + "average_credits": 510, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 202 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 3 + } + }, + "603": { + "id": 603, + "name": "Brand in silo", + "place": "Silo", + "average_credits": 1020, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 604 + } + }, + "prerequisites": { + "fire_stations": 6 + } + }, + "604": { + "id": 604, + "name": "Brand in silo", + "place": "Silo", + "average_credits": 4860, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 3, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 30, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 605 + }, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 11 + } + }, + "605": { + "id": 605, + "name": "Brand in silo", + "place": "Silo", + "average_credits": 11010, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 3, + "hazmat_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 30, + "nef": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 9, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "fire_stations": 19 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.pl_PL.json b/modules/lss-missionHelper/missions.pl_PL.json index d78172654..485ae1eb3 100644 --- a/modules/lss-missionHelper/missions.pl_PL.json +++ b/modules/lss-missionHelper/missions.pl_PL.json @@ -3694,5 +3694,67 @@ "prerequisites": { "fire_stations": 2 } + }, + "185": { + "id": 185, + "name": "Poszukiwania zaginionej osoby", + "place": null, + "average_credits": 2000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 0, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 4 + } + }, + "186": { + "id": 186, + "name": "Zabezpieczenie meczu pi\u0142karskiego", + "place": "Stadion", + "average_credits": 3700, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/stadium_gruen.png", + "1": "/images/stadium_gelb.png", + "2": "/images/stadium_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 4, + "k9": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 4, + "swat_personnel": 12, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 8, + "fire_stations": 7 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.pt_BR.json b/modules/lss-missionHelper/missions.pt_BR.json index 67cdff893..559f4d7a3 100644 --- a/modules/lss-missionHelper/missions.pt_BR.json +++ b/modules/lss-missionHelper/missions.pt_BR.json @@ -2203,5 +2203,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "103": { + "id": 103, + "name": "Pessoa armada", + "place": null, + "average_credits": 2500, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.pt_PT.json b/modules/lss-missionHelper/missions.pt_PT.json index 8c1af12fa..af68b621f 100644 --- a/modules/lss-missionHelper/missions.pt_PT.json +++ b/modules/lss-missionHelper/missions.pt_PT.json @@ -2425,5 +2425,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "111": { + "id": 111, + "name": "Pessoa armada", + "place": null, + "average_credits": 2500, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ro_RO.json b/modules/lss-missionHelper/missions.ro_RO.json index 7a6ad8461..77163eb96 100644 --- a/modules/lss-missionHelper/missions.ro_RO.json +++ b/modules/lss-missionHelper/missions.ro_RO.json @@ -1900,5 +1900,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "91": { + "id": 91, + "name": "Persoan\u0103 \u00eenarmat\u0103", + "place": null, + "average_credits": 2500, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ru_RU.json b/modules/lss-missionHelper/missions.ru_RU.json index a1025b9d6..4feacd57d 100644 --- a/modules/lss-missionHelper/missions.ru_RU.json +++ b/modules/lss-missionHelper/missions.ru_RU.json @@ -3087,5 +3087,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "155": { + "id": 155, + "name": "\u041d\u0435\u0437\u0430\u043a\u043e\u043d\u043d\u043e\u0435 \u0432\u043b\u0430\u0434\u0435\u043d\u0438\u0435 \u043e\u0440\u0443\u0436\u0438\u0435\u043c", + "place": null, + "average_credits": 2500, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.sv_SE.json b/modules/lss-missionHelper/missions.sv_SE.json index 4bc2b9716..f817c7507 100644 --- a/modules/lss-missionHelper/missions.sv_SE.json +++ b/modules/lss-missionHelper/missions.sv_SE.json @@ -3088,5 +3088,32 @@ "police_stations": 2, "fire_stations": 4 } + }, + "157": { + "id": 157, + "name": "Yrsel", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 38 + }, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.tr_TR.json b/modules/lss-missionHelper/missions.tr_TR.json index 297e087b3..5d3eeea87 100644 --- a/modules/lss-missionHelper/missions.tr_TR.json +++ b/modules/lss-missionHelper/missions.tr_TR.json @@ -2258,5 +2258,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "105": { + "id": 105, + "name": "Yetkisiz silah bulundurma", + "place": null, + "average_credits": 2500, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.uk_UA.json b/modules/lss-missionHelper/missions.uk_UA.json index a11de3613..79b8b930e 100644 --- a/modules/lss-missionHelper/missions.uk_UA.json +++ b/modules/lss-missionHelper/missions.uk_UA.json @@ -2150,5 +2150,27 @@ "prerequisites": { "fire_stations": 8 } + }, + "101": { + "id": 101, + "name": "\u041d\u0435\u0437\u0430\u043a\u043e\u043d\u043d\u0435 \u0432\u043e\u043b\u043e\u0434\u0456\u043d\u043d\u044f \u0437\u0431\u0440\u043e\u0454\u044e", + "place": null, + "average_credits": 2500, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } } } \ No newline at end of file From 39b59e3d34a539b42479cf56c8eaa9f0661a3037 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 10:50:53 +0200 Subject: [PATCH 47/59] :bug: [MissionHelper] Fix Some Things --- .../lss-missionHelper/missionHelper.user.js | 22 ++--- modules/lss-missionHelper/missions.en_US.json | 51 ++++++---- modules/lss-missionHelper/missions.it_IT.json | 7 ++ modules/lss-missionHelper/missions.nl_NL.json | 96 +++++++++---------- 4 files changed, 100 insertions(+), 76 deletions(-) diff --git a/modules/lss-missionHelper/missionHelper.user.js b/modules/lss-missionHelper/missionHelper.user.js index e1cd0a663..459e100a7 100644 --- a/modules/lss-missionHelper/missionHelper.user.js +++ b/modules/lss-missionHelper/missionHelper.user.js @@ -310,12 +310,12 @@ const lssm_missionhelper_adjustPosition = () => { police_cars: 'Police Car', k9: 'K-9', pmotorcycle: 'Police Motorcycle', - swat_armoured: 'SWAT Armoured Vehicle', + swat_armored_vehicle: 'SWAT Armoured Vehicle', swat_suv: 'SWAT SUV', helicopter: 'HEMS', police_helicopters: 'Police Helicopter', emschief: 'EMS Chief', - brushtruck: 'Wildland fire engines', + brush_truck: 'Wildland fire engines', }, pois: [ 'Park', @@ -610,7 +610,7 @@ const lssm_missionhelper_adjustPosition = () => { helicopter: 'Air Ambulance', k9: 'K-9 Unit', pmotorcycle: 'Police Motorcycle', - swat_armoured: 'SWAT Armoured Vehicle', + swat_armored_vehicle: 'SWAT Armoured Vehicle', swat_suv: 'SWAT SUV', police_helicopters: 'Police Helicopter', }, @@ -1355,7 +1355,7 @@ const lssm_missionhelper_adjustPosition = () => { helicopter: 'Ambulanshelikopter', k9: 'Hundenhet', pmotorcycle: 'Polismotorcykel', - swat_armoured: 'Bepansrat insatsfordon', + swat_armored_vehicle: 'Bepansrat insatsfordon', swat_suv: 'Insatsfordon', police_helicopters: 'Polishelikopter', }, @@ -1510,7 +1510,7 @@ const lssm_missionhelper_adjustPosition = () => { arff: 'ARFF', k9: 'Hundepatrulje', pmotorcycle: 'Politimotorcykel', - swat_armoured: 'AKS Pansret mandskabsvogn', + swat_armored_vehicle: 'AKS Pansret mandskabsvogn', swat_suv: 'AKS Patruljevogn', police_helicopters: 'Politihelikopter', helicopter: 'Rednings Helikopter', @@ -1666,7 +1666,7 @@ const lssm_missionhelper_adjustPosition = () => { arff: 'letištní speciály', k9: 'Vozidlo Kynologů PČR', pmotorcycle: 'Policejní motocykl', - swat_armoured: 'Obrněné vozidlo URNA', + swat_armored_vehicle: 'Obrněné vozidlo URNA', swat_suv: 'URNA SUV', police_helicopters: 'Policejní vrtulník', }, @@ -1971,7 +1971,7 @@ const lssm_missionhelper_adjustPosition = () => { arff: 'brann- og redningstjeneste for fly', k9: 'Hundepatrulje', pmotorcycle: 'Politimotorsykkel', - swat_armoured: 'Pansret kjøretøy', + swat_armored_vehicle: 'Pansret kjøretøy', swat_suv: 'Delta kjøretøy', police_helicopters: 'Politihelikopter', helicopter: 'Räddningshelikopter', @@ -2127,7 +2127,7 @@ const lssm_missionhelper_adjustPosition = () => { arff: 'SP LSP', k9: 'Jednostki K-9', pmotorcycle: 'Motocykl Policyjny', - swat_armoured: 'Opancerzony Pojazd SPKP', + swat_armored_vehicle: 'Opancerzony Pojazd SPKP', swat_suv: 'SUV SPKP', police_helicopters: 'Helikopter Policyjny', }, @@ -2287,7 +2287,7 @@ const lssm_missionhelper_adjustPosition = () => { arff: 'Flotta aerea antincendio AIB', k9: 'unitò cinofila antidroga', pmotorcycle: 'Moto della Polizia', - swat_armoured: 'furgone Antisommossa', + swat_armored_vehicle: 'furgone Antisommossa', swat_suv: 'Suv UOPI', police_helicopters: 'elicottero della polizia', }, @@ -2602,7 +2602,7 @@ const lssm_missionhelper_adjustPosition = () => { helicopter: 'вертолёта', k9: 'Автомобиль с полицейской собакой', pmotorcycle: 'Полицейский мотоцикл', - swat_armoured: 'Бронемашина спецназа', + swat_armored_vehicle: 'Бронемашина спецназа', swat_suv: 'Внедорожник спецназа', police_helicopters: 'Полицейский вертолет', }, @@ -3514,7 +3514,7 @@ const lssm_missionhelper_adjustPosition = () => { at_c: 'AT Commandant', at_o: 'AT Operator', at_m: 'AT Materiaalwagen', - press: 'Voorlichter', + spokesman: 'Voorlichter', }, pois: [ 'Park', diff --git a/modules/lss-missionHelper/missions.en_US.json b/modules/lss-missionHelper/missions.en_US.json index 05ebddb12..79cf10fd6 100644 --- a/modules/lss-missionHelper/missions.en_US.json +++ b/modules/lss-missionHelper/missions.en_US.json @@ -3687,7 +3687,7 @@ "name": "Drowning", "place": "Lake", "average_credits": 1250, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3719,7 +3719,7 @@ "name": "Drowning", "place": "River", "average_credits": 1250, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3751,7 +3751,7 @@ "name": "Car in river", "place": "River", "average_credits": 1400, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3783,7 +3783,7 @@ "name": "Car in lake", "place": "Lake", "average_credits": 1400, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3844,7 +3844,7 @@ "name": "Medium flooding", "place": null, "average_credits": 1550, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3876,7 +3876,7 @@ "name": "Large flooding", "place": null, "average_credits": 2500, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3909,7 +3909,7 @@ "name": "Giant flooding", "place": null, "average_credits": 4000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3942,7 +3942,7 @@ "name": "Light aircraft crash in water", "place": "River", "average_credits": 4000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3975,7 +3975,7 @@ "name": "Light aircraft crash in water", "place": "Lake", "average_credits": 4000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -4008,7 +4008,7 @@ "name": "Bridge collapse", "place": "Bridge", "average_credits": 7000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -6828,7 +6828,7 @@ "name": "Swimmer in distress", "place": "Lake", "average_credits": 900, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -6858,7 +6858,7 @@ "name": "Swimmer in distress", "place": "River", "average_credits": 900, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -7935,7 +7935,7 @@ "name": "Bus in river", "place": "River", "average_credits": 4000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -8786,12 +8786,14 @@ "2": "/images/fire_rot.png" }, "requirements": { + "brush_truck": 4, "battalion_chief_vehicles": 1, "water_tankers": 2 }, "chances": {}, "additional": {}, "prerequisites": { + "brush_extension": 2, "fire_stations": 8 } }, @@ -8807,12 +8809,14 @@ "2": "/images/fire_rot.png" }, "requirements": { + "brush_truck": 6, "battalion_chief_vehicles": 2, "water_tankers": 4 }, "chances": {}, "additional": {}, "prerequisites": { + "brush_extension": 3, "fire_stations": 10 } }, @@ -8828,6 +8832,7 @@ "2": "/images/fire_rot.png" }, "requirements": { + "brush_truck": 8, "battalion_chief_vehicles": 3, "mobile_command_vehicles": 1, "water_tankers": 8, @@ -8837,6 +8842,7 @@ "additional": {}, "prerequisites": { "police_stations": 2, + "brush_extension": 4, "fire_stations": 14 } }, @@ -8851,10 +8857,13 @@ "1": "/images/fire_gelb.png", "2": "/images/fire_rot.png" }, - "requirements": {}, + "requirements": { + "brush_truck": 2 + }, "chances": {}, "additional": {}, "prerequisites": { + "brush_extension": 1, "fire_stations": 3 } }, @@ -8870,11 +8879,13 @@ "2": "/images/fire_rot.png" }, "requirements": { + "brush_truck": 3, "battalion_chief_vehicles": 1 }, "chances": {}, "additional": {}, "prerequisites": { + "brush_extension": 3, "fire_stations": 6 } }, @@ -8889,10 +8900,13 @@ "1": "/images/fire_gelb.png", "2": "/images/fire_rot.png" }, - "requirements": {}, + "requirements": { + "brush_truck": 2 + }, "chances": {}, "additional": {}, "prerequisites": { + "brush_extension": 2, "fire_stations": 2 } }, @@ -8907,7 +8921,9 @@ "1": "/images/fire_gelb.png", "2": "/images/fire_rot.png" }, - "requirements": {}, + "requirements": { + "brush_truck": 2 + }, "chances": {}, "additional": {}, "prerequisites": { @@ -8961,7 +8977,8 @@ "2": "/images/fallingrocks_rot.png" }, "requirements": { - "firetrucks": 1 + "firetrucks": 1, + "brush_truck": 1 }, "chances": { "patient_transport": 50 diff --git a/modules/lss-missionHelper/missions.it_IT.json b/modules/lss-missionHelper/missions.it_IT.json index c4ae77a12..d11205b64 100644 --- a/modules/lss-missionHelper/missions.it_IT.json +++ b/modules/lss-missionHelper/missions.it_IT.json @@ -3001,6 +3001,7 @@ "2": "/images/theft_rot.png" }, "requirements": { + "swat_suv": 2, "police_helicopters": 1, "police_cars": 4 }, @@ -3073,6 +3074,7 @@ "2": "/images/fire_rot.png" }, "requirements": { + "swat_suv": 2, "police_cars": 4 }, "chances": {}, @@ -3119,6 +3121,7 @@ "2": "/images/baseball_rot.png" }, "requirements": { + "swat_suv": 1, "police_cars": 4, "k9": 1 }, @@ -3148,6 +3151,8 @@ "2": "/images/baseball_rot.png" }, "requirements": { + "swat_suv": 2, + "swat_armored_vehicle": 2, "police_cars": 6, "k9": 1 }, @@ -3197,6 +3202,7 @@ "2": "/images/gas_rot.png" }, "requirements": { + "swat_suv": 1, "police_cars": 3 }, "chances": {}, @@ -3249,6 +3255,7 @@ "2": "/images/clock_rot.png" }, "requirements": { + "swat_suv": 1, "police_helicopters": 1, "police_cars": 4, "k9": 1 diff --git a/modules/lss-missionHelper/missions.nl_NL.json b/modules/lss-missionHelper/missions.nl_NL.json index 7f83090a3..1292f8e32 100644 --- a/modules/lss-missionHelper/missions.nl_NL.json +++ b/modules/lss-missionHelper/missions.nl_NL.json @@ -3625,7 +3625,7 @@ "name": "Bergen object uit water voor politie", "place": "Meer", "average_credits": 1000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3684,7 +3684,7 @@ "name": "Personenauto in sloot", "place": "Sloot", "average_credits": 1400, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3719,7 +3719,7 @@ "name": "Paard in sloot", "place": "Sloot", "average_credits": 1200, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3744,7 +3744,7 @@ "name": "Eend verstrikt in visdraad", "place": "Meer", "average_credits": 400, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3767,7 +3767,7 @@ "name": "Verlaten kinderfiets langs waterkant", "place": "Meer", "average_credits": 1200, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4266,7 +4266,7 @@ "name": "Persoon te water", "place": "Rivier", "average_credits": 850, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4302,7 +4302,7 @@ "name": "Persoon te water", "place": "Rivier", "average_credits": 1100, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4337,7 +4337,7 @@ "name": "Personenauto te water", "place": "Rivier", "average_credits": 900, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/caraccident_gruen.png", "1": "/images/caraccident_gelb.png", @@ -4374,7 +4374,7 @@ "name": "Personenauto te water", "place": "Rivier", "average_credits": 1200, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/caraccident_gruen.png", "1": "/images/caraccident_gelb.png", @@ -4411,7 +4411,7 @@ "name": "Aanvaring met vrachtschip en motorboot", "place": "Rivier", "average_credits": 1100, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4448,7 +4448,7 @@ "name": "Aanvaring met vrachtschip en motorboot", "place": "Rivier", "average_credits": 1500, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4486,7 +4486,7 @@ "name": "Aanvaring met vrachtschip en motorboot", "place": "Rivier", "average_credits": 2000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4528,7 +4528,7 @@ "name": "Omgeslagen zeilboot", "place": "Meer", "average_credits": 900, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4562,7 +4562,7 @@ "name": "Omgeslagen zeilboot", "place": "Meer", "average_credits": 1100, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -5263,7 +5263,7 @@ "name": "Zwemmer vermist", "place": "Meer", "average_credits": 1150, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -5297,7 +5297,7 @@ "name": "Verlaten kleding langs waterkant", "place": "Meer", "average_credits": 900, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -5509,7 +5509,7 @@ "name": "Vrachtwagen te water", "place": "Rivier", "average_credits": 1000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -5546,7 +5546,7 @@ "name": "Vrachtwagen te water", "place": "Rivier", "average_credits": 1300, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -6792,7 +6792,7 @@ "name": "Brandend plezierjacht", "place": "Meer", "average_credits": 900, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -6820,7 +6820,7 @@ "name": "Brandend plezierjacht", "place": "Meer", "average_credits": 1450, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -7341,7 +7341,7 @@ "name": "Brand op binnenvaartschip", "place": "Rivier", "average_credits": 1450, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -7365,7 +7365,7 @@ "name": "Brand op binnenvaartschip", "place": "Rivier", "average_credits": 3100, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -7397,7 +7397,7 @@ "name": "Brand op binnenvaartschip", "place": "Rivier", "average_credits": 4750, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -8206,7 +8206,7 @@ "name": "Zwemmer vermist", "place": "Meer", "average_credits": 1750, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -8243,7 +8243,7 @@ "name": "Zwemmer vermist", "place": "Meer", "average_credits": 3150, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -8647,7 +8647,7 @@ "name": "Brand op passagiersschip", "place": "Rivier", "average_credits": 1450, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -8680,7 +8680,7 @@ "name": "Brand op passagiersschip", "place": "Rivier", "average_credits": 3250, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -8714,7 +8714,7 @@ "name": "Brand op passagiersschip", "place": "Rivier", "average_credits": 4800, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -8888,7 +8888,7 @@ "name": "Persoon te water", "place": "Rivier", "average_credits": 3000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -8925,7 +8925,7 @@ "name": "Persoon te water", "place": "Rivier", "average_credits": 5200, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -10622,7 +10622,7 @@ "name": "Persoon te water", "place": "Haventerrein", "average_credits": 900, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -10658,7 +10658,7 @@ "name": "Persoon te water", "place": "Haventerrein", "average_credits": 1150, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -10695,7 +10695,7 @@ "name": "Duiker vermist", "place": "Meer", "average_credits": 850, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -10731,7 +10731,7 @@ "name": "Duiker vermist", "place": "Meer", "average_credits": 1100, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -11097,7 +11097,7 @@ "name": "Zwaan met gebroken poot", "place": "Meer", "average_credits": 400, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/cat_gruen.png", "1": "/images/cat_gelb.png", @@ -11940,7 +11940,7 @@ "name": "Watersporter vermist", "place": "Meer", "average_credits": 850, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -11976,7 +11976,7 @@ "name": "Watersporter vermist", "place": "Meer", "average_credits": 1750, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -12013,7 +12013,7 @@ "name": "Watersporter vermist", "place": "Meer", "average_credits": 3000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -12359,7 +12359,7 @@ "name": "Personenauto in sloot", "place": "Sloot", "average_credits": 1400, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -12394,7 +12394,7 @@ "name": "Personenauto in sloot", "place": "Sloot", "average_credits": 1400, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -12429,7 +12429,7 @@ "name": "Personenauto te water", "place": "Rivier", "average_credits": 900, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/caraccident_gruen.png", "1": "/images/caraccident_gelb.png", @@ -12467,7 +12467,7 @@ "name": "Personenauto te water", "place": "Rivier", "average_credits": 1200, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/caraccident_gruen.png", "1": "/images/caraccident_gelb.png", @@ -12992,7 +12992,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 1750, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13030,7 +13030,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 1850, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13068,7 +13068,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 3000, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13106,7 +13106,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 3100, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13149,7 +13149,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 3300, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13191,7 +13191,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 4750, - "generated_by": " ", + "generated_by": , "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", From 527287beb82eb3cc740c99afcaf1ec197ff4d50b Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 11:10:56 +0200 Subject: [PATCH 48/59] :bug: [MissionHelper] Fix DE Mission --- modules/lss-missionHelper/missions.de_DE.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/modules/lss-missionHelper/missions.de_DE.json b/modules/lss-missionHelper/missions.de_DE.json index 5da82bd2c..c7539a82d 100644 --- a/modules/lss-missionHelper/missions.de_DE.json +++ b/modules/lss-missionHelper/missions.de_DE.json @@ -6991,16 +6991,15 @@ "additional": { "expansion_missions_ids": { "0": 25, - "1": 27, - "2": 120, - "3": 121, - "4": 122, - "5": 123, - "6": 124, - "7": 125, - "8": 126, - "9": 127, - "10": 128 + "1": 120, + "2": 121, + "3": 122, + "4": 123, + "5": 124, + "6": 125, + "7": 126, + "8": 127, + "9": 128 } }, "prerequisites": { From 636fef59b47a8e7c9042880b563579407e46e14f Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 11:19:31 +0200 Subject: [PATCH 49/59] :bug: [Shareallicepost] Fix Credits And Add Cache... --- modules/lss-shareAlliancePost/ShareAlliancePost.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lss-shareAlliancePost/ShareAlliancePost.js b/modules/lss-shareAlliancePost/ShareAlliancePost.js index dde2efaaa..bc23e8219 100644 --- a/modules/lss-shareAlliancePost/ShareAlliancePost.js +++ b/modules/lss-shareAlliancePost/ShareAlliancePost.js @@ -592,9 +592,9 @@ const missionlink = $('#mission_help').attr('href'); const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; const langCode = I18n.currentLocale(); - fetch(`https://proxy.lss-manager.de/api/missions.php?lang=${langCode}&mission=${missionID}`).then(res=>res.json()).then(data => { + fetch(`https://proxy.lss-manager.de/api/missions.php?lang=${langCode}&mission=${missionID}`, {cache: 'no-cache'}).then(res=>res.json()).then(data => { messages = messages.map((message) => { - message = message.replace(/%CREDITS%/g, data.credits.toLocaleString()); + message = message.replace(/%CREDITS%/g, data.average_credits.toLocaleString()); message = message.replace(/%ADDRESS%/g, address); message = message.replace(/%CITY%/g, ort); message = message.replace(/%TIME_OFFSET%/g, `${customTime}:${time.getMinutes() < 10 ? `0${time.getMinutes()}` : time.getMinutes()} ${I18n.t('lssm.sharealliancepost.clock')}`); From ee0c77c4708a052532b2c169d1da2fd2b7906bf9 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 11:25:14 +0200 Subject: [PATCH 50/59] :fire: [MissionHelper] Remove Unused Files --- .../loadMissionData.cs_CZ.js | 289 --------------- .../loadMissionData.da_DK.js | 289 --------------- .../loadMissionData.de_DE.js | 330 ------------------ .../loadMissionData.en_AU.js | 286 --------------- .../loadMissionData.en_GB.js | 296 ---------------- .../loadMissionData.en_US.js | 301 ---------------- .../loadMissionData.es_ES.js | 282 --------------- .../loadMissionData.es_MX.js | 282 --------------- .../loadMissionData.fi_FI.js | 282 --------------- .../loadMissionData.fr_FR.js | 291 --------------- .../loadMissionData.it_IT.js | 292 ---------------- .../loadMissionData.ja_JP.js | 280 --------------- .../loadMissionData.ko_KR.js | 285 --------------- .../loadMissionData.nb_NO.js | 289 --------------- .../loadMissionData.nl_NL.js | 297 ---------------- .../loadMissionData.pl_PL.js | 290 --------------- .../loadMissionData.pt_BR.js | 282 --------------- .../loadMissionData.pt_PT.js | 284 --------------- .../loadMissionData.ro_RO.js | 282 --------------- .../loadMissionData.ru_RU.js | 288 --------------- .../loadMissionData.sv_SE.js | 288 --------------- .../loadMissionData.tr_TR.js | 285 --------------- .../loadMissionData.uk_UA.js | 283 --------------- modules/lss-missionHelper/writeMission.php | 26 -- 24 files changed, 6679 deletions(-) delete mode 100644 modules/lss-missionHelper/loadMissionData.cs_CZ.js delete mode 100644 modules/lss-missionHelper/loadMissionData.da_DK.js delete mode 100644 modules/lss-missionHelper/loadMissionData.de_DE.js delete mode 100644 modules/lss-missionHelper/loadMissionData.en_AU.js delete mode 100644 modules/lss-missionHelper/loadMissionData.en_GB.js delete mode 100644 modules/lss-missionHelper/loadMissionData.en_US.js delete mode 100644 modules/lss-missionHelper/loadMissionData.es_ES.js delete mode 100644 modules/lss-missionHelper/loadMissionData.es_MX.js delete mode 100644 modules/lss-missionHelper/loadMissionData.fi_FI.js delete mode 100644 modules/lss-missionHelper/loadMissionData.fr_FR.js delete mode 100644 modules/lss-missionHelper/loadMissionData.it_IT.js delete mode 100644 modules/lss-missionHelper/loadMissionData.ja_JP.js delete mode 100644 modules/lss-missionHelper/loadMissionData.ko_KR.js delete mode 100644 modules/lss-missionHelper/loadMissionData.nb_NO.js delete mode 100644 modules/lss-missionHelper/loadMissionData.nl_NL.js delete mode 100644 modules/lss-missionHelper/loadMissionData.pl_PL.js delete mode 100644 modules/lss-missionHelper/loadMissionData.pt_BR.js delete mode 100644 modules/lss-missionHelper/loadMissionData.pt_PT.js delete mode 100644 modules/lss-missionHelper/loadMissionData.ro_RO.js delete mode 100644 modules/lss-missionHelper/loadMissionData.ru_RU.js delete mode 100644 modules/lss-missionHelper/loadMissionData.sv_SE.js delete mode 100644 modules/lss-missionHelper/loadMissionData.tr_TR.js delete mode 100644 modules/lss-missionHelper/loadMissionData.uk_UA.js delete mode 100644 modules/lss-missionHelper/writeMission.php diff --git a/modules/lss-missionHelper/loadMissionData.cs_CZ.js b/modules/lss-missionHelper/loadMissionData.cs_CZ.js deleted file mode 100644 index 71a204446..000000000 --- a/modules/lss-missionHelper/loadMissionData.cs_CZ.js +++ /dev/null @@ -1,289 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "cisternové automobilové", - platform: "automobilov", - heavyRescue: "TA", - air: "fordon", - bchief: "velitelsk", - tanker: "kombinované hasící automobily|KHA", - hazmat: "vozidla pro práci s nebezpečnými látkami", - mcv: "velitelská vozidla", - police: "policejní automobily", - ambulance: "sanitky", - arff: "letištní speciály", - k9: "vozidla Kynologů PČR", - pmotorcycle: "Policejní motocykl", - swatArmoured: "Obrněné vozidlo URNA", - swatSuv: "URNA SUV", - policeHeli: "Policejní vrtulníky", - rth: "vrtulník" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Průměrné kredity/)) { - credits = number; - } else if (content.match(/Požadované|Krav på|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Místo/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Požadované|Požadovaná|Potřebné|Potřebná/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Pravděpodobnost/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maximum pacientů/)) { - patientsMax = number; - } else if (content.match(/Minimální počet pacientů/)) { - patientsMin = number; - } else if (content.match(/pacienta transportovat/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Nemocniční oddělení/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maximální počet vězňů/)) { - prisonersMax = number; - } else if (content.match(/vrtulník/)) { - rth = number; - } else if (content.match(/personál URNY/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Délka/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Rozšiřitelné mise/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "cs_CZ" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Jezero", - "Nemocnice", - "Les", - "Zastávka autobusu", - "Zastávka tramvaje", - "Železniční stanice \\(regionální doprava\\)", - "Železniční stanice \\(regionální a dálková doprava\\)", - "Nákladové nádraží", - "Supermarket \\(malý\\)", - "Supermarket \\(velký\\)", - "Čerpací stanice", - "Škola", - "Muzeum", - "Nákupní centrum", - "Autoservis", - "Dálniční sjezd", - "Vánoční trh", - "Skladiště", - "Diskotéka", - "Stadion", - "Farma", - "Kancelářská budova", - "Plovárna", - "Järnvägsövergång", - "Divadlo", - "Zábavní park", - "Řeka", - "Malé letiště \\(ranvej\\)", - "Velké letiště \\(ranvej\\)", - "Letištní terminál", - "Banka", - "Velkosklad", - "Most", - "Rychlé občerstvení", - "Nákladní přístav", - "Sběrný dvůr", - "Výšková budova", - "Přístaviště výletních lodí", - "Malý přístav", - "Železniční přejezd", - "Tunel", - "Chladírenský sklad", - "Elektrárna", - "Továrna", - "Šrotiště", - "Stanice metra", - "Malá chemická skladovací nádrž", - "Velká chemická skladovací nádrž", - "Hotel", - "Bar", - "Skládka", - "Kryté parkoviště", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "požární stanice", - 2: "záchranářské stanice", - 6: "oddělení Policie", - 13: "Letecké služby PČR" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.da_DK.js b/modules/lss-missionHelper/loadMissionData.da_DK.js deleted file mode 100644 index 6b483fe74..000000000 --- a/modules/lss-missionHelper/loadMissionData.da_DK.js +++ /dev/null @@ -1,289 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "brandbiler", - platform: "stigevogn", - heavyRescue: "pionertjenesten", - air: "højtrykskompressor", - bchief: "holdleder", - tanker: "vandtankvogn", - hazmat: "gift- og kemikaliekøretøj", - mcv: "ledelses- og kommunikationsmoduler", - police: "politibiler", - ambulance: "ambulancer", - arff: "ARFF", - k9: "hundepatruljer", - pmotorcycle: "Politimotorcykel", - swatArmoured: "AKS Pansret mandskabsvogn", - swatSuv: "AKS Patruljevogn", - policeHeli: "politihelikoptere", - rth: "Rednings Helikopter", - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Kreditter/)) { - credits = number; - } else if (content.match(/Påkrævede|Krav på|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Sted/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Påkrævede|Påkrævet/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Sandsynlighed/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maks\. antal patienter/)) { - patientsMax = number; - } else if (content.match(/Min\. antal patienter/)) { - patientsMin = number; - } else if (content.match(/patienttransport/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Patientspecialer/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maks\. antal fanger/)) { - prisonersMax = number; - } else if (content.match(/AKS personel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Varighed/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Helikopter/)) { - rth = number; - } else if (content.match(/Udvidelsesmissioner/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "da_DK" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Sø", - "Hostpital", - "Skov", - "Busstoppested", - "Sporvognstoppested", - "Togstation \\(lokal trafik\\)", - "Togstation \\(lokal og national /international trafik\\)", - "Godsstation", - "Supermarked \\(lille\\)", - "Supermarked \\(stort\\)", - "Benzinstation", - "Skole", - "Museum", - "Indkøbscenter", - "Bilværksted", - "Motervejsfrakørsel", - "Julemarked", - "Pakhus", - "Diskotek", - "Stadion", - "Gård", - "Kontorbygning", - "Svømmehal", - "Jernbaneovergang", - "Teater", - "Markedsplads", - "Flod", - "Lille lufthavn \\(landingsbane\\)", - "Stor lufthavn \\(landingsbane\\)", - "Lufthavnsterminal", - "Bank", - "Varehus", - "Bro", - "Fast Food-restaurant", - "Containerhavnn", - "Genbrugscenter", - "Skyskraber", - "Krydstogthavn", - "Lystbådehavn", - "Skinnekrydsning", - "Tunnel", - "Kølehus", - "Kraftværk", - "Fabrik", - "Skrotplads", - "Metrostation", - "Lille kemikalietank", - "Stor kemikalietank", - "Hotel", - "Bar", - "Losseplads", - "Parkeringshus", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "brandstationer", - 2: "redningsstationer", - 6: "politistationer", - 13: "politihelikopterstationer" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.de_DE.js b/modules/lss-missionHelper/loadMissionData.de_DE.js deleted file mode 100644 index 7207956fa..000000000 --- a/modules/lss-missionHelper/loadMissionData.de_DE.js +++ /dev/null @@ -1,330 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: 'Löschfahrzeug|^LF', - dlk: 'Drehleiter', - rw: 'Rüstwagen', - elw1: 'ELW 1', - elw2: 'ELW 2', - atem: 'GW-A', - oel: 'GW-Öl', - mess: 'GW-Mess', - gefahr: 'GW-Gefahrgut', - gwl2: 'GW(-| )L ?2(-| )Wasser', - dekon: 'Dekon(-| )P', - fwk: 'FwK', - hoehen: 'GW-Höhenrettung', - fustw: 'Streifenwagen', - boot: 'Boot', - lebefkw: 'leBefKw', - fukw: 'FüKw', - grukw: 'GruKw', - gefkw: 'GefKw', - wawe: 'Wasserwerfer', - nef: 'NEF', - rth: 'RTH', - lna: 'KdoW-LNA', - orgl: 'KdoW-OrgL', - ambulance: 'RTW', - ktw: 'KTW oder RTW', - lfogkworw: 'LF oder GKW oder RW', - gkw: 'GKW', - mzkw: 'MzKW', - mtwtz: 'MTW-TZ', - radlader: 'BRmG R', - anhdle: 'Drucklufterzeugung', - polheli: 'Polizeihubschrauber', - arff: 'Flugfeldlöschfahrzeug', - rtf: 'Rettungstreppen', - taucher: 'Taucher', - mek: 'MEK-Fahrzeuge', - sek: 'SEK-Fahrzeuge', - gwwerk: 'GW-Werkfeuerwehr', - ulf: 'ULF', - tm: 'Teleskopmasten', - turbo: 'Turbolöscher', - gwsan: 'GW-San', - gwwa: 'GW-Wasserrettung' - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let followup = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Credits im Durchschnitt/)) { - credits = number; - } else if (content.match(/Vorr?aussetzung(en)? an|THW-Wachen|Polizeihubschrauberstationen/)) { - stations[getStation(content)] = number; - } else if (content.match(/Ort/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Wasserbedarf/)) { - water = number; - } else if (content.match(/Benötigte|BRmG R|Drucklufterzeugung/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Durchschnittliche min. Personalanzahl \(Feuerwehr\)/)) { - special["averageMinimumEmployeesFire"] = number; - } else if (content.match(/Durchschnittliche min. Personalanzahl \(Polizei\)/)) { - special["averageMinimumEmployeesPolice"] = number; - } else if (content.match(/Anforderungswahrscheinlichkeit/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Ausbreitungsmöglichkeiten/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } else if (content.match(/Folgeeinsätze/)) { - let followupsLinks = $(this).find("a"); - followupsLinks.each(function () { - followup.push($(this).attr("href").replace(/\D/g, "")); - }); - } else if (content.match(/Minimale Anzahl an Gefangene/)) { - prisonersMin = number; - } else if (content.match(/Maximale Anzahl an Gefangene/)) { - prisonersMax = number; - } else if (content.match(/Mindest Patientenanzah/)) { - patientsMin = number; - } else if (content.match(/Maximale Patientenanzahl/)) { - patientsMax = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/transportiert/)) { - transport = number; - } else if (content.match(/Fachrichtung/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Tragehilfe/)) { - tragehilfe = number; - } else if (content.match(/RTH/)) { - rth = number; - } else if (content.match(/Dauer/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (followup) { - mission.followup = followup; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(lssm.getlink(`/modules/lss-missionHelper/writeMission.php`), { - mission: mission, - id: missionID, - lang: "de_DE" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park$", - "See", - "Krankenhaus", - "Wald", - "Bushaltestelle", - "Straßenbahnhaltestelle", - "Bahnhof \\(Regionalverkehr\\)", - "Bahnhof \\(Regionalverkehr und Fernverkehr\\)", - "Güterbahnhof", - "Supermarkt \\(Klein\\)", - "Supermarkt \\(Goß\\)", - "Tankstelle", - "Schule", - "Museum", - "Einkaufszentrum", - "Auto-Werkstatt", - "Autobahnauf.- / abfahrt", - "Weihnachtsmarkt", - "Lagerhalle", - "Diskothek", - "Stadion", - "Bauernhof", - "Bürokomplex", - "Schwimmbad", - "Bahnübergang", - "Theater", - "Festplatz", - "Fluss", - "Baumarkt", - "Flughafen \\(klein\\): Start-/Landebahn", - "Flughafen \\(klein\\): Gebäude", - "Flughafen \\(klein\\): Flugzeug Standplatz", - "Flughafen \\(groß\\): Start-/Landebahn", - "Flughafen \\(groß\\): Terminal", - "Flughafen \\(groß\\): Vorfeld / Standplätze", - "Flughafen \\(groß\\): Parkhaus", - "Biogasanlage", - "Bank", - "Kirche", - "Chemiepark", - "Industrie-Allgemein", - "Automobilindustrie", - "Müllverbrennungsanlage", - "Eishalle" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Feuerwachen", - 2: "Rettungswachen", - 6: "Polizeiwachen", - 9: "THW-Wachen", - 11: "Bereitschaftspolizeiwache", - 13: "Polizeihubschrauberstationen", - 15: "Wasserrettungswachen", - "sek": "SEK-Wachen", - "mek": "MEK-Wachen", - "werk": "Werkfeuerwehren" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.en_AU.js b/modules/lss-missionHelper/loadMissionData.en_AU.js deleted file mode 100644 index ef349658e..000000000 --- a/modules/lss-missionHelper/loadMissionData.en_AU.js +++ /dev/null @@ -1,286 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Fire engines", - platform: "Turntable Ladder", - heavyRescue: "Major Rescue Vehicle", - boat: "Boat", - air: "BASU", - bchief: "Support Vehicle", - tanker: "Water Carrier", - hazmat: "HazMat", - mcv: "Mobile Command Vehicle", - police: "Police Car", - arff: 'ARFF', - rth: "HEMS", - k9: "K-9 Unit", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - policeHeli: "Police Helicopter", - ambulance: "Ambulance" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Average credits/)) { - credits = number; - } else if (content.match(/Required|Requirement|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Place/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Required/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probability/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Patients/)) { - patientsMax = number; - } else if (content.match(/Minimum patient number/)) { - patientsMin = number; - } else if (content.match(/transported/)) { - transport = number; - } else if (content.match(/Air Ambulance/)) { - rth = number; - } else if (content.match(/Patient Specializations/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maximum Number of Prisoners/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duration/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Expandable/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "en_AU" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Lake", - "Hospital", - "Forest", - "Bus stop", - "Tram stop", - "Train station \\(regional traffic\\)", - "Train station \\(regional traffic and long-distance travel\\)", - "Goods station", - "Supermarket \\(small\\)", - "Supermarket \\(big\\)", - "Gas station", - "School", - "Museum", - "Mall", - "Car workshop", - "Highway exit", - "Christmas market", - "Storehouse", - "Discotheque", - "Stadium", - "Farm", - "Office building", - "Swimming bath", - "Railroad Crossing", - "Theater", - "Fairground", - "River", - "Small Airport \\(Runway\\)", - "Large Airport \\(Runway\\)", - "Airport Terminal", - "Bank", - "Warehouse", - "Bridge", - "Fast Food Restaurant", - "Cargo Port", - "Recycling Centre", - "High rise", - "Cruise ship dock", - "Marina", - "Rail Crossing", - "Tunnel", - "Cold Storage Warehouse", - "Power Plant", - "Factory", - "Scrap yard", - "Subway station", - "Small chemical storage tank", - "Large chemical storage tank", - "Hotel", - "Bar", - "Landfill site" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Fire Station", - 2: "Rescue Station", - 6: "Police Station", - 13: "Police Air Wing" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.en_GB.js b/modules/lss-missionHelper/loadMissionData.en_GB.js deleted file mode 100644 index 097cae808..000000000 --- a/modules/lss-missionHelper/loadMissionData.en_GB.js +++ /dev/null @@ -1,296 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Fire engines", - platform: "Aerial Appliance", - heavyRescue: "Rescue Support Vehicle", - air: "Breathing Apparatus Support Unit", - bchief: "Fire Officer", - tanker: "Water Carrier", - hazmat: "HazMat", - mcv: "Incident Command and Control Unit", - police: "Police Car", - ambulance: "Ambulances", - arff: "ARFF", - k9: "Dog Support Units", - swatSuv: "Armed Response Vehicle (ARV)", - rth: "HEMS", - policeHeli: "Police Helicopter", - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let followup = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Average credits/)) { - credits = number; - } else if (content.match(/Required|Requirement|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Place/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Required/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probability of/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Patients/)) { - patientsMax = number; - } else if (content.match(/Minimum patient number/)) { - patientsMin = number; - } else if (content.match(/transported/)) { - transport = number; - } else if (content.match(/Helicopter/)) { - rth = number; - } else if (content.match(/Patient Specializations/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maximum Number of Prisoners/)) { - prisonersMax = number; - } else if (content.match(/Armed Response Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duration/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Expandable/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } else if (content.match(/Follow-Up/)) { - let followupsLinks = $(this).find("a"); - followupsLinks.each(function () { - followup.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (followup) { - mission.followup = followup; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "en_GB" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Lake", - "Hospital", - "Forest", - "Bus stop", - "Tram stop", - "Train station \\(regional traffic\\)", - "Train station \\(regional traffic and long-distance travel\\)", - "Goods station", - "Supermarket \\(small\\)", - "Supermarket \\(big\\)", - "Gas station", - "School", - "Museum", - "Mall", - "Car workshop", - "Highway exit", - "Christmas market", - "Storehouse", - "Discotheque", - "Stadium", - "Farm", - "Office Building", - "Swimming bath", - "Railroad Crossing", - "Theater", - "Fairground", - "River", - "Small Airport \\(Runway\\)", - "Large Airport \\(Runway\\)", - "Airport Terminal", - "Bank", - "Warehouse", - "Bridge", - "Fast Food Restaurant", - "Cargo Port", - "Recycling Centre", - "High rise", - "Cruise ship dock", - "Marina", - "Rail Crossing", - "Tunnel", - "Cold Storage Warehouse", - "Power Plant", - "Factory", - "Scrap yard", - "Subway station", - "Small chemical storage tank", - "Large chemical storage tank", - "Hotel", - "Bar", - "Landfill site", - "Parking Garage", - "Silo", - "Heathland" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Fire Station", - 2: "Rescue Station", - 6: "Police Station", - 13: "Police Helicopter" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.en_US.js b/modules/lss-missionHelper/loadMissionData.en_US.js deleted file mode 100644 index fb3bddc63..000000000 --- a/modules/lss-missionHelper/loadMissionData.en_US.js +++ /dev/null @@ -1,301 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Firetruck", - platform: "Platform Truck", - heavyRescue: "Heavy Rescue", - boat: "Boat", - air: "Mobile Air", - bchief: "Battalion Chief", - tanker: "Water Tanker", - hazmat: "HazMat", - mcv: "Mobile Command Vehicle", - arff: "ARFF", - largeFireboat: "large fire boat", - als: "ALS Ambulance", - bls: "BLS Ambulance", - fly: "Fly-Car", - ems: "EMS Rescue", - mcu: "Mass Casualty Unit", - largeRescueboat: "large rescue boat", - police: "Police Car", - k9: "K-9", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - rth: "HEMS", - policeHeli: "Police Helicopter", - ambulance: "Ambulances", - brushtruck: "Wildland fire engines" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Average credits/)) { - credits = number; - } else if (content.match(/Required|Requirement|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Place/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Required/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probability|probability/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Patients/)) { - patientsMax = number; - } else if (content.match(/Minimum patient number/)) { - patientsMin = number; - } else if (content.match(/transported/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Patient Specializations/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maximum Number of Prisoners/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duration/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Expandable/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "en_US" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Lake", - "Hospital", - "Forest", - "Bus stop", - "Tram stop", - "Train station \\(regional traffic\\)", - "Train station \\(regional traffic and long-distance travel\\)", - "Goods station", - "Supermarket \\(small\\)", - "Supermarket \\(big\\)", - "Gas station", - "School", - "Museum", - "Mall", - "Car workshop", - "Highway exit", - "Christmas market", - "Storehouse", - "Discotheque", - "Stadium", - "Farm", - "Office building", - "Swimming bath", - "Railroad Crossing", - "Theater", - "Fairground", - "River", - "Small Airport \\(Runway\\)", - "Large Airport \\(Runway\\)", - "Airport Terminal", - "Bank", - "Warehouse", - "Bridge", - "Fast Food Restaurant", - "Cargo Port", - "Recycling Centre", - "High rise", - "Cruise ship dock", - "Marina", - "Rail Crossing", - "Tunnel", - "Cold Storage Warehouse", - "Power Plant", - "Factory", - "Scrap yard", - "Subway station", - "Small chemical storage tank", - "Large chemical storage tank", - "Hotel", - "Bar", - "Landfill site", - "Parking Garage", - "Propane depot" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Fire Station", - 3: "Rescue Station", - 5: "Police Station", - 8: "Police Helicopter", - 11: "fire boat", - 12: "rescue boat", - "water": "Water Rescue", - "forest": "Forestry expansion" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); - diff --git a/modules/lss-missionHelper/loadMissionData.es_ES.js b/modules/lss-missionHelper/loadMissionData.es_ES.js deleted file mode 100644 index 01e81808a..000000000 --- a/modules/lss-missionHelper/loadMissionData.es_ES.js +++ /dev/null @@ -1,282 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "camiones de bomberos", - platform: "camiones con plataforma", - heavyRescue: "Furgones de Útiles Varios", - air: "aéreo", - bchief: "unidades de Mando y Comunicaciones", - mcv: "unidades de mando", - tanker: "(c|C)amiones cisterna", - hazmat: "vehículos de materiales peligrosos", - police: "coches patrulla", - rth: "Helicóptero HSR", - arff: "CBA", - policeHeli: "Police Helicopter", - ambulance: "Ambulancias" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Media de créditos/)) { - credits = number; - } else if (content.match(/necesarios|necesarias|Requisitos de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Lugar/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Se necesitan|necesarios|necesarias/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probabilidad/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/N\.º máximo de pacientes/)) { - patientsMax = number; - } else if (content.match(/Número mínimo de pacientes/)) { - patientsMin = number; - } else if (content.match(/transportar/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Especializaciones de pacientes/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/N\.º máximo de presos/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duración/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/expansión/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "es_ES" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parque", - "Lago", - "Hospital", - "Bosque", - "Parada de autobús", - "Parada de tranvía", - "Parada de tren \\(cercanías\\)", - "Parada de tren \\(cercanías y larga distancia\\)", - "Estación de mercancías", - "Supermercado \\(pequeño\\)", - "Supermercado \\(grande\\)", - "Gasolinera", - "Escuela", - "Museo", - "Centro comercial", - "Taller", - "Salida de autopista", - "Mercado navideño", - "Depósito", - "Discoteca", - "Estadio", - "Granja", - "Edificio de oficinas", - "Piscina", - "Railroad Crossing", - "Cine", - "Feria", - "Río", - "Aeropuerto pequeño \\(pista\\)", - "Aeropuerto grande \\(pista\\)", - "Terminal de aeropuerto", - "Banco", - "Almacén", - "Puente", - "Restaurante de comida rápida", - "Puerto de mercancías", - "Centro de reciclaje", - "Rascacielos", - "Cubierta de yate", - "Puerto deportivo", - "Paso a nivel", - "Túnel", - "Almacén frigorífico", - "Central eléctrica", - "Fábrica", - "Chatarrería", - "Estación de metro", - "Almacén químico pequeño", - "Almacén químico grande", - "Hotel", - "Bar", - "Vertedero", - "Aparcamiento", - "Granero" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Parques de bomberos", - 2: "Estaciones de rescate", - 6: "comisarías de policía" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.es_MX.js b/modules/lss-missionHelper/loadMissionData.es_MX.js deleted file mode 100644 index 783604421..000000000 --- a/modules/lss-missionHelper/loadMissionData.es_MX.js +++ /dev/null @@ -1,282 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "camiones de bomberos", - platform: "camiones con plataforma", - heavyRescue: "Furgones de Útiles Varios", - air: "aéreo", - bchief: "unidades de Mando y Comunicaciones", - mcv: "vehículos de mando", - tanker: "(c|C)amiones cisterna", - hazmat: "vehículos de materiales peligrosos", - police: "coches patrulla", - rth: "Helicóptero HSR", - arff: "CBA", - policeHeli: "Police Helicopter", - ambulance: "Ambulancias" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Media de créditos/)) { - credits = number; - } else if (content.match(/necesarios|necesarias|Requisitos de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Lugar/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Se necesitan|necesarios|necesarias/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probabilidad/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/N\.º máximo de pacientes/)) { - patientsMax = number; - } else if (content.match(/Número mínimo de pacientes/)) { - patientsMin = number; - } else if (content.match(/transportar/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Especializaciones de pacientes/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/N\.º máximo de presos/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duración/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/expansión/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "es_MX" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parque", - "Lago", - "Hospital", - "Bosque", - "Parada de autobús", - "Parada de tranvía", - "Parada de tren \\(cercanías\\)", - "Parada de tren \\(cercanías y larga distancia\\)", - "Estación de mercancías", - "Supermercado \\(pequeño\\)", - "Supermercado \\(grande\\)", - "Gasolinera", - "Escuela", - "Museo", - "Centro comercial", - "Taller", - "Salida de autopista", - "Mercado navideño", - "Depósito", - "Discoteca", - "Estadio", - "Granja", - "Edificio de oficinas", - "Piscina", - "Railroad Crossing", - "Cine", - "Feria", - "Río", - "Aeropuerto pequeño \\(pista\\)", - "Aeropuerto grande \\(pista\\)", - "Terminal de aeropuerto", - "Banco", - "Almacén", - "Puente", - "Restaurante de comida rápida", - "Puerto de mercancías", - "Centro de reciclaje", - "Rascacielos", - "Cubierta de yate", - "Puerto deportivo", - "Paso a nivel", - "Túnel", - "Almacén frigorífico", - "Central eléctrica", - "Fábrica", - "Chatarrería", - "Estación de metro", - "Almacén químico pequeño", - "Almacén químico grande", - "Hotel", - "Bar", - "Vertedero", - "Aparcamiento", - "Granero" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Parques de bomberos", - 2: "Estaciones de rescate", - 6: "comisarías de policía" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.fi_FI.js b/modules/lss-missionHelper/loadMissionData.fi_FI.js deleted file mode 100644 index 54f94264e..000000000 --- a/modules/lss-missionHelper/loadMissionData.fi_FI.js +++ /dev/null @@ -1,282 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "paloautot", - platform: "nostolava-auto", - heavyRescue: "raskaat pelastusautot", - air: "aéreo", - bchief: "johtoauto", - mcv: "johtokeskusauto", - tanker: "säiliöauto", - hazmat: "kemikaalitorjunta-auto", - police: "poliisiauto", - rth: "Helicóptero HSR", - arff: "lentokenttäpaloauto", - policeHeli: "Police Helicopter", - ambulance: "Ambulanțe" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Keskim\. krediitit/)) { - credits = number; - } else if (content.match(/Vaaditut/)) { - stations[getStation(content)] = number; - } else if (content.match(/Paikka/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Vaaditut/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Todennäköisyys/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Potilaita enint\./)) { - patientsMax = number; - } else if (content.match(/Potilaiden vähimmäismäärä/)) { - patientsMin = number; - } else if (content.match(/joudutaan kuljettamaan/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/erikoisalat/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Vankien enimmäismäärä/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Durată/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Laajennettavat/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "fi_FI" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Puisto", - "Järvi", - "Sairaala", - "Metsä", - "Linja-autopysäkki", - "Raitiovaunupysäkki", - "Rautatieasema \\(paikallisliikenne\\)", - "Rautatieasema \\(paikallis- ja pitkän matkan liikenne\\)", - "Tavara-asema", - "Valintamyymälä \\(pieni\\)", - "Valintamyymälä \\(iso\\)", - "Huoltoasema", - "Koulu", - "Museo", - "Ostoskeskus", - "Autokorjaamo", - "Moottoritien poistumisliittymä", - "Joulumarkkinat", - "Varastorakennus", - "Disko", - "Stadion", - "Maatila", - "Toimistorakennus", - "Uima-allas", - "Trecere de cale ferată", - "Teatteri", - "Messukenttä", - "Joki", - "Pieni lentoasema \\(kiitorata\\)", - "Suuri lentokenttä \\(kiitorata\\)", - "Lentokenttäterminaali", - "Pankki", - "Varasto", - "Silta", - "Pikaruokaravintola", - "Rahtisatama", - "Kierrätyskeskus", - "Pilvenpiirtäjä", - "Risteilyaluslaituri", - "Venesatama", - "Rautatieristeys", - "Tunneli", - "Kylmävarasto", - "Voimalaitos", - "Tehdas", - "Romuttamo", - "Metroasema", - "Pieni kemikaalisäiliö", - "Iso kemikaalisäiliö", - "Hotelli", - "Baari", - "Kaatopaikka", - "Pysäköintihalli", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "paloasemat", - 2: "pelastusasemat", - 6: "poliisiasemat" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.fr_FR.js b/modules/lss-missionHelper/loadMissionData.fr_FR.js deleted file mode 100644 index 2e2d21194..000000000 --- a/modules/lss-missionHelper/loadMissionData.fr_FR.js +++ /dev/null @@ -1,291 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Fourgons d’incendie", - platform: "(M|m)oyen (E|e)lévateur (A|a)érien", - heavyRescue: "Véhicule de secours routier", - boat: "Boat", - air: "Assistance respiratoire", - bchief: "de groupe", - tanker: "(c|C)amion-citerne[^s]", - hazmat: "risques technologiques", - police: "police", - arff: 'ARFF', - mcv: 'poste de commandement', - rth: "hélicoptère", - policeHeli: "Police Helicopter", - ambulance: "Ambulances", - gkw: 'VTU', - hoehen: 'VGRIMP' - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Crédits moyens/)) { - credits = number; - } else if (content.match(/requises|requis|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Lieu/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/requis|requises/) && !content.match(/Spécialistes IMP/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Moyenne minimale Pompiers/)) { - special["averageMinimumEmployeesFire"] = number; - } else if (content.match(/Spécialistes IMP/)) { - special["averageMinimumEmployeesHoehen"] = number; - } else if (content.match(/Chances qu’un|Chances que/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Patients/)) { - patientsMax = number; - } else if (content.match(/minimal de patients/)) { - patientsMin = number; - } else if (content.match(/transport/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Spécialisation de patients/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/maximal de prisonniers/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Durée/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/hélicoptère/)) { - rth = number; - } else if (content.match(/Missions à extension/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "fr_FR" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parc", - "Lac", - "Hôpital", - "Forêt", - "Arrêt de bus", - "Arrêt de tram", - "Gare ferroviaire \\(trajets régionaux\\)", - "Gare ferroviaire \\(trajets régionaux et grandes lignes\\)", - "Supérette", - "Supermarché \\(petit\\)", - "Supermarché \\(grand\\)", - "Station-service", - "École", - "Musée", - "Centre commercial", - "Garage automobile", - "Sortie d’autoroute", - "Marché de Noël", - "Hangar", - "Discothèque", - "Stade", - "Ferme", - "Bureaux", - "Piscine", - "Passage à niveau", - "Théâtre", - "Fête foraine", - "Rivière", - "Petit aéroport \\(piste\\)", - "Grand aéroport \\(piste\\)", - "Terminal d’aéroport", - "Banque", - "Entrepôt", - "Pont", - "Restauration rapide", - "Port de fret", - "Centre de recyclage", - "Tour", - "Quai de navire de croisière", - "Marina", - "Croisement de voie ferrée", - "Tunnel", - "Entrepôt frigorifique", - "Centrale électrique", - "Usine", - "Casse", - "Station de métro", - "Petite citerne de produits chimiques", - "Grande citerne de produits chimiques", - "Hôtel", - "Bar", - "Décharge", - "Parking couvert", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Casernes de pompiers", - 2: "Postes de secours", - 6: "postes de police" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.it_IT.js b/modules/lss-missionHelper/loadMissionData.it_IT.js deleted file mode 100644 index 6f33f3161..000000000 --- a/modules/lss-missionHelper/loadMissionData.it_IT.js +++ /dev/null @@ -1,292 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "APS/ABP", - platform: "(a|A)utoscal", - heavyRescue: "polisoccorso", - air: "Carro", - bchief: "Funzionar", - fwk: "Autogrù", - tanker: "Kilolit", - hazmat: "NBCR|N.B.C.R", - mcv: "UCL", - police: "Pattuglie", - rth: "elisoccorso", - ambulance: "Ambulanze", - arff: "ARFF", - k9: "unitò cinofila antidroga", - pmotorcycle: "Moto della Polizia", - swatArmoured: "furgone Antisommossa", - swatSuv: "Suv UOPI", - policeHeli: "elicottero della polizia" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Media dei crediti/)) { - credits = number; - } else if (content.match(/richieste|Requisito|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Luogo/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/richieste|richiesti|richiesta|richiesto|Richiesti|necessaria|Richiesta|Richiesto/) && !content.match(/del Fuoco/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/del Fuoco/)) { - special["averageMinimumEmployeesFire"] = number; - } else if (content.match(/Possibilità|richiesta|Possibile/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max Pazienti/)) { - patientsMax = number; - } else if (content.match(/Numero minimo di pazienti/)) { - patientsMin = number; - } else if (content.match(/trasportato/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Specializzazioni pazienti/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Numero massimo di detenuti/)) { - prisonersMax = number; - } else if (content.match(/Armed Response Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/elisoccorso/)) { - rth = number; - } else if (content.match(/Durata/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Missioni espandibili/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "it_IT" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parco", - "Lago", - "Ospedale", - "Bosco", - "Fermata dell'autobus", - "Fermata del tram", - "Stazione ferroviaria \\(traffico regionale\\)", - "Stazione ferroviaria \\(traffico regionale e viaggi a lunga distanza\\)", - "Stazione merci", - "Supermercato \\(piccolo\\)", - "Supermercato \\(grande\\)", - "Stazione di servizio", - "Scuola", - "Museo", - "Centro commercial", - "Officina meccanica", - "Uscita autostradale", - "Mercatino di Natale", - "Storehouse", - "Discoteca", - "Stadio", - "Azienda agricola", - "Edificio adibito a uffici", - "Piscina", - "Railroad Crossing", - "Teatro", - "Luna park", - "Fiume", - "Piccolo aeroporto \\(pista\\)", - "Grande aeroporto \\(pista\\)", - "Terminal aeroporto", - "Banca", - "Magazzino", - "Ponte", - "Tavola calda", - "Porto mercantile", - "Piattaforma ecologica", - "Grattacielo", - "Molo navi da crociera", - "Porticciolo", - "Passaggio a livello", - "Galleria", - "Magazzino a celle frigorifere", - "Centrale elettrica", - "Fabbrica", - "Deposito rottami", - "Stazione metropolitana", - "Piccolo serbatoio di accumulo sostanze chimiche", - "Grande serbatoio di accumulo sostanze chimiche", - "Hotel", - "Bar", - "Discarica", - "Parcheggio coperto", - "Silos" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Caserme dei vigili del fuoco", - 2: "Stazioni di soccorso", - 6: "stazioni di polizia", - 13: "elicotteri della polizia" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.ja_JP.js b/modules/lss-missionHelper/loadMissionData.ja_JP.js deleted file mode 100644 index b8beabec3..000000000 --- a/modules/lss-missionHelper/loadMissionData.ja_JP.js +++ /dev/null @@ -1,280 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "消防車が", - platform: "プラットフォームトラック", - heavyRescue: "大型救助車", - air: "aéreo", - bchief: "消防隊", - mcv: "vehículos de mando", - tanker: "ウォータータンカー", - hazmat: "危険物取扱車両が", - police: "警察車両が", - rth: "Helicóptero HSR", - arff: "空港用消防", - policeHeli: "Police Helicopter", - ambulance: "救急車" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/レジット/)) { - credits = number; - } else if (content.match(/必要/)) { - stations[getStation(content)] = number; - } else if (content.match(/場所/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/必要|が必要|必要な/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/な確率|が必要/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/最大患者/)) { - patientsMax = number; - } else if (content.match(/患者最低数/)) { - patientsMin = number; - } else if (content.match(/輸送/)) { - transport = number; - } else if (content.match(/患者の専門性/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/囚人の最高数/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/期間/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/延長できるミッション/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "ja_JP" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "公園", - "湖", - "病院", - "森", - "バス停", - "電車停留所", - "駅\\(普通車両\\)", - "駅\\(普通車両と長距離路線\\)", - "雑貨屋", - "スーパーマーケット\\(小型\\)", - "スーパーマーケット\\(大型\\)", - "ガソリンスタンド", - "学校", - "博物館", - "ショッピングモール", - "車整備店", - "高速インター", - "高速道路出口", - "Storehouse", - "ディスコ", - "スタジアム", - "牧場", - "オフィスビル", - "プール", - "Railroad Crossing", - "映画館", - "イベント会場", - "河川", - "小型空港\\(滑走路\\)", - "大型空港\\(滑走路\\)", - "空港ターミナル", - "銀行", - "倉庫", - "橋", - "ファストフードレストラン", - "貨物港", - "リサイクルセンター", - "高層ビル", - "クルーズ船ドック", - "マリーナ", - "踏切", - "トンネル", - "低温倉庫", - "発電所", - "工場", - "ゴミ処分場", - "地下鉄駅", - "化学薬品タンク\\(小型\\)", - "化学薬品タンク\\(大型\\)", - "ホテル", - "バー", - "埋立地", - "駐車ガレージ", - "サイロ" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "な消防局", - 2: "な救助ステーション", - 6: "警察ステーションが" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.ko_KR.js b/modules/lss-missionHelper/loadMissionData.ko_KR.js deleted file mode 100644 index db77b392b..000000000 --- a/modules/lss-missionHelper/loadMissionData.ko_KR.js +++ /dev/null @@ -1,285 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "소방차", - platform: "플랫폼 트럭", - heavyRescue: "중장비 구조 차량", - air: "Breathing Apparatus Support Unit", - bchief: "소방대장", - tanker: "수상 탱커", - hazmat: "생화학 차량", - mcv: "Incident Command and Control Unit", - police: "경찰차", - ambulance: "구급차", - arff: "ARFF", - k9: "Dog Support Units", - swatSuv: "Armed Response Vehicle (ARV)", - rth: "HEMS", - policeHeli: "Police Helicopter", - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/평균 크레딧/)) { - credits = number; - } else if (content.match(/필요한|요건/)) { - stations[getStation(content)] = number; - } else if (content.match(/공간/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/필요한/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/필요 가능성/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/최대 환자/)) { - patientsMax = number; - } else if (content.match(/최소 환자 수/)) { - patientsMin = number; - } else if (content.match(/환자가 이송될 확률/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/환자 전문화/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/최대 죄수 수/)) { - prisonersMax = number; - } else if (content.match(/Armed Response Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/기간/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/확장할 수 있는 임무/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "ko_KR" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "공원", - "호수", - "병원", - "숲", - "버스 정류장", - "전차 정류장", - "기차역\\(지역 교통\\)", - "기차역\\(지역 교통 및 장거리 여행역\\)", - "화물역", - "슈퍼마켓\\(소형\\)", - "슈퍼마켓\\(대형\\)", - "주유소", - "학교", - "박물관", - "쇼핑몰", - "차량 정비소", - "고속도로 출구", - "크리스마스 마켓", - "저장소", - "디스코텍", - "경기장", - "농장", - "사무용 건물", - "수영장", - "철길 건널목", - "극장", - "박람회장", - "강", - "소형 공항\\(활주로\\)", - "대형 공항\\(활주로\\)", - "공항 터미널", - "은행", - "창고", - "다리", - "패스트푸드 레스토랑", - "적하구", - "재활용 센터", - "고층 건물", - "유람선 부두", - "정박지", - "철도 건널목", - "터널", - "냉동 창고", - "발전소", - "공장", - "고철 처리장", - "지하철역", - "소형 화학물질 저장 탱크", - "대형 화학물질 저장 탱크", - "호텔", - "술집", - "매립지", - "주차장", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "소방서", - 2: "구조대", - 6: "경찰서", - 13: "Police Helicopter" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.nb_NO.js b/modules/lss-missionHelper/loadMissionData.nb_NO.js deleted file mode 100644 index a73c27bcc..000000000 --- a/modules/lss-missionHelper/loadMissionData.nb_NO.js +++ /dev/null @@ -1,289 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "brannbiler", - platform: "høyderedskap", - heavyRescue: "redningsbiler", - air: "røykdykk", - bchief: "innsatsledere fra brann", - tanker: "tankbiler", - hazmat: "CBRN", - mcv: "utryckningsfordon", - police: "politibiler", - ambulance: "ambulanser", - arff: "brann- og redningstjeneste for fly", - k9: "hundepatruljer", - pmotorcycle: "Politimotorsykkel", - swatArmoured: "Pansret kjøretøy", - swatSuv: "Delta kjøretøy", - policeHeli: "politihelikoptere", - rth: "Räddningshelikopter" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Gjennomsnittlig kreditt/)) { - credits = number; - } else if (content.match(/Nødvendige|Krav på|Min.|Minimum/)) { - stations[getStation(content)] = number; - } else if (content.match(/Sted/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Nødvendige|Nødvendig/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Sannsynlighet/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maks pasienter/)) { - patientsMax = number; - } else if (content.match(/Minste antall pasienter/)) { - patientsMin = number; - } else if (content.match(/transporteres/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Sykehusavdeling/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maks antall pågripelser/)) { - prisonersMax = number; - } else if (content.match(/delta-personell/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Varighet/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/helikopter/)) { - rth = number; - } else if (content.match(/Utvidbare oppdrag/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "nb_NO" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Innsjø", - "Sykehus", - "Skog", - "Busstopp", - "Trikkestopp", - "Togstasjon \\(regional\\)", - "Togstasjon \\(regional og langdistanse\\)", - "Godsstasjon", - "Matvarebutikk \\(liten\\)", - "Matvarebutikk \\(stor\\)", - "Bensinstasjon", - "Skole", - "Museum", - "Kjøpesenter", - "Bilverksted", - "Motorveiavkjøring", - "Julemarked", - "Lagerbygning", - "Nattklubb", - "Stadion", - "Gård", - "Kontorbygning", - "Basseng", - "Järnvägsövergång", - "Teater", - "Tivoli", - "Elv", - "Liten flyplass \\(flystripe\\)", - "Stor flyplass \\(flystripe\\)", - "Flyplassterminal", - "Bank", - "Varehus", - "Bro", - "Gatekjøkken", - "Cargohavn", - "Gjenvinningssenter", - "Skyskraper", - "Cruisehavn", - "Marina", - "Planovergang", - "Tunnel", - "Kaldt varehus", - "Kraftverk", - "Fabrikk", - "Skrotplass", - "Metrostasjon", - "Liten kjemisk lagringstank", - "Stor kjemisk lagringstank", - "Hotell", - "Bar", - "Avfallsdeponi", - "Parkeringshus", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "brannstasjoner", - 2: "ambulansestasjoner", - 6: "politistasjoner", - 13: "politihelikopter stasjoner" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.nl_NL.js b/modules/lss-missionHelper/loadMissionData.nl_NL.js deleted file mode 100644 index 948d6deb8..000000000 --- a/modules/lss-missionHelper/loadMissionData.nl_NL.js +++ /dev/null @@ -1,297 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "(t|T)ankautospuiten", - police: "(n|N)oodhulpeenheden", - bchief: "OvD-B", - redvoertuig: "((r|R)edvoertuigen)|((h|H)oogwerker)", - slangenwagen: "(s|S)langenwagen", - hulpverlening: "(h|H)ulpverleningsvoertuigen", - adembescherming: "Adembeschermingsvoertuig", - hovd: "HOVD", - waarschuwing: "Waarschuwings", - gevaar: "Gevaarlijke Stoffen", - ovdp: "Officier(s?) van Dienst Politie", - commando: "Commandowagen", - ambulance: "Ambulance", - mmtarts: "MMT-arts", - megroep: "ME Groepsvoertuig", - mecommando: "ME Commandovoertuigen", - polHeli: "politie helikopter", - watervoertuig: "Waterongevallenvoertuig", - wateraanhanger: "(w|W)aterongevallenaanhangers", - hond: "Hondengeleider", - crashtender: "Crashtender", - afoosc: "AFO/OSC", - atc: "AT Commandant", - ato: "AT Operator", - atm: "AT Materiaalwagen", - press: "Voorlichter" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let mmtarts = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Credits/)) { - credits = number; - } else if (content.match(/Benodigd|Minimaal politie helikopter/)) { - stations[getStation(content)] = number; - } else if (content.match(/POI locatie/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/waarschijnlijkheid|benodigdheid/)) { - percentages[getVehicle(content)] = number; - } else if (content.match(/[bB]enodigd|Crashtender/)) { - vehicles[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maximale patiënten/)) { - patientsMax = number; - } else if (content.match(/Minimale aantal slachtoffers/)) { - patientsMin = number; - } else if (content.match(/getransporteerd/)) { - transport = number; - } else if (content.match(/MMT-Arts/)) { - mmtarts = number; - } else if (content.match(/Gespecialiseerde afdeling/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/gevangenen/)) { - prisonersMax = number; - } else if (content.match(/Duur/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Uitbreidingsmogelijkheid/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (mmtarts) { - mission.mmtarts = mmtarts; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (mmtarts) { - mission.patients.mmtarts = mmtarts; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "nl_NL" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Meer", - "Ziekenhuis", - "Bos", - "Bushalte", - "Tramhalte", - "Station", - "Centraal Station", - "Rangeeremplacement", - "Buurtsuper", - "Supermarkt", - "Tankstation", - "School", - "Museum", - "Winkelcentrum", - "Garage", - "Snelweg oprit / afrit", - "Kerstmarkt", - "Magazijn", - "Café/Club", - "Stadion", - "Boerderij", - "Kantoorgebouw", - "Zwembad", - "Spoorwegovergang", - "Theater", - "Marktplein", - "Rivier", - "Sloot", - "Vliegveld \\(klein\\): Start-/Landingsbaan", - "Vliegveld \\(klein\\): Gebouw", - "Vliegveld \\(klein\\): Vliegtuig parkeerplaats", - "Vliegveld \\(groot\\): Start-/Landingsbaan", - "Vliegveld \\(groot\\): Terminal", - "Vliegveld \\(groot\\): Platform / Gate", - "Vliegveld \\(groot\\): Parkeergarage", - "Parkeergarage", - "Verzorgingshuis", - "Manege", - "Hotel", - "Restaurant", - "Bankkantoor", - "Sporthal", - "Camping", - "Gevangenis", - "Asielzoekerscentrum", - "Afvalverwerker", - "Kerkgebouw", - "Bouwmarkt", - "Transformatorhuisje", - "Industrieterrein", - "Bedrijventerrein", - "Haventerrein", - "Bouwterrein" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "brandweerposten", - 3: "Ambulancestandplaats", - 5: "politiebureau", - 9: "politie helikopter", - 11: "Hoofdbureau", - "water": "waterongevallenbestrijdingafdelingen" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); - diff --git a/modules/lss-missionHelper/loadMissionData.pl_PL.js b/modules/lss-missionHelper/loadMissionData.pl_PL.js deleted file mode 100644 index c1f51a470..000000000 --- a/modules/lss-missionHelper/loadMissionData.pl_PL.js +++ /dev/null @@ -1,290 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "samochody pożarnicze", - platform: "SP wysokościow", - heavyRescue: "ratownictwa technicznego", - air: "SPGaz", - bchief: "Oficera Operacyjnego", - tanker: "z wodą", - hazmat: "SP Rchem", - mcv: "samochody dowodzenia i łączności", - police: "radiowozy", - rth: "śmigłowiec LPR", - ambulance: "ambulanse", - arff: "SP LSP", - k9: "Jednostki K-9", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - policeHeli: "Helikopteru Policyjnego", - ambulance: "ambulanse" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Średnie kredyty/)) { - credits = number; - } else if (content.match(/Wymagane|Wymagany|Wymagania|Minimalnie/)) { - stations[getStation(content)] = number; - } else if (content.match(/Miejsce/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Wymagane|Wymagany|Potrzeba/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Szanse/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maks\. Pacjenci/)) { - patientsMax = number; - } else if (content.match(/Minimalna liczba pacjentów/)) { - patientsMin = number; - } else if (content.match(/transport pacjenta/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Rodzaj pacjenta/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maksymalna liczba więźniów/)) { - prisonersMax = number; - } else if (content.match(/Wymagani policjanci SPKP/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/trwania/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/śmigłowiec LPR/)) { - rth = number; - } else if (content.match(/można rozwinąć/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "pl_PL" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Jezioro", - "Szpital", - "Las", - "Przystanek autobusowy", - "Przystanek tramwajowy", - "Dworzec kolejowy \\(ruch podmiejski\\)", - "Dworzec kolejowy \\(ruch podmiejski i dalekobieżny\\)", - "Stacja towarowa", - "Supermarket \\(mały\\)", - "Supermarket \\(duży\\)", - "Stacja paliw", - "Szkoła", - "Muzeum", - "Centrum handlowe", - "Warsztat samochodowy", - "Zjazd z autostrady", - "Jarmark Bożonarodzeniowy", - "Storehouse", - "Dyskoteka", - "Stadion", - "Gospodarstwo rolne", - "Biurowiec", - "Basen", - "Przejazd kolejowy", - "Teatr", - "Teren wystawowy", - "Rzeka", - "Mały port lotniczy \\(pas startowy\\)", - "Duży port lotniczy \\(pas startowy\\)", - "Terminal portu lotniczego", - "Bank", - "Magazyn", - "Most", - "Bar szybkiej obsługi", - "Cargo-port", - "Centrum segregacji odpadów", - "Wieżowiec", - "Dok dla wycieczkowców", - "Marina", - "Przejazd kolejowo-drogowy", - "Tunel", - "Chłodnia składowa", - "Elektrownia", - "Fabryka", - "Składowisko złomu", - "Stacja metra", - "Mały zbiornik na substancje chemiczne", - "Duży zbiornik na substancje chemiczne", - "Hotel", - "Bar", - "Składowisko odpadów", - "Parking", - "Silos" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "straży pożarnej", - 2: "ratunkowego", - 6: "policji", - 13: "stacji Helikopterów Policyjnych" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.pt_BR.js b/modules/lss-missionHelper/loadMissionData.pt_BR.js deleted file mode 100644 index 9bae57a82..000000000 --- a/modules/lss-missionHelper/loadMissionData.pt_BR.js +++ /dev/null @@ -1,282 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Caminhões de bombeiro", - platform: "plataforma", - heavyRescue: "Veículos de resgate pesado", - air: "aéreo", - bchief: "batalhão", - mcv: "vehículos de mando", - tanker: "pipa", - hazmat: "produtos perigosos", - police: "Viaturas de polícia", - rth: "Helicóptero HSR", - arff: "Defesa Civil", - policeHeli: "Police Helicopter", - ambulance: "Ambulâncias" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Créditos médios/)) { - credits = number; - } else if (content.match(/necessárias|Requisito|Requisitos de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Local/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/necessários|necessárias|necessária/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probabilidade/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Máx\. de Pacientes/)) { - patientsMax = number; - } else if (content.match(/Número mínimo de paciente/)) { - patientsMin = number; - } else if (content.match(/transportado/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Especializações de paciente/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Número máximo de detentos/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duração/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/expansíveis/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "pt_BR" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parque", - "Lago", - "Hospital", - "Floresta", - "Ponto de ônibus", - "Ponto de bonde", - "Estação de trem \\(tráfego regional\\)", - "Estação de trem \\(tráfego regional e viagem de longa distância\\)", - "Estação de mercadorias", - "Supermercado \\(pequeno\\)", - "Supermercado \\(grande\\)", - "Posto de combustível", - "Escola", - "Museu", - "Shopping", - "Oficina mecânica", - "Saída de rodovia", - "Mercado de natal", - "Armazém", - "Discoteca", - "Estádio", - "Fazenda", - "Edifício comercial", - "Piscina", - "Railroad Crossing", - "Teatro", - "Feira", - "Rio", - "Aeroporto pequeno \\(pista\\)", - "Aeroporto grande \\(pista\\)", - "Terminal de aeroporto", - "Banco", - "Depósito", - "Ponte", - "Lanchonete de fast food", - "Porto de carga", - "Centro de reciclagem", - "Arrancha-céus", - "Doca de cruzeiro", - "Marina", - "Passagem de nível", - "Túnel", - "Armazém refrigerado", - "Usina elétrica", - "Fábrica", - "Ferro velho", - "Estação de metrô", - "Tanque de armazenamento químico pequeno", - "Tanque de armazenamento químico grande", - "Hotel", - "Bar", - "Aterro sanitário", - "Garagem de estacionamento", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "corpos de bombeiros", - 2: "Estações de resgate", - 6: "delegacias de polícia" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.pt_PT.js b/modules/lss-missionHelper/loadMissionData.pt_PT.js deleted file mode 100644 index df7f4745d..000000000 --- a/modules/lss-missionHelper/loadMissionData.pt_PT.js +++ /dev/null @@ -1,284 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Caminhões de bombeiro", - platform: "plataforma", - heavyRescue: "Veículos de resgate pesado", - air: "aéreo", - bchief: "batalhão", - mcv: "vehículos de mando", - tanker: "pipa", - hazmat: "produtos perigosos", - police: "Viaturas de polícia", - rth: "Heli INEM", - arff: "Defesa Civil", - policeHeli: "Police Helicopter", - ambulance: "Ambulâncias" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Créditos médios/)) { - credits = number; - } else if (content.match(/necessárias|Requisito|Requisitos de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Local/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/necessários|necessárias|necessária/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probabilidade/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Máx\. de Pacientes/)) { - patientsMax = number; - } else if (content.match(/Número mínimo de paciente/)) { - patientsMin = number; - } else if (content.match(/transportado/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/helicóptero/)) { - rth = number; - } else if (content.match(/Especializações de paciente/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Número máximo de detentos/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duração/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/expansíveis/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "pt_PT" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parque", - "Lago", - "Hospital", - "Floresta", - "Ponto de ônibus", - "Ponto de bonde", - "Estação de trem \\(tráfego regional\\)", - "Estação de trem \\(tráfego regional e viagem de longa distância\\)", - "Estação de mercadorias", - "Supermercado \\(pequeno\\)", - "Supermercado \\(grande\\)", - "Posto de combustível", - "Escola", - "Museu", - "Shopping", - "Oficina mecânica", - "Saída de rodovia", - "Mercado de natal", - "Armazém", - "Discoteca", - "Estádio", - "Fazenda", - "Edifício comercial", - "Piscina", - "Railroad Crossing", - "Teatro", - "Feira", - "Rio", - "Aeroporto pequeno \\(pista\\)", - "Aeroporto grande \\(pista\\)", - "Terminal de aeroporto", - "Banco", - "Depósito", - "Ponte", - "Lanchonete de fast food", - "Porto de carga", - "Centro de reciclagem", - "Arrancha-céus", - "Doca de cruzeiro", - "Marina", - "Passagem de nível", - "Túnel", - "Armazém refrigerado", - "Usina elétrica", - "Fábrica", - "Ferro velho", - "Estação de metrô", - "Tanque de armazenamento químico pequeno", - "Tanque de armazenamento químico grande", - "Hotel", - "Bar", - "Aterro sanitário", - "Garagem de estacionamento", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "corpos de bombeiros", - 2: "Estações de resgate", - 6: "delegacias de polícia" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.ro_RO.js b/modules/lss-missionHelper/loadMissionData.ro_RO.js deleted file mode 100644 index f113a630a..000000000 --- a/modules/lss-missionHelper/loadMissionData.ro_RO.js +++ /dev/null @@ -1,282 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Mașini de pompieri", - platform: "platformă", - heavyRescue: "grele de salvare", - air: "aéreo", - bchief: "Șeful de batalion", - mcv: "comandă forțe mobile", - tanker: "de apă", - hazmat: "mărfurilor periculoase", - police: "Mașini de poliție", - rth: "Helicóptero HSR", - arff: "Serviciu aeronautic de salvare și luptă împotriva incendiilor", - policeHeli: "Police Helicopter", - ambulance: "Ambulanțe" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Credite în medie/)) { - credits = number; - } else if (content.match(/necesare|Necesitate de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Loc/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/necesare|necesar/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/să fie/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Pacienți/)) { - patientsMax = number; - } else if (content.match(/Număr minim de pacienți/)) { - patientsMin = number; - } else if (content.match(/nevoie de transport/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Specializări pentru tratarea pacienților/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Număr maxim de deținuți/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Durată/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/expandabile/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "ro_RO" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parc", - "Lac", - "Spital", - "Pădure", - "Stație de autobuz", - "Stație de tramvai", - "Gară \\(trafic regional\\)", - "Gară \\(trafic regional și deplasări pe distanțe lungi\\)", - "Stație de marfă", - "Supermarket \\(mic\\)", - "Supermarket \\(mare\\)", - "Stație de benzină", - "Școală", - "Muzeu", - "Centru comercial", - "Atelier auto", - "Ieșire pe autostradă", - "Târg de Crăciun", - "Depozit", - "Discotecă", - "Stadion", - "Fermă", - "Clădire de birouri", - "Bazin de înot", - "Trecere de cale ferată", - "Teatru", - "Bâlci", - "Râu", - "Aeroport mic \\(pistă\\)", - "Aeroport mare \\(pistă\\)", - "Terminal aeroport", - "Bancă", - "Magazie", - "Pod", - "Restaurant fast-food", - "Port pentru mărfuri", - "Centru de reciclare", - "Bloc cu multe etaje", - "Doc pentru nave de croazieră", - "Debarcader", - "Trecere de nivel", - "Tunel", - "Depozit frigorific", - "Centrală electrică", - "Fabrică", - "Depozit de fier vechi", - "Stație de metrou", - "Rezervor mic pentru stocarea de substanțe chimice", - "Rezervor mare pentru stocarea de substanțe chimice", - "Hotel", - "Bar", - "Depozit de deșeuri", - "Parcare", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Stații de pompieri", - 2: "Stații de salvare", - 6: "Secții de poliție" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.ru_RU.js b/modules/lss-missionHelper/loadMissionData.ru_RU.js deleted file mode 100644 index 5048e7984..000000000 --- a/modules/lss-missionHelper/loadMissionData.ru_RU.js +++ /dev/null @@ -1,288 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "пожарные машины", - platform: "платформы", - heavyRescue: "спасательных работ", - boat: "Boat", - air: "респираторной", - bchief: "командира батальона", - tanker: "цистерны с водой", - hazmat: "обезвреживания", - police: "полицейские автомобили", - arff: 'АПСР', - mcv: "мобильные командные пункты", - rth: "вертолёта", - k9: "полицейские собаки", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - policeHeli: "полицейский вертолет", - ambulance: "скорые" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Кредиты/)) { - credits = number; - } else if (content.match(/Требуемые|Требуемое|Мин./)) { - stations[getStation(content)] = number; - } else if (content.match(/Место/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Требуемые|Требуются|Нужны|Нужен/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Вероятность/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Макс\. Пациенты/)) { - patientsMax = number; - } else if (content.match(/Минимальное число пациентов/)) { - patientsMin = number; - } else if (content.match(/транспортировки/)) { - transport = number; - } else if (content.match(/вертолёта/)) { - rth = number; - } else if (content.match(/Специализации пациента/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Макс\. число заключённых/)) { - prisonersMax = number; - } else if (content.match(/состав спецназа/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Продолжительность/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Доступные к расширению задания/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "ru_RU" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Парк", - "Озеро", - "Больница", - "Лес", - "Автобусная остановка", - "Трамвайная остановка", - "Железнодорожная станция", - "Железнодорожный вокзал", - "Товарная станция", - "Супермаркет \\(небольшой\\)", - "Супермаркет \\(большой\\)", - "Автозаправка", - "Школа", - "Музей", - "Торговый центр", - "Автомастерская", - "Съезд с трассы", - "Рождественский рынок", - "Storehouse", - "Дискотека", - "Стадион", - "Ферма", - "Офисное здание", - "Бассейн", - "Railroad Crossing", - "Театр", - "Ярмарка", - "Река", - "Малый аэропорт \\(ВПП\\)", - "Большой аэропорт \\(ВПП\\)", - "Терминал аэропорта", - "Банк", - "Склад", - "Мост", - "Ресторан быстрого питания", - "Грузовой порт", - "Центр переработки ВО", - "Высотка", - "Причал круизных лайнеров", - "Гавань", - "Железнодорожный переезд", - "Тоннель", - "Холодный склад", - "Электростанция", - "Фабрика", - "Утилизационный склад", - "Станция метро", - "Малое хранилище химикатов", - "Большое хранилище химикатов", - "Гостиница", - "Бар", - "Мусорный полигон", - "Паркинг", - "Силос" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "пожарные станции", - 2: "станции спасателей", - 6: "полицейских участков", - 13: "площадок полицейских вертолетов" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.sv_SE.js b/modules/lss-missionHelper/loadMissionData.sv_SE.js deleted file mode 100644 index 4ee8b2716..000000000 --- a/modules/lss-missionHelper/loadMissionData.sv_SE.js +++ /dev/null @@ -1,288 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "släckbilar", - platform: "stegbilar", - heavyRescue: "Lastväxlare", - bchief: "brandchefsbil", - tanker: "tankbilar", - hazmat: "farligt gods", - mcv: "Ledningsfordon", - police: "polisbilar", - ambulance: "ambulanser", - arff: "flygbrandfordon", - rth: "ambulanshelikopter", - k9: "hundenhet", - pmotorcycle: "Polismotorcykel", - swatArmoured: "Bepansrat insatsfordon", - swatSuv: "Insatsfordon", - policeHeli: "polishelikoptrar" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Krediter i genomsnitt/)) { - credits = number; - } else if (content.match(/Nödvändiga|Krav på|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Placera/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Nödvändiga/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Sannolikhet/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Mest Patienter/)) { - patientsMax = number; - } else if (content.match(/Lägsta antal patienter/)) { - patientsMin = number; - } else if (content.match(/transporteras/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Patientspecialiseringar/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Högsta antal fångar/)) { - prisonersMax = number; - } else if (content.match(/insatsstyrka/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Varaktighet/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/ambulanshelikopter/)) { - rth = number; - } else if (content.match(/Uppdrag att utöka/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "sv_SE" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Sjö", - "Sjukhus", - "Skog", - "Busshållplats", - "Spårvagnshållplats", - "Tågstation \\(regionaltåg\\)", - "Tågstation \\(regional- och fjärrtåg\\)", - "Varustation", - "Mataffär", - "Stormarknad", - "Bensinmack", - "Skola", - "Museum", - "Köpcentrum", - "Bilverkstad", - "Avfart", - "Julmarknad", - "Lagerbyggnad", - "Nattklubb", - "Arena", - "Bondgård", - "Kontorsbyggnad", - "Badhus", - "Järnvägsövergång", - "Teater", - "Nöjesfält", - "Flod", - "Liten startbana", - "Stor startbana", - "Flygplatsterminal", - "Bank", - "Magasin", - "Bro", - "Snabbmatsrestaurang", - "Fraktgodshamn", - "Återvinningscentral", - "Höghus", - "Kryssningshamn", - "Småbåtshamn", - "Järnvägskorsning", - "Tunnel", - "Fryshus", - "Kraftverk", - "Fabrik", - "Skrotupplag", - "Tunnelbanestation", - "Liten kemikalietank", - "Stor kemikalietank", - "Hotell", - "Bar", - "Soptipp", - "Parkeringshus", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "brandstationer", - 2: "räddningsstationer", - 6: "polisstationer", - 13: "Polisflyg" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.tr_TR.js b/modules/lss-missionHelper/loadMissionData.tr_TR.js deleted file mode 100644 index 6ac56408a..000000000 --- a/modules/lss-missionHelper/loadMissionData.tr_TR.js +++ /dev/null @@ -1,285 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "İtfaiye Araçları", - platform: "Platformlu Kamyon", - heavyRescue: "Büyük Kurtarma", - air: "fordon", - bchief: "Tabur Amiri", - tanker: "Su Tanker", - hazmat: "Tehlikeli Madde", - mcv: "Mobil Komuta", - police: "Polis Arabaları", - ambulance: "Ambulanslar", - arff: "ARFF", - k9: "Dog Support Units", - swatSuv: "Armed Response Vehicle (ARV)", - rth: "Räddningshelikopter", - policeHeli: "Police Helicopter", - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Ortalama kredi/)) { - credits = number; - } else if (content.match(/Gerekli|Gerekliliği|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Yer/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Gerekli|Požadovaná/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/olasılığı/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maks\. Hastalar/)) { - patientsMax = number; - } else if (content.match(/Minimum hasta sayısı/)) { - patientsMin = number; - } else if (content.match(/nakletme/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Hasta Uzmanlıkları/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maksimum Mahkum Sayısı/)) { - prisonersMax = number; - } else if (content.match(/Armed Response Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Süre/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Genişletilebilen Görevler/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "tr_TR" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Göl", - "Hastane", - "Orman", - "Otobüs durağı", - "Tramvay durağı", - "Tren istasyonu \\(bölgesel trafik\\)", - "Tren istasyonu \\(bölgesel trafik ve uzun mesafeli yolculuk\\)", - "Yük istasyonu", - "Süpermarket \\(küçük\\)", - "Süpermarket \\(büyük\\)", - "Akaryakıt istasyonu", - "Okul", - "Müze", - "Alışveriş Merkezi", - "Oto tamirhanesi", - "Otoyol çıkışı", - "Noel pazarı", - "Depo", - "Diskotek", - "Stadyum", - "Çiftlik", - "Ofis binası", - "Yüzme havuzu", - "Järnvägsövergång", - "Tiyatro", - "Lunapark", - "Nehir", - "Küçük Havalimanı \\(Uçak Pisti\\)", - "Büyük Havalimanı \\(Uçak Pisti\\)", - "Havalimanı Terminali", - "Banka", - "Ambar", - "Köprü", - "Fast Food Restoranı", - "Kargo limanı", - "Geri Dönüşüm Merkezi", - "Gökdelen", - "Yolcu gemisi limanı", - "Marina", - "Demiryolu Geçidi", - "Tünel", - "Soğuk Hava Ambarı", - "Enerji Santrali", - "Fabrika", - "Hurdalık", - "Metro istasyonu", - "Küçük kimyasal depo tankı", - "Büyük kimyasal depo tankı", - "Otel", - "Bar", - "Çöplük", - "Katlı Otopark", - "Ambar" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "İtfaiye İstasyonları", - 2: "Kurtarma İstasyonları", - 6: "Polis Karakollar", - 13: "Police Helicopter" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.uk_UA.js b/modules/lss-missionHelper/loadMissionData.uk_UA.js deleted file mode 100644 index aeac0c5ed..000000000 --- a/modules/lss-missionHelper/loadMissionData.uk_UA.js +++ /dev/null @@ -1,283 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "пожежні машини", - platform: "платформ", - heavyRescue: "важкі рятувальні машини", - boat: "Boat", - air: "респираторной", - bchief: "командира батальйону", - tanker: "автоцистерн", - hazmat: "знезараження", - police: "поліцейські машини", - arff: 'АПСР', - mcv: "мобильные командные пункты", - rth: "HEMS", - policeHeli: "Police Helicopter", - ambulance: "швидкі допомоги" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Кредити/)) { - credits = number; - } else if (content.match(/Необхідні|Вимоги/)) { - stations[getStation(content)] = number; - } else if (content.match(/Місце/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Необхідні|Потрібні/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Вірогідність/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Макс\. Пацієнти/)) { - patientsMax = number; - } else if (content.match(/Мінімальна кількість пацієнтів/)) { - patientsMin = number; - } else if (content.match(/перевезенні/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Спеціалізації пацієнта/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Мінімальна кількість в'язнів/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Тривалість/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/розширення/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "uk_UA" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Парк", - "Озеро", - "Лікарня", - "Ліс", - "Автобусна зупинка", - "Трамвайна зупинка", - "Залізнична станція", - "Залізничний вокзал", - "Товарна станція", - "Супермаркет \\(малий\\)", - "Супермаркет \\(великий\\)", - "Заправна станція", - "Школа", - "Музей", - "Торгівельний центр", - "Автомайстерня", - "З'їзд із траси", - "Різдвяний ринок", - "Storehouse", - "Дискотека", - "Стадіон", - "Ферма", - "Офісна будівля", - "Басейн", - "Railroad Crossing", - "Театр", - "Ярмарок", - "Річка", - "Малий аеропорт \\(ЗПС\\)", - "Великий аеропорт \\(ЗПС\\)", - "Термінал аеропорту", - "Банк", - "Склад", - "Міст", - "Ресторан швидкого харчування", - "Вантажний порт", - "Центр переробки відходів", - "Висотка", - "Причал круїзних лайнерів", - "Гавань", - "Залізничний переїзд", - "Тунель", - "Холодний склад", - "Електростанція", - "Фабрика", - "Утилізаційний склад", - "Станція метро", - "Мале сховище хімікатів", - "Велике сховище хімікатів", - "Готель", - "Бар", - "Сміттєзвалище", - "Гараж", - "Силос" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "пожежні станції", - 2: "рятувальні станції", - 6: "поліцейські відділки" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/writeMission.php b/modules/lss-missionHelper/writeMission.php deleted file mode 100644 index d20dc214f..000000000 --- a/modules/lss-missionHelper/writeMission.php +++ /dev/null @@ -1,26 +0,0 @@ -Dieser Einsatz wurde eben live eingetragen! Hier erstmal die Rohdaten:
" . preg_replace('/"(\d*?)"/', '$1', str_replace('"true"', "true", json_encode($_POST["mission"], JSON_PRETTY_PRINT))) . "
"; - } else { - throw new JsonException($json_error); - } -} catch (Exception $e) { - echo "Error: ".$e->getMessage(); -} From c377a982a52a8d291f33d2b1240fade0e9235865 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 11:26:53 +0200 Subject: [PATCH 51/59] :bookmark: [Core] Update to 3.3.7 For the new Missions"API" we are Updates the lssm to 3.3.7 --- lss-manager-v3/lss-manager-v3.dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lss-manager-v3/lss-manager-v3.dev.js b/lss-manager-v3/lss-manager-v3.dev.js index 47eb9c487..9ffb47049 100755 --- a/lss-manager-v3/lss-manager-v3.dev.js +++ b/lss-manager-v3/lss-manager-v3.dev.js @@ -29,7 +29,7 @@ let lssm = { stats_uri: "https://proxy.lss-manager.de/v3/stat.php", forum_link: "https://forum.leitstellenspiel.de/index.php/Thread/11166-LSS-MANAGER-V3/", key_link: "/profile/external_secret_key/", // Domain wo alles liegt - version: "3.3.6", + version: "3.3.7", github: 'https://github.com/LSS-Manager/lss-manager-v3', prefix: 'lssm', game: window.location.hostname.toLowerCase().replace("www.",""), From 4f273b70e858270e2b6850ba81e58ee095daa5e2 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 17:00:40 +0200 Subject: [PATCH 52/59] :bug: [MissionHelper] Fix NL und US Mission JSON Co-Authored-By: Jan --- modules/lss-missionHelper/missions.en_US.json | 26 ++--- modules/lss-missionHelper/missions.nl_NL.json | 110 ++++++++++-------- 2 files changed, 75 insertions(+), 61 deletions(-) diff --git a/modules/lss-missionHelper/missions.en_US.json b/modules/lss-missionHelper/missions.en_US.json index 79cf10fd6..9df9b96a8 100644 --- a/modules/lss-missionHelper/missions.en_US.json +++ b/modules/lss-missionHelper/missions.en_US.json @@ -3687,7 +3687,7 @@ "name": "Drowning", "place": "Lake", "average_credits": 1250, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3719,7 +3719,7 @@ "name": "Drowning", "place": "River", "average_credits": 1250, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3751,7 +3751,7 @@ "name": "Car in river", "place": "River", "average_credits": 1400, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3783,7 +3783,7 @@ "name": "Car in lake", "place": "Lake", "average_credits": 1400, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3844,7 +3844,7 @@ "name": "Medium flooding", "place": null, "average_credits": 1550, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3876,7 +3876,7 @@ "name": "Large flooding", "place": null, "average_credits": 2500, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3909,7 +3909,7 @@ "name": "Giant flooding", "place": null, "average_credits": 4000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3942,7 +3942,7 @@ "name": "Light aircraft crash in water", "place": "River", "average_credits": 4000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -3975,7 +3975,7 @@ "name": "Light aircraft crash in water", "place": "Lake", "average_credits": 4000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -4008,7 +4008,7 @@ "name": "Bridge collapse", "place": "Bridge", "average_credits": 7000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -6828,7 +6828,7 @@ "name": "Swimmer in distress", "place": "Lake", "average_credits": 900, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -6858,7 +6858,7 @@ "name": "Swimmer in distress", "place": "River", "average_credits": 900, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -7935,7 +7935,7 @@ "name": "Bus in river", "place": "River", "average_credits": 4000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", diff --git a/modules/lss-missionHelper/missions.nl_NL.json b/modules/lss-missionHelper/missions.nl_NL.json index 1292f8e32..462037228 100644 --- a/modules/lss-missionHelper/missions.nl_NL.json +++ b/modules/lss-missionHelper/missions.nl_NL.json @@ -1246,6 +1246,7 @@ }, "requirements": { "firetrucks": 4, + "spokesman": 1, "battalion_chief_vehicles": 1, "mobile_command_vehicles": 1, "elw3": 1, @@ -3439,6 +3440,7 @@ }, "requirements": { "firetrucks": 12, + "spokesman": 1, "battalion_chief_vehicles": 3, "mobile_command_vehicles": 2, "elw3": 1, @@ -3625,7 +3627,7 @@ "name": "Bergen object uit water voor politie", "place": "Meer", "average_credits": 1000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3684,7 +3686,7 @@ "name": "Personenauto in sloot", "place": "Sloot", "average_credits": 1400, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3719,7 +3721,7 @@ "name": "Paard in sloot", "place": "Sloot", "average_credits": 1200, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3744,7 +3746,7 @@ "name": "Eend verstrikt in visdraad", "place": "Meer", "average_credits": 400, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -3767,7 +3769,7 @@ "name": "Verlaten kinderfiets langs waterkant", "place": "Meer", "average_credits": 1200, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4266,7 +4268,7 @@ "name": "Persoon te water", "place": "Rivier", "average_credits": 850, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4302,7 +4304,7 @@ "name": "Persoon te water", "place": "Rivier", "average_credits": 1100, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4337,7 +4339,7 @@ "name": "Personenauto te water", "place": "Rivier", "average_credits": 900, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/caraccident_gruen.png", "1": "/images/caraccident_gelb.png", @@ -4374,7 +4376,7 @@ "name": "Personenauto te water", "place": "Rivier", "average_credits": 1200, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/caraccident_gruen.png", "1": "/images/caraccident_gelb.png", @@ -4411,7 +4413,7 @@ "name": "Aanvaring met vrachtschip en motorboot", "place": "Rivier", "average_credits": 1100, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4448,7 +4450,7 @@ "name": "Aanvaring met vrachtschip en motorboot", "place": "Rivier", "average_credits": 1500, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4486,7 +4488,7 @@ "name": "Aanvaring met vrachtschip en motorboot", "place": "Rivier", "average_credits": 2000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4528,7 +4530,7 @@ "name": "Omgeslagen zeilboot", "place": "Meer", "average_credits": 900, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -4562,7 +4564,7 @@ "name": "Omgeslagen zeilboot", "place": "Meer", "average_credits": 1100, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -5263,7 +5265,7 @@ "name": "Zwemmer vermist", "place": "Meer", "average_credits": 1150, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -5297,7 +5299,7 @@ "name": "Verlaten kleding langs waterkant", "place": "Meer", "average_credits": 900, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -5509,7 +5511,7 @@ "name": "Vrachtwagen te water", "place": "Rivier", "average_credits": 1000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -5546,7 +5548,7 @@ "name": "Vrachtwagen te water", "place": "Rivier", "average_credits": 1300, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/river_gruen.png", "1": "/images/river_gelb.png", @@ -6792,7 +6794,7 @@ "name": "Brandend plezierjacht", "place": "Meer", "average_credits": 900, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -6820,7 +6822,7 @@ "name": "Brandend plezierjacht", "place": "Meer", "average_credits": 1450, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -7265,6 +7267,7 @@ }, "requirements": { "firetrucks": 3, + "spokesman": 1, "battalion_chief_vehicles": 1, "mobile_command_vehicles": 1, "elw3": 1, @@ -7341,7 +7344,7 @@ "name": "Brand op binnenvaartschip", "place": "Rivier", "average_credits": 1450, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -7365,7 +7368,7 @@ "name": "Brand op binnenvaartschip", "place": "Rivier", "average_credits": 3100, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -7397,7 +7400,7 @@ "name": "Brand op binnenvaartschip", "place": "Rivier", "average_credits": 4750, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -7405,6 +7408,7 @@ }, "requirements": { "firetrucks": 3, + "spokesman": 1, "battalion_chief_vehicles": 1, "mobile_command_vehicles": 1, "heavy_rescue_vehicles": 1, @@ -8115,6 +8119,7 @@ }, "requirements": { "firetrucks": 2, + "spokesman": 1, "battalion_chief_vehicles": 1, "mobile_command_vehicles": 1, "elw3": 1, @@ -8206,7 +8211,7 @@ "name": "Zwemmer vermist", "place": "Meer", "average_credits": 1750, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -8243,7 +8248,7 @@ "name": "Zwemmer vermist", "place": "Meer", "average_credits": 3150, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -8647,7 +8652,7 @@ "name": "Brand op passagiersschip", "place": "Rivier", "average_credits": 1450, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -8680,7 +8685,7 @@ "name": "Brand op passagiersschip", "place": "Rivier", "average_credits": 3250, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -8714,7 +8719,7 @@ "name": "Brand op passagiersschip", "place": "Rivier", "average_credits": 4800, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/fire_gruen.png", "1": "/images/fire_gelb.png", @@ -8888,7 +8893,7 @@ "name": "Persoon te water", "place": "Rivier", "average_credits": 3000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -8925,7 +8930,7 @@ "name": "Persoon te water", "place": "Rivier", "average_credits": 5200, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -10369,6 +10374,7 @@ }, "requirements": { "firetrucks": 4, + "spokesman": 1, "battalion_chief_vehicles": 1, "mobile_command_vehicles": 1, "elw3": 1, @@ -10622,7 +10628,7 @@ "name": "Persoon te water", "place": "Haventerrein", "average_credits": 900, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -10658,7 +10664,7 @@ "name": "Persoon te water", "place": "Haventerrein", "average_credits": 1150, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -10695,7 +10701,7 @@ "name": "Duiker vermist", "place": "Meer", "average_credits": 850, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -10731,7 +10737,7 @@ "name": "Duiker vermist", "place": "Meer", "average_credits": 1100, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -10996,6 +11002,7 @@ }, "requirements": { "firetrucks": 4, + "spokesman": 1, "battalion_chief_vehicles": 1, "mobile_command_vehicles": 1, "elw3": 1, @@ -11097,7 +11104,7 @@ "name": "Zwaan met gebroken poot", "place": "Meer", "average_credits": 400, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/cat_gruen.png", "1": "/images/cat_gelb.png", @@ -11940,7 +11947,7 @@ "name": "Watersporter vermist", "place": "Meer", "average_credits": 850, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -11976,7 +11983,7 @@ "name": "Watersporter vermist", "place": "Meer", "average_credits": 1750, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -12013,7 +12020,7 @@ "name": "Watersporter vermist", "place": "Meer", "average_credits": 3000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -12359,7 +12366,7 @@ "name": "Personenauto in sloot", "place": "Sloot", "average_credits": 1400, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -12394,7 +12401,7 @@ "name": "Personenauto in sloot", "place": "Sloot", "average_credits": 1400, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -12429,7 +12436,7 @@ "name": "Personenauto te water", "place": "Rivier", "average_credits": 900, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/caraccident_gruen.png", "1": "/images/caraccident_gelb.png", @@ -12467,7 +12474,7 @@ "name": "Personenauto te water", "place": "Rivier", "average_credits": 1200, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/caraccident_gruen.png", "1": "/images/caraccident_gelb.png", @@ -12823,6 +12830,7 @@ }, "requirements": { "firetrucks": 4, + "spokesman": 1, "battalion_chief_vehicles": 1, "mobile_command_vehicles": 1, "elw3": 1, @@ -12858,6 +12866,7 @@ }, "requirements": { "firetrucks": 8, + "spokesman": 1, "battalion_chief_vehicles": 2, "mobile_command_vehicles": 1, "elw3": 1, @@ -12992,7 +13001,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 1750, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13030,7 +13039,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 1850, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13068,7 +13077,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 3000, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13106,7 +13115,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 3100, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13149,7 +13158,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 3300, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13191,7 +13200,7 @@ "name": "Aanvaring met vrachtschip en passagiersschip", "place": "Rivier", "average_credits": 4750, - "generated_by": , + "generated_by": "", "icons": { "0": "/images/waterpark_gruen.png", "1": "/images/waterpark_gelb.png", @@ -13640,6 +13649,7 @@ }, "requirements": { "firetrucks": 8, + "spokesman": 1, "battalion_chief_vehicles": 2, "mobile_command_vehicles": 1, "elw3": 1, @@ -13681,6 +13691,7 @@ }, "requirements": { "firetrucks": 12, + "spokesman": 1, "battalion_chief_vehicles": 3, "mobile_command_vehicles": 1, "elw3": 1, @@ -14261,6 +14272,7 @@ }, "requirements": { "firetrucks": 7, + "spokesman": 1, "battalion_chief_vehicles": 1, "mobile_command_vehicles": 1, "elw3": 1, @@ -14299,6 +14311,7 @@ }, "requirements": { "firetrucks": 8, + "spokesman": 1, "battalion_chief_vehicles": 2, "mobile_command_vehicles": 1, "elw3": 1, @@ -14669,6 +14682,7 @@ }, "requirements": { "firetrucks": 4, + "spokesman": 1, "battalion_chief_vehicles": 1, "mobile_command_vehicles": 1, "elw3": 1, From 734468ad4640f4d3e0e8f1c8c01f5361626493bc Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 17:10:52 +0200 Subject: [PATCH 53/59] Delete loadMissionData.cs_CZ.js --- .../loadMissionData.cs_CZ.js | 289 ------------------ 1 file changed, 289 deletions(-) delete mode 100644 modules/lss-missionHelper/loadMissionData.cs_CZ.js diff --git a/modules/lss-missionHelper/loadMissionData.cs_CZ.js b/modules/lss-missionHelper/loadMissionData.cs_CZ.js deleted file mode 100644 index 71a204446..000000000 --- a/modules/lss-missionHelper/loadMissionData.cs_CZ.js +++ /dev/null @@ -1,289 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "cisternové automobilové", - platform: "automobilov", - heavyRescue: "TA", - air: "fordon", - bchief: "velitelsk", - tanker: "kombinované hasící automobily|KHA", - hazmat: "vozidla pro práci s nebezpečnými látkami", - mcv: "velitelská vozidla", - police: "policejní automobily", - ambulance: "sanitky", - arff: "letištní speciály", - k9: "vozidla Kynologů PČR", - pmotorcycle: "Policejní motocykl", - swatArmoured: "Obrněné vozidlo URNA", - swatSuv: "URNA SUV", - policeHeli: "Policejní vrtulníky", - rth: "vrtulník" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Průměrné kredity/)) { - credits = number; - } else if (content.match(/Požadované|Krav på|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Místo/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Požadované|Požadovaná|Potřebné|Potřebná/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Pravděpodobnost/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maximum pacientů/)) { - patientsMax = number; - } else if (content.match(/Minimální počet pacientů/)) { - patientsMin = number; - } else if (content.match(/pacienta transportovat/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Nemocniční oddělení/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maximální počet vězňů/)) { - prisonersMax = number; - } else if (content.match(/vrtulník/)) { - rth = number; - } else if (content.match(/personál URNY/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Délka/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Rozšiřitelné mise/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "cs_CZ" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Jezero", - "Nemocnice", - "Les", - "Zastávka autobusu", - "Zastávka tramvaje", - "Železniční stanice \\(regionální doprava\\)", - "Železniční stanice \\(regionální a dálková doprava\\)", - "Nákladové nádraží", - "Supermarket \\(malý\\)", - "Supermarket \\(velký\\)", - "Čerpací stanice", - "Škola", - "Muzeum", - "Nákupní centrum", - "Autoservis", - "Dálniční sjezd", - "Vánoční trh", - "Skladiště", - "Diskotéka", - "Stadion", - "Farma", - "Kancelářská budova", - "Plovárna", - "Järnvägsövergång", - "Divadlo", - "Zábavní park", - "Řeka", - "Malé letiště \\(ranvej\\)", - "Velké letiště \\(ranvej\\)", - "Letištní terminál", - "Banka", - "Velkosklad", - "Most", - "Rychlé občerstvení", - "Nákladní přístav", - "Sběrný dvůr", - "Výšková budova", - "Přístaviště výletních lodí", - "Malý přístav", - "Železniční přejezd", - "Tunel", - "Chladírenský sklad", - "Elektrárna", - "Továrna", - "Šrotiště", - "Stanice metra", - "Malá chemická skladovací nádrž", - "Velká chemická skladovací nádrž", - "Hotel", - "Bar", - "Skládka", - "Kryté parkoviště", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "požární stanice", - 2: "záchranářské stanice", - 6: "oddělení Policie", - 13: "Letecké služby PČR" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); From 8266bad34ba40237a4a97471fb5cf8acd07604d5 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 17:15:17 +0200 Subject: [PATCH 54/59] :bug: [MissionHElper] Resolve Conflicts Test --- .../loadMissionData.da_DK.js | 289 --------------- .../loadMissionData.de_DE.js | 333 ------------------ .../loadMissionData.en_AU.js | 286 --------------- .../loadMissionData.en_GB.js | 296 ---------------- .../loadMissionData.en_US.js | 301 ---------------- .../loadMissionData.es_ES.js | 284 --------------- .../loadMissionData.es_MX.js | 282 --------------- .../loadMissionData.fi_FI.js | 284 --------------- .../loadMissionData.fr_FR.js | 291 --------------- .../loadMissionData.it_IT.js | 292 --------------- .../loadMissionData.ja_JP.js | 280 --------------- .../loadMissionData.ko_KR.js | 285 --------------- .../loadMissionData.nb_NO.js | 289 --------------- .../loadMissionData.nl_NL.js | 297 ---------------- .../loadMissionData.pl_PL.js | 290 --------------- .../loadMissionData.pt_BR.js | 282 --------------- .../loadMissionData.pt_PT.js | 284 --------------- .../loadMissionData.ro_RO.js | 282 --------------- .../loadMissionData.ru_RU.js | 288 --------------- .../loadMissionData.sv_SE.js | 290 --------------- .../loadMissionData.tr_TR.js | 285 --------------- .../loadMissionData.uk_UA.js | 283 --------------- modules/lss-missionHelper/writeMission.php | 26 -- 23 files changed, 6399 deletions(-) delete mode 100644 modules/lss-missionHelper/loadMissionData.da_DK.js delete mode 100644 modules/lss-missionHelper/loadMissionData.de_DE.js delete mode 100644 modules/lss-missionHelper/loadMissionData.en_AU.js delete mode 100644 modules/lss-missionHelper/loadMissionData.en_GB.js delete mode 100644 modules/lss-missionHelper/loadMissionData.en_US.js delete mode 100644 modules/lss-missionHelper/loadMissionData.es_ES.js delete mode 100644 modules/lss-missionHelper/loadMissionData.es_MX.js delete mode 100644 modules/lss-missionHelper/loadMissionData.fi_FI.js delete mode 100644 modules/lss-missionHelper/loadMissionData.fr_FR.js delete mode 100644 modules/lss-missionHelper/loadMissionData.it_IT.js delete mode 100644 modules/lss-missionHelper/loadMissionData.ja_JP.js delete mode 100644 modules/lss-missionHelper/loadMissionData.ko_KR.js delete mode 100644 modules/lss-missionHelper/loadMissionData.nb_NO.js delete mode 100644 modules/lss-missionHelper/loadMissionData.nl_NL.js delete mode 100644 modules/lss-missionHelper/loadMissionData.pl_PL.js delete mode 100644 modules/lss-missionHelper/loadMissionData.pt_BR.js delete mode 100644 modules/lss-missionHelper/loadMissionData.pt_PT.js delete mode 100644 modules/lss-missionHelper/loadMissionData.ro_RO.js delete mode 100644 modules/lss-missionHelper/loadMissionData.ru_RU.js delete mode 100644 modules/lss-missionHelper/loadMissionData.sv_SE.js delete mode 100644 modules/lss-missionHelper/loadMissionData.tr_TR.js delete mode 100644 modules/lss-missionHelper/loadMissionData.uk_UA.js delete mode 100644 modules/lss-missionHelper/writeMission.php diff --git a/modules/lss-missionHelper/loadMissionData.da_DK.js b/modules/lss-missionHelper/loadMissionData.da_DK.js deleted file mode 100644 index b0f593cc8..000000000 --- a/modules/lss-missionHelper/loadMissionData.da_DK.js +++ /dev/null @@ -1,289 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "brandbiler", - platform: "stigevogn", - heavyRescue: "redningsvogn", - air: "højtrykskompressor", - bchief: "ndsatsleder", - tanker: "vandtankvogn", - hazmat: "gift- og kemikaliekøretøj", - mcv: "ledelses- og kommunikationsmoduler", - police: "politibiler", - ambulance: "ambulancer", - arff: "ARFF", - k9: "hundepatruljer", - pmotorcycle: "Politimotorcykel", - swatArmoured: "AKS Pansret mandskabsvogn", - swatSuv: "AKS Patruljevogn", - policeHeli: "politihelikoptere", - rth: "Rednings Helikopter", - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Kreditter/)) { - credits = number; - } else if (content.match(/Påkrævede|Krav på|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Sted/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Påkrævede|Påkrævet/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Sandsynlighed/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maks\. antal patienter/)) { - patientsMax = number; - } else if (content.match(/Min\. antal patienter/)) { - patientsMin = number; - } else if (content.match(/patienttransport/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Patientspecialer/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maks\. antal fanger/)) { - prisonersMax = number; - } else if (content.match(/AKS personel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Varighed/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Helikopter/)) { - rth = number; - } else if (content.match(/Udvidelsesmissioner/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "da_DK" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Sø", - "Hostpital", - "Skov", - "Busstoppested", - "Sporvognstoppested", - "Togstation \\(lokal trafik\\)", - "Togstation \\(lokal og national /international trafik\\)", - "Godsstation", - "Supermarked \\(lille\\)", - "Supermarked \\(stort\\)", - "Benzinstation", - "Skole", - "Museum", - "Indkøbscenter", - "Bilværksted", - "Motervejsfrakørsel", - "Julemarked", - "Pakhus", - "Diskotek", - "Stadion", - "Gård", - "Kontorbygning", - "Svømmehal", - "Jernbaneovergang", - "Teater", - "Markedsplads", - "Flod", - "Lille lufthavn \\(landingsbane\\)", - "Stor lufthavn \\(landingsbane\\)", - "Lufthavnsterminal", - "Bank", - "Varehus", - "Bro", - "Fast Food-restaurant", - "Containerhavnn", - "Genbrugscenter", - "Skyskraber", - "Krydstogthavn", - "Lystbådehavn", - "Skinnekrydsning", - "Tunnel", - "Kølehus", - "Kraftværk", - "Fabrik", - "Skrotplads", - "Metrostation", - "Lille kemikalietank", - "Stor kemikalietank", - "Hotel", - "Bar", - "Losseplads", - "Parkeringshus", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "brandstationer", - 2: "redningsstationer", - 6: "politistationer", - 13: "politihelikopterstationer" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.de_DE.js b/modules/lss-missionHelper/loadMissionData.de_DE.js deleted file mode 100644 index 54d9e5543..000000000 --- a/modules/lss-missionHelper/loadMissionData.de_DE.js +++ /dev/null @@ -1,333 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: 'Löschfahrzeug|^LF', - dlk: 'Drehleiter', - rw: 'Rüstwagen', - elw1: 'ELW 1', - elw2: 'ELW 2', - atem: 'GW-A', - oel: 'GW-Öl', - mess: 'GW-Mess', - gefahr: 'GW-Gefahrgut', - gwl2: 'GW(-| )L ?2(-| )Wasser', - dekon: 'Dekon(-| )P', - fwk: 'FwK', - hoehen: 'GW-Höhenrettung', - fustw: 'Streifenwagen', - boot: 'Boot', - lebefkw: 'leBefKw', - fukw: 'FüKw', - grukw: 'GruKw', - gefkw: 'GefKw', - wawe: 'Wasserwerfer', - nef: 'NEF', - rth: 'RTH', - lna: 'KdoW-LNA', - orgl: 'KdoW-OrgL', - ambulance: 'RTW', - ktw: 'KTW oder RTW', - lfogkworw: 'LF oder GKW oder RW', - gkw: 'GKW', - mzkw: 'MzKW', - mtwtz: 'MTW-TZ', - radlader: 'BRmG R', - anhdle: 'Drucklufterzeugung', - polheli: 'Polizeihubschrauber', - arff: 'Flugfeldlöschfahrzeug', - rtf: 'Rettungstreppe', - taucher: 'Taucher', - mek: 'MEK-Fahrzeuge', - sek: 'SEK-Fahrzeuge', - gwwerk: 'GW-Werkfeuerwehr', - ulf: 'ULF', - tm: 'Teleskopmasten', - turbo: 'Turbolöscher', - gwsan: 'GW-San', - gwwa: 'GW-Wasserrettung', - rescue_dog: 'Rettungshundestaffel' - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let followup = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Credits im Durchschnitt/)) { - credits = number; - } else if (content.match(/Vorr?aussetzung(en)? an|THW-Wachen|Polizeihubschrauberstationen/)) { - stations[getStation(content)] = number; - } else if (content.match(/Ort/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Wasserbedarf/)) { - water = number; - } else if (content.match(/Benötigte|BRmG R|Drucklufterzeugung/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Durchschnittliche min. Personalanzahl \(Feuerwehr\)/)) { - special["averageMinimumEmployeesFire"] = number; - } else if (content.match(/Durchschnittliche min. Personalanzahl \(Polizei\)/)) { - special["averageMinimumEmployeesPolice"] = number; - } else if (content.match(/Anforderungswahrscheinlichkeit/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Ausbreitungsmöglichkeiten/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } else if (content.match(/Folgeeinsätze/)) { - let followupsLinks = $(this).find("a"); - followupsLinks.each(function () { - followup.push($(this).attr("href").replace(/\D/g, "")); - }); - } else if (content.match(/Minimale Anzahl an Gefangene/)) { - prisonersMin = number; - } else if (content.match(/Maximale Anzahl an Gefangene/)) { - prisonersMax = number; - } else if (content.match(/Mindest Patientenanzah/)) { - patientsMin = number; - } else if (content.match(/Maximale Patientenanzahl/)) { - patientsMax = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/transportiert/)) { - transport = number; - } else if (content.match(/Fachrichtung/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Tragehilfe/)) { - tragehilfe = number; - } else if (content.match(/RTH/)) { - rth = number; - } else if (content.match(/Dauer/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (followup) { - mission.followup = followup; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(lssm.getlink(`/modules/lss-missionHelper/writeMission.php`), { - mission: mission, - id: missionID, - lang: "de_DE" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park$", - "See", - "Krankenhaus", - "Wald", - "Bushaltestelle", - "Straßenbahnhaltestelle", - "Bahnhof \\(Regionalverkehr\\)", - "Bahnhof \\(Regionalverkehr und Fernverkehr\\)", - "Güterbahnhof", - "Supermarkt \\(Klein\\)", - "Supermarkt \\(Groß\\)", - "Tankstelle", - "Schule", - "Museum", - "Einkaufszentrum", - "Auto-Werkstatt", - "Autobahnauf.- / abfahrt", - "Weihnachtsmarkt", - "Lagerhalle", - "Diskothek", - "Stadion", - "Bauernhof", - "Bürokomplex", - "Schwimmbad", - "Bahnübergang", - "Theater", - "Festplatz", - "Fluss", - "Baumarkt", - "Flughafen \\(klein\\): Start-/Landebahn", - "Flughafen \\(klein\\): Gebäude", - "Flughafen \\(klein\\): Flugzeug Standplatz", - "Flughafen \\(groß\\): Start-/Landebahn", - "Flughafen \\(groß\\): Terminal", - "Flughafen \\(groß\\): Vorfeld / Standplätze", - "Flughafen \\(groß\\): Parkhaus", - "Biogasanlage", - "Bank", - "Kirche", - "Chemiepark", - "Industrie-Allgemein", - "Automobilindustrie", - "Müllverbrennungsanlage", - "Eishalle", - "Holzverarbeitung" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Feuerwachen", - 2: "Rettungswachen", - 6: "Polizeiwachen", - 9: "THW-Wachen", - 11: "Bereitschaftspolizeiwache", - 13: "Polizeihubschrauberstationen", - 15: "Wasserrettungswachen", - 21: "Rettungshundestaffeln", - "sek": "SEK-Wachen", - "mek": "MEK-Wachen", - "werk": "Werkfeuerwehren" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.en_AU.js b/modules/lss-missionHelper/loadMissionData.en_AU.js deleted file mode 100644 index ef349658e..000000000 --- a/modules/lss-missionHelper/loadMissionData.en_AU.js +++ /dev/null @@ -1,286 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Fire engines", - platform: "Turntable Ladder", - heavyRescue: "Major Rescue Vehicle", - boat: "Boat", - air: "BASU", - bchief: "Support Vehicle", - tanker: "Water Carrier", - hazmat: "HazMat", - mcv: "Mobile Command Vehicle", - police: "Police Car", - arff: 'ARFF', - rth: "HEMS", - k9: "K-9 Unit", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - policeHeli: "Police Helicopter", - ambulance: "Ambulance" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Average credits/)) { - credits = number; - } else if (content.match(/Required|Requirement|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Place/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Required/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probability/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Patients/)) { - patientsMax = number; - } else if (content.match(/Minimum patient number/)) { - patientsMin = number; - } else if (content.match(/transported/)) { - transport = number; - } else if (content.match(/Air Ambulance/)) { - rth = number; - } else if (content.match(/Patient Specializations/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maximum Number of Prisoners/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duration/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Expandable/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "en_AU" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Lake", - "Hospital", - "Forest", - "Bus stop", - "Tram stop", - "Train station \\(regional traffic\\)", - "Train station \\(regional traffic and long-distance travel\\)", - "Goods station", - "Supermarket \\(small\\)", - "Supermarket \\(big\\)", - "Gas station", - "School", - "Museum", - "Mall", - "Car workshop", - "Highway exit", - "Christmas market", - "Storehouse", - "Discotheque", - "Stadium", - "Farm", - "Office building", - "Swimming bath", - "Railroad Crossing", - "Theater", - "Fairground", - "River", - "Small Airport \\(Runway\\)", - "Large Airport \\(Runway\\)", - "Airport Terminal", - "Bank", - "Warehouse", - "Bridge", - "Fast Food Restaurant", - "Cargo Port", - "Recycling Centre", - "High rise", - "Cruise ship dock", - "Marina", - "Rail Crossing", - "Tunnel", - "Cold Storage Warehouse", - "Power Plant", - "Factory", - "Scrap yard", - "Subway station", - "Small chemical storage tank", - "Large chemical storage tank", - "Hotel", - "Bar", - "Landfill site" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Fire Station", - 2: "Rescue Station", - 6: "Police Station", - 13: "Police Air Wing" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.en_GB.js b/modules/lss-missionHelper/loadMissionData.en_GB.js deleted file mode 100644 index ed39499f4..000000000 --- a/modules/lss-missionHelper/loadMissionData.en_GB.js +++ /dev/null @@ -1,296 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Fire engines", - platform: "Aerial Appliance", - heavyRescue: "Rescue Support Vehicle", - air: "Breathing Apparatus Support Unit", - bchief: "Fire Officer", - tanker: "Water Carrier", - hazmat: "HazMat", - mcv: "Incident Command and Control Unit", - police: "Police Car", - ambulance: "Ambulances", - arff: "ARFF", - k9: "Dog Support Units", - swatSuv: "Armed Response Vehicle (ARV)", - rth: "HEMS", - policeHeli: "Police Helicopter", - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let followup = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Average credits/)) { - credits = number; - } else if (content.match(/Required|Requirement|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Place/)) { - poi = getPOI(content.trim().replace(/^Place/, '')); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Required/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probability of/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Patients/)) { - patientsMax = number; - } else if (content.match(/Minimum patient number/)) { - patientsMin = number; - } else if (content.match(/transported/)) { - transport = number; - } else if (content.match(/Helicopter/)) { - rth = number; - } else if (content.match(/Patient Specializations/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maximum Number of Prisoners/)) { - prisonersMax = number; - } else if (content.match(/Armed Response Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duration/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Expandable/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } else if (content.match(/Follow-Up/)) { - let followupsLinks = $(this).find("a"); - followupsLinks.each(function () { - followup.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (followup) { - mission.followup = followup; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "en_GB" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Lake", - "Hospital", - "Forest", - "Bus stop", - "Tram stop", - "Train station \\(regional traffic\\)", - "Train station \\(regional traffic and long-distance travel\\)", - "Goods station", - "Supermarket \\(small\\)", - "Supermarket \\(big\\)", - "Gas station", - "School", - "Museum", - "Mall", - "Car workshop", - "Highway exit", - "Christmas market", - "Storehouse", - "Discotheque", - "Stadium", - "Farm", - "Office Building", - "Swimming bath", - "Railroad Crossing", - "Theater", - "Fairground", - "River", - "Small Airport \\(Runway\\)", - "Large Airport \\(Runway\\)", - "Airport Terminal", - "Bank", - "Warehouse", - "Bridge", - "Fast Food Restaurant", - "Cargo Port", - "Recycling Centre", - "High rise", - "Cruise ship dock", - "Marina", - "Rail Crossing", - "Tunnel", - "Cold Storage Warehouse", - "Power Plant", - "Factory", - "Scrap yard", - "Subway station", - "Small chemical storage tank", - "Large chemical storage tank", - "Hotel", - "Bar", - "Landfill site", - "Parking Garage", - "Silo", - "Heathland" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.trim().match(new RegExp(`^${pois[i]}`))) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Fire Station", - 2: "Rescue Station", - 6: "Police Station", - 13: "Police Helicopter" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.en_US.js b/modules/lss-missionHelper/loadMissionData.en_US.js deleted file mode 100644 index 272dff59d..000000000 --- a/modules/lss-missionHelper/loadMissionData.en_US.js +++ /dev/null @@ -1,301 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Firetruck", - platform: "Platform Truck", - heavyRescue: "Heavy Rescue", - boat: "Boat", - air: "Mobile Air", - bchief: "Battalion Chief", - tanker: "Water Tanker", - hazmat: "HazMat", - mcv: "Mobile Command Vehicle", - arff: "ARFF", - largeFireboat: "large fire boat", - als: "ALS Ambulance", - bls: "BLS Ambulance", - fly: "Fly-Car", - ems: "EMS Rescue", - mcu: "Mass Casualty Unit", - largeRescueboat: "large rescue boat", - police: "Police Car", - k9: "K-9", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - rth: "HEMS", - policeHeli: "Police Helicopter", - ambulance: "Ambulances", - brushtruck: "Wildland fire engines" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Average credits/)) { - credits = number; - } else if (content.match(/Required|Requirement|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Place/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Required/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probability|probability/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Patients/)) { - patientsMax = number; - } else if (content.match(/Minimum patient number/)) { - patientsMin = number; - } else if (content.match(/transported/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Patient Specializations/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maximum Number of Prisoners/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duration/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Expandable/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "en_US" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Lake", - "Hospital", - "Forest", - "Bus stop", - "Tram stop", - "Train station \\(regional traffic\\)", - "Train station \\(regional traffic and long-distance travel\\)", - "Goods station", - "Supermarket \\(small\\)", - "Supermarket \\(big\\)", - "Gas station", - "School", - "Museum", - "Mall", - "Car workshop", - "Highway exit", - "Christmas market", - "Storehouse", - "Discotheque", - "Stadium", - "Farm", - "Office building", - "Swimming bath", - "Railroad Crossing", - "Theater", - "Fairground", - "River", - "Small Airport \\(Runway\\)", - "Large Airport \\(Runway\\)", - "Airport Terminal", - "Bank", - "Warehouse", - "Bridge", - "Fast Food Restaurant", - "Cargo Port", - "Recycling Centre", - "High rise", - "Cruise ship dock", - "Marina", - "Rail Crossing", - "Tunnel", - "Cold Storage Warehouse", - "Power Plant", - "Factory", - "Scrap yard", - "Subway station", - "Small chemical storage tank", - "Large chemical storage tank", - "Hotel", - "Bar", - "Landfill site", - "Parking Garage", - "Propane depot" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Fire Station", - 3: "Ambulance Station", - 5: "Police Station", - 8: "Police Helicopter", - 11: "fire boat", - 12: "rescue boat", - "water": "Water Rescue", - "forest": "Forestry expansion" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); - diff --git a/modules/lss-missionHelper/loadMissionData.es_ES.js b/modules/lss-missionHelper/loadMissionData.es_ES.js deleted file mode 100644 index 3b676e2c4..000000000 --- a/modules/lss-missionHelper/loadMissionData.es_ES.js +++ /dev/null @@ -1,284 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "camiones de bomberos", - platform: "camiones con plataforma", - heavyRescue: "Furgones de Útiles Varios", - air: "aéreo", - bchief: "unidades de Mando y Comunicaciones", - mcv: "unidades de mando", - tanker: "(c|C)amiones cisterna", - hazmat: "vehículos de materiales peligrosos", - police: "coches patrulla", - rth: "HEMS", - arff: "CBA", - policeHeli: "Police Helicopter", - ambulance: "Ambulancias" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Media de créditos/)) { - credits = number; - } else if (content.match(/necesarios|necesarias|Requisitos de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Lugar/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Se necesitan|necesarios|necesarias/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probabilidad/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/N\.º máximo de pacientes/)) { - patientsMax = number; - } else if (content.match(/Número mínimo de pacientes/)) { - patientsMin = number; - } else if (content.match(/transportar/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Especializaciones de pacientes/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/N\.º máximo de presos/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duración/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/helicoptero/)) { - rth = number; - } else if (content.match(/expansión/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "es_ES" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parque", - "Lago", - "Hospital", - "Bosque", - "Parada de autobús", - "Parada de tranvía", - "Parada de tren \\(cercanías\\)", - "Parada de tren \\(cercanías y larga distancia\\)", - "Estación de mercancías", - "Supermercado \\(pequeño\\)", - "Supermercado \\(grande\\)", - "Gasolinera", - "Escuela", - "Museo", - "Centro comercial", - "Taller", - "Salida de autopista", - "Mercado navideño", - "Depósito", - "Discoteca", - "Estadio", - "Granja", - "Edificio de oficinas", - "Piscina", - "Railroad Crossing", - "Cine", - "Feria", - "Río", - "Aeropuerto pequeño \\(pista\\)", - "Aeropuerto grande \\(pista\\)", - "Terminal de aeropuerto", - "Banco", - "Almacén", - "Puente", - "Restaurante de comida rápida", - "Puerto de mercancías", - "Centro de reciclaje", - "Rascacielos", - "Cubierta de yate", - "Puerto deportivo", - "Paso a nivel", - "Túnel", - "Almacén frigorífico", - "Central eléctrica", - "Fábrica", - "Chatarrería", - "Estación de metro", - "Almacén químico pequeño", - "Almacén químico grande", - "Hotel", - "Bar", - "Vertedero", - "Aparcamiento", - "Granero" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Parques de bomberos", - 2: "Estaciones de rescate", - 6: "comisarías de policía" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.es_MX.js b/modules/lss-missionHelper/loadMissionData.es_MX.js deleted file mode 100644 index 783604421..000000000 --- a/modules/lss-missionHelper/loadMissionData.es_MX.js +++ /dev/null @@ -1,282 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "camiones de bomberos", - platform: "camiones con plataforma", - heavyRescue: "Furgones de Útiles Varios", - air: "aéreo", - bchief: "unidades de Mando y Comunicaciones", - mcv: "vehículos de mando", - tanker: "(c|C)amiones cisterna", - hazmat: "vehículos de materiales peligrosos", - police: "coches patrulla", - rth: "Helicóptero HSR", - arff: "CBA", - policeHeli: "Police Helicopter", - ambulance: "Ambulancias" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Media de créditos/)) { - credits = number; - } else if (content.match(/necesarios|necesarias|Requisitos de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Lugar/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Se necesitan|necesarios|necesarias/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probabilidad/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/N\.º máximo de pacientes/)) { - patientsMax = number; - } else if (content.match(/Número mínimo de pacientes/)) { - patientsMin = number; - } else if (content.match(/transportar/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Especializaciones de pacientes/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/N\.º máximo de presos/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duración/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/expansión/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "es_MX" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parque", - "Lago", - "Hospital", - "Bosque", - "Parada de autobús", - "Parada de tranvía", - "Parada de tren \\(cercanías\\)", - "Parada de tren \\(cercanías y larga distancia\\)", - "Estación de mercancías", - "Supermercado \\(pequeño\\)", - "Supermercado \\(grande\\)", - "Gasolinera", - "Escuela", - "Museo", - "Centro comercial", - "Taller", - "Salida de autopista", - "Mercado navideño", - "Depósito", - "Discoteca", - "Estadio", - "Granja", - "Edificio de oficinas", - "Piscina", - "Railroad Crossing", - "Cine", - "Feria", - "Río", - "Aeropuerto pequeño \\(pista\\)", - "Aeropuerto grande \\(pista\\)", - "Terminal de aeropuerto", - "Banco", - "Almacén", - "Puente", - "Restaurante de comida rápida", - "Puerto de mercancías", - "Centro de reciclaje", - "Rascacielos", - "Cubierta de yate", - "Puerto deportivo", - "Paso a nivel", - "Túnel", - "Almacén frigorífico", - "Central eléctrica", - "Fábrica", - "Chatarrería", - "Estación de metro", - "Almacén químico pequeño", - "Almacén químico grande", - "Hotel", - "Bar", - "Vertedero", - "Aparcamiento", - "Granero" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Parques de bomberos", - 2: "Estaciones de rescate", - 6: "comisarías de policía" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.fi_FI.js b/modules/lss-missionHelper/loadMissionData.fi_FI.js deleted file mode 100644 index 7e51ca326..000000000 --- a/modules/lss-missionHelper/loadMissionData.fi_FI.js +++ /dev/null @@ -1,284 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "paloautot", - platform: "nostolava-auto", - heavyRescue: "raskaat pelastusautot", - air: "aéreo", - bchief: "johtoauto", - mcv: "johtokeskusauto", - tanker: "säiliöauto", - hazmat: "kemikaalitorjunta-auto", - police: "poliisiauto", - rth: "Lääkärihelikopteri", - arff: "lentokenttäpaloauto", - policeHeli: "Police Helicopter", - ambulance: "Ambulanțe" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Keskim\. krediitit/)) { - credits = number; - } else if (content.match(/Vaaditut/)) { - stations[getStation(content)] = number; - } else if (content.match(/Paikka/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Vaaditut/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Todennäköisyys/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Potilaita enint\./)) { - patientsMax = number; - } else if (content.match(/Potilaiden vähimmäismäärä/)) { - patientsMin = number; - } else if (content.match(/joudutaan kuljettamaan/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/erikoisalat/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Vankien enimmäismäärä/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Durată/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Helikopteripyynnön/)) { - rth = number; - } else if (content.match(/Laajennettavat/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "fi_FI" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Puisto", - "Järvi", - "Sairaala", - "Metsä", - "Linja-autopysäkki", - "Raitiovaunupysäkki", - "Rautatieasema \\(paikallisliikenne\\)", - "Rautatieasema \\(paikallis- ja pitkän matkan liikenne\\)", - "Tavara-asema", - "Valintamyymälä \\(pieni\\)", - "Valintamyymälä \\(iso\\)", - "Huoltoasema", - "Koulu", - "Museo", - "Ostoskeskus", - "Autokorjaamo", - "Moottoritien poistumisliittymä", - "Joulumarkkinat", - "Varastorakennus", - "Disko", - "Stadion", - "Maatila", - "Toimistorakennus", - "Uima-allas", - "Trecere de cale ferată", - "Teatteri", - "Messukenttä", - "Joki", - "Pieni lentoasema \\(kiitorata\\)", - "Suuri lentokenttä \\(kiitorata\\)", - "Lentokenttäterminaali", - "Pankki", - "Varasto", - "Silta", - "Pikaruokaravintola", - "Rahtisatama", - "Kierrätyskeskus", - "Pilvenpiirtäjä", - "Risteilyaluslaituri", - "Venesatama", - "Rautatieristeys", - "Tunneli", - "Kylmävarasto", - "Voimalaitos", - "Tehdas", - "Romuttamo", - "Metroasema", - "Pieni kemikaalisäiliö", - "Iso kemikaalisäiliö", - "Hotelli", - "Baari", - "Kaatopaikka", - "Pysäköintihalli", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "paloasemat", - 2: "ambulanssiasemat", - 6: "poliisiasemat" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.fr_FR.js b/modules/lss-missionHelper/loadMissionData.fr_FR.js deleted file mode 100644 index 2e2d21194..000000000 --- a/modules/lss-missionHelper/loadMissionData.fr_FR.js +++ /dev/null @@ -1,291 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Fourgons d’incendie", - platform: "(M|m)oyen (E|e)lévateur (A|a)érien", - heavyRescue: "Véhicule de secours routier", - boat: "Boat", - air: "Assistance respiratoire", - bchief: "de groupe", - tanker: "(c|C)amion-citerne[^s]", - hazmat: "risques technologiques", - police: "police", - arff: 'ARFF', - mcv: 'poste de commandement', - rth: "hélicoptère", - policeHeli: "Police Helicopter", - ambulance: "Ambulances", - gkw: 'VTU', - hoehen: 'VGRIMP' - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Crédits moyens/)) { - credits = number; - } else if (content.match(/requises|requis|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Lieu/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/requis|requises/) && !content.match(/Spécialistes IMP/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Moyenne minimale Pompiers/)) { - special["averageMinimumEmployeesFire"] = number; - } else if (content.match(/Spécialistes IMP/)) { - special["averageMinimumEmployeesHoehen"] = number; - } else if (content.match(/Chances qu’un|Chances que/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Patients/)) { - patientsMax = number; - } else if (content.match(/minimal de patients/)) { - patientsMin = number; - } else if (content.match(/transport/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Spécialisation de patients/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/maximal de prisonniers/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Durée/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/hélicoptère/)) { - rth = number; - } else if (content.match(/Missions à extension/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "fr_FR" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parc", - "Lac", - "Hôpital", - "Forêt", - "Arrêt de bus", - "Arrêt de tram", - "Gare ferroviaire \\(trajets régionaux\\)", - "Gare ferroviaire \\(trajets régionaux et grandes lignes\\)", - "Supérette", - "Supermarché \\(petit\\)", - "Supermarché \\(grand\\)", - "Station-service", - "École", - "Musée", - "Centre commercial", - "Garage automobile", - "Sortie d’autoroute", - "Marché de Noël", - "Hangar", - "Discothèque", - "Stade", - "Ferme", - "Bureaux", - "Piscine", - "Passage à niveau", - "Théâtre", - "Fête foraine", - "Rivière", - "Petit aéroport \\(piste\\)", - "Grand aéroport \\(piste\\)", - "Terminal d’aéroport", - "Banque", - "Entrepôt", - "Pont", - "Restauration rapide", - "Port de fret", - "Centre de recyclage", - "Tour", - "Quai de navire de croisière", - "Marina", - "Croisement de voie ferrée", - "Tunnel", - "Entrepôt frigorifique", - "Centrale électrique", - "Usine", - "Casse", - "Station de métro", - "Petite citerne de produits chimiques", - "Grande citerne de produits chimiques", - "Hôtel", - "Bar", - "Décharge", - "Parking couvert", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Casernes de pompiers", - 2: "Postes de secours", - 6: "postes de police" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.it_IT.js b/modules/lss-missionHelper/loadMissionData.it_IT.js deleted file mode 100644 index 6f33f3161..000000000 --- a/modules/lss-missionHelper/loadMissionData.it_IT.js +++ /dev/null @@ -1,292 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "APS/ABP", - platform: "(a|A)utoscal", - heavyRescue: "polisoccorso", - air: "Carro", - bchief: "Funzionar", - fwk: "Autogrù", - tanker: "Kilolit", - hazmat: "NBCR|N.B.C.R", - mcv: "UCL", - police: "Pattuglie", - rth: "elisoccorso", - ambulance: "Ambulanze", - arff: "ARFF", - k9: "unitò cinofila antidroga", - pmotorcycle: "Moto della Polizia", - swatArmoured: "furgone Antisommossa", - swatSuv: "Suv UOPI", - policeHeli: "elicottero della polizia" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Media dei crediti/)) { - credits = number; - } else if (content.match(/richieste|Requisito|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Luogo/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/richieste|richiesti|richiesta|richiesto|Richiesti|necessaria|Richiesta|Richiesto/) && !content.match(/del Fuoco/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/del Fuoco/)) { - special["averageMinimumEmployeesFire"] = number; - } else if (content.match(/Possibilità|richiesta|Possibile/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max Pazienti/)) { - patientsMax = number; - } else if (content.match(/Numero minimo di pazienti/)) { - patientsMin = number; - } else if (content.match(/trasportato/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Specializzazioni pazienti/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Numero massimo di detenuti/)) { - prisonersMax = number; - } else if (content.match(/Armed Response Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/elisoccorso/)) { - rth = number; - } else if (content.match(/Durata/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Missioni espandibili/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "it_IT" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parco", - "Lago", - "Ospedale", - "Bosco", - "Fermata dell'autobus", - "Fermata del tram", - "Stazione ferroviaria \\(traffico regionale\\)", - "Stazione ferroviaria \\(traffico regionale e viaggi a lunga distanza\\)", - "Stazione merci", - "Supermercato \\(piccolo\\)", - "Supermercato \\(grande\\)", - "Stazione di servizio", - "Scuola", - "Museo", - "Centro commercial", - "Officina meccanica", - "Uscita autostradale", - "Mercatino di Natale", - "Storehouse", - "Discoteca", - "Stadio", - "Azienda agricola", - "Edificio adibito a uffici", - "Piscina", - "Railroad Crossing", - "Teatro", - "Luna park", - "Fiume", - "Piccolo aeroporto \\(pista\\)", - "Grande aeroporto \\(pista\\)", - "Terminal aeroporto", - "Banca", - "Magazzino", - "Ponte", - "Tavola calda", - "Porto mercantile", - "Piattaforma ecologica", - "Grattacielo", - "Molo navi da crociera", - "Porticciolo", - "Passaggio a livello", - "Galleria", - "Magazzino a celle frigorifere", - "Centrale elettrica", - "Fabbrica", - "Deposito rottami", - "Stazione metropolitana", - "Piccolo serbatoio di accumulo sostanze chimiche", - "Grande serbatoio di accumulo sostanze chimiche", - "Hotel", - "Bar", - "Discarica", - "Parcheggio coperto", - "Silos" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Caserme dei vigili del fuoco", - 2: "Stazioni di soccorso", - 6: "stazioni di polizia", - 13: "elicotteri della polizia" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.ja_JP.js b/modules/lss-missionHelper/loadMissionData.ja_JP.js deleted file mode 100644 index f5a22575e..000000000 --- a/modules/lss-missionHelper/loadMissionData.ja_JP.js +++ /dev/null @@ -1,280 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "消防車が", - platform: "プラットフォームトラック", - heavyRescue: "大型救助車", - air: "aéreo", - bchief: "消防隊", - mcv: "vehículos de mando", - tanker: "ウォータータンカー", - hazmat: "危険物取扱車両が", - police: "警察車両が", - rth: "Helicóptero HSR", - arff: "空港用消防", - policeHeli: "Police Helicopter", - ambulance: "救急車" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/レジット/)) { - credits = number; - } else if (content.match(/必要/)) { - stations[getStation(content)] = number; - } else if (content.match(/場所/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/必要|が必要|必要な/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/な確率|が必要|が必要な確率/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/最大患者/)) { - patientsMax = number; - } else if (content.match(/患者最低数/)) { - patientsMin = number; - } else if (content.match(/輸送/)) { - transport = number; - } else if (content.match(/患者の専門性/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/囚人の最高数/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/期間/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/延長できるミッション/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "ja_JP" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "公園", - "湖", - "病院", - "森", - "バス停", - "電車停留所", - "駅\\(普通車両\\)", - "駅\\(普通車両と長距離路線\\)", - "雑貨屋", - "スーパーマーケット\\(小型\\)", - "スーパーマーケット\\(大型\\)", - "ガソリンスタンド", - "学校", - "博物館", - "ショッピングモール", - "車整備店", - "高速インター", - "高速道路出口", - "Storehouse", - "ディスコ", - "スタジアム", - "牧場", - "オフィスビル", - "プール", - "Railroad Crossing", - "映画館", - "イベント会場", - "河川", - "小型空港\\(滑走路\\)", - "大型空港\\(滑走路\\)", - "空港ターミナル", - "銀行", - "倉庫", - "橋", - "ファストフードレストラン", - "貨物港", - "リサイクルセンター", - "高層ビル", - "クルーズ船ドック", - "マリーナ", - "踏切", - "トンネル", - "低温倉庫", - "発電所", - "工場", - "ゴミ処分場", - "地下鉄駅", - "化学薬品タンク\\(小型\\)", - "化学薬品タンク\\(大型\\)", - "ホテル", - "バー", - "処分場", - "駐車ガレージ", - "サイロ" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "な消防局", - 2: "な救助ステーション", - 6: "警察ステーションが" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.ko_KR.js b/modules/lss-missionHelper/loadMissionData.ko_KR.js deleted file mode 100644 index db77b392b..000000000 --- a/modules/lss-missionHelper/loadMissionData.ko_KR.js +++ /dev/null @@ -1,285 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "소방차", - platform: "플랫폼 트럭", - heavyRescue: "중장비 구조 차량", - air: "Breathing Apparatus Support Unit", - bchief: "소방대장", - tanker: "수상 탱커", - hazmat: "생화학 차량", - mcv: "Incident Command and Control Unit", - police: "경찰차", - ambulance: "구급차", - arff: "ARFF", - k9: "Dog Support Units", - swatSuv: "Armed Response Vehicle (ARV)", - rth: "HEMS", - policeHeli: "Police Helicopter", - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/평균 크레딧/)) { - credits = number; - } else if (content.match(/필요한|요건/)) { - stations[getStation(content)] = number; - } else if (content.match(/공간/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/필요한/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/필요 가능성/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/최대 환자/)) { - patientsMax = number; - } else if (content.match(/최소 환자 수/)) { - patientsMin = number; - } else if (content.match(/환자가 이송될 확률/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/환자 전문화/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/최대 죄수 수/)) { - prisonersMax = number; - } else if (content.match(/Armed Response Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/기간/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/확장할 수 있는 임무/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "ko_KR" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "공원", - "호수", - "병원", - "숲", - "버스 정류장", - "전차 정류장", - "기차역\\(지역 교통\\)", - "기차역\\(지역 교통 및 장거리 여행역\\)", - "화물역", - "슈퍼마켓\\(소형\\)", - "슈퍼마켓\\(대형\\)", - "주유소", - "학교", - "박물관", - "쇼핑몰", - "차량 정비소", - "고속도로 출구", - "크리스마스 마켓", - "저장소", - "디스코텍", - "경기장", - "농장", - "사무용 건물", - "수영장", - "철길 건널목", - "극장", - "박람회장", - "강", - "소형 공항\\(활주로\\)", - "대형 공항\\(활주로\\)", - "공항 터미널", - "은행", - "창고", - "다리", - "패스트푸드 레스토랑", - "적하구", - "재활용 센터", - "고층 건물", - "유람선 부두", - "정박지", - "철도 건널목", - "터널", - "냉동 창고", - "발전소", - "공장", - "고철 처리장", - "지하철역", - "소형 화학물질 저장 탱크", - "대형 화학물질 저장 탱크", - "호텔", - "술집", - "매립지", - "주차장", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "소방서", - 2: "구조대", - 6: "경찰서", - 13: "Police Helicopter" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.nb_NO.js b/modules/lss-missionHelper/loadMissionData.nb_NO.js deleted file mode 100644 index e4e4b3fb7..000000000 --- a/modules/lss-missionHelper/loadMissionData.nb_NO.js +++ /dev/null @@ -1,289 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "brannbiler", - platform: "høyderedskap", - heavyRescue: "redningsbiler", - air: "røykdykk", - bchief: "innsatsledere fra brann", - tanker: "tankbiler", - hazmat: "CBRN", - mcv: "utryckningsfordon", - police: "politibiler", - ambulance: "ambulanser", - arff: "brann- og redningstjeneste for fly", - k9: "hundepatruljer", - pmotorcycle: "Politimotorsykkel", - swatArmoured: "Pansret kjøretøy", - swatSuv: "Delta kjøretøy", - policeHeli: "politihelikoptere", - rth: "Räddningshelikopter" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Gjennomsnittlig kreditt/)) { - credits = number; - } else if (content.match(/Nødvendige|Krav på|Min.|Minimum/)) { - stations[getStation(content)] = number; - } else if (content.match(/Sted/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Nødvendige|Nødvendig/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Sannsynlighet/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maks pasienter/)) { - patientsMax = number; - } else if (content.match(/Minste antall pasienter/)) { - patientsMin = number; - } else if (content.match(/transporteres/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Sykehusavdeling/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maks antall pågripelser/)) { - prisonersMax = number; - } else if (content.match(/delta-personell/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Varighet/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/helikopter/)) { - rth = number; - } else if (content.match(/Utvidbare oppdrag/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "nb_NO" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Innsjø", - "Sykehus", - "Skog", - "Busstopp", - "Trikkestopp", - "Togstasjon \\(regional\\)", - "Togstasjon \\(regional og langdistanse\\)", - "Godsstasjon", - "Matvarebutikk \\(liten\\)", - "Matvarebutikk \\(stor\\)", - "Bensinstasjon", - "Skole", - "Museum", - "Kjøpesenter", - "Bilverksted", - "Motorveiavkjøring", - "Julemarked", - "Lagerbygning", - "Nattklubb", - "Stadion", - "Gård", - "Kontorbygning", - "Basseng", - "Järnvägsövergång", - "Teater", - "Tivoli", - "Elv", - "Liten flyplass \\(flystripe\\)", - "Stor flyplass \\(flystripe\\)", - "Flyplassterminal", - "Bank", - "Varehus", - "Bro", - "Gatekjøkken", - "Cargohavn", - "Gjenvinningssenter", - "Skyskraper", - "Cruisehavn", - "Marina", - "Planovergang", - "Tunnel", - "Kaldt varehus", - "Kraftverk", - "Fabrikk", - "Skrotplass", - "Metrostasjon", - "Liten kjemisk lagringstank", - "Stor kjemisk lagringstank", - "Hotell", - "Bar", - "Deponi", - "Parkeringshus", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "brannstasjoner", - 2: "ambulansestasjoner", - 6: "politistasjoner", - 13: "politihelikopter stasjoner" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.nl_NL.js b/modules/lss-missionHelper/loadMissionData.nl_NL.js deleted file mode 100644 index 948d6deb8..000000000 --- a/modules/lss-missionHelper/loadMissionData.nl_NL.js +++ /dev/null @@ -1,297 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "(t|T)ankautospuiten", - police: "(n|N)oodhulpeenheden", - bchief: "OvD-B", - redvoertuig: "((r|R)edvoertuigen)|((h|H)oogwerker)", - slangenwagen: "(s|S)langenwagen", - hulpverlening: "(h|H)ulpverleningsvoertuigen", - adembescherming: "Adembeschermingsvoertuig", - hovd: "HOVD", - waarschuwing: "Waarschuwings", - gevaar: "Gevaarlijke Stoffen", - ovdp: "Officier(s?) van Dienst Politie", - commando: "Commandowagen", - ambulance: "Ambulance", - mmtarts: "MMT-arts", - megroep: "ME Groepsvoertuig", - mecommando: "ME Commandovoertuigen", - polHeli: "politie helikopter", - watervoertuig: "Waterongevallenvoertuig", - wateraanhanger: "(w|W)aterongevallenaanhangers", - hond: "Hondengeleider", - crashtender: "Crashtender", - afoosc: "AFO/OSC", - atc: "AT Commandant", - ato: "AT Operator", - atm: "AT Materiaalwagen", - press: "Voorlichter" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let mmtarts = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Credits/)) { - credits = number; - } else if (content.match(/Benodigd|Minimaal politie helikopter/)) { - stations[getStation(content)] = number; - } else if (content.match(/POI locatie/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/waarschijnlijkheid|benodigdheid/)) { - percentages[getVehicle(content)] = number; - } else if (content.match(/[bB]enodigd|Crashtender/)) { - vehicles[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maximale patiënten/)) { - patientsMax = number; - } else if (content.match(/Minimale aantal slachtoffers/)) { - patientsMin = number; - } else if (content.match(/getransporteerd/)) { - transport = number; - } else if (content.match(/MMT-Arts/)) { - mmtarts = number; - } else if (content.match(/Gespecialiseerde afdeling/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/gevangenen/)) { - prisonersMax = number; - } else if (content.match(/Duur/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Uitbreidingsmogelijkheid/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (mmtarts) { - mission.mmtarts = mmtarts; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (mmtarts) { - mission.patients.mmtarts = mmtarts; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "nl_NL" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Meer", - "Ziekenhuis", - "Bos", - "Bushalte", - "Tramhalte", - "Station", - "Centraal Station", - "Rangeeremplacement", - "Buurtsuper", - "Supermarkt", - "Tankstation", - "School", - "Museum", - "Winkelcentrum", - "Garage", - "Snelweg oprit / afrit", - "Kerstmarkt", - "Magazijn", - "Café/Club", - "Stadion", - "Boerderij", - "Kantoorgebouw", - "Zwembad", - "Spoorwegovergang", - "Theater", - "Marktplein", - "Rivier", - "Sloot", - "Vliegveld \\(klein\\): Start-/Landingsbaan", - "Vliegveld \\(klein\\): Gebouw", - "Vliegveld \\(klein\\): Vliegtuig parkeerplaats", - "Vliegveld \\(groot\\): Start-/Landingsbaan", - "Vliegveld \\(groot\\): Terminal", - "Vliegveld \\(groot\\): Platform / Gate", - "Vliegveld \\(groot\\): Parkeergarage", - "Parkeergarage", - "Verzorgingshuis", - "Manege", - "Hotel", - "Restaurant", - "Bankkantoor", - "Sporthal", - "Camping", - "Gevangenis", - "Asielzoekerscentrum", - "Afvalverwerker", - "Kerkgebouw", - "Bouwmarkt", - "Transformatorhuisje", - "Industrieterrein", - "Bedrijventerrein", - "Haventerrein", - "Bouwterrein" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "brandweerposten", - 3: "Ambulancestandplaats", - 5: "politiebureau", - 9: "politie helikopter", - 11: "Hoofdbureau", - "water": "waterongevallenbestrijdingafdelingen" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); - diff --git a/modules/lss-missionHelper/loadMissionData.pl_PL.js b/modules/lss-missionHelper/loadMissionData.pl_PL.js deleted file mode 100644 index c1f51a470..000000000 --- a/modules/lss-missionHelper/loadMissionData.pl_PL.js +++ /dev/null @@ -1,290 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "samochody pożarnicze", - platform: "SP wysokościow", - heavyRescue: "ratownictwa technicznego", - air: "SPGaz", - bchief: "Oficera Operacyjnego", - tanker: "z wodą", - hazmat: "SP Rchem", - mcv: "samochody dowodzenia i łączności", - police: "radiowozy", - rth: "śmigłowiec LPR", - ambulance: "ambulanse", - arff: "SP LSP", - k9: "Jednostki K-9", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - policeHeli: "Helikopteru Policyjnego", - ambulance: "ambulanse" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Średnie kredyty/)) { - credits = number; - } else if (content.match(/Wymagane|Wymagany|Wymagania|Minimalnie/)) { - stations[getStation(content)] = number; - } else if (content.match(/Miejsce/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Wymagane|Wymagany|Potrzeba/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Szanse/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maks\. Pacjenci/)) { - patientsMax = number; - } else if (content.match(/Minimalna liczba pacjentów/)) { - patientsMin = number; - } else if (content.match(/transport pacjenta/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Rodzaj pacjenta/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maksymalna liczba więźniów/)) { - prisonersMax = number; - } else if (content.match(/Wymagani policjanci SPKP/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/trwania/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/śmigłowiec LPR/)) { - rth = number; - } else if (content.match(/można rozwinąć/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "pl_PL" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Jezioro", - "Szpital", - "Las", - "Przystanek autobusowy", - "Przystanek tramwajowy", - "Dworzec kolejowy \\(ruch podmiejski\\)", - "Dworzec kolejowy \\(ruch podmiejski i dalekobieżny\\)", - "Stacja towarowa", - "Supermarket \\(mały\\)", - "Supermarket \\(duży\\)", - "Stacja paliw", - "Szkoła", - "Muzeum", - "Centrum handlowe", - "Warsztat samochodowy", - "Zjazd z autostrady", - "Jarmark Bożonarodzeniowy", - "Storehouse", - "Dyskoteka", - "Stadion", - "Gospodarstwo rolne", - "Biurowiec", - "Basen", - "Przejazd kolejowy", - "Teatr", - "Teren wystawowy", - "Rzeka", - "Mały port lotniczy \\(pas startowy\\)", - "Duży port lotniczy \\(pas startowy\\)", - "Terminal portu lotniczego", - "Bank", - "Magazyn", - "Most", - "Bar szybkiej obsługi", - "Cargo-port", - "Centrum segregacji odpadów", - "Wieżowiec", - "Dok dla wycieczkowców", - "Marina", - "Przejazd kolejowo-drogowy", - "Tunel", - "Chłodnia składowa", - "Elektrownia", - "Fabryka", - "Składowisko złomu", - "Stacja metra", - "Mały zbiornik na substancje chemiczne", - "Duży zbiornik na substancje chemiczne", - "Hotel", - "Bar", - "Składowisko odpadów", - "Parking", - "Silos" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "straży pożarnej", - 2: "ratunkowego", - 6: "policji", - 13: "stacji Helikopterów Policyjnych" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.pt_BR.js b/modules/lss-missionHelper/loadMissionData.pt_BR.js deleted file mode 100644 index 9bae57a82..000000000 --- a/modules/lss-missionHelper/loadMissionData.pt_BR.js +++ /dev/null @@ -1,282 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Caminhões de bombeiro", - platform: "plataforma", - heavyRescue: "Veículos de resgate pesado", - air: "aéreo", - bchief: "batalhão", - mcv: "vehículos de mando", - tanker: "pipa", - hazmat: "produtos perigosos", - police: "Viaturas de polícia", - rth: "Helicóptero HSR", - arff: "Defesa Civil", - policeHeli: "Police Helicopter", - ambulance: "Ambulâncias" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Créditos médios/)) { - credits = number; - } else if (content.match(/necessárias|Requisito|Requisitos de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Local/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/necessários|necessárias|necessária/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probabilidade/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Máx\. de Pacientes/)) { - patientsMax = number; - } else if (content.match(/Número mínimo de paciente/)) { - patientsMin = number; - } else if (content.match(/transportado/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Especializações de paciente/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Número máximo de detentos/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duração/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/expansíveis/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "pt_BR" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parque", - "Lago", - "Hospital", - "Floresta", - "Ponto de ônibus", - "Ponto de bonde", - "Estação de trem \\(tráfego regional\\)", - "Estação de trem \\(tráfego regional e viagem de longa distância\\)", - "Estação de mercadorias", - "Supermercado \\(pequeno\\)", - "Supermercado \\(grande\\)", - "Posto de combustível", - "Escola", - "Museu", - "Shopping", - "Oficina mecânica", - "Saída de rodovia", - "Mercado de natal", - "Armazém", - "Discoteca", - "Estádio", - "Fazenda", - "Edifício comercial", - "Piscina", - "Railroad Crossing", - "Teatro", - "Feira", - "Rio", - "Aeroporto pequeno \\(pista\\)", - "Aeroporto grande \\(pista\\)", - "Terminal de aeroporto", - "Banco", - "Depósito", - "Ponte", - "Lanchonete de fast food", - "Porto de carga", - "Centro de reciclagem", - "Arrancha-céus", - "Doca de cruzeiro", - "Marina", - "Passagem de nível", - "Túnel", - "Armazém refrigerado", - "Usina elétrica", - "Fábrica", - "Ferro velho", - "Estação de metrô", - "Tanque de armazenamento químico pequeno", - "Tanque de armazenamento químico grande", - "Hotel", - "Bar", - "Aterro sanitário", - "Garagem de estacionamento", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "corpos de bombeiros", - 2: "Estações de resgate", - 6: "delegacias de polícia" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.pt_PT.js b/modules/lss-missionHelper/loadMissionData.pt_PT.js deleted file mode 100644 index df7f4745d..000000000 --- a/modules/lss-missionHelper/loadMissionData.pt_PT.js +++ /dev/null @@ -1,284 +0,0 @@ -const missionlink = $('#mission_help').attr('href')||window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Caminhões de bombeiro", - platform: "plataforma", - heavyRescue: "Veículos de resgate pesado", - air: "aéreo", - bchief: "batalhão", - mcv: "vehículos de mando", - tanker: "pipa", - hazmat: "produtos perigosos", - police: "Viaturas de polícia", - rth: "Heli INEM", - arff: "Defesa Civil", - policeHeli: "Police Helicopter", - ambulance: "Ambulâncias" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Créditos médios/)) { - credits = number; - } else if (content.match(/necessárias|Requisito|Requisitos de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Local/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/necessários|necessárias|necessária/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Probabilidade/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function(){ - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Máx\. de Pacientes/)) { - patientsMax = number; - } else if (content.match(/Número mínimo de paciente/)) { - patientsMin = number; - } else if (content.match(/transportado/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/helicóptero/)) { - rth = number; - } else if (content.match(/Especializações de paciente/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Número máximo de detentos/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Duração/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/expansíveis/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function() { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "pt_PT" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parque", - "Lago", - "Hospital", - "Floresta", - "Ponto de ônibus", - "Ponto de bonde", - "Estação de trem \\(tráfego regional\\)", - "Estação de trem \\(tráfego regional e viagem de longa distância\\)", - "Estação de mercadorias", - "Supermercado \\(pequeno\\)", - "Supermercado \\(grande\\)", - "Posto de combustível", - "Escola", - "Museu", - "Shopping", - "Oficina mecânica", - "Saída de rodovia", - "Mercado de natal", - "Armazém", - "Discoteca", - "Estádio", - "Fazenda", - "Edifício comercial", - "Piscina", - "Railroad Crossing", - "Teatro", - "Feira", - "Rio", - "Aeroporto pequeno \\(pista\\)", - "Aeroporto grande \\(pista\\)", - "Terminal de aeroporto", - "Banco", - "Depósito", - "Ponte", - "Lanchonete de fast food", - "Porto de carga", - "Centro de reciclagem", - "Arrancha-céus", - "Doca de cruzeiro", - "Marina", - "Passagem de nível", - "Túnel", - "Armazém refrigerado", - "Usina elétrica", - "Fábrica", - "Ferro velho", - "Estação de metrô", - "Tanque de armazenamento químico pequeno", - "Tanque de armazenamento químico grande", - "Hotel", - "Bar", - "Aterro sanitário", - "Garagem de estacionamento", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "corpos de bombeiros", - 2: "Estações de resgate", - 6: "delegacias de polícia" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.ro_RO.js b/modules/lss-missionHelper/loadMissionData.ro_RO.js deleted file mode 100644 index 16d19972a..000000000 --- a/modules/lss-missionHelper/loadMissionData.ro_RO.js +++ /dev/null @@ -1,282 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "Mașini de pompieri", - platform: "platformă", - heavyRescue: "grele de salvare", - air: "aéreo", - bchief: "Șeful de batalion", - mcv: "comandă forțe mobile", - tanker: "de apă", - hazmat: "mărfurilor periculoase", - police: "Mașini de poliție", - rth: "Helicóptero HSR", - arff: "Serviciu aeronautic de salvare și luptă împotriva incendiilor", - policeHeli: "Police Helicopter", - ambulance: "Ambulanțe" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Credite în medie/)) { - credits = number; - } else if (content.match(/necesare|Necesitate de/)) { - stations[getStation(content)] = number; - } else if (content.match(/Loc/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/necesare|necesar/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/să fie|Probabilitate/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Max\. Pacienți/)) { - patientsMax = number; - } else if (content.match(/Număr minim de pacienți/)) { - patientsMin = number; - } else if (content.match(/nevoie de transport/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Specializări pentru tratarea pacienților/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Număr maxim de deținuți/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Durată/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/expandabile/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "ro_RO" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Parc", - "Lac", - "Spital", - "Pădure", - "Stație de autobuz", - "Stație de tramvai", - "Gară \\(trafic regional\\)", - "Gară \\(trafic regional și deplasări pe distanțe lungi\\)", - "Stație de marfă", - "Supermarket \\(mic\\)", - "Supermarket \\(mare\\)", - "Stație de benzină", - "Școală", - "Muzeu", - "Centru comercial", - "Atelier auto", - "Ieșire pe autostradă", - "Târg de Crăciun", - "asdasdasd", - "Discotecă", - "Stadion", - "Fermă", - "Clădire de birouri", - "Bazin de înot", - "Trecere de cale ferată", - "Teatru", - "Bâlci", - "Râu", - "Aeroport mic \\(pistă\\)", - "Aeroport mare \\(pistă\\)", - "Terminal aeroport", - "Bancă", - "Magazie", - "Pod", - "Restaurant fast-food", - "Port pentru mărfuri", - "Centru de reciclare", - "Bloc cu multe etaje", - "Doc pentru nave de croazieră", - "Debarcader", - "Trecere de nivel", - "Tunel", - "Depozit frigorific", - "Centrală electrică", - "Fabrică", - "Depozit de fier vechi", - "Stație de metrou", - "Rezervor mic pentru stocarea de substanțe chimice", - "Rezervor mare pentru stocarea de substanțe chimice", - "Hotel", - "Bar", - "Depozit", - "Parcare", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "Stații de pompieri", - 2: "Stații de salvare", - 6: "Secții de poliție" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.ru_RU.js b/modules/lss-missionHelper/loadMissionData.ru_RU.js deleted file mode 100644 index 361d5528a..000000000 --- a/modules/lss-missionHelper/loadMissionData.ru_RU.js +++ /dev/null @@ -1,288 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "пожарные машины", - platform: "платформы", - heavyRescue: "спасательных работ", - boat: "Boat", - air: "респираторной", - bchief: "командира батальона", - tanker: "цистерны с водой", - hazmat: "обезвреживания", - police: "полицейские автомобили", - arff: 'АПСР', - mcv: "мобильные командные пункты", - rth: "вертолёта", - k9: "полицейские собаки", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - policeHeli: "полицейский вертолет", - ambulance: "скорые" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Кредиты/)) { - credits = number; - } else if (content.match(/Требуемые|Требуемое|Мин./)) { - stations[getStation(content)] = number; - } else if (content.match(/Место/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Требуемые|Требуются|Нужны|Нужен/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Вероятность/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Макс\. Пациенты/)) { - patientsMax = number; - } else if (content.match(/Минимальное число пациентов/)) { - patientsMin = number; - } else if (content.match(/транспортировки/)) { - transport = number; - } else if (content.match(/вертолёта/)) { - rth = number; - } else if (content.match(/Специализации пациента/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Макс\. число заключённых/)) { - prisonersMax = number; - } else if (content.match(/состав спецназа/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Продолжительность/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Доступные к расширению задания/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "ru_RU" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Парк", - "Озеро", - "Больница", - "Лес", - "Автобусная остановка", - "Трамвайная остановка", - "Железнодорожная станция", - "Железнодорожный вокзал", - "Товарная станция", - "Супермаркет \\(небольшой\\)", - "Супермаркет \\(большой\\)", - "Автозаправка", - "Школа", - "Музей", - "Торговый центр", - "Автомастерская", - "Съезд с трассы", - "Рождественский рынок", - "Storehouse", - "Дискотека", - "Стадион", - "Ферма", - "Офисное здание", - "Бассейн", - "Railroad Crossing", - "Театр", - "Ярмарка", - "Река", - "Малый аэропорт \\(ВПП\\)", - "Большой аэропорт \\(ВПП\\)", - "Терминал аэропорта", - "Банк", - "Склад", - "Мост", - "Ресторан быстрого питания", - "Грузовой порт", - "Центр переработки ВО", - "Высотка", - "Причал круизных лайнеров", - "Гавань", - "Железнодорожный переезд", - "Тоннель", - "Холодный склад", - "Электростанция", - "Фабрика", - "Утилизационный склад", - "Станция метро", - "Малое хранилище химикатов", - "Большое хранилище химикатов", - "Гостиница", - "Бар", - "Свалка", - "Паркинг", - "Силос" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "пожарные станции", - 2: "станции спасателей", - 6: "полицейских участков", - 13: "площадок полицейских вертолетов" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.sv_SE.js b/modules/lss-missionHelper/loadMissionData.sv_SE.js deleted file mode 100644 index bee74e56f..000000000 --- a/modules/lss-missionHelper/loadMissionData.sv_SE.js +++ /dev/null @@ -1,290 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "släckbilar", - platform: "stegbilar", - heavyRescue: "Lastväxlare", - bchief: "brandchefsbil", - tanker: "tankbilar", - hazmat: "farligt gods", - mcv: "Ledningsfordon", - police: "polisbilar", - ambulance: "ambulanser", - arff: "flygbrandfordon", - rth: "ambulanshelikopter", - k9: "hundenhet", - pmotorcycle: "Polismotorcykel", - swatArmoured: "Bepansrat insatsfordon", - swatSuv: "Insatsfordon", - policeHeli: "polishelikoptrar" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Krediter i genomsnitt/)) { - credits = number; - } else if (content.match(/Nödvändiga|Krav på|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Placera/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Nödvändiga/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/i genomsnitt Polispersonal/)) { - special["averageMinimumEmployeesPolice"] = number; - } else if (content.match(/Sannolikhet/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Mest Patienter/)) { - patientsMax = number; - } else if (content.match(/Lägsta antal patienter/)) { - patientsMin = number; - } else if (content.match(/transporteras/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Patientspecialiseringar/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Högsta antal fångar/)) { - prisonersMax = number; - } else if (content.match(/insatsstyrka/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Varaktighet/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/ambulanshelikopter/)) { - rth = number; - } else if (content.match(/Uppdrag att utöka/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "sv_SE" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Sjö", - "Sjukhus", - "Skog", - "Busshållplats", - "Spårvagnshållplats", - "Tågstation \\(regionaltåg\\)", - "Tågstation \\(regional- och fjärrtåg\\)", - "Varustation", - "Mataffär", - "Stormarknad", - "Bensinmack", - "Skola", - "Museum", - "Köpcentrum", - "Bilverkstad", - "Avfart", - "Julmarknad", - "Lagerbyggnad", - "Nattklubb", - "Arena", - "Bondgård", - "Kontorsbyggnad", - "Badhus", - "Järnvägsövergång", - "Teater", - "Nöjesfält", - "Flod", - "Liten startbana", - "Stor startbana", - "Flygplatsterminal", - "Bank", - "Magasin", - "Bro", - "Snabbmatsrestaurang", - "Fraktgodshamn", - "Återvinningscentral", - "Höghus", - "Kryssningshamn", - "Småbåtshamn", - "Järnvägskorsning", - "Tunnel", - "Fryshus", - "Kraftverk", - "Fabrik", - "Skrotupplag", - "Tunnelbanestation", - "Liten kemikalietank", - "Stor kemikalietank", - "Hotell", - "Bar", - "Soptipp", - "Parkeringshus", - "Silo" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "brandstationer", - 2: "räddningsstationer", - 6: "polisstationer", - 13: "Polisflyg" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.tr_TR.js b/modules/lss-missionHelper/loadMissionData.tr_TR.js deleted file mode 100644 index 6ac56408a..000000000 --- a/modules/lss-missionHelper/loadMissionData.tr_TR.js +++ /dev/null @@ -1,285 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "İtfaiye Araçları", - platform: "Platformlu Kamyon", - heavyRescue: "Büyük Kurtarma", - air: "fordon", - bchief: "Tabur Amiri", - tanker: "Su Tanker", - hazmat: "Tehlikeli Madde", - mcv: "Mobil Komuta", - police: "Polis Arabaları", - ambulance: "Ambulanslar", - arff: "ARFF", - k9: "Dog Support Units", - swatSuv: "Armed Response Vehicle (ARV)", - rth: "Räddningshelikopter", - policeHeli: "Police Helicopter", - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Ortalama kredi/)) { - credits = number; - } else if (content.match(/Gerekli|Gerekliliği|Min./)) { - stations[getStation(content)] = number; - } else if (content.match(/Yer/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Gerekli|Požadovaná/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/olasılığı/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Maks\. Hastalar/)) { - patientsMax = number; - } else if (content.match(/Minimum hasta sayısı/)) { - patientsMin = number; - } else if (content.match(/nakletme/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Hasta Uzmanlıkları/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Maksimum Mahkum Sayısı/)) { - prisonersMax = number; - } else if (content.match(/Armed Response Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Süre/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Genişletilebilen Görevler/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "tr_TR" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Park", - "Göl", - "Hastane", - "Orman", - "Otobüs durağı", - "Tramvay durağı", - "Tren istasyonu \\(bölgesel trafik\\)", - "Tren istasyonu \\(bölgesel trafik ve uzun mesafeli yolculuk\\)", - "Yük istasyonu", - "Süpermarket \\(küçük\\)", - "Süpermarket \\(büyük\\)", - "Akaryakıt istasyonu", - "Okul", - "Müze", - "Alışveriş Merkezi", - "Oto tamirhanesi", - "Otoyol çıkışı", - "Noel pazarı", - "Depo", - "Diskotek", - "Stadyum", - "Çiftlik", - "Ofis binası", - "Yüzme havuzu", - "Järnvägsövergång", - "Tiyatro", - "Lunapark", - "Nehir", - "Küçük Havalimanı \\(Uçak Pisti\\)", - "Büyük Havalimanı \\(Uçak Pisti\\)", - "Havalimanı Terminali", - "Banka", - "Ambar", - "Köprü", - "Fast Food Restoranı", - "Kargo limanı", - "Geri Dönüşüm Merkezi", - "Gökdelen", - "Yolcu gemisi limanı", - "Marina", - "Demiryolu Geçidi", - "Tünel", - "Soğuk Hava Ambarı", - "Enerji Santrali", - "Fabrika", - "Hurdalık", - "Metro istasyonu", - "Küçük kimyasal depo tankı", - "Büyük kimyasal depo tankı", - "Otel", - "Bar", - "Çöplük", - "Katlı Otopark", - "Ambar" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "İtfaiye İstasyonları", - 2: "Kurtarma İstasyonları", - 6: "Polis Karakollar", - 13: "Police Helicopter" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/loadMissionData.uk_UA.js b/modules/lss-missionHelper/loadMissionData.uk_UA.js deleted file mode 100644 index 8295070cd..000000000 --- a/modules/lss-missionHelper/loadMissionData.uk_UA.js +++ /dev/null @@ -1,283 +0,0 @@ -const missionlink = $('#mission_help').attr('href') || window.location.href.replace(/\?.*$/, ""); -const missionID = missionlink.replace(/\?.*$/, "").match(/\d*$/)[0]; - -$.get(missionlink) - .done(data => { - data = $(data); - - let vehicleDefinitons = { - truck: "пожежні машини", - platform: "пожежні автодрабини", - heavyRescue: "важкі рятувальні машини", - boat: "Boat", - air: "респираторной", - bchief: "штабні автомобілі", - tanker: "автонасосні", - hazmat: "знезараження", - police: "поліцейські машини", - arff: 'АПСР', - mcv: "мобильные командные пункты", - rth: "HEMS", - policeHeli: "Police Helicopter", - ambulance: "швидкі допомоги" - }; - - let credits; - let stations = {}; - let vehicles = {}; - let water; - let poi; - let prisonersMin = 0; - let prisonersMax = 0; - let patientsMin = 0; - let patientsMax = 0; - let nef = 0; - let transport = 0; - let specialisation; - let tragehilfe = 0; - let rth = 0; - let special = {}; - let percentages = {}; - let expansions = []; - let dauer; - - data.find(".col-md-4:nth-of-type(1) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Кредити/)) { - credits = number; - } else if (content.match(/Необхідні|Вимоги/)) { - stations[getStation(content)] = number; - } else if (content.match(/Місце/)) { - poi = getPOI(content); - } - }); - data.find(".col-md-4:nth-of-type(2) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Необхідні|Потрібні/)) { - vehicles[getVehicle(content)] = number; - } else if (content.match(/Вірогідність/)) { - percentages[getVehicle(content)] = number; - } - }); - data.find(".col-md-4:nth-of-type(3) table tbody tr").each(function () { - let content = $(this).text().trim(); - let number = $(this).find("td:last-of-type").text().trim().replace(/\D/g, ""); - if (content.match(/Макс\. Пацієнти/)) { - patientsMax = number; - } else if (content.match(/Мінімальна кількість пацієнтів/)) { - patientsMin = number; - } else if (content.match(/перевезенні/)) { - transport = number; - } else if (content.match(/NEF/)) { - nef = number; - } else if (content.match(/Спеціалізації пацієнта/)) { - specialisation = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/Мінімальна кількість в'язнів/)) { - prisonersMax = number; - } else if (content.match(/SWAT Personnel/)) { - special["SWATPersonnel"] = number; - } else if (content.match(/Тривалість/)) { - dauer = $(this).find("td:last-of-type").text().trim(); - } else if (content.match(/розширення/)) { - let expansionLinks = $(this).find("a"); - expansionLinks.each(function () { - expansions.push($(this).attr("href").replace(/\D/g, "")); - }); - } - }); - - let mission = { - name: data.find("h1").text().trim(), - stations: stations - }; - - if (data.find(".col-md-4:nth-of-type(2) table tbody tr").length === 1) { - mission.onlyRd = true; - if (transport) { - mission.transport = transport; - } - if (nef) { - mission.nef = nef; - } - if (rth) { - mission.rth = rth; - } - if (tragehilfe) { - mission.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.specialisation = specialisation; - } - } else { - mission.vehicles = vehicles; - if (credits) { - mission.credits = credits; - } - if (patientsMax > 0) { - mission.patients = { - max: patientsMax - }; - if (patientsMin > 0) { - mission.patients.min = patientsMin; - } - if (transport) { - mission.patients.transport = transport; - } - if (nef) { - mission.patients.nef = nef; - } - if (rth) { - mission.patients.rth = rth; - } - if (tragehilfe) { - mission.patients.tragehilfe = tragehilfe; - } - if (specialisation) { - mission.patients.specialisation = specialisation; - } - } - } - - if (void 0 !== typeof poi) { - mission.poi = poi; - } - - if (water) { - mission.water = water; - } - - if (prisonersMax > 0) { - mission.prisoners = { - max: prisonersMax - }; - if (prisonersMin > 0) { - mission.prisoners.min = prisonersMin; - } - } - - for (let spec in special) { - if (!mission.special) { - mission.special = {}; - } - mission.special[spec] = special[spec]; - } - - if (expansions) { - mission.expansions = expansions; - } - - if (percentages) { - mission.percentages = percentages; - } - - if (dauer) { - mission.siwa = true; - mission.dauer = dauer; - } - - $.post(`${lssm.config.server}/modules/lss-missionHelper/writeMission.php`, { - mission: mission, - id: missionID, - lang: "uk_UA" - }) - .done(response => { - if (response.startsWith('Error')) { - return console.error(`missionHelper Error:\n${response}`); - } - console.log(`Registered Missiontype ${missionID}`); - let missionhelper_content = $(`#${LSSM_MH_PREFIX} .content`); - if (!missionhelper_content[0]) return; - missionhelper_content.append(response); - lssm_missionhelper_adjustPosition(); - }) - .fail(reason => { - console.error(reason); - }); - - function getPOI(content) { - let pois = [ - "Парк", - "Озеро", - "Лікарня", - "Ліс", - "Автобусна зупинка", - "Трамвайна зупинка", - "Залізнична станція", - "Залізничний вокзал", - "Товарна станція", - "Супермаркет \\(малий\\)", - "Супермаркет \\(великий\\)", - "Заправна станція", - "Школа", - "Музей", - "Торгівельний центр", - "Автомайстерня", - "З'їзд із траси", - "Різдвяний ринок", - "Storehouse", - "Дискотека", - "Стадіон", - "Ферма", - "Офісна будівля", - "Басейн", - "Railroad Crossing", - "Театр", - "Ярмарок", - "Річка", - "Малий аеропорт \\(ЗПС\\)", - "Великий аеропорт \\(ЗПС\\)", - "Термінал аеропорту", - "Банк", - "Склад", - "Міст", - "Ресторан швидкого харчування", - "Вантажний порт", - "Центр переробки відходів", - "Висотка", - "Причал круїзних лайнерів", - "Гавань", - "Залізничний переїзд", - "Тунель", - "Холодний склад", - "Електростанція", - "Фабрика", - "Утилізаційний склад", - "Станція метро", - "Мале сховище хімікатів", - "Велике сховище хімікатів", - "Готель", - "Бар", - "Звалище", - "Гараж", - "Силос" - ]; - for (let i = 0; i < pois.length; i++) { - if (content.match(pois[i])) { - return i; - } - } - } - - function getStation(content) { - let stationDefinitions = { - 0: "пожежні станції", - 2: "рятувальні станції", - 6: "поліцейські відділки" - }; - for (let station in stationDefinitions) { - if (content.match(stationDefinitions[station])) { - return station; - } - } - } - - function getVehicle(content) { - for (let vehicle in vehicleDefinitons) { - if (content.match(vehicleDefinitons[vehicle])) { - return vehicle; - } - } - } - }); diff --git a/modules/lss-missionHelper/writeMission.php b/modules/lss-missionHelper/writeMission.php deleted file mode 100644 index d20dc214f..000000000 --- a/modules/lss-missionHelper/writeMission.php +++ /dev/null @@ -1,26 +0,0 @@ -Dieser Einsatz wurde eben live eingetragen! Hier erstmal die Rohdaten:
" . preg_replace('/"(\d*?)"/', '$1', str_replace('"true"', "true", json_encode($_POST["mission"], JSON_PRETTY_PRINT))) . "
"; - } else { - throw new JsonException($json_error); - } -} catch (Exception $e) { - echo "Error: ".$e->getMessage(); -} From f7d0d506789a3dbbc13e91020304604c5ad3dd7d Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 26 May 2020 17:16:18 +0200 Subject: [PATCH 55/59] =?UTF-8?q?=E2=9C=A8=20[missionHelper]=20allow=5Frw?= =?UTF-8?q?=5Finstead=5Fof=5Flf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/lss-missionHelper/missionHelper.user.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/lss-missionHelper/missionHelper.user.js b/modules/lss-missionHelper/missionHelper.user.js index 459e100a7..f081b5e85 100644 --- a/modules/lss-missionHelper/missionHelper.user.js +++ b/modules/lss-missionHelper/missionHelper.user.js @@ -160,6 +160,7 @@ const lssm_missionhelper_adjustPosition = () => { turboloescher: 'Turbolöscher', gw_san: 'GW-San', gwwa: 'GW-Wasserrettung', + allow_rw_instead_of_lf: 'Löschfahrzeuge oder Rüstwagen oder GKW', }, pois: [ 'Park', @@ -3957,7 +3958,13 @@ const lssm_missionhelper_adjustPosition = () => { content.innerHTML += `${ MISSION.requirements[vehicle] }x ${I18n.t( - `lssm.missionhelper.requirements.${vehicle}` + `lssm.missionhelper.requirements.${ + MISSION.additional && + MISSION.additional.allow_rw_instead_of_lf && + vehicle === 'firetrucks' + ? 'allow_rw_instead_of_lf' + : vehicle + }` )} ${(MISSION.chances && MISSION.chances[vehicle] && `(${MISSION.chances[vehicle]}%)`) || From cc332bb1206c950c8abe33ca34f4291645045255 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 17:16:52 +0200 Subject: [PATCH 56/59] :bug: [MissionHelper] Resolve Conflict --- .../lss-missionHelper/missionHelper.user.js | 3819 ------ modules/lss-missionHelper/missions.cs_CZ.json | 1870 --- modules/lss-missionHelper/missions.da_DK.json | 2151 ---- modules/lss-missionHelper/missions.de_DE.json | 10037 --------------- modules/lss-missionHelper/missions.en_AU.json | 2520 ---- modules/lss-missionHelper/missions.en_GB.json | 2485 ---- modules/lss-missionHelper/missions.en_US.json | 6315 --------- modules/lss-missionHelper/missions.es_ES.json | 2137 ---- modules/lss-missionHelper/missions.es_MX.json | 2018 --- modules/lss-missionHelper/missions.fi_FI.json | 1195 -- modules/lss-missionHelper/missions.fr_FR.json | 2247 ---- modules/lss-missionHelper/missions.it_IT.json | 2639 ---- modules/lss-missionHelper/missions.ja_JP.json | 1438 --- modules/lss-missionHelper/missions.ko_KR.json | 1406 --- modules/lss-missionHelper/missions.nb_NO.json | 1952 --- modules/lss-missionHelper/missions.nl_NL.json | 10535 ---------------- modules/lss-missionHelper/missions.pl_PL.json | 2689 ---- modules/lss-missionHelper/missions.pt_BR.json | 1449 --- modules/lss-missionHelper/missions.pt_PT.json | 1567 --- modules/lss-missionHelper/missions.ro_RO.json | 1236 -- modules/lss-missionHelper/missions.ru_RU.json | 2268 ---- modules/lss-missionHelper/missions.sv_SE.json | 2277 ---- modules/lss-missionHelper/missions.tr_TR.json | 1489 --- modules/lss-missionHelper/missions.uk_UA.json | 1403 -- 24 files changed, 69142 deletions(-) delete mode 100644 modules/lss-missionHelper/missionHelper.user.js delete mode 100644 modules/lss-missionHelper/missions.cs_CZ.json delete mode 100644 modules/lss-missionHelper/missions.da_DK.json delete mode 100644 modules/lss-missionHelper/missions.de_DE.json delete mode 100644 modules/lss-missionHelper/missions.en_AU.json delete mode 100644 modules/lss-missionHelper/missions.en_GB.json delete mode 100644 modules/lss-missionHelper/missions.en_US.json delete mode 100644 modules/lss-missionHelper/missions.es_ES.json delete mode 100644 modules/lss-missionHelper/missions.es_MX.json delete mode 100644 modules/lss-missionHelper/missions.fi_FI.json delete mode 100644 modules/lss-missionHelper/missions.fr_FR.json delete mode 100644 modules/lss-missionHelper/missions.it_IT.json delete mode 100644 modules/lss-missionHelper/missions.ja_JP.json delete mode 100644 modules/lss-missionHelper/missions.ko_KR.json delete mode 100644 modules/lss-missionHelper/missions.nb_NO.json delete mode 100644 modules/lss-missionHelper/missions.nl_NL.json delete mode 100644 modules/lss-missionHelper/missions.pl_PL.json delete mode 100644 modules/lss-missionHelper/missions.pt_BR.json delete mode 100644 modules/lss-missionHelper/missions.pt_PT.json delete mode 100644 modules/lss-missionHelper/missions.ro_RO.json delete mode 100644 modules/lss-missionHelper/missions.ru_RU.json delete mode 100644 modules/lss-missionHelper/missions.sv_SE.json delete mode 100644 modules/lss-missionHelper/missions.tr_TR.json delete mode 100644 modules/lss-missionHelper/missions.uk_UA.json diff --git a/modules/lss-missionHelper/missionHelper.user.js b/modules/lss-missionHelper/missionHelper.user.js deleted file mode 100644 index 41b2794a8..000000000 --- a/modules/lss-missionHelper/missionHelper.user.js +++ /dev/null @@ -1,3819 +0,0 @@ -const LSSM_MH_PREFIX = `missionhelper`; -const lssm_missionhelper_adjustPosition = () => { - let missionhelper = document.querySelector(`#${LSSM_MH_PREFIX}`); - missionhelper.style.left = `${document.querySelector('#iframe-inside-container').clientWidth * 0.97 - missionhelper.clientWidth}px`; -}; - -(I18n => { - - I18n.translations.de_DE.lssm.missionhelper = { - diy_mission: 'Dieser Einsatz scheint ein selbst erstellter Verbandsgroßeinsatz zu sein.', - siwa: 'Sicherheitswache', - vge: 'VerbandsGroßEinsatz', - patients: 'Patienten', - prisoners: 'Gefangene', - water: 'Wasserbedarf', - to: 'bis zu', - exp: 'Ausbreitungen', - fwm: 'Folgeeinsätze', - averageMinimumEmployeesFire: 'Durchschnittlich mindestens benötigte Feuerwehrleute', - averageMinimumEmployeesPolice: 'Durchschnittlich mindestens benötigte Polizisten/Polizistinnen', - ambulance_only: 'Dieser Einsatz ist ein reiner Rettungsdienst-Einsatz!', - title: 'Einsatzhelfer', - settings: { - name: { - label: 'Name', - description: 'Zeigt den Namen des Einsatzes im Helfer an.' - }, - id: { - label: 'ID', - description: 'Zeigt die ID des Einsatzes im Helfer an.' - }, - type: { - label: 'TYP-ID', - description: 'Zeigt die ID des Einsatz-Typs im Helfer an.' - }, - poi: { - label: 'POI', - description: 'Zeigt im Helfer an, an welchem POI der Einsatz ist.' - }, - live_patients: { - label: 'Zahl der Patienten', - description: 'Zeigt live an, wie viele Patienten der Einsatz aktuell hat.' - }, - water: { - label: 'Wasserbedarf', - description: 'Zeigt die insgesamt benötigte Wassermenge an.' - }, - vehicles: { - label: 'Fahrzeuge', - description: 'Zeigt die benötigten Fahrzeuge an.' - }, - hide_elw1: { - label: 'ELW 1 einfach werten', - description: 'Zieht die Zahl der benötigten ELW 2 von den ELW 1 ab und blendet ELW 1 aus, falls die Anzahl unter 0 sinkt.' - }, - hide_rw: { - label: 'Rüstwagen einfach werten', - description: 'Zieht die Zahl der benötigten LF von den RW ab und blendet RW aus, falls die Anzahl unter 0 sinkt. Diese Funktion ist für Leute gedacht, die ein reines HLF-System fahren.' - }, - patients: { - label: 'Patienteninformationen', - description: 'Zeigt Informationen über (potentielle) Patienten.' - }, - prisoners: { - label: 'Gefangeneninformationen', - description: 'Zeigt Informationen über (potentielle) Gefangene' - }, - special: { - label: 'Sonstige Informationen', - description: 'Zeigt Spezielle Informationen, wie z.B. das durchschnittlich mindestens benötige Personal, an.' - }, - expansions: { - label: 'Ausbreitungen', - description: 'Zeigt, zu was sich der Einsatz ausbreiten kann. (Zeigt nur einfache Ausbreitung)' - }, - followup: { - label: 'Folgeeinsätze', - description: 'Zeigt, was der Einsatz für Folgeinsätze generieren kann' - }, - show_100: { - label: 'Zeige 100% Wahrscheinlichkeit', - description: 'Zeigt die Wahrscheinlichkeit für ein Fahrzeug auch an, wenn diese 100% beträgt.' - }, - credits: { - label: 'Durchschnittlicher Verdienst', - description: 'Zeigt den durchschnittlichen Verdienst, den man für diesen Einsatz bekommt an.' - }, - show_siwa: { - label: 'Anforderungen von Sicherheitswachen', - description: 'Zeigt die Anforderungen bei Sicherheitswachen auch im Helfer an.' - }, - mission_time: { - label: 'Generierungszeit', - description: 'Zeigt die Zeit der Generierung des Einsatzes an.' - } - }, - transport: 'Transport', - tragehilfe: 'Tragehilfe', - vehicles: { - truck: 'Löschfahrzeuge', - dlk: 'Drehleitern', - rw: 'Rüstwagen/AB-Rüst', - elw1: 'ELW 1', - elw2: 'ELW 2', - atem: 'GW-Atemschutz', - oel: 'GW-Öl', - mess: 'GW-Messtechnik', - gefahr: 'GW-Gefahrgut', - gwl2: 'Schlauchwagen', - dekon: 'Dekon-P', - fwk: 'Feuerwehrkran', - hoehen: 'GW-Höhenrettung', - fustw: 'Funkstreifenwagen', - boot: 'Boot', - lebefkw: 'Leichter Befehlskraftwagen', - fukw: 'Führungskraftwagen', - grukw: 'Gruppenkraftwagen', - gefkw: 'Gefangenenkraftwagen', - wawe: 'Wasserwerfer', - nef: 'NEF', - rth: 'RTH', - lna: 'KdoW-LNA', - orgl: 'KdoW-OrgL', - ambulance: 'RTW', - ktw: 'KTW oder RTW', - lfogkworw: 'LF oder GKW oder RW', - gkw: 'Gerätekraftwagen', - mzkw: 'Mehrzweckkraftwagen', - mtwtz: 'MTW-TZ', - radlader: 'Radlader (BRmG R) mit LKW K 9', - anhdle: 'Anhänger Drucklufterzeugung', - polheli: 'Polizeihubschrauber', - arff: 'Flugfeldlöschfahrzeug', - rtf: 'Rettungstreppenfahrzeug', - taucher: 'Taucher', - mek: 'MEK-Fahrzeuge', - sek: 'SEK-Fahrzeuge', - gwwerk: 'GW-Werkfeuerwehr', - ulf: 'ULF mit Löscharm', - tm: 'Teleskopmasten', - turbo: 'Turbolöscher', - gwsan: 'GW-San', - gwwa: 'GW-Wasserrettung', - rescue_dog: 'Rettungshundestaffel' - }, - pois: [ - "Park", - "See", - "Krankenhaus", - "Wald", - "Bushaltestelle", - "Straßenbahnhaltestelle", - "Bahnhof (Regionalverkehr)", - "Bahnhof (Regional und Fernverkehr)", - "Güterbahnhof", - "Supermarkt (Klein)", - "Supermarkt (Groß)", - "Tankstelle", - "Schule", - "Museum", - "Einkaufszentrum", - "Auto-Werkstatt", - "Autobahnauf.- / abfahrt", - "Weihnachtsmarkt", - "Lagerhalle", - "Diskothek", - "Stadion", - "Bauernhof", - "Bürokomplex", - "Schwimmbad", - "Bahnübergang", - "Theater", - "Festplatz", - "Fluss", - "Baumarkt", - "Flughafen (klein): Start-/Landebahn", - "Flughafen (klein): Gebäude", - "Flughafen (klein): Flugzeug Standplatz", - "Flughafen (groß): Start-/Landebahn", - "Flughafen (groß): Terminal", - "Flughafen (groß): Vorfeld / Standplätze", - "Flughafen (groß): Parkhaus", - "Biogasanlage", - "Bank", - "Kirche", - "Chemiepark", - "Industire-Allgemein", - "Automobilindustrie", - "Müllverbrennungsanlage", - "Eishalle", - "Holzverarbeitung" - ] - }; - - I18n.translations.en_US.lssm.missionhelper = { - diy_mission: 'This mission seems to be a large scale alliance mission.', - siwa: 'Planned mission', - vge: 'Large scale alliance mission', - patients: 'Patients', - prisoners: 'Prisoners', - to: 'up to', - exp: 'Spreads', - SWATPersonnel: "Needed SWAT Personnel", - ambulance_only: 'This mission is ambulance-only!', - title: 'Missionhelper', - transport: 'Transport', - settings: { - name: { - label: 'Name', - description: 'Shows the name of the mission in the helper.' - }, - id: { - label: 'ID', - description: 'Displays the ID of the mission in the helper.' - }, - type: { - label: 'TYP-ID', - description: 'Displays the ID of the mission type in the helper.' - }, - poi: { - label: 'POI', - description: 'Indicates in the helper which POI the operation is at.' - }, - live_patients: { - label: 'Number of patients', - description: 'Shows live how many patients are currently in use.' - }, - vehicles: { - label: 'Vehicles', - description: 'Displays the required vehicles.' - }, - patients: { - label: 'patient information', - description: 'Shows information about (potential) patients.' - }, - prisoners: { - label: 'prisoner information', - description: 'Shows information about (potential) prisoners.' - }, - special: { - label: 'Other information', - description: 'Displays special information, such as the average minimum number of personnel required.' - }, - expansions: { - label: 'distributions', - description: 'Shows what the bet can spread to. (Shows only simple spread)' - }, - show_100: { - label: 'Show 100% probability', - description: 'Shows the probability for a vehicle even if it is 100%.' - }, - credits: { - label: 'Average earnings', - description: 'Shows the average earnings you get for this assignment.' - }, - show_siwa: { - label: 'Requirements of security guards', - description: 'Shows the requirements for security guards in the helper as well.' - }, - mission_time: { - label: 'Creation Time', - description: 'Shows the date and time when the mission was created.' - } - }, - vehicles: { - truck: "Firetrucks", - platform: "Platform truck", - heavyRescue: "Heavy Rescue vehicles or Utility unit", - boat: "Boat", - air: "Mobile Air", - bchief: "Battalion Chief Unit", - tanker: "Water Tanker", - hazmat: "HazMat", - mcv: "Mobile Command Vehicle", - arff: "ARFF", - largeFireboat: "Large Fireboat", - ambulance: "Ambulances", - als: "ALS Ambulance", - bls: "BLS Ambulance", - fly: "Fly-Car", - ems: "EMS Rescue", - mcu: "Mass Casualty Unit", - largeRescueboat: "Large Rescueboat", - police: "Police Car", - k9: "K-9", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - rth: "HEMS", - policeHeli: "Police Helicopter", - emschief: "EMS Chief", - brushtruck: "Wildland fire engines" - }, - pois: [ - "Park", - "Lake", - "Hospital", - "Forest", - "Bus stop", - "Tram stop", - "Train station (regional traffic)", - "Train station (regional traffic and long-distance travel)", - "Goods station", - "Supermarket (small)", - "Supermarket (big)", - "Gas station", - "School", - "Museum", - "Mall", - "Car workshop", - "Highway exit", - "Christmas market", - "Storehouse", - "Discotheque", - "Stadium", - "Farm", - "Office building", - "Swimming bath", - "Railroad Crossing", - "Theater", - "Fairground", - "River", - "Small Airport (Runway)", - "Large Airport (Runway)", - "Airport Terminal", - "Bank", - "Warehouse", - "Bridge", - "Fast Food Restaurant", - "Cargo Port", - "Recycling Centre", - "High rise", - "Cruise ship dock", - "Marina", - "Rail Crossing", - "Tunnel", - "Cold Storage Warehouse", - "Power Plant", - "Factory", - "Scrap yard", - "Subway station", - "Small chemical storage tank", - "Large chemical storage tank", - "Hotel", - "Bar", - "Landfill site", - "Parking Garage", - "Propane depot" - ] - }; - - I18n.translations.en_GB.lssm.missionhelper = { - diy_mission: 'This mission seems to be a large scale alliance mission.', - exp: 'Spreads', - fwm: 'Follow-up missions', - SWATPersonnel: "Needed Armed Response Personnel", - settings: { - name: { - label: 'Name', - description: 'Shows the name of the mission in the helper.' - }, - id: { - label: 'ID', - description: 'Displays the ID of the mission in the helper.' - }, - type: { - label: 'TYP-ID', - description: 'Displays the ID of the mission type in the helper.' - }, - poi: { - label: 'POI', - description: 'Indicates in the helper which POI the operation is at.' - }, - live_patients: { - label: 'Number of patients', - description: 'Shows live how many patients are currently in use.' - }, - vehicles: { - label: 'Vehicles', - description: 'Displays the required vehicles.' - }, - patients: { - label: 'patient information', - description: 'Shows information about (potential) patients.' - }, - prisoners: { - label: 'prisoner information', - description: 'Shows information about (potential) prisoners.' - }, - special: { - label: 'Other information', - description: 'Displays special information, such as the average minimum number of personnel required.' - }, - expansions: { - label: 'distributions', - description: 'Shows what the bet can spread to. (Shows only simple spread)' - }, - followup: { - label: 'Follow-up missions', - description: 'Shows what the insert can generate for follow-up missions' - }, - show_100: { - label: 'Show 100% probability', - description: 'Shows the probability for a vehicle even if it is 100%.' - }, - credits: { - label: 'Average earnings', - description: 'Shows the average earnings you get for this assignment.' - }, - show_siwa: { - label: 'Requirements of security guards', - description: 'Shows the requirements for security guards in the helper as well.' - }, - mission_time: { - label: 'Creation Time', - description: 'Shows the date and time when the mission was created.' - } - }, - vehicles: { - truck: "Fire engines", - platform: "Aerial Appliance", - heavyRescue: "Rescue Support Unit or Rescue Pump", - air: "Breathing Apparatus Support Unit", - bchief: "Fire Officer", - tanker: "Water Carrier", - hazmat: "HazMat", - mcv: "Incident Command and Control Unit", - police: "Police Car", - arff: "ARFF", - k9: "Dog Support Unit", - swatSuv: "Armed Response Vehicle (ARV)", - rth: "HEMS", - policeHeli: "Police helicopter", - }, - pois: [ - "Park", - "Lake", - "Hospital", - "Forest", - "Bus stop", - "Tram stop", - "Train station (regional traffic)", - "Train station (regional traffic and long-distance travel)", - "Goods station", - "Supermarket (small)", - "Supermarket (big)", - "Gas station", - "School", - "Museum", - "Mall", - "Car workshop", - "Highway exit", - "Christmas market", - "Storehouse", - "Discotheque", - "Stadium", - "Farm", - "Office building", - "Swimming bath", - "Railroad Crossing", - "Theater", - "Fairground", - "River", - "Small Airport (Runway)", - "Large Airport (Runway)", - "Airport Terminal", - "Bank", - "Warehouse", - "Bridge", - "Fast Food Restaurant", - "Cargo Port", - "Recycling Centre", - "High rise", - "Cruise ship dock", - "Marina", - "Rail Crossing", - "Tunnel", - "Cold Storage Warehouse", - "Power Plant", - "Factory", - "Scrap yard", - "Subway station", - "Small chemical storage tank", - "Large chemical storage tank", - "Hotel", - "Bar", - "Landfill site", - "Parking Garage", - "Silo", - "Heathland" - ] - }; - - I18n.translations.en_AU.lssm.missionhelper = { - diy_mission: 'This mission seems to be a large scale alliance mission.', - settings: { - name: { - label: 'Name', - description: 'Shows the name of the mission in the helper.' - }, - id: { - label: 'ID', - description: 'Displays the ID of the mission in the helper.' - }, - type: { - label: 'TYP-ID', - description: 'Displays the ID of the mission type in the helper.' - }, - poi: { - label: 'POI', - description: 'Indicates in the helper which POI the operation is at.' - }, - live_patients: { - label: 'Number of patients', - description: 'Shows live how many patients are currently in use.' - }, - vehicles: { - label: 'Vehicles', - description: 'Displays the required vehicles.' - }, - patients: { - label: 'patient information', - description: 'Shows information about (potential) patients.' - }, - prisoners: { - label: 'prisoner information', - description: 'Shows information about (potential) prisoners.' - }, - special: { - label: 'Other information', - description: 'Displays special information, such as the average minimum number of personnel required.' - }, - expansions: { - label: 'distributions', - description: 'Shows what the bet can spread to. (Shows only simple spread)' - }, - show_100: { - label: 'Show 100% probability', - description: 'Shows the probability for a vehicle even if it is 100%.' - }, - credits: { - label: 'Average earnings', - description: 'Shows the average earnings you get for this assignment.' - }, - show_siwa: { - label: 'Requirements of security guards', - description: 'Shows the requirements for security guards in the helper as well.' - }, - mission_time: { - label: 'Creation Time', - description: 'Shows the date and time when the mission was created.' - } - }, - vehicles: { - truck: "Fire engines", - platform: "Turntable Ladder", - heavyRescue: "Rescue", - air: "Breathing Apparatus Support Unit", - bchief: "Support Vehicle", - tanker: "Water Tanker", - hazmat: "HazMat", - mcv: "Mobile Command Vehicle", - police: "Police Car", - arff: "ARFF", - rth: "Air Ambulance", - k9: "K-9 Unit", - pmotorcycle: "Police Motorcycle", - swatArmoured: "SWAT Armoured Vehicle", - swatSuv: "SWAT SUV", - policeHeli: "Police Helicopter", - }, - pois: [ - "Park", - "Lake", - "Hospital", - "Forest", - "Bus stop", - "Tram stop", - "Train station (regional traffic)", - "Train station (regional traffic and long-distance travel)", - "Goods station", - "Supermarket (small)", - "Supermarket (big)", - "Gas station", - "School", - "Museum", - "Mall", - "Car workshop", - "Highway exit", - "Christmas market", - "Storehouse", - "Discotheque", - "Stadium", - "Farm", - "Office building", - "Swimming bath", - "Railroad Crossing", - "Theater", - "Fairground", - "River", - "Small Airport (Runway)", - "Large Airport (Runway)", - "Airport Terminal", - "Bank", - "Warehouse", - "Bridge", - "Fast Food Restaurant", - "Cargo Port", - "Recycling Centre", - "High rise", - "Cruise ship dock", - "Marina", - "Rail Crossing", - "Tunnel", - "Cold Storage Warehouse", - "Power Plant", - "Factory", - "Scrap yard", - "Subway station", - "Small chemical storage tank", - "Large chemical storage tank", - "Hotel", - "Bar", - "Landfill site", - ] - }; - - I18n.translations.es_ES.lssm.missionhelper = { - diy_mission: 'Esta misión parece ser una misión de alianza a gran escala.', - siwa: 'Misión planificada', - vge: 'misión de alianza a gran escala', - patients: 'pacientes', - prisoners: 'presos', - water: 'Wasserbedarf', - to: 'hasta', - exp: 'Diferenciales', - ambulance_only: 'Esta misión es sólo de ambulancias.!', - title: 'Missionhelper', - transport: 'transportar', - settings: { - name: { - label: 'Nombre', - description: 'Muestra el nombre de la misión en el ayudante.' - }, - id: { - label: 'ID', - description: 'Muestra el ID de la misión en el asistente.' - }, - type: { - label: 'TYP-ID', - description: 'Muestra el ID del tipo de misión en el asistente.' - }, - poi: { - label: 'POI', - description: 'Indica en el asistente en qué PDI se encuentra la operación.' - }, - live_patients: { - label: 'Número de pacientes', - description: 'Muestra en vivo cuántos pacientes están actualmente en uso.' - }, - vehicles: { - label: 'Vehículos', - description: 'Muestra los vehículos necesarios.' - }, - patients: { - label: 'información del paciente', - description: 'Muestra información sobre pacientes (potenciales).' - }, - prisoners: { - label: 'información sobre los presos', - description: 'Muestra información sobre prisioneros (potenciales).' - }, - special: { - label: 'Otra información', - description: 'Muestra información especial, como el promedio mínimo de personal necesario.' - }, - expansions: { - label: 'distribuciones', - description: 'Muestra a qué puede llegar la apuesta. (Muestra sólo la dispersión simple)' - }, - show_100: { - label: 'Mostrar 100% de probabilidad', - description: 'Muestra la probabilidad de un vehículo incluso si es 100%.' - }, - credits: { - label: 'Ganancias medias', - description: 'Muestra el promedio de ganancias que usted obtiene por esta asignación.' - }, - show_siwa: { - label: 'Requisitos de los guardias de seguridad', - description: 'También muestra los requisitos para los guardias de seguridad en el ayudante.' - }, - mission_time: { - label: 'Hora de creación', - description: 'Muestra la fecha y la hora en que se creó la misión.' - } - }, - vehicles: { - truck: "camiones de bomberos", - platform: "camiones con plataforma", - heavyRescue: "Furgones de Útiles Vario", - air: "Mobile Air", - bchief: "unidades de Mando y Comunicaciones", - mcv: "unidades de mando", - tanker: "camiones cisterna", - hazmat: "vehículos de materiales peligrosos", - police: "coches patrulla", - rth: "HEMS", - arff: "CBA", - policeHeli: "Police Helicopter", - ambulance: "Ambulancia" - }, - pois: [ - "Parque", - "Lago", - "Hospital", - "Bosque", - "Parada de autobús", - "Parada de tranvía", - "Parada de tren \\(cercanías\\)", - "Parada de tren \\(cercanías y larga distancia\\)", - "Estación de mercancías", - "Supermercado \\(pequeño\\)", - "Supermercado \\(grande\\)", - "Gasolinera", - "Escuela", - "Museo", - "Centro comercial", - "Taller", - "Salida de autopista", - "Mercado navideño", - "Depósito", - "Discoteca", - "Estadio", - "Granja", - "Edificio de oficinas", - "Piscina", - "Railroad Crossing", - "Cine", - "Feria", - "Río", - "Aeropuerto pequeño \\(pista\\)", - "Aeropuerto grande \\(pista\\)", - "Terminal de aeropuerto", - "Banco", - "Almacén", - "Puente", - "Restaurante de comida rápida", - "Puerto de mercancías", - "Centro de reciclaje", - "Rascacielos", - "Cubierta de yate", - "Puerto deportivo", - "Paso a nivel", - "Túnel", - "Almacén frigorífico", - "Central eléctrica", - "Fábrica", - "Chatarrería", - "Estación de metro", - "Almacén químico pequeño", - "Almacén químico grande", - "Hotel", - "Bar", - "Vertedero", - "Aparcamiento", - "Granero" - ] - }; - - I18n.translations.es_MX.lssm.missionhelper = { - diy_mission: 'Esta misión parece ser una misión de alianza a gran escala.', - settings: { - name: { - label: 'Nombre', - description: 'Muestra el nombre de la misión en el ayudante.' - }, - id: { - label: 'ID', - description: 'Muestra el ID de la misión en el asistente.' - }, - type: { - label: 'TYP-ID', - description: 'Muestra el ID del tipo de misión en el asistente.' - }, - poi: { - label: 'POI', - description: 'Indica en el asistente en qué PDI se encuentra la operación.' - }, - live_patients: { - label: 'Número de pacientes', - description: 'Muestra en vivo cuántos pacientes están actualmente en uso.' - }, - vehicles: { - label: 'Vehículos', - description: 'Muestra los vehículos necesarios.' - }, - patients: { - label: 'información del paciente', - description: 'Muestra información sobre pacientes (potenciales).' - }, - prisoners: { - label: 'información sobre los presos', - description: 'Muestra información sobre prisioneros (potenciales).' - }, - special: { - label: 'Otra información', - description: 'Muestra información especial, como el promedio mínimo de personal necesario.' - }, - expansions: { - label: 'distribuciones', - description: 'Muestra a qué puede llegar la apuesta. (Muestra sólo la dispersión simple)' - }, - show_100: { - label: 'Mostrar 100% de probabilidad', - description: 'Muestra la probabilidad de un vehículo incluso si es 100%.' - }, - credits: { - label: 'Ganancias medias', - description: 'Muestra el promedio de ganancias que usted obtiene por esta asignación.' - }, - show_siwa: { - label: 'Requisitos de los guardias de seguridad', - description: 'También muestra los requisitos para los guardias de seguridad en el ayudante.' - }, - mission_time: { - label: 'Hora de creación', - description: 'Muestra la fecha y la hora en que se creó la misión.' - } - }, - vehicles: { - truck: "camiones de bomberos", - platform: "camiones con plataforma", - heavyRescue: "Furgones de Útiles Vario", - air: "Mobile Air", - bchief: "unidades de Mando y Comunicaciones", - mcv: "vehículos de mando", - tanker: "camiones cisterna", - hazmat: "vehículos de materiales peligrosos", - police: "coches patrulla", - rth: "Helicóptero HSR", - arff: "CBA", - policeHeli: "Police Helicopter", - ambulance: "Ambulancia" - }, - pois: [ - "Parque", - "Lago", - "Hospital", - "Bosque", - "Parada de autobús", - "Parada de tranvía", - "Parada de tren \\(cercanías\\)", - "Parada de tren \\(cercanías y larga distancia\\)", - "Estación de mercancías", - "Supermercado \\(pequeño\\)", - "Supermercado \\(grande\\)", - "Gasolinera", - "Escuela", - "Museo", - "Centro comercial", - "Taller", - "Salida de autopista", - "Mercado navideño", - "Depósito", - "Discoteca", - "Estadio", - "Granja", - "Edificio de oficinas", - "Piscina", - "Railroad Crossing", - "Cine", - "Feria", - "Río", - "Aeropuerto pequeño \\(pista\\)", - "Aeropuerto grande \\(pista\\)", - "Terminal de aeropuerto", - "Banco", - "Almacén", - "Puente", - "Restaurante de comida rápida", - "Puerto de mercancías", - "Centro de reciclaje", - "Rascacielos", - "Cubierta de yate", - "Puerto deportivo", - "Paso a nivel", - "Túnel", - "Almacén frigorífico", - "Central eléctrica", - "Fábrica", - "Chatarrería", - "Estación de metro", - "Almacén químico pequeño", - "Almacén químico grande", - "Hotel", - "Bar", - "Vertedero", - "Aparcamiento", - "Granero" - ] - }; - - I18n.translations.pt_PT.lssm.missionhelper = { - diy_mission: 'Esta missão parece ser uma missão de aliança em larga escala.', - siwa: 'Missão planeada', - vge: 'missão de aliança em larga escala', - patients: 'pacientes', - prisoners: 'detentos', - to: 'até', - exp: 'Divulgação', - ambulance_only: 'Esta misión es sólo de ambulancias.!', - title: 'Missionhelper', - transport: 'levar', - settings: { - name: { - label: 'Primeiro nome', - description: 'Mostre o nome da missão no ajudante.' - }, - id: { - label: 'ID', - description: 'Exiba o ID da missão no assistente.' - }, - type: { - label: 'TYP-ID', - description: 'Exiba o ID do tipo de missão no assistente.' - }, - poi: { - label: 'POI', - description: 'Indique no assistente em que POI está a operação.' - }, - live_patients: { - label: 'Número de pacientes', - description: 'Mostra ao vivo quantos pacientes estão em uso no momento.' - }, - vehicles: { - label: 'Veículos', - description: 'Mostre os veículos necessários.' - }, - patients: { - label: 'informação do paciente', - description: 'Mostrar informações sobre pacientes (potenciais).' - }, - prisoners: { - label: 'informações sobre detentos', - description: 'Exibe informações sobre (potenciais) detentos.' - }, - special: { - label: 'Outra informação', - description: 'Exibe informações especiais, como o número médio mínimo de pessoal necessário.' - }, - expansions: { - label: 'distribuições', - description: 'Mostre o que a aposta pode alcançar. (Mostrar apenas dispersão simples)' - }, - show_100: { - label: 'Mostrar 100% de chance', - description: 'Mostra a probabilidade de um veículo, mesmo que seja 100%.' - }, - credits: { - label: 'Ganho médio', - description: 'Mostra os ganhos médios que você ganha com esta tarefa.' - }, - show_siwa: { - label: 'Requisitos dos guardas de segurança', - description: 'Ele também mostra os requisitos para guardas de segurança no assistente.' - }, - mission_time: { - label: 'Tempo de criação', - description: 'Mostra a data e hora em que a missão foi criada.' - } - }, - vehicles: { - truck: "Caminhões de bombeiro", - platform: "Caminhões plataforma", - heavyRescue: "Veículos de resgate pesado", - air: "Mobile Air", - bchief: "Viaturas de batalhão", - mcv: "vehículos de mando", - tanker: "Caminhões pipa", - hazmat: "Viaturas de produtos perigosos", - police: "Viaturas de polícia", - rth: "Heli INEM", - arff: "Defesa Civil", - policeHeli: "Police Helicopter", - ambulance: "Ambulancia" - }, - pois: [ - "Parque", - "Lago", - "Hospital", - "Floresta", - "Ponto de ônibus", - "Ponto de bonde", - "Estação de trem \\(tráfego regional\\)", - "Estação de trem \\(tráfego regional e viagem de longa distância\\)", - "Estação de mercadorias", - "Supermercado \\(pequeno\\)", - "Supermercado \\(grande\\)", - "Posto de combustível", - "Escola", - "Museu", - "Shopping", - "Oficina mecânica", - "Saída de rodovia", - "Mercado de natal", - "Armazém", - "Discoteca", - "Estádio", - "Fazenda", - "Edifício comercial", - "Piscina", - "Railroad Crossing", - "Teatro", - "Feira", - "Rio", - "Aeroporto pequeno \\(pista\\)", - "Aeroporto grande \\(pista\\)", - "Terminal de aeroporto", - "Banco", - "Depósito", - "Ponte", - "Lanchonete de fast food", - "Porto de carga", - "Centro de reciclagem", - "Arrancha-céus", - "Doca de cruzeiro", - "Marina", - "Passagem de nível", - "Túnel", - "Armazém refrigerado", - "Usina elétrica", - "Fábrica", - "Ferro velho", - "Estação de metrô", - "Tanque de armazenamento químico pequeno", - "Tanque de armazenamento químico grande", - "Hotel", - "Bar", - "Aterro sanitário", - "Garagem de estacionamento", - "Silo" - ] - }; - - I18n.translations.pt_BR.lssm.missionhelper = { - diy_mission: 'Esta missão parece ser uma missão de aliança em larga escala.', - settings: { - name: { - label: 'Primeiro nome', - description: 'Mostre o nome da missão no ajudante.' - }, - id: { - label: 'ID', - description: 'Exiba o ID da missão no assistente.' - }, - type: { - label: 'TYP-ID', - description: 'Exiba o ID do tipo de missão no assistente.' - }, - poi: { - label: 'POI', - description: 'Indique no assistente em que POI está a operação.' - }, - live_patients: { - label: 'Número de pacientes', - description: 'Mostra ao vivo quantos pacientes estão em uso no momento.' - }, - vehicles: { - label: 'Veículos', - description: 'Mostre os veículos necessários.' - }, - patients: { - label: 'informação do paciente', - description: 'Mostrar informações sobre pacientes (potenciais).' - }, - prisoners: { - label: 'informações sobre detentos', - description: 'Exibe informações sobre (potenciais) detentos.' - }, - special: { - label: 'Outra informação', - description: 'Exibe informações especiais, como o número médio mínimo de pessoal necessário.' - }, - expansions: { - label: 'distribuições', - description: 'Mostre o que a aposta pode alcançar. (Mostrar apenas dispersão simples)' - }, - show_100: { - label: 'Mostrar 100% de chance', - description: 'Mostra a probabilidade de um veículo, mesmo que seja 100%.' - }, - credits: { - label: 'Ganho médio', - description: 'Mostra os ganhos médios que você ganha com esta tarefa.' - }, - show_siwa: { - label: 'Requisitos dos guardas de segurança', - description: 'Ele também mostra os requisitos para guardas de segurança no assistente.' - }, - mission_time: { - label: 'Tempo de criação', - description: 'Mostra a data e hora em que a missão foi criada.' - } - }, - vehicles: { - truck: "Caminhões de bombeiro", - platform: "Caminhões plataforma", - heavyRescue: "Veículos de resgate pesado", - air: "Mobile Air", - bchief: "Viaturas de batalhão", - mcv: "vehículos de mando", - tanker: "Caminhões pipa", - hazmat: "Viaturas de produtos perigosos", - police: "Viaturas de polícia", - rth: "Helicóptero HSR", - arff: "Defesa Civil", - policeHeli: "Police Helicopter", - ambulance: "Ambulancia" - }, - pois: [ - "Parque", - "Lago", - "Hospital", - "Floresta", - "Ponto de ônibus", - "Ponto de bonde", - "Estação de trem \\(tráfego regional\\)", - "Estação de trem \\(tráfego regional e viagem de longa distância\\)", - "Estação de mercadorias", - "Supermercado \\(pequeno\\)", - "Supermercado \\(grande\\)", - "Posto de combustível", - "Escola", - "Museu", - "Shopping", - "Oficina mecânica", - "Saída de rodovia", - "Mercado de natal", - "Armazém", - "Discoteca", - "Estádio", - "Fazenda", - "Edifício comercial", - "Piscina", - "Railroad Crossing", - "Teatro", - "Feira", - "Rio", - "Aeroporto pequeno \\(pista\\)", - "Aeroporto grande \\(pista\\)", - "Terminal de aeroporto", - "Banco", - "Depósito", - "Ponte", - "Lanchonete de fast food", - "Porto de carga", - "Centro de reciclagem", - "Arrancha-céus", - "Doca de cruzeiro", - "Marina", - "Passagem de nível", - "Túnel", - "Armazém refrigerado", - "Usina elétrica", - "Fábrica", - "Ferro velho", - "Estação de metrô", - "Tanque de armazenamento químico pequeno", - "Tanque de armazenamento químico grande", - "Hotel", - "Bar", - "Aterro sanitário", - "Garagem de estacionamento", - "Silo" - ] - }; - - I18n.translations.sv_SE.lssm.missionhelper = { - diy_mission: 'Detta uppdrag verkar vara ett alliansuppdrag i stor skala.', - siwa: 'Planerat uppdrag', - vge: 'Stora alliansuppdrag', - patients: 'patienter', - prisoners: 'fångar', - to: 'upp till', - exp: 'bredbara', - SWATPersonnel: "Nödvändig insatsstyrka", - averageMinimumEmployeesPolice: 'i genomsnitt Polispersonal', - ambulance_only: 'Detta uppdrag är endast ambulans!', - title: 'Missionhelper', - transport: 'Transport', - settings: { - name: { - label: 'namn', - description: 'Visar uppdragets namn i hjälparen.' - }, - id: { - label: 'ID', - description: 'Visar uppdragets ID i hjälpen.' - }, - type: { - label: 'TYP-ID', - description: 'Visar ID för uppdragstypen i hjälparen.' - }, - poi: { - label: 'POI', - description: 'Anger i hjälpen vilken POI operationen är på.' - }, - live_patients: { - label: 'Antal patienter', - description: 'Visar hur många patienter som för närvarande används.' - }, - vehicles: { - label: 'fordon', - description: 'Visar nödvändiga fordon.' - }, - patients: { - label: 'patientinformation', - description: 'Visar information om (potentiella) patienter.' - }, - prisoners: { - label: 'fångsinformation', - description: 'Visar information om (potentiella) fångar.' - }, - special: { - label: 'Annan information', - description: 'Visar speciell information, till exempel det genomsnittliga minsta antal personal som krävs.' - }, - expansions: { - label: 'distributioner', - description: 'Visar vad insatsen kan spridas till. (Visar bara enkel spridning)' - }, - show_100: { - label: 'Visa 100% sannolikhet ', - description: 'Visar sannolikheten för ett fordon även om det är 100%.' - }, - credits: { - label: 'Genomsnittlig inkomst', - description: 'Visar den genomsnittliga vinsten du får för den här uppgiften.' - }, - show_siwa: { - label: 'Krav på säkerhetsvakter', - description: 'Visar också kraven för säkerhetsvakter i hjälpen.' - }, - mission_time: { - label: 'Skapningstid', - description: 'Visar datum och tid då uppdraget skapades.' - } - }, - vehicles: { - truck: "släckbilar", - platform: "stegbilar", - heavyRescue: "Lastväxlare", - air: "Fordon", - bchief: "brandchefsbilar", - tanker: "tankbilar", - hazmat: "farligt gods-fordon", - mcv: "Ledningsfordon", - police: "polisbilar", - ambulance: "Ambulans", - arff: "ARFF", - rth: "Ambulanshelikopter", - k9: "Hundenhet", - pmotorcycle: "Polismotorcykel", - swatArmoured: "Bepansrat insatsfordon", - swatSuv: "Insatsfordon", - policeHeli: "Polishelikopter" - }, - pois: [ - "Park", - "Sjö", - "Sjukhus", - "Skog", - "Busshållplats", - "Spårvagnshållplats", - "Tågstation \\(regionaltåg\\)", - "Tågstation \\(regional- och fjärrtåg\\)", - "Varustation", - "Mataffär", - "Stormarknad", - "Bensinmack", - "Skola", - "Museum", - "Köpcentrum", - "Bilverkstad", - "Avfart", - "Julmarknad", - "Lagerbyggnad", - "Nattklubb", - "Arena", - "Bondgård", - "Kontorsbyggnad", - "Badhus", - "Järnvägsövergång", - "Teater", - "Nöjesfält", - "Flod", - "Liten startbana", - "Stor startbana", - "Flygplatsterminal", - "Bank", - "Magasin", - "Bro", - "Snabbmatsrestaurang", - "Fraktgodshamn", - "Återvinningscentral", - "Höghus", - "Kryssningshamn", - "Småbåtshamn", - "Järnvägskorsning", - "Tunnel", - "Fryshus", - "Kraftverk", - "Fabrik", - "Skrotupplag", - "Tunnelbanestation", - "Liten kemikalietank", - "Stor kemikalietank", - "Hotell", - "Bar", - "Soptipp", - "Parkeringshus", - "Silo" - ] - }; - - I18n.translations.da_DK.lssm.missionhelper = { - diy_mission: 'Denne mission synes at være en alliansemission i stor skala.', - siwa: 'Planlagt mission', - vge: 'Stor skala alliance mission', - patients: 'Patienter', - prisoners: 'Fanger', - to: 'op til', - exp: 'Sprede', - SWATPersonnel: "Nødvendige AKS personel", - ambulance_only: 'Denne mission er kun ambulance!', - title: 'Missionhelper', - transport: 'Transportere', - settings: { - name: { - label: 'Navn', - description: 'Viser missionens navn i hjælperen.' - }, - id: { - label: 'ID', - description: 'Viser ID for missionen i hjælperen.' - }, - type: { - label: 'TYP-ID', - description: 'Viser ID for missionstypen i hjælperen.' - }, - poi: { - label: 'POI', - description: 'Angiver i hjælperen, hvilket POI operationen er ved.' - }, - live_patients: { - label: 'Antal patienter', - description: 'Viser live, hvor mange patienter der i øjeblikket er i brug.' - }, - vehicles: { - label: 'Køretøjer', - description: 'Viser de nødvendige køretøjer.' - }, - patients: { - label: 'patientinformation', - description: 'Viser oplysninger om (potentielle) patienter.' - }, - prisoners: { - label: 'fangeoplysninger', - description: 'Viser oplysninger om (potentielle) fanger.' - }, - special: { - label: 'Andre oplysninger', - description: 'Viser speciel information, såsom det gennemsnitlige minimalt antal krævede medarbejdere.' - }, - expansions: { - label: 'distributioner', - description: 'Viser, hvad indsatsen kan sprede sig til. (Viser kun enkel spredning)' - }, - show_100: { - label: 'Vis 100% sandsynlighed', - description: 'Viser sandsynligheden for et køretøj, selvom det er 100%.' - }, - credits: { - label: 'Gennemsnitlig indtjeningGennemsnitlig indtjening', - description: 'Viser den gennemsnitlige indtjening, du får for denne opgave.' - }, - show_siwa: { - label: 'Krav til sikkerhedsvagter', - description: 'Viser også kravene til sikkerhedsvagter i hjælperen.' - }, - mission_time: { - label: 'Oprettelsestid', - description: 'Viser dato og klokkeslæt, hvor missionen blev oprettet.' - } - }, - vehicles: { - truck: "Brandbiler", - platform: "Stigevogn", - heavyRescue: "pionertjenesten", - air: "højtrykskompressor", - bchief: "Holdleder-køretøjer", - tanker: "vandtankvogne", - hazmat: "gift- og kemikaliekøretøjer", - mcv: "ledelses- og kommunikationsmoduler", - police: "politibiler", - ambulance: "Ambulans", - arff: "ARFF", - k9: "Hundepatrulje", - pmotorcycle: "Politimotorcykel", - swatArmoured: "AKS Pansret mandskabsvogn", - swatSuv: "AKS Patruljevogn", - policeHeli: "Politihelikopter", - rth: "Rednings Helikopter", - }, - pois: [ - "Park", - "Sø", - "Hostpital", - "Skov", - "Busstoppested", - "Sporvognstoppested", - "Togstation \\(lokal trafik\\)", - "Togstation \\(lokal og national /international trafik\\)", - "Godsstation", - "Supermarked \\(lille\\)", - "Supermarked \\(stort\\)", - "Benzinstation", - "Skole", - "Museum", - "Indkøbscenter", - "Bilværksted", - "Motervejsfrakørsel", - "Julemarked", - "Pakhus", - "Diskotek", - "Stadion", - "Gård", - "Kontorbygning", - "Svømmehal", - "Jernbaneovergang", - "Teater", - "Markedsplads", - "Flod", - "Lille lufthavn \\(landingsbane\\)", - "Stor lufthavn \\(landingsbane\\)", - "Lufthavnsterminal", - "Bank", - "Varehus", - "Bro", - "Fast Food-restaurant", - "Containerhavnn", - "Genbrugscenter", - "Skyskraber", - "Krydstogthavn", - "Lystbådehavn", - "Skinnekrydsning", - "Tunnel", - "Kølehus", - "Kraftværk", - "Fabrik", - "Skrotplads", - "Metrostation", - "Lille kemikalietank", - "Stor kemikalietank", - "Hotel", - "Bar", - "Losseplads", - "Parkeringshus", - "Silo" - ] - }; - - I18n.translations.cs_CZ.lssm.missionhelper = { - diy_mission: 'Tato mise se jeví jako rozsáhlá alianční mise.', - siwa: 'Plánovaná mise', - vge: 'Velká alianční mise', - patients: 'Pacienti', - prisoners: 'Vězni', - to: 'až do', - exp: 'Šíření', - SWATPersonnel: "Potřebný personál URNY", - ambulance_only: 'Tato mise je pouze sanitka!', - title: 'Pomocník mise', - transport: 'Doprava', - settings: { - name: { - label: 'název', - description: 'Zobrazuje název mise v pomocníkovi.' - }, - id: { - label: 'ID', - description: 'Zobrazuje ID mise v pomocníkovi.' - }, - type: { - label: 'TYP-ID', - description: 'Zobrazuje ID typu mise v pomocníkovi.' - }, - poi: { - label: 'POI', - description: 'Označuje v pomocníkovi, na kterém POI je operace.' - }, - live_patients: { - label: 'Počet pacientů', - description: 'Ukazuje živě, kolik pacientů se v současné době používá.' - }, - vehicles: { - label: 'Vozidla', - description: 'Zobrazí požadovaná vozidla.' - }, - patients: { - label: 'informace o pacientovi', - description: 'Zobrazuje informace o (potenciálních) pacientech.' - }, - prisoners: { - label: 'informace vězně', - description: 'Zobrazuje informace o (potenciálních) vězňech.' - }, - special: { - label: 'Jiná informace', - description: 'Zobrazuje speciální informace, například průměrný minimální požadovaný počet zaměstnanců.' - }, - expansions: { - label: 'distribuce', - description: 'Ukazuje, na co se může sázka rozšířit. (Zobrazuje pouze jednoduché šíření)' - }, - show_100: { - label: 'Zobrazit 100% pravděpodobnost', - description: 'Zobrazuje pravděpodobnost pro vozidlo, i když je to 100%.' - }, - credits: { - label: 'Průměrné příjmy', - description: 'Zobrazuje průměrné příjmy, které získáte za tuto úlohu.' - }, - show_siwa: { - label: 'Požadavky na bezpečnostní strážce', - description: 'Ukazuje také požadavky na bezpečnostní strážce v pomocníkovi.' - }, - mission_time: { - label: 'Čas vytvoření', - description: 'Zobrazuje datum a čas, kdy byla mise vytvořena.' - } - }, - vehicles: { - truck: "hasičské vozy", - platform: "automobilové žebříky", - heavyRescue: "těžká technická vozidla", - air: "Mobile Air", - bchief: "velitelské automobily", - tanker: "kombinované hasící automobily", - hazmat: "vozidla pro práci s nebezpečnými látkami", - mcv: "velitelská vozidla", - police: "policejní automobily", - rth: "Vrtulník LZS", - ambulance: "Sanitkat", - arff: "letištní speciály", - k9: "Vozidlo Kynologů PČR", - pmotorcycle: "Policejní motocykl", - swatArmoured: "Obrněné vozidlo URNA", - swatSuv: "URNA SUV", - policeHeli: "Policejní vrtulník", - rth: "vrtulník" - }, - pois: [ - "Park", - "Jezero", - "Nemocnice", - "Les", - "Zastávka autobusu", - "Zastávka tramvaje", - "Železniční stanice \\(regionální doprava\\)", - "Železniční stanice \\(regionální a dálková doprava\\)", - "Nákladové nádraží", - "Supermarket \\(malý\\)", - "Supermarket \\(velký\\)", - "Čerpací stanice", - "Škola", - "Muzeum", - "Nákupní centrum", - "Autoservis", - "Dálniční sjezd", - "Vánoční trh", - "Skladiště", - "Diskotéka", - "Stadion", - "Farma", - "Kancelářská budova", - "Plovárna", - "Järnvägsövergång", - "Divadlo", - "Zábavní park", - "Řeka", - "Malé letiště \\(ranvej\\)", - "Velké letiště \\(ranvej\\)", - "Letištní terminál", - "Banka", - "Velkosklad", - "Most", - "Rychlé občerstvení", - "Nákladní přístav", - "Sběrný dvůr", - "Výšková budova", - "Přístaviště výletních lodí", - "Malý přístav", - "Železniční přejezd", - "Tunel", - "Chladírenský sklad", - "Elektrárna", - "Továrna", - "Šrotiště", - "Stanice metra", - "Malá chemická skladovací nádrž", - "Velká chemická skladovací nádrž", - "Hotel", - "Bar", - "Skládka", - "Kryté parkoviště", - "Silo" - ] - }; - - I18n.translations.tr_TR.lssm.missionhelper = { - diy_mission: 'Bu misyon büyük ölçekli bir ittifak görevi gibi görünüyor.', - siwa: 'Planlanan görev', - vge: 'Büyük ölçekli ittifak misyonu', - patients: 'hastalar', - prisoners: 'Mahkumlar', - to: 'kadar', - exp: 'Yayıldı', - SWATPersonnel: "Needed SWAT Personnel", - ambulance_only: 'Bu görev sadece ambulanstır!', - title: 'Misyonhelper', - transport: 'Taşıma', - settings: { - name: { - label: 'isim', - description: 'Yardımcıdaki görevin adını gösterir.' - }, - id: { - label: 'İD', - description: 'Yardımcıdaki görevin kimliğini görüntüler.' - }, - type: { - label: 'TYP kimliği', - description: 'Yardımcıdaki görev türünün kimliğini görüntüler.' - }, - poi: { - label: 'POI', - description: 'Yardımcıda işlemin hangi İÇN olduğunu gösterir.' - }, - live_patients: { - label: 'Hasta sayısı', - description: 'Şu anda kaç hastanın kullanımda olduğunu canlı gösterir.' - }, - vehicles: { - label: 'Araçlar', - description: 'Gerekli araçları görüntüler.' - }, - patients: { - label: 'hasta bilgisi', - description: '(Potansiyel) hastalar hakkında bilgi gösterir.' - }, - prisoners: { - label: 'mahkum bilgisi', - description: '(Potansiyel) mahkumlar hakkında bilgi gösterir.' - }, - special: { - label: 'Diğer bilgiler', - description: 'Gerekli ortalama asgari personel sayısı gibi özel bilgileri görüntüler.' - }, - expansions: { - label: 'dağılımları', - description: 'Bahsin neye yayılabileceğini gösterir. (Yalnızca basit yayılımı gösterir)' - }, - show_100: { - label: '% 100 olasılığı göster', - description: 'Bir aracın% 100 olsa bile olasılığını gösterir.' - }, - credits: { - label: 'Ortalama kazanç', - description: 'Bu ödev için aldığınız ortalama kazançları gösterir.' - }, - show_siwa: { - label: 'Güvenlik görevlilerinin gereksinimleri', - description: 'Yardımcıdaki güvenlik görevlilerinin gereksinimlerini de gösterir.' - }, - mission_time: { - label: 'Yaratılış Zamanı', - description: 'Görevin oluşturulduğu tarih ve saati gösterir.' - } - }, - vehicles: { - truck: "itfaiye aracı", - platform: "Platformlu Kamyon", - heavyRescue: "Büyük Kurtarma", - air: "Mobile Air", - bchief: "Tabur Amiri", - tanker: "Su Tankerleri", - hazmat: "Tehlikeli Madde", - mcv: "Mobil Komuta", - police: "Polis Arabaları", - rth: "HEMS", - ambulance: "Sanitkat", - arff: "ARFF", - k9: "Dog Support Units", - swatSuv: "Armed Response Vehicle (ARV)", - policeHeli: "Police Helicopter", - }, - pois: [ - "Park", - "Göl", - "Hastane", - "Orman", - "Otobüs durağı", - "Tramvay durağı", - "Tren istasyonu \\(bölgesel trafik\\)", - "Tren istasyonu \\(bölgesel trafik ve uzun mesafeli yolculuk\\)", - "Yük istasyonu", - "Süpermarket \\(küçük\\)", - "Süpermarket \\(büyük\\)", - "Akaryakıt istasyonu", - "Okul", - "Müze", - "Alışveriş Merkezi", - "Oto tamirhanesi", - "Otoyol çıkışı", - "Noel pazarı", - "Depo", - "Diskotek", - "Stadyum", - "Çiftlik", - "Ofis binası", - "Yüzme havuzu", - "Järnvägsövergång", - "Tiyatro", - "Lunapark", - "Nehir", - "Küçük Havalimanı \\(Uçak Pisti\\)", - "Büyük Havalimanı \\(Uçak Pisti\\)", - "Havalimanı Terminali", - "Banka", - "Ambar", - "Köprü", - "Fast Food Restoranı", - "Kargo limanı", - "Geri Dönüşüm Merkezi", - "Gökdelen", - "Yolcu gemisi limanı", - "Marina", - "Demiryolu Geçidi", - "Tünel", - "Soğuk Hava Ambarı", - "Enerji Santrali", - "Fabrika", - "Hurdalık", - "Metro istasyonu", - "Küçük kimyasal depo tankı", - "Büyük kimyasal depo tankı", - "Otel", - "Bar", - "Çöplük", - "Katlı Otopark", - "Ambar" - ] - }; - - I18n.translations.nb_NO.lssm.missionhelper = { - diy_mission: 'Dette oppdraget ser ut til å være et allianseoppdrag i stor skala.', - siwa: 'Planlagt oppdrag', - vge: 'Alliansemisjon i stor skala', - patients: 'Pasienter', - prisoners: 'innsatte', - to: 'opp til', - exp: 'Spre', - SWATPersonnel: "Nødvendig delta-personell", - ambulance_only: 'Dette oppdraget er kun ambulanse!', - title: 'Missionhelper', - transport: 'Transportere', - settings: { - name: { - label: 'Navn', - description: 'Viser navnet på oppdraget i hjelperen.' - }, - id: { - label: 'ID', - description: 'Viser IDen til oppdraget i hjelperen.' - }, - type: { - label: 'TYP-ID', - description: 'Viser ID for oppdragstypen i hjelperen.' - }, - poi: { - label: 'POI', - description: 'Indikerer i hjelperen hvilken POI operasjonen er på.' - }, - live_patients: { - label: 'Antall pasienter', - description: 'Viser hvor mange pasienter som er i bruk.' - }, - vehicles: { - label: 'kjøretøy', - description: 'Viser de nødvendige kjøretøyene.' - }, - patients: { - label: 'pasientinformasjon', - description: 'Viser informasjon om (potensielle) pasienter.' - }, - prisoners: { - label: 'fangeinformasjon', - description: 'Viser informasjon om (potensielle) fanger.' - }, - special: { - label: 'Annen informasjon', - description: 'Viser spesiell informasjon, for eksempel gjennomsnittlig minimum antall ansatte som kreves.' - }, - expansions: { - label: 'distribusjoner', - description: 'Viser hva innsatsen kan spre seg til. (Viser bare enkel oppslag)' - }, - show_100: { - label: 'Vis 100% sannsynlighet', - description: 'Viser sannsynligheten for et kjøretøy selv om det er 100%.' - }, - credits: { - label: 'Gjennomsnittlig inntjening', - description: 'Viser gjennomsnittlig inntjening du får for denne oppgaven.' - }, - show_siwa: { - label: 'Krav til sikkerhetsvakter', - description: 'Viser også kravene til sikkerhetsvakter i hjelperen.' - }, - mission_time: { - label: 'Opprettingstid', - description: 'Viser dato og klokkeslett da oppdraget ble opprettet.' - } - }, - vehicles: { - truck: "Brannbiler", - platform: "høyderedskap", - heavyRescue: "redningsbiler", - air: "røykdykkere", - bchief: "Bataljonsjefbil", - tanker: "tankbiler", - hazmat: "CBRN", - mcv: "utryckningsfordon", - police: "politibiler", - ambulance: "Ambulans", - arff: "brann- og redningstjeneste for fly", - k9: "Hundepatrulje", - pmotorcycle: "Politimotorsykkel", - swatArmoured: "Pansret kjøretøy", - swatSuv: "Delta kjøretøy", - policeHeli: "Politihelikopter", - rth: "Räddningshelikopter" - }, - pois: [ - "Park", - "Innsjø", - "Sykehus", - "Skog", - "Busstopp", - "Trikkestopp", - "Togstasjon \\(regional\\)", - "Togstasjon \\(regional og langdistanse\\)", - "Godsstasjon", - "Matvarebutikk \\(liten\\)", - "Matvarebutikk \\(stor\\)", - "Bensinstasjon", - "Skole", - "Museum", - "Kjøpesenter", - "Bilverksted", - "Motorveiavkjøring", - "Julemarked", - "Lagerbygning", - "Nattklubb", - "Stadion", - "Gård", - "Kontorbygning", - "Basseng", - "Järnvägsövergång", - "Teater", - "Tivoli", - "Elv", - "Liten flyplass \\(flystripe\\)", - "Stor flyplass \\(flystripe\\)", - "Flyplassterminal", - "Bank", - "Varehus", - "Bro", - "Gatekjøkken", - "Cargohavn", - "Gjenvinningssenter", - "Skyskraper", - "Cruisehavn", - "Marina", - "Planovergang", - "Tunnel", - "Kaldt varehus", - "Kraftverk", - "Fabrikk", - "Skrotplass", - "Metrostasjon", - "Liten kjemisk lagringstank", - "Stor kjemisk lagringstank", - "Hotell", - "Bar", - "Deponi", - "Parkeringshus", - "Silo" - ] - }; - - I18n.translations.pl_PL.lssm.missionhelper = { - diy_mission: 'Ta misja wydaje się być misją sojuszników na dużą skalę.', - siwa: 'Planowana misja', - vge: 'Misja sojuszu na dużą skalę', - patients: 'Pacjenci', - prisoners: 'Więźniowie', - to: 'aż do', - exp: 'Rozprzestrzeniania', - SWATPersonnel: "Wymagani policjanci SPKP", - ambulance_only: 'Ta misja to tylko ambulans!', - title: 'Pomocnik misjonarza', - transport: 'Transport', - settings: { - name: { - label: 'Nazwa', - description: 'Pokazuje nazwę misji w pomocniku.' - }, - id: { - label: 'ID', - description: 'Wyświetla ID misji w helperze.' - }, - type: { - label: 'TYP-ID', - description: 'Wyświetla ID typu misji w helperze.' - }, - poi: { - label: 'POI', - description: 'Wskazuje w pomocniku, na którym punkcie POI znajduje się dana operacja.' - }, - live_patients: { - label: 'Liczba pacjentów', - description: 'Pokazuje na żywo, ilu pacjentów jest obecnie w użyciu.' - }, - vehicles: { - label: 'Pojazdy', - description: 'Wyświetla wymagane pojazdy.' - }, - patients: { - label: 'patient information', - description: 'Pokazuje informacje o (potencjalnych) pacjentach.' - }, - prisoners: { - label: 'informacje o więźniach', - description: 'Pokazuje informacje o (potencjalnych) więźniach.' - }, - special: { - label: 'Inne informacje', - description: 'Displays special information, such as the average minimum number of personnel required.' - }, - expansions: { - label: 'dystrybucje', - description: 'Pokazuje, do czego może rozprzestrzeniać się zakład. (Pokazuje tylko prosty spread)' - }, - show_100: { - label: 'Pokaż 100% prawdopodobieństwo', - description: 'Pokazuje prawdopodobieństwo dla pojazdu, nawet jeśli jest to 100%.' - }, - credits: { - label: 'Średni wynik finansowy', - description: 'Pokazuje średnie zarobki, które otrzymujesz za to zadanie.' - }, - show_siwa: { - label: 'Wymogi strażników bezpieczeństwa', - description: 'Pokazuje również wymagania strażników bezpieczeństwa w pomocniku.' - }, - mission_time: { - label: 'Czas tworzenia', - description: 'Pokazuje datę i godzinę utworzenia misji.' - } - }, - vehicles: { - truck: "samochody pożarnicze", - platform: "SP wysokościowe", - heavyRescue: "ciężkie samochody ratowniczo-gaśnicze", - air: "SPGaz", - bchief: "Oficera Operacyjnego", - tanker: "cysterny z wodą", - hazmat: "SP Rchem", - mcv: "samochody dowodzenia i łączności", - police: "radiowozy", - rth: "śmigłowiec LPR", - ambulance: "Ambulans P", - arff: "SP LSP", - k9: "Jednostki K-9", - pmotorcycle: "Motocykl Policyjny", - swatArmoured: "Opancerzony Pojazd SPKP", - swatSuv: "SUV SPKP", - policeHeli: "Helikopter Policyjny", - }, - pois: [ - "Park", - "Jezioro", - "Szpital", - "Las", - "Przystanek autobusowy", - "Przystanek tramwajowy", - "Dworzec kolejowy \\(ruch podmiejski\\)", - "Dworzec kolejowy \\(ruch podmiejski i dalekobieżny\\)", - "Stacja towarowa", - "Supermarket \\(mały\\)", - "Supermarket \\(duży\\)", - "Stacja paliw", - "Szkoła", - "Muzeum", - "Centrum handlowe", - "Warsztat samochodowy", - "Zjazd z autostrady", - "Jarmark Bożonarodzeniowy", - "Storehouse", - "Dyskoteka", - "Stadion", - "Gospodarstwo rolne", - "Biurowiec", - "Basen", - "Przejazd kolejowy", - "Teatr", - "Teren wystawowy", - "Rzeka", - "Mały port lotniczy \\(pas startowy\\)", - "Duży port lotniczy \\(pas startowy\\)", - "Terminal portu lotniczego", - "Bank", - "Magazyn", - "Most", - "Bar szybkiej obsługi", - "Cargo-port", - "Centrum segregacji odpadów", - "Wieżowiec", - "Dok dla wycieczkowców", - "Marina", - "Przejazd kolejowo-drogowy", - "Tunel", - "Chłodnia składowa", - "Elektrownia", - "Fabryka", - "Składowisko złomu", - "Stacja metra", - "Mały zbiornik na substancje chemiczne", - "Duży zbiornik na substancje chemiczne", - "Hotel", - "Bar", - "Składowisko odpadów", - "Parking", - "Silos" - ] - }; - - I18n.translations.it_IT.lssm.missionhelper = { - diy_mission: 'Questa missione sembra essere una missione su larga scala dell\'alleanza..', - siwa: 'Missione pianificata', - vge: 'Missione dell\'alleanza su larga scala', - patients: 'Pazienti', - prisoners: 'Prigionieri', - to: 'fino', - exp: 'Espansione', - SWATPersonnel: "Needed SWAT Personnel", - averageMinimumEmployeesFire: 'Vigili del Fuoco richiesti', - ambulance_only: 'Questa missione e\' riservata alle ambulanze.!', - title: 'Missionhelper', - transport: 'Trasporto', - settings: { - name: { - label: 'Nome', - description: 'Mostra il nome della missione nell\'aiuto.' - }, - id: { - label: 'ID', - description: 'Visualizza l\'ID della missione nell\'helper.' - }, - type: { - label: 'TIPO-ID', - description: 'Visualizza l\'ID del tipo di missione nell\'helper.' - }, - poi: { - label: 'POI', - description: 'Indica nell\'helper a quale PDI si trova l\'operazione.' - }, - live_patients: { - label: 'Numero di pazienti', - description: 'Mostra dal vivo quanti pazienti sono attualmente in uso.' - }, - vehicles: { - label: 'Veicoli', - description: 'Visualizza i veicoli necessari.' - }, - patients: { - label: 'informazioni sul paziente', - description: 'Mostra informazioni sui (potenziali) pazienti.' - }, - prisoners: { - label: 'prisoner information', - description: 'Mostra informazioni sui (potenziali) prigionieri.' - }, - special: { - label: 'Altre informazioni', - description: 'Visualizza informazioni speciali, come ad esempio il numero medio minimo di persone richieste.' - }, - expansions: { - label: 'erogazioni', - description: 'Mostra a cosa può diffondersi la scommessa. (Mostra solo spread semplice)' - }, - show_100: { - label: 'Mostra il 100% di probabilità', - description: 'Mostra la probabilità per un veicolo anche se è al 100%.' - }, - credits: { - label: 'Guadagno medio', - description: 'Mostra i guadagni medi che si ottengono per questo incarico.' - }, - show_siwa: { - label: 'Requisiti delle guardie di sicurezza', - description: 'Mostra i requisiti per le guardie di sicurezza anche nell\'helper.' - }, - mission_time: { - label: 'Tempo di creazione', - description: 'Mostra la data e l\'ora in cui la missione è stata creata.' - } - }, - vehicles: { - truck: "Autopompe", - platform: "Autoscale", - heavyRescue: "Veicoli di soccorso pesante", - air: "Carro aria", - bchief: "Funzionario", - tanker: "Autobotti", - hazmat: "Mezzi N.B.C.R.", - mcv: "Mobile Command Vehicle", - police: "Volanti della polizia", - rth: "elisoccorso", - ambulance: "Ambulanza Medicalizzata", - arff: "Flotta aerea antincendio AIB", - k9: "unitò cinofila antidroga", - pmotorcycle: "Moto della Polizia", - swatArmoured: "furgone Antisommossa", - swatSuv: "Suv UOPI", - policeHeli: "elicottero della polizia" - }, - pois: [ - "Parco", - "Lago", - "Ospedale", - "Bosco", - "Fermata dell'autobus", - "Fermata del tram", - "Stazione ferroviaria \\(traffico regionale\\)", - "Stazione ferroviaria \\(traffico regionale e viaggi a lunga distanza\\)", - "Stazione merci", - "Supermercato \\(piccolo\\)", - "Supermercato \\(grande\\)", - "Stazione di servizio", - "Scuola", - "Museo", - "Centro commercial", - "Officina meccanica", - "Uscita autostradale", - "Mercatino di Natale", - "Storehouse", - "Discoteca", - "Stadio", - "Azienda agricola", - "Edificio adibito a uffici", - "Piscina", - "Railroad Crossing", - "Teatro", - "Luna park", - "Fiume", - "Piccolo aeroporto \\(pista\\)", - "Grande aeroporto \\(pista\\)", - "Terminal aeroporto", - "Banca", - "Magazzino", - "Ponte", - "Tavola calda", - "Porto mercantile", - "Piattaforma ecologica", - "Grattacielo", - "Molo navi da crociera", - "Porticciolo", - "Passaggio a livello", - "Galleria", - "Magazzino a celle frigorifere", - "Centrale elettrica", - "Fabbrica", - "Deposito rottami", - "Stazione metropolitana", - "Piccolo serbatoio di accumulo sostanze chimiche", - "Grande serbatoio di accumulo sostanze chimiche", - "Hotel", - "Bar", - "Discarica", - "Parcheggio coperto", - "Silos" - ] - }; - - I18n.translations.fr_FR.lssm.missionhelper = { - diy_mission: 'Cette mission semble être une mission d\'alliance à grande échelle.', - siwa: 'Mission prévue', - vge: 'Mission d\'alliance à grande échelle', - patients: 'Patients', - prisoners: 'prisonniers', - to: 'jusqu\'à', - exp: 'Propagation', - SWATPersonnel: "Needed SWAT Personnel", - averageMinimumEmployeesFire: 'Moyenne minimale Pompiers', - averageMinimumEmployeesHoehen: 'Spécialistes IMP requis', - ambulance_only: 'Cette mission est réservée aux ambulances !', - title: 'Aide à la mission', - transport: 'transport', - settings: { - name: { - label: 'Nom', - description: 'Affiche le nom de la mission dans l\'assistant.' - }, - id: { - label: 'ID', - description: 'Affiche l\'ID de la mission dans l\'aide.' - }, - type: { - label: 'TYP-ID', - description: 'Affiche l\'ID du type de mission dans l\'aide.' - }, - poi: { - label: 'POI', - description: 'Indique dans l\'aide à quel POI se trouve l\'opération.' - }, - live_patients: { - label: 'Nombre de patients', - description: 'Affiche en temps réel le nombre de patients en cours d\'utilisation.' - }, - vehicles: { - label: 'Véhicules', - description: 'Affiche les véhicules requis.' - }, - patients: { - label: 'renseignements sur le patient', - description: 'Affiche des informations sur les patients (potentiels).' - }, - prisoners: { - label: 'renseignements sur le détenu', - description: 'Affiche des informations sur les détenus (potentiels).' - }, - special: { - label: 'Autres informations', - description: 'Affiche des informations spéciales, telles que le nombre minimum moyen d\'employés requis.' - }, - expansions: { - label: 'répartitions', - description: 'Montre à quoi le pari peut s\'étendre. (N\'affiche que la propagation simple)' - }, - show_100: { - label: 'Montrer 100% de probabilité', - description: 'Indique la probabilité pour un véhicule même s\'il est à 100%.' - }, - credits: { - label: 'Salaire moyen', - description: 'Indique le salaire moyen que vous touchez pour cette affectation.' - }, - show_siwa: { - label: 'Exigences applicables aux agents de sécurité', - description: 'Affiche également les exigences pour les agents de sécurité de l\'assistant.' - }, - mission_time: { - label: 'Heure de création', - description: 'Affiche la date et l\'heure de création de la mission.' - } - }, - vehicles: { - truck: "Fourgons d’incendie", - platform: "Moyen Elévateur Aérien", - heavyRescue: "Véhicule de secours routier", - air: "Assistance respiratoire", - bchief: "Chefs de groupe", - tanker: "Camions-citernes", - hazmat: "risques technologiques", - mcv: "poste de commandement", - police: "Voitures de police", - rth: "Dragon", - ambulance: "Ambulances", - gkw: 'Véhicule Tout Usage', - arff: "ARFF", - hoehen: "VGRIMP" - }, - pois: [ - "Parc", - "Lac", - "Hôpital", - "Forêt", - "Arrêt de bus", - "Arrêt de tram", - "Gare ferroviaire (trajets régionaux)", - "Gare ferroviaire (trajets régionaux et grandes lignes)", - "Supérette", - "Supermarché (petit)", - "Supermarché (grand)", - "Station-service", - "École", - "Musée", - "Centre commercial", - "Garage automobile", - "Sortie d’autoroute", - "Marché de Noël", - "Hangar", - "Discothèque", - "Stade", - "Ferme", - "Bureaux", - "Piscine", - "Passage à niveau", - "Théâtre", - "Fête foraine", - "Rivière", - "Petit aéroport (piste)", - "Grand aéroport (piste)", - "Terminal d’aéroport", - "Banque", - "Entrepôt", - "Pont", - "Restauration rapide", - "Port de fret", - "Centre de recyclage", - "Tour", - "Quai de navire de croisière", - "Marina", - "Croisement de voie ferrée", - "Tunnel", - "Entrepôt frigorifique", - "Centrale électrique", - "Usine", - "Casse", - "Station de métro", - "Petite citerne de produits chimiques", - "Grande citerne de produits chimiques", - "Hôtel", - "Bar", - "Décharge", - "Parking couvert", - "Silo" - ] - }; - - I18n.translations.ru_RU.lssm.missionhelper = { - diy_mission: 'Эта миссия, похоже, является широкомасштабной миссией альянса.', - siwa: 'Запланированная миссия', - vge: 'Запланированная миссия', - patients: 'Пациенты', - prisoners: 'Заключенные', - to: 'вплоть до', - exp: 'Распространяться', - SWATPersonnel: "Требуемый личный состав спецназа", - ambulance_only: 'Это задание только для скорой помощи!', - title: 'Миссионер', - transport: 'Транспорт', - settings: { - name: { - label: 'Имя', - description: 'Показывает имя миссии в помощнике..' - }, - id: { - label: 'УДОСТОВЕРЕНИЕ ЛИЧНОСТИ', - description: 'Отображает идентификатор задания в помощнике..' - }, - type: { - label: 'ТИП-ID', - description: 'Отображает идентификатор типа миссии в помощнике..' - }, - poi: { - label: 'POI', - description: 'Указывает в помощнике, в какой Точке интереса выполняется операция.' - }, - live_patients: { - label: 'Количество пациентов', - description: 'Показывает вживую, сколько пациентов в данный момент находятся в эксплуатации.' - }, - vehicles: { - label: 'Автомобили', - description: 'Отображает требуемые транспортные средства.' - }, - patients: { - label: 'информация о пациенте', - description: 'Показывает информацию о (потенциальных) пациентах.' - }, - prisoners: { - label: 'информация о заключенных', - description: 'Показывает информацию о (потенциальных) заключенных.' - }, - special: { - label: 'Другая информация', - description: 'Отображает специальную информацию, например, среднее минимальное требуемое количество персонала.' - }, - expansions: { - label: 'рассылки', - description: 'Показывает, на что может распространяться ставка. (Показывает только простое распространение)' - }, - show_100: { - label: 'Показать 100% вероятность', - description: 'Показывает вероятность для транспортного средства, даже если она составляет 100%.' - }, - credits: { - label: 'Средний заработок', - description: 'Показывает средний заработок, который вы получаете за это задание.' - }, - show_siwa: { - label: 'Требования к охранникам', - description: 'Также показывает требования к охранникам в помощнике.' - }, - mission_time: { - label: 'Время создания', - description: 'Показывает дату и время создания миссии.' - } - }, - vehicles: { - truck: "пожарные машины", - platform: "платформы", - heavyRescue: "машины для спасательных работ в тяжёлых условиях", - air: "респираторной поддержки", - bchief: "командира батальона", - tanker: "цистерны с водой", - hazmat: "автомобили обезвреживания", - mcv: "мобильные командные пункты", - police: "полицейские автомобили", - arff: "АПСР", - rth: "вертолёта", - k9: "Автомобиль с полицейской собакой", - pmotorcycle: "Полицейский мотоцикл", - swatArmoured: "Бронемашина спецназа", - swatSuv: "Внедорожник спецназа", - policeHeli: "Полицейский вертолет", - }, - pois: [ - "Парк", - "Озеро", - "Больница", - "Лес", - "Автобусная остановка", - "Трамвайная остановка", - "Железнодорожная станция", - "Железнодорожный вокзал", - "Товарная станция", - "Супермаркет \\(небольшой\\)", - "Супермаркет \\(большой\\)", - "Автозаправка", - "Школа", - "Музей", - "Торговый центр", - "Автомастерская", - "Съезд с трассы", - "Рождественский рынок", - "Storehouse", - "Дискотека", - "Стадион", - "Ферма", - "Офисное здание", - "Бассейн", - "Railroad Crossing", - "Театр", - "Ярмарка", - "Река", - "Малый аэропорт \\(ВПП\\)", - "Большой аэропорт \\(ВПП\\)", - "Терминал аэропорта", - "Банк", - "Склад", - "Мост", - "Ресторан быстрого питания", - "Грузовой порт", - "Центр переработки ВО", - "Высотка", - "Причал круизных лайнеров", - "Гавань", - "Железнодорожный переезд", - "Тоннель", - "Холодный склад", - "Электростанция", - "Фабрика", - "Утилизационный склад", - "Станция метро", - "Малое хранилище химикатов", - "Большое хранилище химикатов", - "Гостиница", - "Бар", - "Свалка", - "Паркинг", - "Силос" - ] - }; - - I18n.translations.uk_UA.lssm.missionhelper = { - diy_mission: 'Ця місія, здається, є масштабною місією альянсу.', - siwa: 'Запланована місія', - vge: 'Велика місія альянсу', - patients: 'Пацієнти', - prisoners: 'В\'язні', - to: 'аж до', - exp: 'Поширення', - SWATPersonnel: "Needed SWAT Personnel", - ambulance_only: 'Ця місія є лише швидкою допомогою!', - title: 'Місіонер', - transport: 'Транспорт', - settings: { - name: { - label: 'Ім\'я', - description: 'Показує ім\'я місії у помічнику.' - }, - id: { - label: 'Посвідчення особи', - description: 'Відображає ідентифікатор місії у помічнику.' - }, - type: { - label: 'ІДЕНТИФІКАТОР ТИПУ', - description: 'Відображає ідентифікатор типу місії у помічнику.' - }, - poi: { - label: 'Потім', - description: 'Вказує в помічнику, на якій POI знаходиться операція.' - }, - live_patients: { - label: 'Кількість пацієнтів', - description: 'Показує в прямому ефірі, скільки пацієнтів зараз використовуються.' - }, - vehicles: { - label: 'Транспортні засоби', - description: 'Відображає необхідні транспортні засоби.' - }, - patients: { - label: 'інформація про пацієнта', - description: 'Показує інформацію про (потенційних) пацієнтів.' - }, - prisoners: { - label: 'інформація про в\'язнів', - description: 'Показує інформацію про (потенційних) ув\'язнених.' - }, - special: { - label: 'Інша інформація', - description: 'Відображає спеціальну інформацію, таку як середня мінімальна кількість необхідного персоналу.' - }, - expansions: { - label: 'дистрибуції', - description: 'Показує, на що може поширюватися ставка. (Показує лише просте поширення)' - }, - show_100: { - label: 'Показати 100% вірогідність', - description: 'Показує ймовірність для транспортного засобу, навіть якщо він 100%.' - }, - credits: { - label: 'Середній заробіток', - description: 'Показує середній заробіток, який ви отримуєте за це завдання.' - }, - show_siwa: { - label: 'Вимоги охоронців', - description: 'Показує вимоги до охоронців і в помічнику.' - }, - mission_time: { - label: 'Час створення', - description: 'Показує дату та час створення місії.' - } - }, - vehicles: { - truck: "пожежні машини", - platform: "пожежні автодрабини", - heavyRescue: "важкі рятувальні машини", - air: "Carro aria", - bchief: "штабні автомобілі", - tanker: "автонасосні", - hazmat: "машини знезараження", - mcv: "Mobile Command Vehicle", - police: "поліцейські машини", - rth: "elisoccorso", - ambulance: "Ambulanza Medicalizzata", - arff: "Flotta aerea antincendio AIB", - k9: "Dog Support Units", - swatSuv: "Armed Response Vehicle (ARV)", - policeHeli: "Police Helicopter" - }, - pois: [ - "Парк", - "Озеро", - "Лікарня", - "Ліс", - "Автобусна зупинка", - "Трамвайна зупинка", - "Залізнична станція", - "Залізничний вокзал", - "Товарна станція", - "Супермаркет \\(малий\\)", - "Супермаркет \\(великий\\)", - "Заправна станція", - "Школа", - "Музей", - "Торгівельний центр", - "Автомайстерня", - "З'їзд із траси", - "Різдвяний ринок", - "Storehouse", - "Дискотека", - "Стадіон", - "Ферма", - "Офісна будівля", - "Басейн", - "Railroad Crossing", - "Театр", - "Ярмарок", - "Річка", - "Малий аеропорт \\(ЗПС\\)", - "Великий аеропорт \\(ЗПС\\)", - "Термінал аеропорту", - "Банк", - "Склад", - "Міст", - "Ресторан швидкого харчування", - "Вантажний порт", - "Центр переробки відходів", - "Висотка", - "Причал круїзних лайнерів", - "Гавань", - "Залізничний переїзд", - "Тунель", - "Холодний склад", - "Електростанція", - "Фабрика", - "Утилізаційний склад", - "Станція метро", - "Мале сховище хімікатів", - "Велике сховище хімікатів", - "Готель", - "Бар", - "Звалище", - "Гараж", - "Силос" - ] - }; - - I18n.translations.ja_JP.lssm.missionhelper = { - diy_mission: 'このミッションは大規模な同盟ミッションのようです。', - siwa: '計画ミッション', - vge: '大規模同盟ミッション', - patients: '患者さん', - prisoners: '囚人', - to: 'まで', - exp: '普及', - SWATPersonnel: "Needed SWAT Personnel", - ambulance_only: 'このミッションは救急車のみです!', - title: 'ミッションヘルパー', - transport: '輸送', - settings: { - name: { - label: '名前', - description: 'ヘルパーのミッションの名前を表示します。' - }, - id: { - label: 'Id', - description: 'ヘルパー内のミッションの ID を表示します。' - }, - type: { - label: 'タイプ ID', - description: 'ヘルパーのミッションタイプの ID を表示します。' - }, - poi: { - label: 'ポイ', - description: '操作がどの POI にあるかをヘルパーで示します。' - }, - live_patients: { - label: '患者数', - description: '現在使用中の患者数をライブで表示します。' - }, - vehicles: { - label: '乗り物', - description: '必要な車両を表示します。' - }, - patients: { - label: '患者情報', - description: '(潜在的な)患者に関する情報を表示します。' - }, - prisoners: { - label: '囚人情報', - description: '(潜在的な)囚人に関する情報を表示します。' - }, - special: { - label: 'その他の情報', - description: '必要な要員の平均最小人数などの特別な情報を表示します。' - }, - expansions: { - label: '分布', - description: 'ベットが何に広がるかを示します。 (単純なスプレッドのみを表示)' - }, - show_100: { - label: '100%の確率を表示', - description: '車両が100%であっても、車両の確率を示します。' - }, - credits: { - label: '平均収益', - description: 'この割り当てで得られる平均収益を表示します。' - }, - show_siwa: { - label: '警備員の要件', - description: 'ヘルパーのセキュリティガードの要件も示します。' - }, - mission_time: { - label: '作成時間', - description: 'ミッションが作成された日時を表示します。' - } - }, - vehicles: { - truck: "消防車が ", - platform: "プラットフォームトラック", - heavyRescue: "大型救助車", - air: "Breathing Apparatus Support Unit", - bchief: "消防隊", - tanker: "ウォータータンカー", - hazmat: "危険物取扱車両が", - mcv: "Incident Command and Control Unit", - police: "警察車両が", - arff: "空港用消防車", - k9: "Dog Support Unit", - swatSuv: "Armed Response Vehicle (ARV)", - rth: "HEMS", - policeHeli: "Police helicopter", - }, - pois: [ - "公園", - "湖", - "病院", - "森", - "バス停", - "電車停留所", - "駅\\(普通車両\\)", - "駅\\(普通車両と長距離路線\\)", - "雑貨屋", - "スーパーマーケット\\(小型\\)", - "スーパーマーケット\\(大型\\)", - "ガソリンスタンド", - "学校", - "博物館", - "ショッピングモール", - "車整備店", - "高速インター", - "高速道路出口", - "Storehouse", - "ディスコ", - "スタジアム", - "牧場", - "オフィスビル", - "プール", - "Railroad Crossing", - "映画館", - "イベント会場", - "河川", - "小型空港\\(滑走路\\)", - "大型空港\\(滑走路\\)", - "空港ターミナル", - "銀行", - "倉庫", - "橋", - "ファストフードレストラン", - "貨物港", - "リサイクルセンター", - "高層ビル", - "クルーズ船ドック", - "マリーナ", - "踏切", - "トンネル", - "低温倉庫", - "発電所", - "工場", - "ゴミ処分場", - "地下鉄駅", - "化学薬品タンク\\(小型\\)", - "化学薬品タンク\\(大型\\)", - "ホテル", - "バー", - "処分場", - "駐車ガレージ", - "サイロ" - ] - }; - - I18n.translations.ko_KR.lssm.missionhelper = { - diy_mission: '이 임무는 대규모 동맹 임무 인 것 같습니다.', - siwa: '계획된 임무', - vge: '대규모 동맹 임무', - patients: '환자', - prisoners: '죄수', - to: '까지', - exp: '확산', - ambulance_only: '이 임무는 구급차 전용입니다!', - title: '선교사', - transport: '수송', - settings: { - name: { - label: '이름', - description: '도우미의 임무 이름을 표시합니다.' - }, - id: { - label: '신분증', - description: '헬퍼에서 미션의 ID를 표시합니다.' - }, - type: { - label: '유형 ID', - description: '헬퍼에서 미션 유형의 ID를 표시합니다.' - }, - poi: { - label: '다음', - description: '도우미에서 작업이 있는 POI를 나타냅니다.' - }, - live_patients: { - label: '환자 수', - description: '현재 사용중인 환자 수를 실시간으로 보여줍니다.' - }, - vehicles: { - label: '차량', - description: '필요한 차량을 표시합니다.' - }, - patients: { - label: '환자 정보', - description: '(잠재적) 환자에 대한 정보를 표시합니다.' - }, - prisoners: { - label: '죄수 정보', - description: '(잠재적 인) 포로에 대한 정보를 표시합니다.' - }, - special: { - label: '기타 정보', - description: '필요한 평균 최소 인원 수와 같은 특수 정보를 표시합니다.' - }, - expansions: { - label: '분포', - description: '베팅이 퍼질 수있는 것을 보여줍니다. (간단한 스프레드 만 표시)' - }, - show_100: { - label: '100 % 확률 표시', - description: '차량이 100 % 인 경우에도 차량의 확률을 표시합니다.' - }, - credits: { - label: '평균 수입', - description: '이 과제에서 얻은 평균 수입을 보여줍니다.' - }, - show_siwa: { - label: '경비원의 요구 사항', - description: '도우미의 보안 요원에 대한 요구 사항도 표시합니다.' - }, - mission_time: { - label: '창조 시간', - description: '미션이 생성 된 날짜와 시간을 보여줍니다.' - } - }, - vehicles: { - truck: "소방차", - platform: "플랫폼 트럭", - heavyRescue: "중장비 구조 차량", - air: "Breathing Apparatus Support Unit", - bchief: "소방대장", - tanker: "수상 탱커", - hazmat: "생화학 차량", - mcv: "Incident Command and Control Unit", - police: "경찰차", - arff: "ARFF", - k9: "Dog Support Unit", - swatSuv: "Armed Response Vehicle (ARV)", - rth: "HEMS", - policeHeli: "Police helicopter", - }, - pois: [ - "공원", - "호수", - "병원", - "숲", - "버스 정류장", - "전차 정류장", - "기차역\\(지역 교통\\)", - "기차역\\(지역 교통 및 장거리 여행역\\)", - "화물역", - "슈퍼마켓\\(소형\\)", - "슈퍼마켓\\(대형\\)", - "주유소", - "학교", - "박물관", - "쇼핑몰", - "차량 정비소", - "고속도로 출구", - "크리스마스 마켓", - "저장소", - "디스코텍", - "경기장", - "농장", - "사무용 건물", - "수영장", - "철길 건널목", - "극장", - "박람회장", - "강", - "소형 공항\\(활주로\\)", - "대형 공항\\(활주로\\)", - "공항 터미널", - "은행", - "창고", - "다리", - "패스트푸드 레스토랑", - "적하구", - "재활용 센터", - "고층 건물", - "유람선 부두", - "정박지", - "철도 건널목", - "터널", - "냉동 창고", - "발전소", - "공장", - "고철 처리장", - "지하철역", - "소형 화학물질 저장 탱크", - "대형 화학물질 저장 탱크", - "호텔", - "술집", - "매립지", - "주차장", - "Silo" - ] - }; - - I18n.translations.ro_RO.lssm.missionhelper = { - diy_mission: 'Această misiune pare a fi o misiune de alianță la scară largă.', - siwa: 'Misiune planificată', - vge: 'Misiune a alianței la scară largă', - patients: 'Pacienţii', - prisoners: 'Prizonieri', - to: 'până la', - exp: 'Se răspândeşte', - SWATPersonnel: "Needed SWAT Personnel", - ambulance_only: 'Misiunea asta e doar pentru ambulanță!', - title: 'Ajutor de misiune', - transport: 'Transport', - settings: { - name: { - label: 'Numele', - description: 'Afișează numele misiunii în ajutor.' - }, - id: { - label: 'Id', - description: 'Afișează ID-ul misiunii în ajutor.' - }, - type: { - label: 'ID DE TIP', - description: 'Afișează ID-ul tipului de misiune în ajutor.' - }, - poi: { - label: 'Apoi', - description: 'Indică în ajutor la ce punct de interes se află operațiunea.' - }, - live_patients: { - label: 'Numărul de pacienți', - description: 'Arată live cât de mulți pacienți sunt în prezent în uz.' - }, - vehicles: { - label: 'Vehicule', - description: 'Afișează vehiculele necesare.' - }, - patients: { - label: 'informații despre pacient', - description: 'Afișează informații despre (potențialii) pacienți.' - }, - prisoners: { - label: 'informații prizonier', - description: 'Afișează informații despre (potențialii) deținuți.' - }, - special: { - label: 'Alte informații', - description: 'Afișează informații speciale, ar fi numărul minim mediu de personal necesar.' - }, - expansions: { - label: 'Distribuţii', - description: 'Arată la ce se poate răspândi pariul. (Afișează numai o simplă răspândire)' - }, - show_100: { - label: 'Arată probabilitatea 100%', - description: 'Afișează probabilitatea pentru un vehicul, chiar dacă este 100%.' - }, - credits: { - label: 'Câștigul salarial mediu', - description: 'Afișează câștigurile medii pe care le obțineți pentru această atribuire.' - }, - show_siwa: { - label: 'Cerințe ale agenților de securitate', - description: 'Arată cerințele pentru agenții de pază în ajutor, de asemenea.' - }, - mission_time: { - label: 'Timp de creare', - description: 'Afișează data și ora la care a fost creată misiunea.' - } - }, - vehicles: { - truck: "Mașini de pompieri", - platform: "Camioane cu platformă", - heavyRescue: "grele de salvare", - air: "Breathing Apparatus Support Unit", - bchief: "Șeful de batalion", - tanker: "Cisterne de apă", - hazmat: "pentru transportul mărfurilor periculoase", - mcv: "comandă forțe mobile", - police: "Mașini de poliție", - arff: "Serviciu aeronautic de salvare și luptă împotriva incendiilor", - rth: "Air Ambulance" - }, - pois: [ - "Parc", - "Lac", - "Spital", - "Pădure", - "Stație de autobuz", - "Stație de tramvai", - "Gară (trafic regional)", - "Gară (trafic regional și deplasări pe distanțe lungi)", - "Stație de marfă", - "Supermarket (mic)", - "Supermarket (mare)", - "Stație de benzină", - "Școală", - "Muzeu", - "Centru comercial", - "Atelier auto", - "Ieșire pe autostradă", - "Târg de Crăciun", - "asdasdas", - "Discotecă", - "Stadion", - "Fermă", - "Clădire de birouri", - "Bazin de înot", - "Trecere de cale ferată", - "Teatru", - "Bâlci", - "Râu", - "Aeroport mic (pistă)", - "Aeroport mare (pistă)", - "Terminal aeroport", - "Bancă", - "Magazie", - "Pod", - "Restaurant fast-food", - "Port pentru mărfuri", - "Centru de reciclare", - "Bloc cu multe etaje", - "Doc pentru nave de croazieră", - "Debarcader", - "Trecere de nivel", - "Tunel", - "Depozit frigorific", - "Centrală electrică", - "Fabrică", - "Depozit de fier vechi", - "Stație de metrou", - "Rezervor mic pentru stocarea de substanțe chimice", - "Rezervor mare pentru stocarea de substanțe chimice", - "Hotel", - "Bar", - "Depozit", - "Parcare", - "Silo" - ] - }; - - I18n.translations.fi_FI.lssm.missionhelper = { - diy_mission: 'Tämä tehtävä näyttää olevan laaja-alainen liittoutumatehtävä.', - siwa: 'Suunniteltu tehtävä', - vge: 'Laajamittainen liittoutumatehtävä', - patients: 'potilaat', - prisoners: 'vangit', - to: 'aikeissa', - exp: 'levitteet', - SWATPersonnel: "Needed SWAT Personnel", - ambulance_only: 'Tämä tehtävä on vain ambulanssi!', - title: 'Tehtävän auttaja', - transport: 'Kuljetus', - settings: { - name: { - label: 'Nimi', - description: 'Näyttää avustajan operaation nimen.' - }, - id: { - label: 'ID', - description: 'Näyttää operaattorin tunnuksen auttajassa.' - }, - type: { - label: 'TYP-tunnus', - description: 'Näyttää avustajan operaatiotyypin tunnuksen.' - }, - poi: { - label: 'KP', - description: 'Ilmaisee auttajassa, missä KP: ssä toiminta on.' - }, - live_patients: { - label: 'Potilaiden lukumäärä', - description: 'Näyttää live-tilassa kuinka monta potilasta on tällä hetkellä käytössä.' - }, - vehicles: { - label: 'ajoneuvot', - description: 'Näyttää vaadittavat ajoneuvot.' - }, - patients: { - label: 'potilastiedot', - description: 'Näyttää tiedot (potentiaalisista) potilaista.' - }, - prisoners: { - label: 'vangin tiedot', - description: 'Näyttää (potentiaalisista) vankeista.' - }, - special: { - label: 'Muita tietoja', - description: 'Näyttää erityistietoja, kuten tarvittavan henkilöstön keskimääräisen vähimmäismäärän.' - }, - expansions: { - label: 'jakaumat', - description: 'Näyttää, mihin veto voi levitä. (Näyttää vain yksinkertaisen levityksen)' - }, - show_100: { - label: 'Näytä 100% todennäköisyys', - description: 'Näyttää todennäköisyyden ajoneuvolle, vaikka se olisi 100%.' - }, - credits: { - label: 'Keskimääräiset ansiot', - description: 'Näyttää keskimäärin ansaitsemasi tämän toimeksiannon.' - }, - show_siwa: { - label: 'Turvallisuusvaatimukset', - description: 'Näyttää myös auttajassa oleville vartijoille asetetut vaatimukset.' - }, - mission_time: { - label: 'Luomisaika', - description: 'Näyttää päivämäärän ja kellonajan, jolloin operaatio luotiin.' - } - }, - vehicles: { - truck: "paloautot", - platform: "nostolava-auto", - heavyRescue: "raskaat pelastusautot", - air: "Breathing Apparatus Support Unit", - bchief: "johtoauto", - tanker: "säiliöauto", - hazmat: "kemikaalitorjunta-auto", - mcv: "johtokeskusauto", - police: "poliisiauto", - arff: "lentokenttäpaloauto", - rth: "Lääkärihelikopteri" - }, - pois: [ - "Puisto", - "Järvi", - "Sairaala", - "Metsä", - "Linja-autopysäkki", - "Raitiovaunupysäkki", - "Rautatieasema (paikallisliikenne)", - "Rautatieasema (paikallis- ja pitkän matkan liikenne)", - "Tavara-asema", - "Valintamyymälä (pieni)", - "Valintamyymälä (iso)", - "Huoltoasema", - "Koulu", - "Museo", - "Ostoskeskus", - "Autokorjaamo", - "Moottoritien poistumisliittymä", - "Joulumarkkinat", - "Varastorakennus", - "Disko", - "Stadion", - "Maatila", - "Toimistorakennus", - "Uima-allas", - "Trecere de cale ferată", - "Teatteri", - "Messukenttä", - "Joki", - "Pieni lentoasema (kiitorata)", - "Suuri lentokenttä (kiitorata)", - "Lentokenttäterminaali", - "Pankki", - "Varasto", - "Silta", - "Pikaruokaravintola", - "Rahtisatama", - "Kierrätyskeskus", - "Pilvenpiirtäjä", - "Risteilyaluslaituri", - "Venesatama", - "Rautatieristeys", - "Tunneli", - "Kylmävarasto", - "Voimalaitos", - "Tehdas", - "Romuttamo", - "Metroasema", - "Pieni kemikaalisäiliö", - "Iso kemikaalisäiliö", - "Hotelli", - "Baari", - "Kaatopaikka", - "Pysäköintihalli", - "Silo" - ] - }; - - I18n.translations.nl_NL.lssm.missionhelper = { - diy_mission: 'Deze inzet lijkt een grootschalige team inzet te zijn.', - siwa: 'Geplande inzet', - vge: 'Grootschalige team inzet', - patients: 'Patiënten', - prisoners: 'Gevangenen', - to: 'tot', - exp: 'Verspreidingen', - ambulance_only: 'Deze inzet is alleen voor de ambulance!', - title: 'Meldinghelper', - transport: 'Transport', - settings: { - name: { - label: 'Naam', - description: 'Toont de naam van de inzet in de helper.' - }, - id: { - label: 'ID', - description: 'Toont de ID van de inzet in de helper.' - }, - type: { - label: 'TYPE-ID', - description: 'Toont de ID van het inzettype in de helper.' - }, - poi: { - label: 'POI', - description: 'Geeft in de helper aan op welke POI de inzet betrekking heeft.' - }, - live_patients: { - label: 'Aantal patiënten', - description: 'Laat live zien hoeveel patiënten er momenteel zijn.' - }, - vehicles: { - label: 'Voertuigen', - description: 'Geeft de benodigde voertuigen weer.' - }, - patients: { - label: 'Patiënteninformatie', - description: 'Toont informatie over (potentiële) patiënten.' - }, - prisoners: { - label: 'Gevangeneninformatie', - description: 'Toont informatie over (potentiële) gevangenen' - }, - special: { - label: 'Overige informatie', - description: 'Toont speciale informatie, zoals het minimum aantal personeelsleden dat nodig is.' - }, - expansions: { - label: 'Incidentuitbreiding', - description: 'Toont, of en hoe deze melding zich uitbreiden kan (Laat alleen de eerste uitbreiding zien)' - }, - show_100: { - label: 'Toon 100% waarschijnlijkheid', - description: 'Toont de waarschijnlijkheid van een voertuig, ook al is het 100%.' - }, - credits: { - label: 'Gemiddelde verdiensten', - description: 'Toont de gemiddelde verdiensten die je krijgt voor deze opdracht.' - }, - show_siwa: { - label: 'Helper bij geplande inzetten', - description: 'Toont de meldinghelper ook bij geplande inzetten.' - }, - mission_time: { - label: 'Aanmaak tijd', - description: 'Toont de datum en tijd waarop de inzet is gemaakt.' - } - }, - vehicles: { - truck: "Tankautospuiten", - police: "Noodhulpeenheden", - bchief: "OvD-B", - redvoertuig: "Redvoertuigen", - hoogwerker: "Hoogwerker", - slangenwagen: "Slangenwagen", - hulpverlening: "Hulpverleningsvoertuigen", - adembescherming: "Adembeschermingsvoertuigen", - hovd: "HOVD", - waarschuwing: "Waarschuwings- en Verkenningsdienst voertuigen", - gevaar: "Adviseurs Gevaarlijke Stoffen", - ovdp: "Officiers van Dienst Politie", - commando: "Commandowagen", - ambulance: "Ambulances", - mmtarts: "MMT-arts", - megroep: "ME Groepsvoertuig", - mecommando: "ME Commandovoertuigen", - polHeli: "Politiehelikopter", - watervoertuig: "Waterongevallenvoertuigen / Oppervlaktereddingsteams", - wateraanhanger: "Waterongevallenaanhangers", - hond: "Hondengeleider", - crashtender: "Crashtender", - afoosc: "AFO/OSC", - ovdg: "OvD-Geneeskunde", - atc: "AT Commandant", - ato: "AT Operator", - atm: "AT Materiaalwagen", - press: "Voorlichter" - }, - pois: [ - "Park", - "Meer", - "Ziekenhuis", - "Bos", - "Bushalte", - "Tramhalte", - "Station", - "Centraal Station", - "Rangeeremplacement", - "Buurtsuper", - "Supermarkt", - "Tankstation", - "School", - "Museum", - "Winkelcentrum", - "Garage", - "Snelweg oprit / afrit", - "Kerstmarkt", - "Magazijn", - "Café/Club", - "Stadion", - "Boerderij", - "Kantoorgebouw", - "Zwembad", - "Spoorwegovergang", - "Theater", - "Marktplein", - "Rivier", - "Sloot", - "Vliegveld \\(klein\\): Start-/Landingsbaan", - "Vliegveld \\(klein\\): Gebouw", - "Vliegveld \\(klein\\): Vliegtuig parkeerplaats", - "Vliegveld \\(groot\\): Start-/Landingsbaan", - "Vliegveld \\(groot\\): Terminal", - "Vliegveld \\(groot\\): Platform / Gate", - "Vliegveld \\(groot\\): Parkeergarage", - "Parkeergarage", - "Verzorgingshuis", - "Manege", - "Hotel", - "Restaurant", - "Bankkantoor", - "Sporthal", - "Camping", - "Gevangenis", - "Asielzoekerscentrum", - "Afvalverwerker", - "Kerkgebouw", - "Bouwmarkt", - "Transformatorhuisje", - "Industrieterrein", - "Bedrijventerrein", - "Haventerrein", - "Bouwterrein" - ] - }; - - const SETTINGS_STORAGE = `${LSSM_MH_PREFIX}_STORAGE`; - - const managed_settings = { - id: SETTINGS_STORAGE, - title: I18n.t('lssm.missionhelper.title'), - settings: { - name: { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.name.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.name.description') - } - }, - id: { - default: false, - ui: { - label: I18n.t('lssm.missionhelper.settings.id.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.id.description') - } - }, - type: { - default: false, - ui: { - label: I18n.t('lssm.missionhelper.settings.type.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.type.description') - } - }, - poi: { - default: false, - ui: { - label: I18n.t('lssm.missionhelper.settings.poi.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.poi.description') - } - }, - live_patients: { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.live_patients.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.live_patients.description') - } - }, - vehicles: { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.vehicles.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.vehicles.description') - } - }, - patients: { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.patients.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.patients.description') - } - }, - prisoners: { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.prisoners.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.prisoners.description') - } - }, - special: { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.special.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.special.description') - } - }, - expansions: { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.expansions.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.expansions.description') - } - }, - followup: { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.followup.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.followup.description') - } - }, - show_100: { - default: false, - ui: { - label: I18n.t('lssm.missionhelper.settings.show_100.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.show_100.description') - } - }, - credits: { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.credits.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.credits.description') - } - }, - show_siwa: { - default: false, - ui: { - label: I18n.t('lssm.missionhelper.settings.show_siwa.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.show_siwa.description') - } - }, - mission_time: { - default: false, - ui: { - label: I18n.t('lssm.missionhelper.settings.mission_time.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.mission_time.description'), - } - } - } - }; - - switch (I18n.locale) { - case 'de_DE': - managed_settings.settings.water = { - default: true, - ui: { - label: I18n.t('lssm.missionhelper.settings.water.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.water.description') - } - }; - managed_settings.settings.hide_elw1 = { - default: false, - ui: { - label: I18n.t('lssm.missionhelper.settings.hide_elw1.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.hide_elw1.description') - } - }; - managed_settings.settings.hide_rw = { - default: false, - ui: { - label: I18n.t('lssm.missionhelper.settings.hide_rw.label'), - type: 'toggle', - description: I18n.t('lssm.missionhelper.settings.hide_rw.description') - } - }; - break; - case 'en_US': - break; - } - - lssm.managedSettings.register(managed_settings); - - if (!window.location.href.match(/(missions\/\d+$)|(einsaetze\/\d+$)/g)) return; - - const clone = a => JSON.parse(JSON.stringify(a)); - const get_setting = key => lssm.managedSettings.getSetting(SETTINGS_STORAGE, key); - - const MISSIONS_FILE = lssm.getlink(`/modules/lss-missionHelper/missions.${I18n.locale}.json`, true); - const MISSION_WRITE_FILE = `/modules/lss-missionHelper/loadMissionData.${I18n.locale}.js`; - const MISSION_WINDOW = null === window.location.href.match(/einsaetze\/\d+/); - let mission_help = $('#mission_help'); - const MISSION_TYPE = MISSION_WINDOW?mission_help[0]?mission_help.attr("href").split("/").pop().replace(/\?.*/,""):null:window.location.href.match(/\d+([^?]|$)/)[0]; - const MISSION_ID = window.location.href.replace(/\D/g, ''); - const SETTINGS = Object.keys(managed_settings.settings).reduce((result, key) => { - result[key] = get_setting(key); - return result; - }, {}); - - fetch(MISSIONS_FILE) - .then(missions => missions.json()) - .then(missions => { - const MISSIONS = clone(missions); - const MISSION = MISSIONS[MISSION_TYPE]; - - if (!MISSION && MISSION_TYPE && !MISSION_WINDOW) return lssm.loadScript(MISSION_WRITE_FILE, true); - if (!MISSION_WINDOW) return; - - let markup = document.createElement('div'); - markup.id = LSSM_MH_PREFIX; - markup.classList.add('alert', 'alert-warning', localStorage[`${LSSM_MH_PREFIX}_state`] || 'pinned'); - markup.innerHTML = - `
- - - -
-
-`; - - MISSION_WINDOW && localStorage[`${LSSM_MH_PREFIX}_state`] === 'pinned' ? pin_missionhelper(markup) : unpin_missionhelper(markup); - - if (!MISSION && MISSION_TYPE) return lssm.loadScript(MISSION_WRITE_FILE); - - let content = document.querySelector(`#${LSSM_MH_PREFIX} .content`); - - if (!MISSION_TYPE) { - content.innerText = I18n.t('lssm.missionhelper.diy_mission'); - SETTINGS.mission_time && (content.innerHTML += `${document.querySelector('#missionH1').attributes['data-original-title'].value} `); - return lssm_missionhelper_adjustPosition(); - } - - if (SETTINGS.name || SETTINGS.id || SETTINGS.type || SETTINGS.poi) { - content.innerHTML += `

${(SETTINGS.name && MISSION.name) || ''}${(SETTINGS.id && ` ID: ${MISSION_ID}`) || ''}${(SETTINGS.type && ` Type: ${MISSION_TYPE}`) || ''}${(MISSION.poi && SETTINGS.poi && ` POI: ${I18n.t(`lssm.missionhelper.pois.${MISSION.poi}`)} [${MISSION.poi}]`) || ''}


`; - } - - if (MISSION.onlyRd) { - content.innerHTML += `${I18n.t('lssm.missionhelper.ambulance_only')}
`; - (MISSION.transport || MISSION.specialisation) && (content.innerHTML += `${I18n.t('lssm.missionhelper.transport')}: ${(MISSION.transport && `${MISSION.transport}%`) || ""}${void 0 !== typeof MISSION.specialisation && ` (${MISSION.specialisation})`}`); - MISSION.nef && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.nef')}: ${MISSION.nef}%`); - MISSION.mmtarts && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.mmtarts')}: ${MISSION.mmtarts}%`); - MISSION.rth && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.rth')}: ${MISSION.rth}%`); - MISSION.tragehilfe && (content.innerHTML += `
${I18n.t('lssm.missionhelper.tragehilfe')}: ${MISSION.tragehilfe}%`); - return lssm_missionhelper_adjustPosition(); - } - - if (MISSION.siwa) { - content.innerHTML += `

${I18n.t('lssm.missionhelper.siwa')}

`; - if (!SETTINGS.show_siwa) return lssm_missionhelper_adjustPosition(); - } - - MISSION.vge && (content.innerHTML += `

${I18n.t('lssm.missionhelper.vge')}

`); - - let patients = document.querySelectorAll('.mission_patient').length; - SETTINGS.live_patients && patients > 0 && (content.innerHTML += `${I18n.t('lssm.missionhelper.patients')}: ${patients}

`); - - if (SETTINGS.vehicles) { - if (SETTINGS.hide_elw1 && MISSION.vehicles.elw1 && MISSION.vehicles.elw2) { - MISSION.vehicles.elw1 -= MISSION.vehicles.elw2; - if (MISSION.vehicles.elw1 <= 0) delete MISSION.vehicles.elw1; - } - if (SETTINGS.hide_rw && MISSION.vehicles.rw && MISSION.vehicles.truck) { - MISSION.vehicles.rw -= MISSION.vehicles.truck; - if (MISSION.vehicles.rw <= 0) delete MISSION.vehicles.rw; - } - for (let vehicle in MISSION.vehicles) { - if (!MISSION.vehicles.hasOwnProperty(vehicle)) continue; - content.innerHTML += `${MISSION.vehicles[vehicle]}x ${I18n.t(`lssm.missionhelper.vehicles.${vehicle}`)} ${(MISSION.percentages && MISSION.percentages[vehicle] && `(${MISSION.percentages[vehicle]}%)`) || (SETTINGS.show_100 && `(100%)`) || ''}
`; - } - } - - if (MISSION.patients && SETTINGS.patients) { - content.innerHTML += `
${I18n.t('lssm.missionhelper.patients')}: ${(MISSION.patients.min !== MISSION.patients.max) && (`${MISSION.patients.min || 0} ${I18n.t('lssm.missionhelper.to')}`) || ''} ${MISSION.patients.max}
`; - - if (MISSION.patients.transport || MISSION.patients.specialisation) { - content.innerHTML += `${I18n.t('lssm.missionhelper.transport')}: ${(MISSION.patients.transport && `${MISSION.patients.transport}%`) || ""}${void 0 !== typeof MISSION.patients.specialisation && ` (${MISSION.patients.specialisation})`}`; - } - - MISSION.patients.nef && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.nef')}: ${MISSION.patients.nef}%`); - MISSION.patients.mmtarts && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.mmtarts')}: ${MISSION.patients.mmtarts}%`); - MISSION.patients.rth && (content.innerHTML += `
${I18n.t('lssm.missionhelper.vehicles.rth')}: ${MISSION.patients.rth}%`); - MISSION.patients.tragehilfe && (content.innerHTML += `
${I18n.t('lssm.missionhelper.tragehilfe')}: ${MISSION.patients.tragehilfe}%`); - - I18n.locale === 'de_DE' && patients >= 5 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.lna')} (100%)`); - I18n.locale === 'de_DE' && patients >= 10 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.orgl')} (100%)`); - I18n.locale === 'en_US' && patients >= 10 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.emschief')} (100%)`); - I18n.locale === 'nl_NL' && patients >= 3 && (content.innerHTML += `
1x ${I18n.t('lssm.missionhelper.vehicles.ovdg')} (100%)`); - content.innerHTML += '
'; - } - - SETTINGS.prisoners && MISSION.prisoners && (content.innerHTML += `
${I18n.t('lssm.missionhelper.prisoners')}: ${(MISSION.prisoners.min !== MISSION.prisoners.max) && (`${MISSION.prisoners.min || 0} ${I18n.t('lssm.missionhelper.to')}`)} ${MISSION.prisoners.max}
`); - - SETTINGS.special && MISSION.special && MISSION.special.averageMinimumEmployeesFire && (content.innerHTML += `
${I18n.t('lssm.missionhelper.averageMinimumEmployeesFire')}: ${MISSION.special.averageMinimumEmployeesFire}
`); - SETTINGS.special && MISSION.special && MISSION.special.averageMinimumEmployeesHoehen && (content.innerHTML += `
${I18n.t('lssm.missionhelper.averageMinimumEmployeesHoehen')}: ${MISSION.special.averageMinimumEmployeesHoehen}
`); - SETTINGS.special && MISSION.special && MISSION.special.averageMinimumEmployeesPolice && (content.innerHTML += `
${I18n.t('lssm.missionhelper.averageMinimumEmployeesPolice')}: ${MISSION.special.averageMinimumEmployeesPolice}
`); - SETTINGS.special && MISSION.special && MISSION.special.SWATPersonnel && (content.innerHTML += `
${I18n.t('lssm.missionhelper.SWATPersonnel')}: ${MISSION.special.SWATPersonnel}
`); - - if (SETTINGS.water && MISSION.water || SETTINGS.credits && MISSION.credits || SETTINGS.mission_time) { - content.innerHTML += '
'; - SETTINGS.credits && MISSION.credits && (content.innerHTML += `~ ${MISSION.credits.toLocaleString()} Credits `); - SETTINGS.water && MISSION.water && (content.innerHTML += `${I18n.t('lssm.missionhelper.water')}: ${MISSION.water.toLocaleString()} Liter `); - SETTINGS.mission_time && (content.innerHTML += `${document.querySelector('#missionH1').attributes['data-original-title'].value} `); - content.innerHTML += '
'; - } - - if (SETTINGS.expansions && MISSION.expansions) { - content.innerHTML += `
${I18n.t('lssm.missionhelper.exp')}:
`; - for (let i of Object.keys(MISSION.expansions)) { - let id = MISSION.expansions[i]; - content.innerHTML += `${MISSIONS[id] ? MISSIONS[id].name : id}`; - } - } - - if (SETTINGS.followup && MISSION.followup) { - content.innerHTML += `
${I18n.t('lssm.missionhelper.fwm')}:
`; - for (let i of Object.keys(MISSION.followup)) { - let id = MISSION.followup[i]; - content.innerHTML += `${MISSIONS[id] ? MISSIONS[id].name : id}`; - } - } - - lssm_missionhelper_adjustPosition(); - }); - - let handle_overlap = element => { - let missionhelp = document.querySelector(`#${LSSM_MH_PREFIX}`); - if (!missionhelp||!missionhelp.classList.contains('unpinned')) return; - let element_bounding = element.getBoundingClientRect(); - let missionhelp_bounding = missionhelp.getBoundingClientRect(); - missionhelp.style.opacity = (element_bounding.right > missionhelp_bounding.left && - element_bounding.left < missionhelp_bounding.right && - element_bounding.bottom > missionhelp_bounding.top && - element_bounding.top < missionhelp_bounding.bottom) ? 0.1 : null; - }; - - document.querySelectorAll('.aao, .vehicle_group').forEach(el => { - el.addEventListener('mouseenter', aao => { - handle_overlap(aao.currentTarget); - }); - el.addEventListener('mouseleave', () => { - let missionhelp = document.querySelector(`#${LSSM_MH_PREFIX}`); - missionhelp.style.opacity = null; - }); - }); - document.querySelectorAll('#new_mission_reply, #mission_replies').forEach(el => { - el.addEventListener('mouseenter', element => { - handle_overlap(element.currentTarget); - }); - el.addEventListener('mouseleave', () => { - let missionhelp = document.querySelector(`#${LSSM_MH_PREFIX}`); - missionhelp.style.opacity = null; - }); - }); - - $('head').append( - `` - ); -})(I18n); - -let pin_missionhelper = (markup) => { - let missionhelper = document.querySelector(`#${LSSM_MH_PREFIX}`) || markup; - document.querySelector('#mission-form').prepend(missionhelper); - missionhelper.classList.replace('unpinned', 'pinned'); - let toggle_btn = document.querySelector(`#${LSSM_MH_PREFIX}_toggle span.down`); - toggle_btn && toggle_btn.click(); - document.querySelector(`#${LSSM_MH_PREFIX}_pin`).onclick = () => unpin_missionhelper(null); - localStorage[`${LSSM_MH_PREFIX}_state`] = 'pinned'; -}; - -let unpin_missionhelper = (markup) => { - let missionhelper = document.querySelector(`#${LSSM_MH_PREFIX}`) || markup; - document.querySelector('#iframe-inside-container').append(missionhelper); - missionhelper.classList.replace('pinned', 'unpinned'); - document.querySelector(`#${LSSM_MH_PREFIX}_pin`).onclick = () => pin_missionhelper(null); - $(`#${LSSM_MH_PREFIX}`).draggable({ - handle: '.handle', - containment: '#iframe-inside-container', - scroll: true, - stack: '#iframe-inside-container' - }); - document.querySelector(`#${LSSM_MH_PREFIX}_toggle`).onclick = () => { - document.querySelector(`#${LSSM_MH_PREFIX} .content`).classList.toggle('hidden'); - let span = document.querySelector(`#${LSSM_MH_PREFIX}_toggle span`); - span.classList.toggle('up'); - span.classList.toggle('down'); - localStorage[`${LSSM_MH_PREFIX}_toggle`] = span.classList.contains('up'); - lssm_missionhelper_adjustPosition(); - }; - localStorage[`${LSSM_MH_PREFIX}_state`] = 'unpinned'; -}; diff --git a/modules/lss-missionHelper/missions.cs_CZ.json b/modules/lss-missionHelper/missions.cs_CZ.json deleted file mode 100644 index 97317660a..000000000 --- a/modules/lss-missionHelper/missions.cs_CZ.json +++ /dev/null @@ -1,1870 +0,0 @@ -{ - "0": { - "name": "Ho\u0159\u00edc\u00ed popelnice", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Ho\u0159\u00edc\u00ed kontejner", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Ho\u0159\u00edc\u00ed automobil", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Ho\u0159\u00edc\u00ed motocykl", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Po\u017e\u00e1r tr\u00e1vy", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Po\u017e\u00e1r v pokoji", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Po\u017e\u00e1r zahradn\u00edho alt\u00e1nu", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Po\u017e\u00e1r list\u00ed", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Ho\u0159\u00edc\u00ed hromada odpadk\u016f", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Ho\u0159\u00edc\u00ed bal\u00edk sl\u00e1my", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Ho\u0159\u00edc\u00ed traktor", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Ho\u0159\u00edc\u00ed telefonn\u00ed budka", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Strom p\u0159es cestu", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Ho\u0159\u00edc\u00ed kamion", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Mal\u00fd po\u017e\u00e1r na poli", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Mal\u00fd p\u0159\u00edrodn\u00ed po\u017e\u00e1r", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Ho\u0159\u00edc\u00ed karavan", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Ho\u0159\u00edc\u00ed po\u0161tovn\u00ed schr\u00e1nka", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Ho\u0159\u00edc\u00ed hromada v\u011btv\u00ed", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Ho\u0159\u00edc\u00ed p\u0159\u00edv\u011bs", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Po\u017e\u00e1r ve sklep\u011b", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Ho\u0159\u00edc\u00ed kom\u00edn", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Po\u017e\u00e1r st\u0159echy", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Ho\u0159\u00edc\u00ed olej", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Po\u017e\u00e1r autobusov\u00e9 zast\u00e1vky", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Dopravn\u00ed nehoda", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Mal\u00fd po\u017e\u00e1r v supermarketu", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 9 - }, - "27": { - "name": "Po\u017e\u00e1r gar\u00e1\u017ee", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "Ho\u0159\u00edc\u00ed stroj", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "\u00danik nafty z cisterny", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "\u00danik plynu", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Po\u017e\u00e1r krbu", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Po\u017e\u00e1r \u017eac\u00edho stroje", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Mal\u00fd po\u017e\u00e1r v supermarketu", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 9 - }, - "34": { - "name": "Po\u017e\u00e1r v nemocnici", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 2 - }, - "35": { - "name": "Otrava alkoholem", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "V\u0161eobecn\u00fd internista" - } - }, - "36": { - "name": "Bolest na hrudi", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Kardiologie" - }, - "37": { - "name": "Astmatick\u00fd z\u00e1chvat", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "38": { - "name": "Z\u00e1chvat", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologie" - }, - "39": { - "name": "Hore\u010dka", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "40": { - "name": "Bezvl\u00e1dn\u00e1 osoba", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "41": { - "name": "Po\u017e\u00e1r v autoservisu", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Bezvl\u00e1dn\u00e1 osoba", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "43": { - "name": "Bezvl\u00e1dn\u00e1 osoba", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "44": { - "name": "Kr\u00e1de\u017e v obchod\u011b", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Kr\u00e1de\u017e v obchod\u011b", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Nehoda na parkovi\u0161ti", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Nehoda na parkovi\u0161ti", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Kr\u00e1de\u017e kovu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Kaps\u00e1\u0159i", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "\u010cern\u00fd pasa\u017e\u00e9r", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "\u010cern\u00fd pasa\u017e\u00e9r", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "\u010cern\u00fd pasa\u017e\u00e9r", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "\u010cern\u00fd pasa\u017e\u00e9r", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Nehoda na parkovi\u0161ti", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Rva\u010dka", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "V\u00fdtr\u017enictv\u00ed", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Nenahl\u00e1\u0161en\u00e1 demonstrace", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Po\u017e\u00e1r v kuchyni", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Z\u00e1chrana zv\u00ed\u0159ete", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Po\u017e\u00e1r sportovn\u00ed haly", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 12 - }, - "61": { - "name": "Nehoda lehk\u00e9ho letounu (leti\u0161t\u011b)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "poi": 28 - }, - "62": { - "name": "St\u00ed\u017enost na hluk", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Tranzitorn\u00ed ischemick\u00e1 ataka", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurochirurgie" - }, - "64": { - "name": "Nehoda autobusu", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - } - }, - "65": { - "name": "Po\u017e\u00e1r v kuchyni", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Po\u017e\u00e1r v pokoji", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Rva\u010dka", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Velk\u00fd po\u017e\u00e1r v supermarketu", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "\u00danik nafty z cisterny", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Velk\u00fd po\u017e\u00e1r v supermarketu", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Krv\u00e1cen\u00ed z nosu", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "V\u0161eobecn\u00fd chirurg" - }, - "72": { - "name": "Nehoda lehk\u00e9ho letounu", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "V\u00e1\u017en\u00e1 nehoda autobusu", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "V\u0161eobecn\u00fd chirurg" - } - }, - "74": { - "name": "Velk\u00fd ohe\u0148", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "D\u00edt\u011b zam\u010den\u00e9 ve vozidle", - "stations": { - "0": 1, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 1, - "police": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - } - }, - "76": { - "name": "Dopravn\u00ed nehoda s p\u0159evr\u00e1cen\u00edm", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "\u00darazov\u00e1 chirurgie" - } - }, - "77": { - "name": "Poran\u011bn\u00ed p\u00e1te\u0159e", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "V\u0161eobecn\u00fd chirurg" - }, - "78": { - "name": "\u010c\u00e1ste\u010dn\u00e9 z\u0159\u00edcen\u00ed budovy", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 1, - "bchief": 1, - "police": 2 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 10, - "specialisation": "\u00darazov\u00e1 chirurgie" - } - }, - "79": { - "name": "Z\u0159\u00edcen\u00ed budovy", - "stations": { - "0": 7, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 3, - "platform": 2, - "bchief": 2, - "police": 1 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 20, - "specialisation": "\u00darazov\u00e1 chirurgie" - } - }, - "80": { - "name": "Pop\u00e1leniny 3. stupn\u011b", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "V\u0161eobecn\u00fd chirurg" - }, - "81": { - "name": "V\u00e1\u017en\u00e9 poran\u011bn\u00ed hlavy", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "Neurochirurgie" - }, - "82": { - "name": "Amputace kon\u010detiny", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 80, - "rth": 50, - "specialisation": "V\u0161eobecn\u00fd chirurg" - }, - "83": { - "name": "Po\u017e\u00e1r velk\u00e9 farmy", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 9, - "bchief": 2, - "platform": 3, - "tanker": 3 - }, - "credits": 9000, - "poi": 21 - }, - "84": { - "name": "Bolest zad", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "85": { - "name": "Dopravn\u00ed nehoda motocyklu", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - } - }, - "86": { - "name": "Du\u0161en\u00ed", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "87": { - "name": "Po\u017e\u00e1r j\u00eddelny", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 12 - }, - "88": { - "name": "Zaseknut\u00fd horolezec", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "percentages": { - "platform": 50 - } - }, - "89": { - "name": "Napaden\u00ed \u00fa\u0159edn\u00edka", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "90": { - "name": "Po\u017e\u00e1r sila", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "91": { - "name": "Zran\u011bn\u00e1 osoba na sto\u017e\u00e1ru vysok\u00e9ho nap\u011bt\u00ed", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "V\u0161eobecn\u00fd chirurg" - } - }, - "92": { - "name": "Po\u017e\u00e1r stohu sl\u00e1my", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "93": { - "name": "Reziden\u010dn\u00ed policejn\u00ed razie", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "94": { - "name": "Kr\u00e1de\u017e velikono\u010dn\u00edho vaj\u00ed\u010dka", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "95": { - "name": "Kr\u00e1de\u017e \u0161t\u011btce z d\u00edlny", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "96": { - "name": "Zavalen\u00ed kr\u00e1li\u010d\u00ed d\u00edry", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "97": { - "name": "Napaden\u00ed velikono\u010dn\u00edho zaj\u00edce", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "\u00darazov\u00e1 chirurgie" - } - }, - "98": { - "name": "Po\u017e\u00e1r velikono\u010dn\u00edho ko\u0161\u00edku", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "99": { - "name": "\u00danik \u010dokol\u00e1dy z n\u00e1dr\u017ee", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "100": { - "name": "Va\u0159en\u00ed vajec v kotli", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "101": { - "name": "Setk\u00e1n\u00ed zaj\u00edc\u016f ve m\u011bst\u011b Velikono\u010dn\u00ed vaj\u00ed\u010dko", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 hodiny" - }, - "102": { - "name": "Nehoda kamionu p\u0159ev\u00e1\u017eej\u00edc\u00ed velikono\u010dn\u00ed vejce", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "\u00darazov\u00e1 chirurgie" - } - }, - "103": { - "name": "Hon na velikono\u010dn\u00ed vejce", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "104": { - "name": "Velikono\u010dn\u00ed zaj\u00edc na je\u0159\u00e1bu", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "105": { - "name": "Vykolejen\u00ed vlaku", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "poi": 24 - }, - "106": { - "name": "Vykolejen\u00ed vlaku", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "poi": 6 - }, - "107": { - "name": "Vykolejen\u00ed vlaku", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "poi": 7 - }, - "108": { - "name": "Odstran\u011bn\u00ed nebezpe\u010dn\u00e9ho hmyzu", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900 - }, - "109": { - "name": "V\u011bze\u0148 na \u00fat\u011bku", - "stations": { - "6": 7, - "13": 1 - }, - "vehicles": { - "k9": 1, - "police": 10, - "policeHeli": 1 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "110": { - "name": "Podez\u0159el\u00fd na \u00fat\u011bku", - "stations": { - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "policeHeli": 1 - }, - "credits": 3000, - "prisoners": { - "max": 1 - } - }, - "111": { - "name": "Poh\u0159e\u0161ovan\u00e1 osoba", - "stations": { - "0": 6, - "2": 1, - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "truck": 2, - "bchief": 1, - "policeHeli": 1 - }, - "credits": 4500, - "patients": { - "max": 1, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 3 - }, - "112": { - "name": "P\u0159ik\u00e1zan\u00e1 pohotovost", - "stations": { - "6": 2, - "13": 1 - }, - "vehicles": { - "police": 3, - "policeHeli": 1 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 113 - } - }, - "113": { - "name": "Post\u0159elen\u00fd policista", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "specialisation": "V\u0161eobecn\u00fd chirurg" - } - }, - "114": { - "name": "Hled\u00e1n\u00ed vozidla", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1000 - }, - "115": { - "name": "Mal\u00fd n\u00e1siln\u00fd protest", - "stations": { - "2": 2, - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2200, - "patients": { - "max": 3, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 116 - } - }, - "116": { - "name": "St\u0159edn\u00ed n\u00e1siln\u00fd protest", - "stations": { - "2": 3, - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 7, - "k9": 1, - "policeHeli": 1 - }, - "credits": 3000, - "patients": { - "max": 5, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "prisoners": { - "max": 4 - } - }, - "117": { - "name": "Obchod s drogami", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1500, - "prisoners": { - "max": 2 - } - }, - "118": { - "name": "Loupe\u017e na \u010derpac\u00ed stanici", - "stations": { - "6": 8, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1 - }, - "credits": 1250, - "poi": 11, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 12 - } - }, - "119": { - "name": "St\u0159elba na policistu", - "stations": { - "2": 1, - "6": 10, - "13": 1 - }, - "vehicles": { - "police": 8, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "special": { - "SWATPersonnel": 6 - } - }, - "120": { - "name": "VIP vystoupen\u00ed", - "stations": { - "6": 15, - "13": 1 - }, - "vehicles": { - "police": 6, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4000, - "special": { - "SWATPersonnel": 18 - }, - "siwa": true, - "dauer": "30 minut" - }, - "121": { - "name": "Dom\u00e1c\u00ed invaze", - "stations": { - "6": 9, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1 - }, - "credits": 1250, - "prisoners": { - "max": 2 - }, - "special": { - "SWATPersonnel": 4 - } - }, - "122": { - "name": "Pokus o vra\u017edu", - "stations": { - "2": 1, - "6": 9 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "\u00darazov\u00e1 chirurgie" - }, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "123": { - "name": "Loupe\u017e v muzeu", - "stations": { - "6": 9 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "poi": 13, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "124": { - "name": "Resuscitace pomoc\u00ed AED", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1300 - }, - "125": { - "name": "Snesen\u00ed pacienta", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "ambulance": 1 - }, - "credits": 1300, - "patients": { - "max": 1, - "transport": 90, - "specialisation": "V\u0161eobecn\u00fd internista" - } - }, - "126": { - "name": "Po\u017e\u00e1r v kancel\u00e1\u0159sk\u00e9 budov\u011b", - "stations": { - "0": 15, - "2": 2, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "tanker": 1 - }, - "credits": 8500, - "patients": { - "max": 4, - "specialisation": "V\u0161eobecn\u00fd internista" - }, - "poi": 22 - }, - "127": { - "name": "\u00daklid po dopravn\u00ed nehod\u011b", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.da_DK.json b/modules/lss-missionHelper/missions.da_DK.json deleted file mode 100644 index 9c6bd2558..000000000 --- a/modules/lss-missionHelper/missions.da_DK.json +++ /dev/null @@ -1,2151 +0,0 @@ -{ - "0": { - "name": "Ild i skraldespand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Ild i container", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Ild i bil", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Ild i motorcykel", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Ild i gr\u00e6s", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Ild i v\u00e6relse", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Specialister i intern medicin" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Ild i haveskur", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Ild i blade", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Ild i st\u00f8rre m\u00e6ngde affald", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Ild i halmballe", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Ild i traktor", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Br\u00e6ndende telefonboks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Tr\u00e6 p\u00e5 vejen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Br\u00e6ndende lastbil", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Lille markbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Lille skovbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Ild i campingvogn", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Ild i postkasse", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Bunke af kviste", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Br\u00e6ndende trailer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Ild i k\u00e6lder", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Specialister i intern medicin" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Ild i skorsten", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Ild i tag", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Ild i olie", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Ild i busskur", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "F\u00e6rdselsuheld", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologi" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Lille supermarkedsbrand", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Specialister i intern medicin" - }, - "poi": 9 - }, - "27": { - "name": "Ild i garage", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "Br\u00e6ndende maskine", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Ukendt udslip fra tankvogn", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Gasl\u00e6kage", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Ild i ildsted", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Ild i h\u00f8stmaskine", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Lille supermarkedsbrand", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Specialister i intern medicin" - }, - "poi": 9 - }, - "34": { - "name": "Hospitals Brand", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Specialister i intern medicin" - }, - "poi": 2 - }, - "35": { - "name": "P\u00e5virket af alkohol", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "specialisation": "Specialister i intern medicin" - } - }, - "36": { - "name": "Butiks tyveri", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Kardiologi" - }, - "37": { - "name": "Akut astma", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Specialister i intern medicin" - }, - "38": { - "name": "Anfald", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologi" - }, - "39": { - "name": "Feber", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Specialister i intern medicin" - }, - "40": { - "name": "Person er faldet", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologi" - }, - "41": { - "name": "Ild i bilv\u00e6rksted", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Specialister i intern medicin" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Person er faldet", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologi" - }, - "43": { - "name": "Person er faldet", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologi" - }, - "44": { - "name": "Butikstyveri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Butikstyveri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Uheld med parkeret bil", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Uheld med parkeret bil", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Metaltyveri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Lommetyveri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Manglende billet", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Manglende billet", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Manglende billet", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Manglende billet", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Uheld med parkeret bil", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Slagsm\u00e5l", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Opt\u00f8jer", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Ulovlig demonstration", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Ild i k\u00f8kken", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Hj\u00e6lp til dyr", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Ild i sportshal", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Specialister i intern medicin" - }, - "poi": 12 - }, - "61": { - "name": "Lille fly styrtet ned (ved landingsbane)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologi" - }, - "poi": 28 - }, - "62": { - "name": "St\u00f8jklage", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Mildt slagtilf\u00e6lde", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurokirurgi" - }, - "64": { - "name": "Uheld med bus", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Specialister i intern medicin" - } - }, - "65": { - "name": "Ild i k\u00f8kken", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Ild i v\u00e6relse", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Specialister i intern medicin" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Slagsm\u00e5l", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Stor supermarkedsbrand", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Specialister i intern medicin" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Ukendt udslip fra tankskib", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Stor supermarkedsbrand", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Specialister i intern medicin" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "N\u00e6seblod", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Kirurg" - }, - "72": { - "name": "Lille fly styrtet ned", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologi" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Alvorligt uheld med bus", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Kirurg" - } - }, - "74": { - "name": "Storbrand", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Bygning delvist kollapset", - "stations": { - "0": 5, - "2": 3 - }, - "vehicles": { - "truck": 2, - "platform": 1, - "bchief": 2, - "heavyRescue": 2 - }, - "credits": 7300, - "patients": { - "max": 2, - "specialisation": "Kirurg" - } - }, - "76": { - "name": "Bygnings Brand Industribygning", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 6, - "platform": 1, - "bchief": 2, - "hazmat": 1 - }, - "credits": 4800, - "patients": { - "max": 4, - "specialisation": "Kirurg" - } - }, - "77": { - "name": "Patientoverf\u00f8rsel", - "onlyRd": true, - "transport": 0 - }, - "78": { - "name": "Hjertestop", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Kirurg" - }, - "79": { - "name": "Respirationsstop", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Kirurg" - }, - "80": { - "name": "Motorcykel Uheld", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Specialister i intern medicin" - } - }, - "81": { - "name": "Bev\u00e6bnet R\u00f8veri", - "stations": { - "6": 7 - }, - "vehicles": { - "police": 5 - }, - "credits": 1300, - "patients": { - "max": 1, - "specialisation": "Specialister i intern medicin" - }, - "poi": 9, - "prisoners": { - "max": 2 - } - }, - "82": { - "name": "F\u00e6rdselsuheld bil p\u00e5 taget", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "Traumatologi" - } - }, - "83": { - "name": "Carbon Monoxid Forgiftning", - "stations": { - "0": 5, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 10, - "min": 2, - "transport": 80, - "specialisation": "Specialister i intern medicin" - } - }, - "84": { - "name": "Person Kvalt", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Specialister i intern medicin" - }, - "85": { - "name": "Rygskade", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "Kirurg" - }, - "86": { - "name": "Delvist bygningskollaps", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 1, - "bchief": 1, - "police": 2 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 10, - "specialisation": "Traumatologi" - } - }, - "87": { - "name": "Bygningskollaps", - "stations": { - "0": 7, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 3, - "platform": 2, - "bchief": 2, - "police": 1 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 20, - "specialisation": "Traumatologi" - } - }, - "88": { - "name": "3 grads forbr\u00e6nding", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "Kirurg" - }, - "89": { - "name": "Seri\u00f8s Hovedskade", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "Neurokirurgi" - }, - "90": { - "name": "Traumatisk Amputation", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 80, - "rth": 50, - "specialisation": "Kirurg" - }, - "91": { - "name": "Stor G\u00e5rd Brand", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 9, - "bchief": 2, - "platform": 3, - "tanker": 3 - }, - "credits": 9000, - "poi": 21 - }, - "92": { - "name": "Rygsmerter", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "Specialister i intern medicin" - }, - "93": { - "name": "Ild i cafeteria", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Specialister i intern medicin" - }, - "poi": 12 - }, - "94": { - "name": "Klatrer sidder fast", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Specialister i intern medicin" - }, - "percentages": { - "platform": 50 - } - }, - "95": { - "name": "Vold mod tjenestemand", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Specialister i intern medicin" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "96": { - "name": "Silobrand", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "97": { - "name": "Tilskadekommen i h\u00f8jsp\u00e6ndingsmast", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Kirurg" - } - }, - "98": { - "name": "Ild i halmoplag", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "99": { - "name": "Ransagning af hus", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "100": { - "name": "P\u00e5ske\u00e6gs tyv", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "101": { - "name": "B\u00f8rste stj\u00e5let fra v\u00e6rksted", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "102": { - "name": "Sammenfaldet kaninhul", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "103": { - "name": "P\u00e5k\u00f8rt p\u00e5skehare", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatologi" - } - }, - "104": { - "name": "Br\u00e6ndende p\u00e5skekurv", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "105": { - "name": "Chokolade Tankvogns Spillage", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "106": { - "name": "Br\u00e6ndende \u00e6ggekoger", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "107": { - "name": "Harekongres i P\u00e5ske \u00c6g Byen", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 Timer" - }, - "108": { - "name": "P\u00e5ske\u00e6gs-lastbil v\u00e6ltet", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatologi" - } - }, - "109": { - "name": "Prioritetsmission: P\u00e5ske\u00e6gs jagt", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "110": { - "name": "P\u00e5skehare p\u00e5 kran", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "111": { - "name": "Ild i str\u00e5t\u00e6kt hus", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "bchief": 4, - "mcv": 1, - "heavyRescue": 1, - "tanker": 1 - }, - "credits": 8000, - "patients": { - "max": 2, - "transport": 60, - "specialisation": "Specialister i intern medicin" - } - }, - "112": { - "name": "Godstog i brand", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 4, - "bchief": 3, - "tanker": 1, - "mcv": 1, - "air": 1 - }, - "credits": 2000, - "poi": 40 - }, - "113": { - "name": "Godstog i brand", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 4, - "bchief": 3, - "tanker": 1, - "mcv": 1, - "air": 1 - }, - "credits": 2000, - "poi": 24 - }, - "114": { - "name": "Godstog i brand", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 4, - "bchief": 3, - "tanker": 1, - "mcv": 1, - "air": 1 - }, - "credits": 2000, - "poi": 6 - }, - "115": { - "name": "Godstog i brand", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 4, - "bchief": 3, - "tanker": 1, - "mcv": 1, - "air": 1 - }, - "credits": 2000, - "poi": 8 - }, - "116": { - "name": "St\u00f8rre trafikuheld i tunnel", - "stations": { - "0": 13, - "2": 7, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "heavyRescue": 3, - "tanker": 1, - "air": 1, - "hazmat": 1, - "mcv": 1, - "police": 3 - }, - "credits": 7000, - "patients": { - "max": 14, - "transport": 25, - "specialisation": "Specialister i intern medicin" - }, - "poi": 41 - }, - "117": { - "name": "Ild i flere biler i tunnel", - "stations": { - "0": 8, - "2": 4 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "air": 1, - "mcv": 1 - }, - "credits": 5000, - "patients": { - "max": 8, - "transport": 60, - "specialisation": "Specialister i intern medicin" - }, - "poi": 41, - "percentages": { - "tanker": 40, - "air": 50 - } - }, - "118": { - "name": "Ild i Fastfood Restaurant", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "air": 1 - }, - "credits": 1850, - "poi": 34 - }, - "119": { - "name": "Bygnings Brand Industribygning", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 5, - "platform": 2, - "bchief": 2, - "mcv": 1, - "hazmat": 1 - }, - "credits": 5300, - "patients": { - "max": 4, - "specialisation": "Kirurg" - } - }, - "120": { - "name": "Ukendt spild fra tankvogn", - "stations": { - "0": 11, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "mcv": 1, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "121": { - "name": "Ild i sovev\u00e6relse", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "air": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "specialisation": "Neurologi" - }, - "percentages": { - "air": 50 - } - }, - "122": { - "name": "Afsporet godstog", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologi" - }, - "poi": 24 - }, - "123": { - "name": "Afsporet godstog", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologi" - }, - "poi": 6 - }, - "124": { - "name": "Afsporet godstog", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologi" - }, - "poi": 7 - }, - "125": { - "name": "Gr\u00f8ft redning", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "Kirurg" - } - }, - "126": { - "name": "Fangeflugt", - "stations": { - "6": 7, - "13": 1 - }, - "vehicles": { - "k9": 1, - "police": 10, - "policeHeli": 1 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "127": { - "name": "Efters\u00e6ttelse", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 5, - "k9": 1 - }, - "credits": 3000, - "prisoners": { - "max": 1 - } - }, - "128": { - "name": "Savnet person", - "stations": { - "0": 6, - "2": 1, - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "truck": 2, - "bchief": 1, - "policeHeli": 1 - }, - "credits": 4500, - "patients": { - "max": 1, - "specialisation": "Specialister i intern medicin" - }, - "poi": 3 - }, - "129": { - "name": "Ransagning efter efterlyst", - "stations": { - "6": 2, - "13": 1 - }, - "vehicles": { - "police": 3, - "policeHeli": 1 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 130 - } - }, - "130": { - "name": "Politibetjent s\u00e5ret", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Kirurg" - } - }, - "131": { - "name": "Ransagning af bil", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1000 - }, - "132": { - "name": "Lille demonstration", - "stations": { - "2": 2, - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2200, - "patients": { - "max": 3, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 133 - } - }, - "133": { - "name": "Mellem demonstration", - "stations": { - "2": 3, - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 7, - "k9": 1, - "policeHeli": 1 - }, - "credits": 3000, - "patients": { - "max": 5, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 4 - } - }, - "134": { - "name": "Narkohandel", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1500, - "prisoners": { - "max": 2 - } - }, - "135": { - "name": "R\u00f8veri p\u00e5 tankstation", - "stations": { - "6": 8 - }, - "vehicles": { - "police": 4 - }, - "credits": 1250, - "poi": 11, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 12 - } - }, - "136": { - "name": "Skud mod politiet", - "stations": { - "2": 1, - "6": 10, - "13": 1 - }, - "vehicles": { - "police": 8, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatologi" - }, - "special": { - "SWATPersonnel": 6 - } - }, - "137": { - "name": "Beskyttelse af VIP", - "stations": { - "6": 15, - "13": 1 - }, - "vehicles": { - "police": 6, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4000, - "special": { - "SWATPersonnel": 18 - }, - "siwa": true, - "dauer": "30 minutter" - }, - "138": { - "name": "Indbrud i \u00f8jeblikket", - "stations": { - "6": 9 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1250, - "prisoners": { - "max": 2 - }, - "special": { - "SWATPersonnel": 4 - } - }, - "139": { - "name": "Mordfors\u00f8g", - "stations": { - "2": 1, - "6": 9 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "140": { - "name": "R\u00f8veri p\u00e5 museum", - "stations": { - "6": 9 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "poi": 13, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "141": { - "name": "Anafylaktisk shock", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Specialister i intern medicin" - }, - "142": { - "name": "Skadet l\u00f8ber", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Specialister i intern medicin" - }, - "143": { - "name": "Barn forsvundet", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "Specialister i intern medicin" - } - }, - "144": { - "name": "Lossepladsbrand", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.de_DE.json b/modules/lss-missionHelper/missions.de_DE.json deleted file mode 100644 index 800bd28d1..000000000 --- a/modules/lss-missionHelper/missions.de_DE.json +++ /dev/null @@ -1,10037 +0,0 @@ -{ - "0": { - "name": "M\u00fclleimerbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4, - "expansions": { - "0": 24, - "1": 140 - } - }, - "1": { - "name": "Containerbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170, - "expansions": { - "0": 5, - "1": 2 - } - }, - "2": { - "name": "Brennender PKW", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 28, - "1": 138, - "2": 141, - "3": 146 - } - }, - "3": { - "name": "Motorrad-Brand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "4": { - "name": "Brennendes Gras", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Zimmerbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "dlk": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "dlk": 30 - } - }, - "6": { - "name": "Gartenlaubenbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Brennendes Laub", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 6, - "1": 138, - "2": 139, - "3": 140, - "4": 141 - } - }, - "8": { - "name": "Sperrm\u00fcllbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "9": { - "name": "Strohballen Brand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250 - }, - "10": { - "name": "Traktor Brand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Brennende Telefonzelle", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Baum auf Stra\u00dfe", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25, - "1": 83, - "2": 120, - "3": 121, - "4": 123, - "5": 124, - "6": 125, - "7": 126, - "8": 127, - "9": 178, - "10": 238, - "11": 239 - } - }, - "13": { - "name": "Brennender LKW", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Kleiner Feldbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "water": 2000, - "special": { - "averageMinimumEmployeesFire": 9 - }, - "expansions": { - "0": 131 - } - }, - "15": { - "name": "Kleiner Waldbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3, - "water": 800, - "expansions": { - "0": 134, - "1": 135 - } - }, - "16": { - "name": "Wohnwagenbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Brand in Briefkasten", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Brennendes Geb\u00fcsch", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Brennender Anh\u00e4nger", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Kellerbrand", - "stations": { - "0": 3 - }, - "vehicles": { - "elw1": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "elw1": 90 - } - }, - "21": { - "name": "Schornsteinbrand", - "stations": { - "0": 3 - }, - "vehicles": { - "dlk": 1, - "elw1": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "dlk": 100 - } - }, - "22": { - "name": "Dachstuhlbrand", - "stations": { - "0": 3 - }, - "vehicles": { - "dlk": 1, - "truck": 3, - "elw1": 1 - }, - "credits": 2700, - "percentages": { - "dlk": 100, - "elw1": 50 - } - }, - "23": { - "name": "Fettbrand in Pommesbude", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Brennendes Bus-H\u00e4uschen", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Verkehrsunfall", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "nef": 20, - "specialisation": "Unfallchirurgie" - } - }, - "26": { - "name": "Brand im Supermarkt", - "stations": { - "0": 4 - }, - "vehicles": { - "rw": 1, - "truck": 3, - "elw1": 1, - "elw2": 1, - "dlk": 1 - }, - "credits": 3510, - "poi": 9, - "special": { - "averageMinimumEmployeesFire": 25 - }, - "percentages": { - "rw": 30, - "elw2": 10, - "dlk": 70 - } - }, - "27": { - "name": "Auffahrunfall", - "stations": { - "0": 4 - }, - "vehicles": { - "rw": 1, - "truck": 1 - }, - "credits": 700, - "percentages": { - "rw": 30 - } - }, - "28": { - "name": "Garagenbrand", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400, - "expansions": { - "0": 102, - "1": 103, - "2": 104, - "3": 105 - } - }, - "29": { - "name": "Maschinenbrand", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "gwl2": 1, - "atem": 1 - }, - "credits": 2470, - "percentages": { - "gwl2": 30, - "atem": 20 - } - }, - "30": { - "name": "Gro\u00dfe \u00d6lspur", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "oel": 1 - }, - "credits": 1900, - "expansions": { - "0": 95 - }, - "percentages": { - "oel": 75 - } - }, - "31": { - "name": "Auslaufende Betriebsstoffe", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400, - "expansions": { - "0": 94, - "1": 30, - "2": 95 - } - }, - "32": { - "name": "Kaminbrand", - "stations": { - "0": 6 - }, - "vehicles": { - "elw1": 1, - "dlk": 1, - "truck": 1 - }, - "credits": 1310 - }, - "33": { - "name": "M\u00e4hdrescher Brand", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "34": { - "name": "Brand im Supermarkt", - "stations": { - "0": 4 - }, - "vehicles": { - "rw": 1, - "truck": 3, - "elw1": 1, - "elw2": 1, - "dlk": 1, - "mess": 1 - }, - "credits": 3710, - "patients": { - "max": 3, - "specialisation": "Allgemeine Innere" - }, - "poi": 10, - "special": { - "averageMinimumEmployeesFire": 30 - }, - "percentages": { - "rw": 50, - "elw2": 20, - "dlk": 80, - "mess": 30 - } - }, - "35": { - "name": "Feuer im Krankenhaus", - "stations": { - "0": 5 - }, - "vehicles": { - "rw": 2, - "truck": 4, - "elw1": 1, - "elw2": 1, - "dlk": 1 - }, - "credits": 3810, - "poi": 2, - "expansions": { - "0": 320 - }, - "percentages": { - "rw": 30, - "elw2": 30 - } - }, - "36": { - "name": "Brennender G\u00fcterwaggon", - "stations": { - "0": 10 - }, - "vehicles": { - "rw": 2, - "truck": 4, - "elw1": 1, - "dlk": 1, - "mess": 1, - "dekon": 1 - }, - "credits": 3310, - "poi": 8, - "percentages": { - "rw": 30, - "mess": 20, - "dekon": 10 - } - }, - "37": { - "name": "M\u00fclleimerbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 5 - }, - "38": { - "name": "M\u00fclleimerbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 6 - }, - "39": { - "name": "M\u00fclleimerbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 7 - }, - "40": { - "name": "M\u00fclleimerbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 2, - "expansions": { - "0": 35 - } - }, - "41": { - "name": "Gro\u00dfbrand", - "vehicles": { - "truck": 6, - "mess": 1, - "elw1": 2, - "elw2": 1, - "dlk": 2, - "gwl2": 1, - "atem": 1 - }, - "credits": 10010, - "percentages": { - "elw2": 90 - } - }, - "42": { - "name": "Tankstellenbrand", - "stations": { - "0": 11 - }, - "vehicles": { - "rw": 2, - "truck": 4, - "elw1": 1, - "elw2": 1, - "dlk": 1, - "mess": 1, - "gefahr": 1 - }, - "credits": 3720, - "poi": 11, - "percentages": { - "rw": 30, - "elw2": 10, - "mess": 80, - "gefahr": 70 - } - }, - "43": { - "name": "Massenkarambolage", - "vehicles": { - "truck": 10, - "rw": 5, - "elw1": 2, - "oel": 2 - }, - "credits": 10010, - "patients": { - "max": 12, - "min": 10, - "specialisation": "Unfallchirurgie" - } - }, - "44": { - "name": "Alkoholintoxikation", - "stations": { - "2": 1 - }, - "onlyRd": true, - "tragehilfe": 20, - "specialisation": "Allgemeine Innere" - }, - "45": { - "name": "Nasenbluten unstillbar", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Allgemeine Chirurgie" - }, - "46": { - "name": "Herzinfarkt", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "nef": 100, - "tragehilfe": 20, - "specialisation": "Kardiologie" - }, - "47": { - "name": "akuter Asthma-Anfall", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "nef": 100, - "specialisation": "Allgemeine Innere" - }, - "48": { - "name": "Krampfanfall", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "nef": 80, - "tragehilfe": 10, - "specialisation": "Neurologie" - }, - "49": { - "name": "Fieber", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "nef": 20, - "tragehilfe": 5, - "specialisation": "Allgemeine Innere" - }, - "50": { - "name": "Gest\u00fcrzte Person", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "nef": 10, - "tragehilfe": 5, - "specialisation": "Unfallchirurgie" - }, - "51": { - "name": "Brand in Werkstatt", - "stations": { - "0": 12 - }, - "vehicles": { - "rw": 1, - "truck": 4, - "elw1": 1, - "elw2": 1, - "dlk": 1 - }, - "credits": 3620, - "patients": { - "max": 2, - "nef": 40, - "specialisation": "Allgemeine Innere" - }, - "poi": 15, - "percentages": { - "rw": 30, - "elw2": 10 - } - }, - "52": { - "name": "Brand auf Weihnachtsmarkt", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 17 - }, - "53": { - "name": "Verkehrsunfall durch Glatteis", - "stations": { - "0": 4 - }, - "vehicles": { - "rw": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "rw": 100 - } - }, - "54": { - "name": "Personenschaden durch Verbrennung", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 20, - "nef": 40, - "specialisation": "Unfallchirurgie", - "poi": 17 - }, - "55": { - "name": "Brennender Tannenbaum", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "56": { - "name": "Betrunkene Person auf Weihnachtsmarkt", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Allgemeine Innere", - "poi": 17 - }, - "57": { - "name": "Gest\u00fcrzter Fu\u00dfg\u00e4nger", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 20, - "specialisation": "Unfallchirurgie" - }, - "58": { - "name": "Gest\u00fcrzter Radfahrer", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 40, - "specialisation": "Unfallchirurgie" - }, - "59": { - "name": "Gefahrgutunfall", - "vehicles": { - "truck": 20, - "mess": 4, - "gefahr": 4, - "elw1": 3, - "elw2": 1, - "rw": 5, - "dlk": 2, - "atem": 3 - }, - "credits": 14010, - "patients": { - "max": 20, - "min": 10, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "elw2": 80 - } - }, - "60": { - "name": "Ladendiebstahl", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 74 - } - }, - "61": { - "name": "Ladendiebstahl", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 74 - } - }, - "62": { - "name": "Parkendes Auto gerammt", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 120, - "poi": 9 - }, - "63": { - "name": "Parkendes Auto gerammt", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 120, - "poi": 10 - }, - "64": { - "name": "Metalldiebstahl", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "65": { - "name": "Taschendiebstahl", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "66": { - "name": "Notebook aus Schule entwendet", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "67": { - "name": "Personalienaufnahme von Schwarzfahrer", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 120, - "poi": 4 - }, - "68": { - "name": "Personalienaufnahme von Schwarzfahrer", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 120, - "poi": 5 - }, - "69": { - "name": "Personalienaufnahme von Schwarzfahrer", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 120, - "poi": 6 - }, - "70": { - "name": "Personalienaufnahme von Schwarzfahrer", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 120, - "poi": 7 - }, - "71": { - "name": "Parkendes Auto gerammt", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 120, - "poi": 14 - }, - "72": { - "name": "Bewusstloser Kranf\u00fchrer", - "stations": { - "0": 12, - "2": 1, - "6": 1 - }, - "vehicles": { - "hoehen": 1, - "elw1": 1, - "fustw": 1, - "truck": 1 - }, - "credits": 2000, - "patients": { - "max": 1, - "min": 1, - "nef": 80, - "specialisation": "Allgemeine Innere" - } - }, - "73": { - "name": "Schl\u00e4gerei", - "stations": { - "6": 3 - }, - "vehicles": { - "fustw": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Unfallchirurgie" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 106, - "1": 107 - } - }, - "74": { - "name": "Randalierende Person", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 73 - } - }, - "75": { - "name": "Unangemeldete Demonstration", - "vehicles": { - "fustw": 7 - }, - "credits": 10020 - }, - "76": { - "name": "K\u00fcchenbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800, - "expansions": { - "0": 102, - "1": 103, - "2": 104, - "3": 105 - } - }, - "77": { - "name": "Person hinter T\u00fcr", - "stations": { - "0": 7, - "2": 1, - "6": 1 - }, - "vehicles": { - "fustw": 1, - "truck": 1 - }, - "credits": 500, - "patients": { - "max": 1, - "nef": 50, - "specialisation": "Allgemeine Innere" - } - }, - "78": { - "name": "Kleintier in Not", - "stations": { - "0": 1 - }, - "vehicles": { - "dlk": 1, - "truck": 1 - }, - "credits": 130, - "percentages": { - "dlk": 20 - } - }, - "79": { - "name": "Verletzte Person auf Bauger\u00fcst", - "stations": { - "0": 12, - "2": 1 - }, - "vehicles": { - "elw1": 1, - "dlk": 1, - "hoehen": 1, - "truck": 1 - }, - "credits": 1800, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "dlk": 30 - } - }, - "80": { - "name": "Rauchentwicklung in Museum", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "truck": 3, - "elw1": 1, - "dlk": 1, - "atem": 1, - "fustw": 2 - }, - "credits": 2000, - "patients": { - "max": 8, - "nef": 75, - "specialisation": "Allgemeine Innere" - }, - "expansions": { - "0": 470 - }, - "poi": 13 - }, - "81": { - "name": "Einbruch in Keller", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 400 - }, - "82": { - "name": "Einbruch in Wohnung", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 400 - }, - "83": { - "name": "Gefahrgut-LKW verungl\u00fcckt", - "stations": { - "0": 11, - "2": 1, - "6": 2 - }, - "vehicles": { - "truck": 3, - "elw1": 1, - "elw2": 1, - "rw": 1, - "mess": 1, - "dekon": 1, - "gefahr": 1, - "fustw": 2 - }, - "credits": 2500, - "patients": { - "max": 1, - "specialisation": "Unfallchirurgie" - }, - "expansions": { - "0": 213 - }, - "percentages": { - "elw2": 40, - "rw": 50, - "mess": 30, - "dekon": 10 - } - }, - "84": { - "name": "Brennende Lok", - "stations": { - "0": 7, - "2": 1 - }, - "vehicles": { - "truck": 4, - "gwl2": 1, - "atem": 1, - "rw": 1, - "elw1": 1, - "elw2": 1 - }, - "credits": 1800, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Allgemeine Chirurgie" - }, - "poi": 8, - "percentages": { - "atem": 30, - "rw": 50, - "elw2": 10 - } - }, - "85": { - "name": "Sachbesch\u00e4digung", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 200, - "prisoners": { - "max": 1 - } - }, - "86": { - "name": "Sporthallenbrand", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 7, - "elw1": 1, - "elw2": 1, - "dlk": 2, - "gwl2": 1, - "atem": 1 - }, - "credits": 3000, - "poi": 12, - "percentages": { - "elw2": 30, - "gwl2": 30, - "atem": 50 - } - }, - "87": { - "name": "Kleinflugzeug abgest\u00fcrzt", - "stations": { - "0": 6, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 3, - "elw1": 1, - "elw2": 1, - "rw": 1, - "fustw": 2 - }, - "credits": 3000, - "patients": { - "max": 5, - "min": 1, - "transport": 100, - "nef": 80, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "elw2": 10 - } - }, - "88": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "89": { - "name": "LKW Auffahrunfall", - "stations": { - "0": 11, - "6": 2 - }, - "vehicles": { - "truck": 3, - "elw1": 1, - "rw": 1, - "oel": 1, - "gefahr": 1, - "fustw": 2 - }, - "credits": 2500, - "patients": { - "max": 2, - "transport": 90, - "nef": 70, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "elw1": 75, - "oel": 25, - "gefahr": 10 - } - }, - "90": { - "name": "Ruhest\u00f6rung", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 250, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 74 - } - }, - "91": { - "name": "Keller unter Wasser", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "92": { - "name": "Schlaganfall", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "nef": 45, - "tragehilfe": 20, - "specialisation": "Neurologie" - }, - "93": { - "name": "Brennender Bus", - "stations": { - "0": 8, - "2": 6, - "6": 2 - }, - "vehicles": { - "truck": 5, - "elw1": 1, - "elw2": 1, - "rw": 1, - "fustw": 2 - }, - "credits": 3000, - "patients": { - "max": 11, - "min": 4, - "nef": 30, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "elw2": 75 - } - }, - "94": { - "name": "Kleine \u00d6lspur", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400, - "expansions": { - "0": 30, - "1": 95 - } - }, - "95": { - "name": "Ausgedehnte \u00d6lspur", - "stations": { - "0": 8, - "6": 2 - }, - "vehicles": { - "fustw": 2, - "truck": 6, - "oel": 1, - "elw1": 1 - }, - "credits": 4000, - "followup": { - "0": 124, - "1": 97, - "2": 394 - } - }, - "96": { - "name": "Feuer in Schnellrestaurant", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 3 - }, - "credits": 2900, - "patients": { - "max": 1, - "transport": 90, - "specialisation": "Allgemeine Innere" - } - }, - "97": { - "name": "Aufgerissener \u00d6ltank", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 3, - "elw1": 1, - "oel": 1 - }, - "credits": 2500, - "percentages": { - "elw1": 60, - "oel": 80 - } - }, - "98": { - "name": "Angefahrene Person", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Unfallchirurgie" - } - }, - "99": { - "name": "Flugzeug abgest\u00fcrzt", - "vehicles": { - "truck": 22, - "atem": 1, - "oel": 1, - "mess": 1, - "dlk": 1, - "elw1": 2, - "elw2": 2, - "rw": 6, - "fustw": 10 - }, - "credits": 17000, - "patients": { - "max": 25, - "min": 10, - "transport": 85, - "nef": 80, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "atem": 45, - "oel": 25 - } - }, - "100": { - "name": "K\u00fcchenbrand", - "stations": { - "0": 2, - "6": 8 - }, - "vehicles": { - "truck": 1, - "fustw": 1 - }, - "credits": 900, - "percentages": { - "fustw": 50 - } - }, - "101": { - "name": "Zimmerbrand", - "stations": { - "0": 2, - "6": 8 - }, - "vehicles": { - "truck": 2, - "dlk": 1, - "fustw": 1 - }, - "credits": 1500, - "patients": { - "max": 1, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "expansions": { - "0": 102, - "1": 103, - "2": 104, - "3": 105 - }, - "percentages": { - "dlk": 30, - "fustw": 50 - } - }, - "102": { - "name": "Feuer in Einfamilienhaus", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 3, - "dlk": 1, - "elw1": 1 - }, - "credits": 2000, - "percentages": { - "dlk": 50, - "elw1": 70 - } - }, - "103": { - "name": "Feuer in Einfamilienhaus", - "stations": { - "0": 4, - "2": 3, - "6": 8 - }, - "vehicles": { - "truck": 3, - "dlk": 1, - "elw1": 1, - "fustw": 1 - }, - "credits": 2200, - "patients": { - "max": 3, - "transport": 30, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "dlk": 50, - "elw1": 70 - } - }, - "104": { - "name": "Feuer in Einfamilienhaus", - "stations": { - "0": 4, - "2": 3 - }, - "vehicles": { - "truck": 3, - "dlk": 1, - "elw1": 1 - }, - "credits": 2000, - "patients": { - "max": 3, - "transport": 30, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "dlk": 50, - "elw1": 70 - } - }, - "105": { - "name": "Feuer in Einfamilienhaus", - "stations": { - "0": 4, - "6": 8 - }, - "vehicles": { - "truck": 3, - "dlk": 1, - "elw1": 1, - "fustw": 1 - }, - "credits": 2200, - "percentages": { - "dlk": 50, - "elw1": 70 - } - }, - "106": { - "name": "Massenschl\u00e4gerei", - "stations": { - "6": 6 - }, - "vehicles": { - "fustw": 5 - }, - "credits": 1800, - "prisoners": { - "max": 5 - } - }, - "107": { - "name": "Massenschl\u00e4gerei", - "stations": { - "2": 3, - "6": 6 - }, - "vehicles": { - "fustw": 5 - }, - "credits": 1800, - "patients": { - "max": 6, - "min": 1, - "transport": 30, - "nef": 10, - "specialisation": "Unfallchirurgie" - }, - "prisoners": { - "max": 5 - } - }, - "108": { - "name": "Schwangere in Notsituation", - "stations": { - "2": 5 - }, - "onlyRd": true, - "transport": 100, - "nef": 100, - "tragehilfe": 30, - "specialisation": "Gyn\u00e4kologie" - }, - "109": { - "name": "Beginnende Geburt", - "stations": { - "2": 5 - }, - "onlyRd": true, - "transport": 100, - "nef": 95, - "tragehilfe": 20, - "specialisation": "Gyn\u00e4kologie" - }, - "110": { - "name": "Vaginale Blutung", - "stations": { - "2": 5 - }, - "onlyRd": true, - "transport": 50, - "nef": 20, - "tragehilfe": 10, - "specialisation": "Gyn\u00e4kologie" - }, - "111": { - "name": "Brennende Vogelscheuche", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 350 - }, - "112": { - "name": "Brennendes K\u00fcrbisfeld", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 850 - }, - "113": { - "name": "K\u00fcrbissuppe \u00fcbergekocht", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 2, - "elw1": 1, - "atem": 1 - }, - "credits": 1500, - "patients": { - "max": 1, - "specialisation": "Neurologie" - }, - "percentages": { - "atem": 50 - } - }, - "114": { - "name": "Hexe h\u00e4ngt in Baum", - "stations": { - "0": 3 - }, - "vehicles": { - "dlk": 1, - "truck": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Unfallchirurgie" - } - }, - "115": { - "name": "Zombiebiss", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Neurologie" - }, - "116": { - "name": "Monster ausgebrochen", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 4 - }, - "credits": 1600 - }, - "117": { - "name": "K\u00fcrbisse geklaut", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100 - }, - "118": { - "name": "Frankenstein gesichtet", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 3 - }, - "credits": 550 - }, - "119": { - "name": "S\u00fc\u00dfigkeitendiebstahl", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100 - }, - "120": { - "name": "LKW umgest\u00fcrzt", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "rw": 1, - "elw1": 1, - "fwk": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "nef": 50, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "fwk": 75 - } - }, - "121": { - "name": "LKW umgest\u00fcrzt", - "stations": { - "0": 8, - "6": 4 - }, - "vehicles": { - "fustw": 2, - "truck": 2, - "rw": 1, - "elw1": 1, - "fwk": 1 - }, - "credits": 2500, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "nef": 50, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "fwk": 75 - } - }, - "122": { - "name": "Motorradunfall", - "stations": { - "0": 1, - "6": 1 - }, - "vehicles": { - "truck": 1, - "fustw": 1 - }, - "credits": 600, - "patients": { - "max": 1, - "transport": 100, - "nef": 70, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "truck": 10 - } - }, - "123": { - "name": "Verkehrsunfall", - "stations": { - "0": 3, - "6": 4 - }, - "vehicles": { - "fustw": 1, - "truck": 1 - }, - "credits": 1100, - "patients": { - "max": 1, - "transport": 40, - "nef": 20, - "specialisation": "Unfallchirurgie" - } - }, - "124": { - "name": "Verkehrsunfall", - "stations": { - "0": 4 - }, - "vehicles": { - "rw": 1, - "truck": 1 - }, - "credits": 1600, - "patients": { - "max": 3, - "min": 2, - "transport": 70, - "nef": 50, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "rw": 50 - } - }, - "125": { - "name": "Verkehrsunfall", - "stations": { - "0": 4, - "6": 3 - }, - "vehicles": { - "fustw": 1, - "rw": 1, - "truck": 1 - }, - "credits": 1700, - "patients": { - "max": 3, - "min": 2, - "transport": 70, - "nef": 50, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "rw": 50 - } - }, - "126": { - "name": "Verkehrsunfall", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "rw": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "min": 2, - "transport": 70, - "nef": 50, - "specialisation": "Unfallchirurgie" - } - }, - "127": { - "name": "Verkehrsunfall", - "stations": { - "0": 6, - "6": 4 - }, - "vehicles": { - "fustw": 2, - "truck": 2, - "rw": 1 - }, - "credits": 2200, - "patients": { - "max": 4, - "min": 2, - "transport": 70, - "nef": 50, - "specialisation": "Unfallchirurgie" - } - }, - "128": { - "name": "Auffahrunfall", - "stations": { - "0": 1, - "6": 1 - }, - "vehicles": { - "truck": 1, - "fustw": 1 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 10, - "specialisation": "Unfallchirurgie" - }, - "expansions": { - "0": 25, - "1": 123, - "2": 124, - "3": 125, - "4": 126, - "5": 127, - "6": 89 - }, - "percentages": { - "truck": 10 - } - }, - "129": { - "name": "Brennender Adventskranz", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "130": { - "name": "Rangelei auf Weihnachtsmarkt", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "Unfallchirurgie" - }, - "poi": 17 - }, - "131": { - "name": "Mittlerer Feldbrand", - "stations": { - "0": 7 - }, - "vehicles": { - "gwl2": 1, - "elw1": 1, - "truck": 1 - }, - "credits": 2000, - "water": 8000, - "special": { - "averageMinimumEmployeesFire": 25 - }, - "expansions": { - "0": 132, - "1": 133 - }, - "percentages": { - "gwl2": 20, - "elw1": 50 - } - }, - "132": { - "name": "Gro\u00dfer Feldbrand", - "stations": { - "0": 10 - }, - "vehicles": { - "gwl2": 1, - "elw1": 1, - "truck": 1 - }, - "credits": 5000, - "water": 13000, - "special": { - "averageMinimumEmployeesFire": 40 - } - }, - "133": { - "name": "Gro\u00dfer Feldbrand", - "stations": { - "0": 10, - "6": 5 - }, - "vehicles": { - "gwl2": 1, - "elw1": 1, - "fustw": 1, - "truck": 1 - }, - "credits": 5100, - "water": 13000, - "special": { - "averageMinimumEmployeesFire": 40 - } - }, - "134": { - "name": "Gro\u00dfer Waldbrand", - "stations": { - "0": 8 - }, - "vehicles": { - "gwl2": 1, - "elw1": 1, - "truck": 1 - }, - "credits": 4000, - "poi": 3, - "water": 8000, - "special": { - "averageMinimumEmployeesFire": 18 - }, - "expansions": { - "0": 136, - "1": 137 - }, - "percentages": { - "gwl2": 70 - } - }, - "135": { - "name": "Gro\u00dfer Waldbrand", - "stations": { - "0": 8, - "6": 5 - }, - "vehicles": { - "gwl2": 1, - "elw1": 1, - "fustw": 1, - "truck": 1 - }, - "credits": 4100, - "poi": 3, - "water": 8500, - "special": { - "averageMinimumEmployeesFire": 18 - }, - "expansions": { - "0": 136, - "1": 137 - }, - "percentages": { - "gwl2": 70 - } - }, - "136": { - "name": "Gro\u00dffeuer im Wald", - "stations": { - "0": 20 - }, - "vehicles": { - "gwl2": 1, - "elw1": 2, - "atem": 1, - "elw2": 1, - "dlk": 1, - "fustw": 1, - "truck": 1 - }, - "credits": 8000, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 3, - "water": 25000, - "special": { - "averageMinimumEmployeesFire": 80 - }, - "percentages": { - "elw2": 30, - "dlk": 10 - } - }, - "137": { - "name": "Gro\u00dffeuer im Wald", - "stations": { - "0": 20, - "6": 5 - }, - "vehicles": { - "gwl2": 1, - "elw1": 2, - "atem": 1, - "elw2": 1, - "dlk": 1, - "fustw": 3, - "truck": 1 - }, - "credits": 8100, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 3, - "water": 25000, - "special": { - "averageMinimumEmployeesFire": 80 - }, - "percentages": { - "elw2": 30, - "dlk": 10 - } - }, - "138": { - "name": "Fl\u00e4chenbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1500, - "water": 3000, - "special": { - "averageMinimumEmployeesFire": 9 - } - }, - "139": { - "name": "Fl\u00e4chenbrand", - "stations": { - "0": 7 - }, - "vehicles": { - "gwl2": 1, - "elw1": 1, - "truck": 1 - }, - "credits": 3500, - "water": 8000, - "special": { - "averageMinimumEmployeesFire": 27 - }, - "percentages": { - "gwl2": 20, - "elw1": 20 - } - }, - "140": { - "name": "Fl\u00e4chenbrand", - "stations": { - "0": 2, - "6": 5 - }, - "vehicles": { - "fustw": 2, - "truck": 1 - }, - "credits": 1600, - "water": 3000, - "special": { - "averageMinimumEmployeesFire": 9 - } - }, - "141": { - "name": "Fl\u00e4chenbrand", - "stations": { - "0": 7, - "6": 5 - }, - "vehicles": { - "gwl2": 1, - "elw1": 1, - "fustw": 2, - "truck": 1 - }, - "credits": 3600, - "water": 8000, - "special": { - "averageMinimumEmployeesFire": 27 - }, - "percentages": { - "gwl2": 20, - "elw1": 20 - } - }, - "142": { - "name": "Feuer auf Balkon", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "dlk": 1 - }, - "credits": 1500, - "expansions": { - "0": 447 - }, - "percentages": { - "dlk": 30 - } - }, - "143": { - "name": "Brennende Papiercontainer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "144": { - "name": "Brennende Hecke", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "145": { - "name": "Trunkenheitsfahrt", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150, - "followup": { - "0": 98, - "1": 476 - } - }, - "146": { - "name": "Brennendes Reetdachhaus", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "dlk": 1, - "elw1": 1, - "atem": 1, - "fustw": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "atem": 30 - } - }, - "147": { - "name": "Krankentransport", - "onlyRd": true, - "transport": 0, - "nef": 0 - }, - "148": { - "name": "Ampelausfall", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100, - "expansions": { - "0": 128 - }, - "followup": { - "0": 27, - "1": 43, - "2": 83 - } - }, - "149": { - "name": "Pannenfahrzeug", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100 - }, - "150": { - "name": "Hausfriedensbruch", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150, - "prisoners": { - "max": 1 - } - }, - "151": { - "name": "Raub", - "stations": { - "6": 3 - }, - "vehicles": { - "fustw": 3 - }, - "credits": 1200, - "prisoners": { - "max": 3 - } - }, - "152": { - "name": "H\u00e4usliche Gewalt", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Unfallchirurgie" - }, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 356 - } - }, - "153": { - "name": "Hilflose Person", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "154": { - "name": "Hilflose Person", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "tragehilfe": 10, - "specialisation": "Allgemeine Innere" - } - }, - "155": { - "name": "Akuter Harnstau", - "stations": { - "2": 7 - }, - "onlyRd": true, - "transport": 100, - "nef": 0, - "tragehilfe": 5, - "specialisation": "Urologie" - }, - "156": { - "name": "Harnleiter Blutung", - "stations": { - "2": 7 - }, - "onlyRd": true, - "transport": 100, - "nef": 20, - "tragehilfe": 5, - "specialisation": "Urologie" - }, - "157": { - "name": "Herzrhythmusst\u00f6rungen", - "stations": { - "2": 7 - }, - "onlyRd": true, - "transport": 100, - "nef": 60, - "tragehilfe": 20, - "specialisation": "Kardiologie" - }, - "158": { - "name": "Tiefgarage unter Wasser", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "159": { - "name": "\u00c4ste auf Fahrbahn", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 120 - }, - "160": { - "name": "Umherfliegendes Baumaterial", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 150 - }, - "161": { - "name": "Baum auf PKW", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900 - }, - "162": { - "name": "Baum auf PKW", - "stations": { - "0": 5, - "2": 3, - "6": 2 - }, - "vehicles": { - "fustw": 1, - "truck": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "nef": 50, - "specialisation": "Unfallchirurgie" - } - }, - "163": { - "name": "Baum auf Dach", - "stations": { - "0": 6 - }, - "vehicles": { - "dlk": 1, - "fwk": 1, - "truck": 1 - }, - "credits": 1400, - "percentages": { - "dlk": 10, - "fwk": 10 - } - }, - "164": { - "name": "Kopfplatzwunde", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "tragehilfe": 5, - "specialisation": "Allgemeine Chirurgie" - }, - "165": { - "name": "Gehirnersch\u00fctterung", - "stations": { - "2": 5 - }, - "onlyRd": true, - "transport": 90, - "nef": 20, - "tragehilfe": 5, - "specialisation": "Neurologie" - }, - "166": { - "name": "Fassadenteile drohen zu fallen", - "stations": { - "0": 12, - "6": 2 - }, - "vehicles": { - "dlk": 1, - "fustw": 1, - "elw1": 1, - "hoehen": 1, - "truck": 1 - }, - "credits": 1200, - "percentages": { - "dlk": 40, - "hoehen": 40 - } - }, - "167": { - "name": "Besch\u00e4digter Dachbereich", - "stations": { - "0": 12, - "6": 2 - }, - "vehicles": { - "truck": 2, - "dlk": 1, - "fustw": 1, - "elw1": 1, - "hoehen": 1 - }, - "credits": 1400, - "percentages": { - "dlk": 50, - "hoehen": 20 - } - }, - "168": { - "name": "Baum auf Gleisen", - "stations": { - "0": 8, - "6": 3 - }, - "vehicles": { - "fustw": 1, - "truck": 1 - }, - "credits": 600, - "poi": 6, - "expansions": { - "0": 237 - } - }, - "169": { - "name": "Baum auf Gleisen", - "stations": { - "0": 8, - "6": 3 - }, - "vehicles": { - "fustw": 1, - "truck": 1 - }, - "credits": 600, - "poi": 7, - "expansions": { - "0": 237 - } - }, - "170": { - "name": "Baum auf Gleisen", - "stations": { - "0": 8, - "6": 3 - }, - "vehicles": { - "fustw": 1, - "truck": 1 - }, - "credits": 600, - "poi": 8, - "expansions": { - "0": 237 - } - }, - "171": { - "name": "Parkdeck voll Wasser gelaufen", - "stations": { - "0": 15, - "6": 4 - }, - "vehicles": { - "elw2": 1, - "fustw": 2, - "gwl2": 1, - "oel": 1, - "truck": 1 - }, - "credits": 4000 - }, - "172": { - "name": "Stra\u00dfe unter Wasser", - "stations": { - "0": 9 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "173": { - "name": "Stra\u00dfe unter Wasser", - "stations": { - "0": 9, - "6": 4 - }, - "vehicles": { - "fustw": 2, - "truck": 1 - }, - "credits": 700 - }, - "174": { - "name": "Erdrutsch", - "stations": { - "6": 2, - "9": 1 - }, - "vehicles": { - "gkw": 1, - "mtwtz": 1, - "radlader": 1, - "fustw": 2 - }, - "credits": 1020, - "followup": { - "0": 177, - "1": 464, - "2": 513, - "3": 162 - } - }, - "175": { - "name": "Erdrutsch", - "stations": { - "9": 1 - }, - "vehicles": { - "gkw": 1, - "mtwtz": 1, - "radlader": 1 - }, - "credits": 900 - }, - "176": { - "name": "LKW in Hauswand", - "stations": { - "0": 5, - "9": 1 - }, - "vehicles": { - "gkw": 1, - "mtwtz": 1, - "mzkw": 1, - "fwk": 1, - "dlk": 1, - "truck": 2, - "elw1": 1 - }, - "credits": 2100, - "expansions": { - "0": 177, - "1": 213 - }, - "percentages": { - "fwk": 75, - "dlk": 70 - } - }, - "177": { - "name": "Eingest\u00fcrztes Wohnhaus", - "stations": { - "0": 7, - "2": 4, - "6": 2, - "9": 3 - }, - "vehicles": { - "gkw": 2, - "radlader": 2, - "mtwtz": 1, - "mzkw": 1, - "truck": 3, - "dlk": 1, - "elw1": 1, - "rw": 1, - "fwk": 1, - "fustw": 2 - }, - "credits": 4600, - "patients": { - "max": 7, - "specialisation": "Allgemeine Innere" - }, - "followup": { - "0": 429 - }, - "percentages": { - "dlk": 30, - "fwk": 75 - } - }, - "178": { - "name": "Gefahrgut-LKW verungl\u00fcckt", - "stations": { - "0": 11, - "2": 1, - "6": 2, - "9": 1 - }, - "vehicles": { - "gkw": 1, - "radlader": 1, - "truck": 3, - "elw1": 1, - "elw2": 1, - "rw": 1, - "mess": 1, - "dekon": 1, - "gefahr": 1, - "fustw": 2 - }, - "credits": 2900, - "patients": { - "max": 1, - "specialisation": "Unfallchirurgie" - }, - "expansions": { - "0": 213 - }, - "percentages": { - "elw2": 40, - "rw": 50, - "mess": 30, - "dekon": 10 - } - }, - "179": { - "name": "Sch\u00e4delverletzung", - "stations": { - "2": 9 - }, - "onlyRd": true, - "transport": 100, - "nef": 100, - "tragehilfe": 5, - "specialisation": "Neurochirurgie" - }, - "180": { - "name": "Wirbels\u00e4ulenverletzung", - "stations": { - "2": 9 - }, - "onlyRd": true, - "transport": 100, - "nef": 100, - "rth": 100, - "tragehilfe": 5, - "specialisation": "Neurochirurgie" - }, - "181": { - "name": "Sturz aus H\u00f6he", - "stations": { - "2": 9 - }, - "onlyRd": true, - "transport": 100, - "nef": 100, - "rth": 100, - "specialisation": "Neurochirurgie" - }, - "182": { - "name": "Sturz aus H\u00f6he", - "stations": { - "2": 9 - }, - "onlyRd": true, - "transport": 100, - "nef": 50, - "specialisation": "Unfallchirurgie" - }, - "183": { - "name": "Sonnenstich", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 10, - "nef": 0, - "tragehilfe": 5, - "specialisation": "Allgemeine Innere" - }, - "184": { - "name": "Hitzschlag", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 60, - "nef": 40, - "tragehilfe": 2, - "specialisation": "Allgemeine Innere" - }, - "185": { - "name": "Hitzekrampf", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 50, - "nef": 80, - "specialisation": "Allgemeine Innere" - }, - "186": { - "name": "Lagerhallenbrand", - "stations": { - "0": 18, - "2": 9, - "6": 9, - "9": 3 - }, - "vehicles": { - "gkw": 1, - "mtwtz": 1, - "radlader": 1, - "anhdle": 1, - "rw": 1, - "truck": 5, - "elw1": 1, - "elw2": 1, - "fwk": 1, - "dlk": 2, - "atem": 1, - "mess": 1, - "gwl2": 1, - "fustw": 2 - }, - "credits": 5630, - "patients": { - "max": 4, - "min": 1, - "transport": 65, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 18, - "expansions": { - "0": 462 - }, - "percentages": { - "fwk": 15 - } - }, - "187": { - "name": "Feuer im Lagerraum", - "stations": { - "0": 18, - "2": 9, - "6": 9 - }, - "vehicles": { - "truck": 2, - "elw1": 1, - "dlk": 1, - "mess": 1 - }, - "credits": 2230, - "poi": 18, - "expansions": { - "0": 186 - }, - "percentages": { - "dlk": 50, - "mess": 20 - } - }, - "188": { - "name": "Personenkontrolle", - "stations": { - "6": 3 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "189": { - "name": "Verkehrsbehinderung", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 80, - "expansions": { - "0": 73 - } - }, - "190": { - "name": "Diebstahl aus Kfz", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150 - }, - "191": { - "name": "Baum auf Radweg", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 194 - } - }, - "192": { - "name": "Brennende Trafostation", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2, - "elw1": 1 - }, - "credits": 1900 - }, - "193": { - "name": "Brennende Trafostation", - "stations": { - "0": 4, - "6": 5 - }, - "vehicles": { - "truck": 2, - "elw1": 1, - "fustw": 1 - }, - "credits": 2000 - }, - "194": { - "name": "Person unter Baum eingeklemmt", - "stations": { - "0": 6, - "2": 5, - "6": 3 - }, - "vehicles": { - "fustw": 1, - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 100, - "specialisation": "Unfallchirurgie" - } - }, - "195": { - "name": "Schwerpunkteinsatz Tageswohnungseinbr\u00fcche", - "stations": { - "11": 1 - }, - "vehicles": { - "grukw": 3, - "lebefkw": 1 - }, - "credits": 1000 - }, - "196": { - "name": "Schwerpunkteinsatz Verkehrs\u00fcberwachung", - "stations": { - "11": 1 - }, - "vehicles": { - "grukw": 3, - "lebefkw": 1 - }, - "credits": 1000 - }, - "197": { - "name": "Pr\u00e4senzeinsatz Volksfest", - "stations": { - "11": 1 - }, - "vehicles": { - "grukw": 3, - "lebefkw": 1 - }, - "credits": 2000 - }, - "198": { - "name": "Jugendschutzkontrolle in Diskothek", - "stations": { - "6": 1, - "11": 1 - }, - "vehicles": { - "fustw": 2, - "grukw": 3, - "lebefkw": 1 - }, - "credits": 2500, - "poi": 19 - }, - "199": { - "name": "Gel\u00e4ndedurchsuchung nach Beweismittel", - "stations": { - "11": 1 - }, - "vehicles": { - "grukw": 3, - "lebefkw": 1 - }, - "credits": 750 - }, - "200": { - "name": "Geplante Razzia", - "stations": { - "6": 1, - "11": 1 - }, - "vehicles": { - "fustw": 2, - "grukw": 6, - "lebefkw": 2, - "gefkw": 1 - }, - "credits": 5500, - "prisoners": { - "max": 5 - }, - "expansions": { - "0": 359 - }, - "followup": { - "0": 486 - }, - "percentages": { - "fustw": 100 - } - }, - "201": { - "name": "Fu\u00dfball Bundesliga-Spiel", - "stations": { - "6": 1, - "11": 1 - }, - "vehicles": { - "grukw": 9, - "lebefkw": 3, - "fukw": 1, - "gefkw": 1, - "fustw": 2 - }, - "credits": 9000, - "poi": 20, - "prisoners": { - "max": 5 - }, - "followup": { - "0": 44, - "1": 74, - "2": 106, - "3": 107, - "4": 270 - } - }, - "202": { - "name": "Diebstahl auf Weihnachtsmarkt", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 300, - "poi": 17 - }, - "203": { - "name": "Brennende Weihnachtsmarktbude", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 610, - "patients": { - "max": 1, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 17 - }, - "204": { - "name": "Scheunenbrand", - "stations": { - "0": 7 - }, - "vehicles": { - "elw1": 1, - "dlk": 1, - "atem": 1, - "gwl2": 1, - "truck": 1 - }, - "credits": 3500, - "patients": { - "max": 1, - "specialisation": "Unfallchirurgie" - }, - "poi": 21, - "water": 14000, - "special": { - "averageMinimumEmployeesFire": 40 - }, - "expansions": { - "0": 205 - }, - "percentages": { - "elw1": 100, - "dlk": 50, - "atem": 25, - "gwl2": 60 - } - }, - "205": { - "name": "Feuer auf Bauernhof - Mittel", - "stations": { - "0": 9, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 7, - "elw1": 1, - "dlk": 2, - "atem": 1, - "gwl2": 1, - "fustw": 3 - }, - "credits": 5100, - "patients": { - "max": 4, - "min": 2, - "nef": 33, - "specialisation": "Unfallchirurgie" - }, - "poi": 21, - "special": { - "averageMinimumEmployeesFire": 60 - }, - "expansions": { - "0": 206 - }, - "percentages": { - "elw1": 100, - "dlk": 75, - "atem": 70, - "gwl2": 90 - } - }, - "206": { - "name": "Feuer auf Bauernhof - Gro\u00df", - "stations": { - "0": 30, - "2": 3, - "6": 5, - "9": 3 - }, - "vehicles": { - "truck": 15, - "fwk": 1, - "elw1": 2, - "elw2": 1, - "dlk": 4, - "atem": 2, - "gwl2": 2, - "fustw": 3, - "gkw": 2, - "mtwtz": 1, - "radlader": 2 - }, - "credits": 10200, - "patients": { - "max": 7, - "min": 2, - "nef": 50, - "specialisation": "Unfallchirurgie" - }, - "poi": 21, - "special": { - "averageMinimumEmployeesFire": 105 - }, - "percentages": { - "fwk": 15, - "elw1": 100, - "elw2": 100, - "dlk": 100, - "atem": 70, - "gwl2": 90 - } - }, - "207": { - "name": "Gefahrgutunfall - Gro\u00df", - "vehicles": { - "truck": 20, - "mess": 4, - "gefahr": 4, - "elw1": 3, - "elw2": 1, - "dekon": 1, - "rw": 5, - "dlk": 2, - "atem": 3, - "fustw": 3, - "gkw": 2, - "mtwtz": 1, - "radlader": 2 - }, - "credits": 16010, - "patients": { - "max": 20, - "min": 10, - "specialisation": "Allgemeine Innere" - } - }, - "208": { - "name": "Leck in Chemikalientank", - "stations": { - "0": 13, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 8, - "elw1": 1, - "elw2": 1, - "rw": 2, - "gwl2": 1, - "atem": 1, - "oel": 1, - "mess": 2, - "gefahr": 1, - "dekon": 1, - "fustw": 2 - }, - "credits": 4000, - "patients": { - "max": 20, - "transport": 50, - "nef": 15, - "specialisation": "Allgemeine Innere" - }, - "expansions": { - "0": 213 - }, - "percentages": { - "gwl2": 20, - "oel": 50 - } - }, - "209": { - "name": "Fahrraddiebstahl", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150 - }, - "210": { - "name": "Unfall mit Motors\u00e4ge", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 50, - "nef": 95, - "specialisation": "Unfallchirurgie" - }, - "211": { - "name": "Unterzuckerung", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 60, - "nef": 20, - "tragehilfe": 20, - "specialisation": "Allgemeine Innere" - }, - "212": { - "name": "Akute Bauchschmerzen", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 80, - "nef": 20, - "tragehilfe": 5, - "specialisation": "Allgemeine Chirurgie" - }, - "213": { - "name": "Gasexplosion", - "stations": { - "0": 25, - "2": 9, - "6": 5, - "9": 1 - }, - "vehicles": { - "truck": 20, - "fwk": 1, - "rw": 2, - "dlk": 2, - "elw1": 4, - "elw2": 2, - "gwl2": 2, - "mess": 2, - "atem": 2, - "dekon": 1, - "fustw": 4, - "gkw": 1, - "radlader": 1, - "anhdle": 1, - "mtwtz": 1, - "mzkw": 1 - }, - "credits": 11200, - "patients": { - "max": 10, - "transport": 70, - "nef": 40, - "specialisation": "Unfallchirurgie" - }, - "followup": { - "0": 177, - "1": 513, - "2": 166 - }, - "percentages": { - "fwk": 40, - "dekon": 10 - } - }, - "214": { - "name": "B\u00fcrobrand", - "stations": { - "0": 5, - "2": 5, - "6": 2 - }, - "vehicles": { - "rw": 2, - "truck": 6, - "elw1": 1, - "elw2": 1, - "dlk": 2, - "atem": 1, - "fustw": 2 - }, - "credits": 3000, - "patients": { - "max": 10, - "min": 5, - "transport": 70, - "nef": 40, - "specialisation": "Allgemeine Innere" - }, - "poi": 22, - "percentages": { - "rw": 30, - "elw2": 30 - } - }, - "215": { - "name": "Chlorgasaustritt", - "stations": { - "0": 6, - "2": 5, - "6": 4 - }, - "vehicles": { - "truck": 7, - "elw1": 2, - "elw2": 1, - "atem": 2, - "mess": 1, - "gefahr": 1, - "fustw": 4 - }, - "credits": 4000, - "patients": { - "max": 12, - "min": 5, - "transport": 70, - "nef": 60, - "specialisation": "Allgemeine Innere" - }, - "poi": 23 - }, - "216": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "217": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "218": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "219": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "220": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "221": { - "name": "Zugungl\u00fcck (Gro\u00df)", - "vehicles": { - "truck": 30, - "dlk": 3, - "rw": 6, - "atem": 4, - "oel": 1, - "elw1": 6, - "elw2": 3, - "gwl2": 2, - "fwk": 4, - "radlader": 2, - "gkw": 1, - "mzkw": 1, - "mtwtz": 1, - "fustw": 12 - }, - "credits": 17000, - "patients": { - "max": 40, - "min": 20, - "nef": 80, - "specialisation": "Unfallchirurgie" - } - }, - "222": { - "name": "Zugungl\u00fcck (Klein)", - "vehicles": { - "truck": 20, - "dlk": 2, - "rw": 3, - "atem": 2, - "oel": 1, - "elw1": 3, - "elw2": 1, - "gwl2": 1, - "fwk": 2, - "radlader": 1, - "mtwtz": 1, - "fustw": 6 - }, - "credits": 14000, - "patients": { - "max": 20, - "min": 10, - "nef": 80, - "specialisation": "Unfallchirurgie" - } - }, - "223": { - "name": "Brandsicherheitswache bei Volksfest", - "stations": { - "0": 3, - "6": 1 - }, - "vehicles": { - "truck": 3, - "fustw": 1 - }, - "credits": 4400, - "poi": 26, - "special": { - "averageMinimumEmployeesFire": 25 - }, - "siwa": true, - "dauer": "2 Stunden" - }, - "224": { - "name": "Brandsicherheitswachdienst im Theater", - "stations": { - "0": 1, - "2": 1 - }, - "vehicles": { - "truck": 1, - "ambulance": 1 - }, - "credits": 4000, - "poi": 25, - "special": { - "averageMinimumEmployeesFire": 4 - }, - "siwa": true, - "dauer": "2 Stunden" - }, - "225": { - "name": "Dorf\/Stadtfest", - "stations": { - "0": 3, - "2": 3 - }, - "vehicles": { - "truck": 3, - "ambulance": 3, - "gwsan": 1 - }, - "credits": 7000, - "poi": 26, - "special": { - "averageMinimumEmployeesFire": 18 - }, - "siwa": true, - "dauer": "8 Stunden" - }, - "226": { - "name": "Volkslauf", - "stations": { - "2": 3 - }, - "vehicles": { - "ambulance": 3, - "gwsan": 1 - }, - "credits": 5000, - "siwa": true, - "dauer": "4 Stunden" - }, - "227": { - "name": "Angemeldete Demonstration", - "stations": { - "2": 1, - "6": 3, - "11": 1 - }, - "vehicles": { - "ambulance": 1, - "fustw": 3, - "grukw": 6, - "lebefkw": 2, - "fukw": 1 - }, - "credits": 5000, - "special": { - "averageMinimumEmployeesPolice": 50 - }, - "followup": { - "0": 44, - "1": 74, - "2": 106 - }, - "siwa": true, - "dauer": "2 Stunden" - }, - "228": { - "name": "Absicherung Musikumzug", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 2000, - "siwa": true, - "dauer": "1 Stunde" - }, - "229": { - "name": "Absicherung Radrennen", - "stations": { - "2": 2, - "6": 2 - }, - "vehicles": { - "fustw": 2, - "ambulance": 2 - }, - "credits": 4000, - "siwa": true, - "dauer": "2 Stunden" - }, - "230": { - "name": "Feuerprobealarm an Schule", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "poi": 12, - "siwa": true, - "dauer": "15 Minuten" - }, - "231": { - "name": "Entflohener Gefangener", - "stations": { - "6": 7, - "13": 1 - }, - "vehicles": { - "fustw": 10, - "polheli": 1 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "232": { - "name": "Kabeldiebstahl", - "stations": { - "6": 2, - "13": 1 - }, - "vehicles": { - "fustw": 2, - "polheli": 1 - }, - "credits": 3500, - "prisoners": { - "max": 1 - } - }, - "233": { - "name": "Suche nach Vermissten", - "stations": { - "0": 1, - "2": 1, - "6": 2, - "13": 1 - }, - "vehicles": { - "fustw": 2, - "polheli": 1, - "truck": 1 - }, - "credits": 4500, - "patients": { - "max": 1, - "specialisation": "Kardiologie" - } - }, - "234": { - "name": "Entsch\u00e4rfung von Weltkriegsbombe", - "stations": { - "0": 10, - "6": 4 - }, - "vehicles": { - "fustw": 5, - "truck": 10, - "elw1": 1, - "elw2": 1 - }, - "credits": 4000, - "siwa": true, - "dauer": "2 Stunden" - }, - "235": { - "name": "Verletzte Person auf Hochspannungsmast", - "stations": { - "0": 12, - "2": 1, - "6": 1 - }, - "vehicles": { - "hoehen": 1, - "elw1": 1, - "fustw": 1, - "dlk": 1, - "truck": 2 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 80, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "dlk": 20 - } - }, - "236": { - "name": "Verletzte Person auf Hochspannungsmast", - "stations": { - "0": 12, - "2": 10, - "6": 1 - }, - "vehicles": { - "hoehen": 1, - "elw1": 1, - "fustw": 1, - "dlk": 1, - "truck": 2 - }, - "credits": 2000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 100, - "rth": 100, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "dlk": 20 - } - }, - "237": { - "name": "Verkehrsunfall mit Zug", - "stations": { - "0": 9, - "2": 4, - "6": 4 - }, - "vehicles": { - "elw1": 1, - "rw": 1, - "fustw": 2, - "truck": 2 - }, - "credits": 1700, - "patients": { - "max": 5, - "transport": 90, - "nef": 80, - "specialisation": "Unfallchirurgie" - }, - "poi": 24 - }, - "238": { - "name": "Verkehrsunfall mit Linienbus", - "stations": { - "0": 6, - "2": 4, - "6": 2 - }, - "vehicles": { - "elw1": 1, - "rw": 1, - "fustw": 2, - "truck": 2 - }, - "credits": 2000, - "patients": { - "max": 5, - "transport": 50, - "nef": 20, - "specialisation": "Unfallchirurgie" - }, - "expansions": { - "0": 93 - } - }, - "239": { - "name": "Verkehrsunfall mit Linienbus", - "stations": { - "0": 6, - "2": 6, - "6": 4 - }, - "vehicles": { - "elw1": 2, - "elw2": 1, - "rw": 2, - "fustw": 4, - "truck": 5, - "fwk": 1, - "oel": 1 - }, - "credits": 3000, - "patients": { - "max": 10, - "transport": 80, - "nef": 40, - "specialisation": "Unfallchirurgie" - }, - "expansions": { - "0": 93 - } - }, - "240": { - "name": "Gasgeruch", - "stations": { - "0": 4, - "2": 1, - "6": 1 - }, - "vehicles": { - "elw1": 1, - "fustw": 1, - "truck": 3, - "dekon": 1, - "mess": 1, - "gefahr": 1 - }, - "credits": 2500, - "patients": { - "max": 1, - "transport": 80, - "nef": 40, - "specialisation": "Allgemeine Innere" - }, - "expansions": { - "0": 213 - }, - "percentages": { - "dekon": 30, - "mess": 30, - "gefahr": 30 - } - }, - "241": { - "name": "Wildunfall", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 200 - }, - "242": { - "name": "Pfefferspray in Schule", - "stations": { - "0": 6, - "2": 6, - "6": 3 - }, - "vehicles": { - "truck": 2, - "mess": 1, - "fustw": 3 - }, - "credits": 2100, - "patients": { - "max": 15, - "transport": 20, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 12, - "percentages": { - "mess": 50 - } - }, - "243": { - "name": "Reitunfall mit Pkw", - "stations": { - "2": 3, - "6": 3 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 1200, - "patients": { - "max": 4, - "min": 1, - "transport": 40, - "nef": 50, - "specialisation": "Unfallchirurgie" - } - }, - "244": { - "name": "Person in Wasser", - "stations": { - "15": 1 - }, - "vehicles": { - "boot": 1 - }, - "credits": 1000, - "poi": 1 - }, - "245": { - "name": "Person in Wasser", - "stations": { - "2": 1, - "15": 1 - }, - "vehicles": { - "boot": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "nef": 90, - "specialisation": "Allgemeine Innere" - }, - "poi": 1 - }, - "246": { - "name": "Person in Wasser", - "stations": { - "0": 4, - "2": 1, - "15": 1 - }, - "vehicles": { - "boot": 1, - "truck": 3, - "elw1": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "nef": 90, - "specialisation": "Allgemeine Innere" - }, - "poi": 1 - }, - "247": { - "name": "Pkw in Wasser", - "stations": { - "0": 4, - "2": 1, - "6": 2, - "15": 2 - }, - "vehicles": { - "fustw": 2, - "boot": 2, - "taucher": 2, - "truck": 3, - "elw1": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 90, - "nef": 90, - "specialisation": "Allgemeine Innere" - }, - "poi": 1 - }, - "248": { - "name": "LKW in Wasser", - "stations": { - "0": 5, - "2": 1, - "6": 3, - "15": 3 - }, - "vehicles": { - "fustw": 3, - "boot": 3, - "taucher": 3, - "truck": 5, - "elw1": 1 - }, - "credits": 2000, - "patients": { - "max": 1, - "transport": 90, - "nef": 30, - "specialisation": "Allgemeine Innere" - }, - "poi": 1 - }, - "249": { - "name": "Bus in Wasser", - "stations": { - "0": 5, - "2": 10, - "6": 3, - "15": 3 - }, - "vehicles": { - "fustw": 3, - "boot": 3, - "taucher": 3, - "truck": 5, - "elw1": 1 - }, - "credits": 3000, - "patients": { - "max": 15, - "transport": 90, - "nef": 30, - "specialisation": "Allgemeine Innere" - }, - "poi": 1 - }, - "250": { - "name": "Person in Wasser", - "stations": { - "15": 1 - }, - "vehicles": { - "boot": 1 - }, - "credits": 1000, - "poi": 27 - }, - "251": { - "name": "Person in Wasser", - "stations": { - "2": 1, - "15": 1 - }, - "vehicles": { - "boot": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "nef": 90, - "specialisation": "Allgemeine Innere" - }, - "poi": 27 - }, - "252": { - "name": "Person in Wasser", - "stations": { - "0": 4, - "2": 1, - "15": 1 - }, - "vehicles": { - "boot": 1, - "truck": 3, - "elw1": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "nef": 90, - "specialisation": "Allgemeine Innere" - }, - "poi": 27 - }, - "253": { - "name": "Pkw in Wasser", - "stations": { - "0": 4, - "2": 1, - "6": 2, - "15": 2 - }, - "vehicles": { - "fustw": 2, - "boot": 2, - "taucher": 2, - "truck": 3, - "elw1": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 90, - "nef": 90, - "specialisation": "Allgemeine Innere" - }, - "poi": 27 - }, - "254": { - "name": "LKW in Wasser", - "stations": { - "0": 5, - "2": 1, - "6": 3, - "15": 3 - }, - "vehicles": { - "fustw": 3, - "boot": 3, - "taucher": 3, - "truck": 5, - "elw1": 1 - }, - "credits": 2000, - "patients": { - "max": 1, - "transport": 90, - "nef": 30, - "specialisation": "Allgemeine Innere" - }, - "poi": 27 - }, - "255": { - "name": "Bus in Wasser", - "stations": { - "0": 5, - "2": 10, - "6": 3, - "15": 3 - }, - "vehicles": { - "fustw": 3, - "boot": 3, - "taucher": 3, - "truck": 5, - "elw1": 1 - }, - "credits": 3000, - "patients": { - "max": 15, - "transport": 90, - "nef": 30, - "specialisation": "Allgemeine Innere" - }, - "poi": 27 - }, - "256": { - "name": "Zusammensto\u00df zweier Boote", - "vehicles": { - "truck": 6, - "elw1": 2, - "elw2": 1, - "fustw": 5, - "boot": 6, - "taucher": 6 - }, - "credits": 10010, - "patients": { - "max": 30, - "transport": 90, - "nef": 30, - "specialisation": "Allgemeine Innere" - } - }, - "257": { - "name": "Verkehrs\u00fcberwachung", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 2500, - "siwa": true, - "dauer": "1 Stunde" - }, - "258": { - "name": "Baumaschine umgest\u00fcrzt", - "stations": { - "0": 10, - "6": 3 - }, - "vehicles": { - "truck": 4, - "fwk": 1, - "elw1": 1, - "dlk": 1, - "rw": 2, - "oel": 1, - "fustw": 3 - }, - "credits": 2800, - "patients": { - "max": 1, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "fwk": 75 - } - }, - "259": { - "name": "Brennender PKW durch Feuerwerksk\u00f6rper", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 28, - "1": 138, - "2": 141, - "3": 146 - } - }, - "260": { - "name": "Sperrm\u00fcllbrand durch Feuerwerksk\u00f6rper", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "261": { - "name": "Kleiner Feldbrand durch Feuerwerksk\u00f6rper", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "262": { - "name": "Kellerbrand durch Feuerwerksk\u00f6rper", - "stations": { - "0": 3 - }, - "vehicles": { - "elw1": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "elw1": 90 - } - }, - "263": { - "name": "Brennendes Bus-H\u00e4uschen durch Feuerwerksk\u00f6rper", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "264": { - "name": "Feuer auf Balkon durch Feuerwerksk\u00f6rper", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "dlk": 1 - }, - "credits": 1500, - "expansions": { - "0": 447 - }, - "percentages": { - "dlk": 30 - } - }, - "265": { - "name": "Brennende Papiercontainer durch Feuerwerksk\u00f6rper", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "266": { - "name": "Brennende Hecke durch Feuerwerksk\u00f6rper", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "267": { - "name": "Trunkenheitsfahrt nach Silvesterparty", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150 - }, - "268": { - "name": "Brennendes Reetdachhaus durch Feuerwerksk\u00f6rper", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "dlk": 1, - "elw1": 1, - "atem": 1, - "fustw": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "atem": 30 - } - }, - "269": { - "name": "Kfz durch Feuerwerksk\u00f6rper besch\u00e4digt", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 200 - }, - "270": { - "name": "Versto\u00df gegen Sprengstoffverordnung", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 200 - }, - "271": { - "name": "Besch\u00e4digter Kesselwagen", - "stations": { - "0": 12, - "6": 3, - "9": 1 - }, - "vehicles": { - "gkw": 1, - "fustw": 3, - "truck": 10, - "dekon": 1, - "gefahr": 1, - "mess": 1, - "dlk": 1, - "elw1": 2, - "elw2": 1, - "rw": 1 - }, - "credits": 6050, - "poi": 8 - }, - "272": { - "name": "Gew\u00e4sserverschmutzung durch \u00d6l", - "stations": { - "0": 3, - "6": 1, - "15": 1 - }, - "vehicles": { - "boot": 1, - "truck": 2, - "oel": 1, - "elw1": 1, - "fustw": 1 - }, - "credits": 1600, - "poi": 1 - }, - "273": { - "name": "Gew\u00e4sserverschmutzung durch \u00d6l", - "stations": { - "0": 3, - "6": 1, - "15": 1 - }, - "vehicles": { - "boot": 1, - "truck": 2, - "oel": 1, - "elw1": 1, - "fustw": 1 - }, - "credits": 1600, - "poi": 27 - }, - "274": { - "name": "Bewusstlose Person", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "nef": 90, - "specialisation": "Allgemeine Innere" - }, - "275": { - "name": "Absicherung Rockkonzert", - "stations": { - "0": 2, - "2": 4, - "6": 7, - "11": 1 - }, - "vehicles": { - "fustw": 4, - "lebefkw": 3, - "grukw": 9, - "fukw": 1, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 Stunden" - }, - "276": { - "name": "Schwertransport", - "stations": { - "6": 4 - }, - "vehicles": { - "fustw": 4 - }, - "credits": 2000, - "siwa": true, - "dauer": "1 Stunde" - }, - "277": { - "name": "Person im Aufzug", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 350, - "patients": { - "max": 1, - "transport": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 22 - }, - "278": { - "name": "LKW in Supermarkt", - "stations": { - "0": 5, - "6": 2, - "9": 1 - }, - "vehicles": { - "gkw": 1, - "mtwtz": 1, - "mzkw": 1, - "fwk": 1, - "dlk": 1, - "truck": 2, - "elw1": 1, - "fustw": 2 - }, - "credits": 2500, - "patients": { - "max": 2, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 9, - "expansions": { - "0": 526 - }, - "percentages": { - "fwk": 75, - "dlk": 70 - } - }, - "279": { - "name": "LKW in Supermarkt", - "stations": { - "0": 5, - "6": 2, - "9": 1 - }, - "vehicles": { - "gkw": 1, - "mtwtz": 1, - "mzkw": 1, - "fwk": 1, - "dlk": 1, - "truck": 2, - "elw1": 1, - "fustw": 2 - }, - "credits": 2800, - "patients": { - "max": 3, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 10, - "expansions": { - "0": 525 - }, - "percentages": { - "fwk": 75, - "dlk": 70 - } - }, - "280": { - "name": "Baum auf Oberleitung", - "stations": { - "0": 9 - }, - "vehicles": { - "truck": 3, - "elw1": 1, - "rw": 1, - "dlk": 1 - }, - "credits": 1500, - "poi": 7 - }, - "281": { - "name": "Stromschlag", - "stations": { - "2": 9 - }, - "onlyRd": true, - "transport": 100, - "nef": 100, - "rth": 50, - "tragehilfe": 20, - "specialisation": "Allgemeine Innere" - }, - "282": { - "name": "Geplatzte Wasserleitung", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 2, - "rw": 1, - "elw1": 1 - }, - "credits": 1000, - "percentages": { - "rw": 20, - "elw1": 20 - } - }, - "283": { - "name": "B\u00fcrobrand (Gro\u00df)", - "stations": { - "0": 10, - "2": 6, - "6": 3 - }, - "vehicles": { - "rw": 2, - "truck": 10, - "elw1": 3, - "elw2": 1, - "dlk": 2, - "atem": 1, - "fustw": 3 - }, - "credits": 4000, - "patients": { - "max": 10, - "min": 5, - "transport": 70, - "nef": 40, - "specialisation": "Allgemeine Innere" - }, - "poi": 22, - "percentages": { - "rw": 30 - } - }, - "284": { - "name": "Ostereier-Dieb", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "285": { - "name": "Pinsel aus Werkstatt entwendet", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "286": { - "name": "Eingest\u00fcrzter Hasenbau", - "stations": { - "6": 2, - "9": 1 - }, - "vehicles": { - "gkw": 1, - "mtwtz": 1, - "radlader": 1, - "fustw": 2 - }, - "credits": 1020 - }, - "287": { - "name": "Angefahrener Osterhase", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Unfallchirurgie" - } - }, - "288": { - "name": "Brennendes Osternest", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "289": { - "name": "Schokoladenspur auf Strasse", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "290": { - "name": "Eierkocherbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "291": { - "name": "Hasentreffen in Ostereistedt", - "stations": { - "0": 2, - "2": 4, - "6": 7, - "11": 1 - }, - "vehicles": { - "fustw": 4, - "lebefkw": 3, - "grukw": 9, - "fukw": 1, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 Stunden" - }, - "292": { - "name": "Tankbetrug", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 300, - "poi": 11, - "prisoners": { - "max": 1 - } - }, - "293": { - "name": "Bluthochdruck", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 80, - "nef": 50, - "tragehilfe": 30, - "specialisation": "Kardiologie" - }, - "294": { - "name": "Fu\u00dfball Bundesliga-Risikospiel", - "stations": { - "0": 2, - "2": 3, - "6": 5, - "11": 3 - }, - "vehicles": { - "grukw": 27, - "lebefkw": 9, - "fukw": 3, - "gefkw": 2, - "truck": 2, - "ambulance": 4, - "fustw": 5 - }, - "credits": 12000, - "poi": 20, - "special": { - "averageMinimumEmployeesPolice": 150 - }, - "siwa": true, - "dauer": "3 Stunden" - }, - "295": { - "name": "Tankstellen\u00fcberfall", - "stations": { - "6": 6 - }, - "vehicles": { - "fustw": 6 - }, - "credits": 1100, - "poi": 11, - "prisoners": { - "max": 1 - } - }, - "296": { - "name": "Gasunfall in Werkstatt", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "rw": 1, - "truck": 3, - "elw1": 1 - }, - "credits": 2020, - "patients": { - "max": 1, - "nef": 40, - "specialisation": "Allgemeine Innere" - }, - "poi": 15, - "percentages": { - "rw": 30 - } - }, - "297": { - "name": "Arbeitsunfall im Garten", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "nef": 20, - "tragehilfe": 0, - "specialisation": "Unfallchirurgie" - }, - "298": { - "name": "Hilflose Person auf Wasser", - "stations": { - "0": 1, - "2": 1, - "15": 1 - }, - "vehicles": { - "truck": 1, - "boot": 1, - "taucher": 1 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "transport": 70, - "nef": 90, - "rth": 50, - "tragehilfe": 0, - "specialisation": "Allgemeine Innere" - }, - "poi": 1, - "percentages": { - "truck": 20, - "taucher": 10 - } - }, - "299": { - "name": "Strohballen qualmen in Scheune", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 5, - "elw1": 1, - "dlk": 1, - "atem": 1, - "gwl2": 1 - }, - "credits": 2500, - "poi": 21, - "expansions": { - "0": 206, - "1": 204, - "2": 205, - "3": 509 - }, - "percentages": { - "dlk": 75, - "gwl2": 50 - } - }, - "300": { - "name": "Abgest\u00fcrzter Kletterer", - "stations": { - "0": 12, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 2, - "hoehen": 1, - "fustw": 1, - "elw1": 1, - "dlk": 1 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 90, - "rth": 50, - "tragehilfe": 0, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "hoehen": 50, - "dlk": 75 - } - }, - "301": { - "name": "Tiere auf der Fahrbahn", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 500, - "expansions": { - "0": 25, - "1": 27, - "2": 120, - "3": 121, - "4": 122, - "5": 123, - "6": 124, - "7": 125, - "8": 126, - "9": 127, - "10": 128 - } - }, - "302": { - "name": "Brennendes Kleinflugzeug", - "stations": { - "0": 13, - "2": 5, - "6": 3 - }, - "vehicles": { - "truck": 8, - "elw1": 2, - "elw2": 1, - "rw": 1, - "dlk": 1, - "gwl2": 1, - "oel": 1, - "fustw": 3 - }, - "credits": 6000, - "patients": { - "max": 5, - "min": 1, - "transport": 90, - "nef": 80, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "dlk": 50, - "gwl2": 80, - "oel": 25 - } - }, - "303": { - "name": "Carportbrand", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 2, - "elw1": 1, - "dlk": 1 - }, - "credits": 700, - "expansions": { - "0": 16, - "1": 28, - "2": 102, - "3": 104, - "4": 103, - "5": 105 - }, - "percentages": { - "elw1": 30, - "dlk": 20 - } - }, - "304": { - "name": "Angemeldete Demonstration - Gefahrenpotential", - "stations": { - "0": 1, - "2": 3, - "6": 6, - "11": 1 - }, - "vehicles": { - "ambulance": 3, - "fustw": 6, - "grukw": 6, - "lebefkw": 3, - "fukw": 1, - "truck": 1, - "wawe": 3 - }, - "credits": 6500, - "special": { - "averageMinimumEmployeesPolice": 60 - }, - "siwa": true, - "dauer": "2 Stunden" - }, - "305": { - "name": "Fu\u00dfball Bundesliga-Risikospiel", - "stations": { - "0": 2, - "2": 3, - "6": 5, - "11": 3 - }, - "vehicles": { - "grukw": 27, - "lebefkw": 10, - "fukw": 3, - "gefkw": 2, - "wawe": 3, - "truck": 2, - "ambulance": 4, - "fustw": 5 - }, - "credits": 13000, - "poi": 20, - "special": { - "averageMinimumEmployeesPolice": 150 - }, - "siwa": true, - "dauer": "3 Stunden" - }, - "306": { - "name": "Absicherung Rockkonzert - Gefahrenpotential", - "stations": { - "0": 2, - "2": 4, - "6": 7, - "11": 1 - }, - "vehicles": { - "fustw": 8, - "wawe": 2, - "lebefkw": 4, - "grukw": 9, - "fukw": 1, - "ambulance": 4, - "truck": 2 - }, - "credits": 8000, - "poi": 20, - "siwa": true, - "dauer": "2 Stunden" - }, - "307": { - "name": "Spontaner Aufstand", - "stations": { - "6": 5, - "11": 1, - "13": 1 - }, - "vehicles": { - "fustw": 7, - "wawe": 3, - "grukw": 9, - "lebefkw": 4, - "fukw": 1, - "polheli": 1 - }, - "credits": 6000, - "prisoners": { - "max": 10 - } - }, - "308": { - "name": "Brennender M\u00fcllwagen", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "309": { - "name": "Tauchunfall", - "stations": { - "2": 1, - "15": 1 - }, - "vehicles": { - "boot": 1, - "taucher": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "nef": 90, - "specialisation": "Allgemeine Innere" - }, - "poi": 1 - }, - "310": { - "name": "Tauchunfall", - "stations": { - "2": 1, - "15": 1 - }, - "vehicles": { - "boot": 1, - "taucher": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "nef": 90, - "specialisation": "Allgemeine Innere" - }, - "poi": 27 - }, - "311": { - "name": "Mitarbeiter unter PKW eingeklemmt", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "rw": 1, - "truck": 2, - "elw1": 1 - }, - "credits": 1100, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 100, - "specialisation": "Unfallchirurgie" - }, - "poi": 15 - }, - "312": { - "name": "Verungl\u00fcckter Fallschirmspringer", - "stations": { - "2": 5 - }, - "onlyRd": true, - "transport": 100, - "nef": 100, - "specialisation": "Unfallchirurgie" - }, - "313": { - "name": "Verungl\u00fcckter Fallschirmspringer", - "stations": { - "0": 4, - "2": 5 - }, - "vehicles": { - "truck": 2, - "dlk": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 100, - "specialisation": "Unfallchirurgie" - } - }, - "314": { - "name": "Verungl\u00fcckter Fallschirmspringer", - "stations": { - "0": 12, - "2": 5 - }, - "vehicles": { - "truck": 3, - "elw1": 1, - "dlk": 1, - "hoehen": 1 - }, - "credits": 1900, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 100, - "specialisation": "Unfallchirurgie" - } - }, - "315": { - "name": "Chemieunfall an Schule", - "stations": { - "0": 15, - "2": 7 - }, - "vehicles": { - "truck": 8, - "elw1": 2, - "elw2": 1, - "dlk": 1, - "dekon": 1, - "atem": 1, - "mess": 1, - "gefahr": 2 - }, - "credits": 4400, - "patients": { - "max": 15, - "min": 1, - "transport": 75, - "nef": 60, - "specialisation": "Neurologie" - }, - "poi": 12, - "percentages": { - "elw2": 80, - "dekon": 50, - "atem": 50 - } - }, - "316": { - "name": "Unbekannte Substanz", - "stations": { - "0": 14, - "2": 7, - "6": 5 - }, - "vehicles": { - "truck": 12, - "elw1": 2, - "elw2": 1, - "dekon": 1, - "atem": 1, - "mess": 2, - "gefahr": 1, - "rw": 2, - "fustw": 4 - }, - "credits": 5400, - "patients": { - "max": 2, - "transport": 75, - "nef": 60, - "specialisation": "Allgemeine Innere" - } - }, - "317": { - "name": "Person in Baumaschine eingeklemmt", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 2, - "rw": 1, - "elw1": 1 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 100, - "specialisation": "Unfallchirurgie" - } - }, - "318": { - "name": "Ausgel\u00f6ster Heimrauchmelder", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 5, - "1": 20, - "2": 21, - "3": 22, - "4": 28, - "5": 32, - "6": 76, - "7": 102, - "8": 103, - "9": 104, - "10": 105 - } - }, - "319": { - "name": "Person in Baugrube", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "dlk": 1, - "rw": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "nef": 50, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "dlk": 30, - "rw": 40 - } - }, - "320": { - "name": "Gro\u00dffeuer im Krankenhaus", - "stations": { - "0": 30, - "2": 10, - "6": 6, - "9": 3 - }, - "vehicles": { - "truck": 20, - "dlk": 5, - "atem": 3, - "mess": 3, - "gefahr": 2, - "hoehen": 1, - "fustw": 6, - "elw1": 6, - "elw2": 4, - "gwl2": 2, - "rw": 2, - "radlader": 1, - "mzkw": 1, - "gkw": 1, - "mtwtz": 1 - }, - "credits": 11500, - "patients": { - "max": 40, - "min": 15, - "transport": 100, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 2 - }, - "321": { - "name": "Saunabrand", - "stations": { - "0": 4, - "6": 2 - }, - "vehicles": { - "truck": 3, - "dlk": 1, - "atem": 1, - "elw1": 1, - "fustw": 2 - }, - "credits": 1800 - }, - "322": { - "name": "Geplante Autobahnsperrung", - "stations": { - "6": 4 - }, - "vehicles": { - "fustw": 4 - }, - "credits": 2500, - "poi": 16, - "siwa": true, - "dauer": "1 Stunden" - }, - "323": { - "name": "Dehnfugenbrand", - "stations": { - "0": 5, - "6": 2 - }, - "vehicles": { - "truck": 2, - "dlk": 1, - "elw1": 1, - "rw": 1, - "fustw": 1 - }, - "credits": 1500, - "expansions": { - "0": 105, - "1": 104, - "2": 103, - "3": 102 - }, - "percentages": { - "rw": 50 - } - }, - "324": { - "name": "Brand in Baumarkt", - "stations": { - "0": 25, - "2": 8, - "6": 5, - "9": 3 - }, - "vehicles": { - "truck": 15, - "dlk": 3, - "atem": 2, - "mess": 2, - "gefahr": 1, - "gwl2": 1, - "fwk": 1, - "elw1": 4, - "elw2": 2, - "rw": 1, - "radlader": 2, - "mzkw": 2, - "gkw": 2, - "mtwtz": 2, - "fustw": 5 - }, - "credits": 10000, - "patients": { - "max": 10, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 28 - }, - "325": { - "name": "Absicherung Castor-Transport", - "stations": { - "2": 3, - "6": 6, - "11": 3, - "13": 1 - }, - "vehicles": { - "grukw": 18, - "lebefkw": 6, - "fukw": 2, - "fustw": 10, - "ambulance": 2, - "polheli": 1, - "wawe": 2 - }, - "credits": 7000, - "siwa": true, - "dauer": "2 Stunden" - }, - "326": { - "name": "Handverletzung durch Feuerwerksk\u00f6rper", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "nef": 80, - "specialisation": "Unfallchirurgie" - }, - "327": { - "name": "Tiefgaragenbrand", - "stations": { - "0": 10, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 6, - "dlk": 2, - "atem": 2, - "mess": 1, - "oel": 1, - "fustw": 1, - "elw1": 1 - }, - "credits": 3500, - "patients": { - "max": 1, - "transport": 50, - "nef": 25, - "specialisation": "Allgemeine Innere" - } - }, - "328": { - "name": "Rauch in Kabine", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 2, - "arff": 1, - "rtf": 1 - }, - "credits": 1200, - "poi": 32 - }, - "329": { - "name": "Rauch in Kabine", - "stations": { - "0": 10 - }, - "vehicles": { - "truck": 2 - }, - "credits": 700, - "poi": 29 - }, - "330": { - "name": "\u00dcberhitzte Bremsen", - "stations": { - "0": 1 - }, - "vehicles": { - "arff": 1, - "rtf": 1, - "elw1": 1, - "truck": 1 - }, - "credits": 2000, - "poi": 32 - }, - "331": { - "name": "Flugzeugzusammensto\u00df am Boden", - "stations": { - "0": 5, - "2": 4 - }, - "vehicles": { - "arff": 2, - "rtf": 1, - "rw": 2, - "elw1": 2, - "elw2": 1, - "truck": 1 - }, - "credits": 3000, - "patients": { - "max": 5, - "specialisation": "Unfallchirurgie" - }, - "poi": 34 - }, - "332": { - "name": "Flugzeugbrand", - "stations": { - "0": 10, - "2": 10 - }, - "vehicles": { - "arff": 4, - "rtf": 1, - "elw2": 1, - "elw1": 2, - "truck": 10, - "rw": 3 - }, - "credits": 10000, - "patients": { - "max": 30, - "transport": 30, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 34 - }, - "333": { - "name": "Flugzeugbrand", - "stations": { - "0": 10, - "2": 10 - }, - "vehicles": { - "arff": 4, - "rtf": 1, - "elw2": 1, - "elw1": 2, - "truck": 10, - "rw": 3 - }, - "credits": 10000, - "patients": { - "max": 30, - "transport": 40, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 32 - }, - "334": { - "name": "Brennendes Kleinflugzeug", - "stations": { - "0": 13, - "2": 5 - }, - "vehicles": { - "truck": 8, - "elw1": 2, - "elw2": 1, - "rw": 1, - "dlk": 1, - "gwl2": 1 - }, - "credits": 6000, - "patients": { - "max": 5, - "min": 1, - "transport": 90, - "nef": 80, - "specialisation": "Unfallchirurgie" - }, - "poi": 29, - "percentages": { - "dlk": 50, - "gwl2": 80 - } - }, - "335": { - "name": "Brennendes Kleinflugzeug", - "stations": { - "0": 13, - "2": 5 - }, - "vehicles": { - "truck": 8, - "elw1": 2, - "elw2": 1, - "rw": 1, - "dlk": 1, - "gwl2": 1 - }, - "credits": 6000, - "patients": { - "max": 5, - "min": 1, - "transport": 90, - "nef": 80, - "specialisation": "Unfallchirurgie" - }, - "poi": 31, - "percentages": { - "dlk": 50, - "gwl2": 80 - } - }, - "336": { - "name": "Absicherung Betankung", - "stations": { - "0": 1 - }, - "vehicles": { - "arff": 2, - "truck": 1 - }, - "credits": 500, - "poi": 34 - }, - "337": { - "name": "Brennender PKW", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "poi": 35 - }, - "338": { - "name": "Motorrad-Brand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "poi": 35 - }, - "339": { - "name": "Herzinfarkt", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "nef": 100, - "tragehilfe": 20, - "specialisation": "Kardiologie", - "poi": 33 - }, - "340": { - "name": "akuter Asthma-Anfall", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "nef": 100, - "specialisation": "Allgemeine Innere", - "poi": 33 - }, - "341": { - "name": "Krampfanfall", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "nef": 80, - "tragehilfe": 10, - "specialisation": "Neurologie", - "poi": 33 - }, - "342": { - "name": "Triebwerksbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "arff": 4, - "rw": 1, - "truck": 2, - "elw1": 1 - }, - "credits": 2500, - "poi": 34 - }, - "343": { - "name": "Triebwerksbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "arff": 4, - "rw": 1, - "truck": 2, - "elw1": 1 - }, - "credits": 2500, - "poi": 32 - }, - "344": { - "name": "Mehrere brennende Fahrzeuge", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 4, - "dlk": 1, - "elw1": 1, - "rw": 1 - }, - "credits": 1010, - "poi": 35 - }, - "345": { - "name": "H\u00f6henrettung am Fahrgesch\u00e4ft", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 2, - "dlk": 1, - "elw1": 1, - "rw": 1, - "hoehen": 1, - "fustw": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "specialisation": "Allgemeine Innere" - }, - "poi": 26 - }, - "346": { - "name": "Geb\u00e4udesprengung", - "stations": { - "0": 3, - "2": 1, - "6": 2, - "9": 2, - "11": 1 - }, - "vehicles": { - "lebefkw": 1, - "grukw": 3, - "truck": 2, - "dlk": 1, - "elw1": 1, - "fustw": 3, - "ambulance": 1, - "gkw": 1, - "mzkw": 1, - "mtwtz": 1 - }, - "credits": 6500, - "siwa": true, - "dauer": "2 Stunden" - }, - "347": { - "name": "Helikopter in Baum", - "stations": { - "0": 10, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "dlk": 1, - "elw1": 2, - "elw2": 1, - "rw": 2, - "oel": 1, - "hoehen": 1, - "fustw": 3, - "fwk": 1 - }, - "credits": 6000, - "patients": { - "max": 4, - "nef": 75, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "hoehen": 50 - } - }, - "348": { - "name": "Explosion in Biogasanlage", - "stations": { - "0": 25, - "2": 5, - "6": 5, - "9": 3 - }, - "vehicles": { - "truck": 20, - "dlk": 2, - "rw": 4, - "atem": 2, - "mess": 1, - "oel": 1, - "gwl2": 2, - "elw1": 4, - "elw2": 2, - "fustw": 3, - "radlader": 1, - "mzkw": 1, - "gkw": 1, - "mtwtz": 1 - }, - "credits": 10000, - "patients": { - "max": 2, - "nef": 25, - "rth": 10, - "specialisation": "Unfallchirurgie" - }, - "poi": 36 - }, - "349": { - "name": "Brandgeruch", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 100, - "expansions": { - "0": 2, - "1": 6, - "2": 8, - "3": 9, - "4": 5, - "5": 11, - "6": 13, - "7": 20, - "8": 21, - "9": 22, - "10": 26, - "11": 28, - "12": 32, - "13": 76, - "14": 102, - "15": 103, - "16": 104, - "17": 105, - "18": 213, - "19": 214 - } - }, - "350": { - "name": "Flughafenbrand", - "vehicles": { - "truck": 40, - "arff": 6, - "dlk": 8, - "rw": 6, - "fustw": 10, - "mess": 3, - "atem": 2, - "gwl2": 4, - "radlader": 2, - "mzkw": 2, - "gkw": 2, - "mtwtz": 2, - "elw1": 6, - "elw2": 2, - "polheli": 2 - }, - "credits": 17000, - "patients": { - "max": 20, - "min": 10, - "nef": 50, - "specialisation": "Allgemeine Innere" - } - }, - "351": { - "name": "Brand im Terminal", - "stations": { - "0": 10, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "dlk": 2, - "atem": 1, - "mess": 1, - "elw1": 2, - "elw2": 1, - "fustw": 2 - }, - "credits": 4000, - "patients": { - "max": 10, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 33 - }, - "352": { - "name": "Brand in Mehrfamilienhaus", - "stations": { - "0": 15, - "2": 5, - "6": 3 - }, - "vehicles": { - "truck": 12, - "dlk": 3, - "atem": 1, - "mess": 1, - "rw": 1, - "gwl2": 1, - "elw1": 3, - "elw2": 1, - "fustw": 4 - }, - "credits": 7500, - "patients": { - "max": 10, - "nef": 50, - "rth": 25, - "specialisation": "Allgemeine Innere" - } - }, - "353": { - "name": "Gro\u00dfkontrolle Bet\u00e4ubungsmittel", - "stations": { - "6": 3, - "11": 1 - }, - "vehicles": { - "grukw": 3, - "lebefkw": 1, - "fustw": 3 - }, - "credits": 4500, - "siwa": true, - "dauer": "2 Stunden" - }, - "354": { - "name": "Grillunfall", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "nef": 75, - "rth": 50, - "tragehilfe": 30, - "specialisation": "Allgemeine Innere" - }, - "355": { - "name": "Waffenentzug", - "stations": { - "6": 3, - "mek": 1 - }, - "vehicles": { - "mek": 4, - "fustw": 4, - "fukw": 1 - }, - "credits": 1700, - "prisoners": { - "max": 1 - } - }, - "356": { - "name": "H\u00e4usliche Gewalt - eskaliert", - "stations": { - "6": 4, - "sek": 1 - }, - "vehicles": { - "fustw": 4, - "sek": 4, - "fukw": 1 - }, - "credits": 1700, - "patients": { - "max": 1, - "specialisation": "Unfallchirurgie" - }, - "prisoners": { - "max": 1 - } - }, - "357": { - "name": "Bank: Stiller Alarm", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 500, - "poi": 37, - "expansions": { - "0": 358 - } - }, - "358": { - "name": "Bank\u00fcberfall", - "stations": { - "2": 1, - "6": 8, - "13": 1, - "sek": 1 - }, - "vehicles": { - "fustw": 8, - "polheli": 1, - "sek": 4, - "fukw": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 80, - "nef": 40, - "rth": 5, - "specialisation": "Allgemeine Chirurgie" - }, - "poi": 37, - "prisoners": { - "max": 5 - } - }, - "359": { - "name": "Geplante Razzia - Verd\u00e4chtiger fl\u00fcchtig", - "stations": { - "6": 4, - "13": 1, - "mek": 1 - }, - "vehicles": { - "polheli": 1, - "fustw": 5, - "grukw": 6, - "lebefkw": 2, - "gefkw": 1, - "fukw": 1, - "mek": 4 - }, - "credits": 9000, - "prisoners": { - "max": 5 - } - }, - "360": { - "name": "Brennender Blumenstrau\u00df", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "361": { - "name": "Brennender Blumenstrau\u00df", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "362": { - "name": "Brennender Blumenstrau\u00df", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "363": { - "name": "Brennender Blumenstrau\u00df", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "364": { - "name": "Brennender Blumenstrau\u00df", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "365": { - "name": "Brennender Blumenstrau\u00df", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "366": { - "name": "Vollstreckung Haftbefehl", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 550, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 367 - }, - "followup": { - "0": 486 - } - }, - "367": { - "name": "Vollstreckung Haftbefehl - eskaliert", - "stations": { - "2": 3, - "6": 9, - "sek": 1 - }, - "vehicles": { - "fustw": 6, - "fukw": 1, - "sek": 4 - }, - "credits": 2800, - "patients": { - "max": 1, - "transport": 20, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "prisoners": { - "max": 1 - } - }, - "368": { - "name": "Brennende Kirche", - "stations": { - "0": 15, - "2": 5, - "6": 4, - "9": 2 - }, - "vehicles": { - "truck": 15, - "dlk": 3, - "gwl2": 2, - "atem": 2, - "rw": 4, - "elw1": 3, - "elw2": 1, - "mess": 1, - "fustw": 4, - "gkw": 1, - "mzkw": 1, - "mtwtz": 1, - "radlader": 1, - "anhdle": 1 - }, - "credits": 7500, - "patients": { - "max": 5, - "transport": 60, - "nef": 40, - "rth": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 38 - }, - "369": { - "name": "Austritt Kohlenmonoxid", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "dlk": 1, - "rw": 1, - "mess": 1, - "elw1": 1, - "fustw": 1 - }, - "credits": 1800, - "patients": { - "max": 2, - "transport": 60, - "nef": 40, - "rth": 20, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "dlk": 10, - "rw": 30, - "mess": 50 - } - }, - "370": { - "name": "Geisterfahrer", - "stations": { - "6": 4 - }, - "vehicles": { - "fustw": 4 - }, - "credits": 1000, - "poi": 16, - "expansions": { - "0": 83, - "1": 89, - "2": 125, - "3": 126, - "4": 127 - } - }, - "371": { - "name": "Fu\u00dfball aufpumpen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300 - }, - "372": { - "name": "Mannschaftsbus in Halteverbot abgestellt", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 300 - }, - "373": { - "name": "Behandlung nach Schwalbe", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 0, - "nef": 0, - "specialisation": "Allgemeine Chirurgie" - }, - "374": { - "name": "Prellung nach Lattenpraller", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 0, - "nef": 0, - "specialisation": "Allgemeine Chirurgie" - }, - "375": { - "name": "Tor gefallen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300 - }, - "376": { - "name": "Pokal geklaut", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 600 - }, - "377": { - "name": "\u00dcberzuckerung", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 60, - "nef": 30, - "tragehilfe": 20, - "specialisation": "Allgemeine Innere" - }, - "378": { - "name": "Observation", - "stations": { - "mek": 1 - }, - "vehicles": { - "mek": 4, - "fukw": 1 - }, - "credits": 4400, - "siwa": true, - "dauer": "2 Stunden" - }, - "379": { - "name": "PKW im Gleisbett", - "stations": { - "0": 4, - "6": 1 - }, - "vehicles": { - "truck": 3, - "fwk": 1, - "elw1": 1, - "rw": 1, - "fustw": 1 - }, - "credits": 900, - "poi": 6, - "percentages": { - "fwk": 20 - } - }, - "380": { - "name": "PKW im Gleisbett", - "stations": { - "0": 4, - "6": 1 - }, - "vehicles": { - "truck": 3, - "fwk": 1, - "elw1": 1, - "rw": 1, - "fustw": 1 - }, - "credits": 900, - "poi": 7, - "percentages": { - "fwk": 20 - } - }, - "381": { - "name": "PKW im Gleisbett", - "stations": { - "0": 4, - "6": 1 - }, - "vehicles": { - "truck": 3, - "fwk": 1, - "elw1": 1, - "rw": 1, - "fustw": 1 - }, - "credits": 900, - "poi": 8, - "percentages": { - "fwk": 20 - } - }, - "382": { - "name": "PKW im Gleisbett", - "stations": { - "0": 4, - "6": 1 - }, - "vehicles": { - "truck": 3, - "fwk": 1, - "elw1": 1, - "rw": 1, - "fustw": 1 - }, - "credits": 900, - "poi": 24, - "expansions": { - "0": 237 - }, - "percentages": { - "fwk": 20 - } - }, - "383": { - "name": "Kind in PKW eingeschlossen", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 600, - "patients": { - "max": 1, - "min": 1, - "transport": 30, - "nef": 20, - "specialisation": "Allgemeine Innere" - } - }, - "384": { - "name": "Brennende Ballenpresse", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100, - "expansions": { - "0": 131, - "1": 132, - "2": 133 - } - }, - "385": { - "name": "Unfall beim Umpumpen von Fl\u00fcssigkeiten", - "stations": { - "0": 10, - "2": 2, - "werk": 1 - }, - "vehicles": { - "mess": 1, - "gefahr": 1, - "elw2": 1, - "elw1": 1, - "atem": 1, - "oel": 1, - "gwwerk": 1, - "tm": 1, - "truck": 4 - }, - "credits": 5100, - "patients": { - "max": 3, - "transport": 30, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 39 - }, - "386": { - "name": "Ammoniakaustritt", - "stations": { - "0": 11, - "2": 2, - "werk": 1 - }, - "vehicles": { - "mess": 1, - "gefahr": 1, - "elw2": 1, - "elw1": 2, - "atem": 1, - "gwwerk": 1, - "tm": 1, - "turbo": 1, - "ulf": 1, - "truck": 5 - }, - "credits": 5500, - "patients": { - "max": 5, - "transport": 80, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 39 - }, - "387": { - "name": "Brennende Pipeline-Isolierung", - "stations": { - "0": 10, - "2": 2, - "werk": 1 - }, - "vehicles": { - "mess": 1, - "gefahr": 1, - "elw1": 1, - "atem": 1, - "dekon": 1, - "gwwerk": 1, - "tm": 1, - "turbo": 1, - "ulf": 1, - "truck": 8 - }, - "credits": 6500, - "patients": { - "max": 1, - "transport": 70, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 39, - "percentages": { - "dekon": 20 - } - }, - "388": { - "name": "Feuer in Verwaltungsgeb\u00e4ude", - "stations": { - "0": 5, - "2": 2, - "werk": 1 - }, - "vehicles": { - "elw1": 1, - "dlk": 1, - "truck": 5, - "rw": 1 - }, - "credits": 2500, - "patients": { - "max": 1, - "transport": 10, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 39 - }, - "389": { - "name": "Brand in Chemiepark - Produktion", - "stations": { - "0": 16, - "2": 3, - "6": 3, - "werk": 1 - }, - "vehicles": { - "mess": 1, - "gefahr": 1, - "elw1": 3, - "elw2": 1, - "atem": 1, - "dekon": 1, - "gwwerk": 1, - "tm": 1, - "turbo": 1, - "ulf": 1, - "truck": 16, - "dlk": 4, - "rw": 1, - "gwl2": 1, - "fustw": 3 - }, - "credits": 8500, - "patients": { - "max": 3, - "transport": 50, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 39, - "percentages": { - "dekon": 60, - "gwl2": 10 - } - }, - "390": { - "name": "Sicherheitslandung", - "stations": { - "0": 1, - "2": 1 - }, - "vehicles": { - "truck": 1, - "elw1": 1, - "arff": 2, - "ambulance": 1, - "rtf": 1 - }, - "credits": 1000, - "poi": 32 - }, - "391": { - "name": "Vergiftung", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "nef": 60, - "specialisation": "Allgemeine Innere" - }, - "392": { - "name": "Person durch Hubmaschine eingeklemmt", - "stations": { - "0": 7, - "2": 1 - }, - "vehicles": { - "truck": 2, - "rw": 1, - "elw1": 1 - }, - "credits": 1900, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 50, - "specialisation": "Unfallchirurgie" - } - }, - "393": { - "name": "Einsturzgef\u00e4hrdeter Balkon", - "stations": { - "0": 5, - "6": 1, - "9": 1 - }, - "vehicles": { - "truck": 2, - "rw": 1, - "elw1": 1, - "dlk": 1, - "fwk": 1, - "fustw": 1, - "gkw": 1 - }, - "credits": 3000, - "expansions": { - "0": 447 - }, - "percentages": { - "fwk": 25 - } - }, - "394": { - "name": "LKW auf Stauende", - "stations": { - "0": 12, - "2": 3, - "6": 4 - }, - "vehicles": { - "truck": 5, - "elw1": 1, - "rw": 1, - "oel": 1, - "gefahr": 1, - "fustw": 4 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 90, - "nef": 80, - "specialisation": "Unfallchirurgie" - }, - "poi": 16, - "percentages": { - "oel": 25, - "gefahr": 30 - } - }, - "395": { - "name": "Maschinenbrand in Produktionshalle", - "stations": { - "0": 5, - "werk": 1 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "gwwerk": 1, - "atem": 1 - }, - "credits": 3000, - "poi": 40, - "percentages": { - "atem": 10 - } - }, - "396": { - "name": "Maschinenbrand in Produktionshalle", - "stations": { - "0": 5, - "werk": 1 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "gwwerk": 1, - "atem": 1 - }, - "credits": 3000, - "poi": 41, - "percentages": { - "atem": 10 - } - }, - "397": { - "name": "Schnittwunde", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Allgemeine Chirurgie" - }, - "398": { - "name": "Brennende Absauganlage", - "stations": { - "0": 5, - "werk": 1 - }, - "vehicles": { - "truck": 4, - "elw1": 1, - "rw": 1, - "gwwerk": 1, - "tm": 1, - "atem": 1 - }, - "credits": 3200, - "poi": 41, - "percentages": { - "atem": 20 - } - }, - "399": { - "name": "Brand in Kabelkanal", - "stations": { - "0": 4, - "werk": 1 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "gwwerk": 1 - }, - "credits": 2700, - "poi": 40 - }, - "400": { - "name": "Brand in Lackiererei", - "stations": { - "0": 7, - "werk": 1 - }, - "vehicles": { - "truck": 7, - "elw1": 2, - "elw2": 1, - "rw": 1, - "gwwerk": 1, - "tm": 1, - "ulf": 1, - "atem": 1 - }, - "credits": 5050, - "poi": 41 - }, - "401": { - "name": "Umgest\u00fcrzter Gabelstapler", - "stations": { - "0": 6, - "2": 2, - "werk": 1 - }, - "vehicles": { - "truck": 2, - "gwwerk": 1, - "elw1": 1 - }, - "credits": 1600, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 80, - "specialisation": "Unfallchirurgie" - }, - "poi": 40 - }, - "402": { - "name": "Brennender PKW", - "stations": { - "0": 1, - "werk": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400, - "poi": 41 - }, - "403": { - "name": "M\u00fclleimerbrand", - "stations": { - "0": 1, - "werk": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 41 - }, - "404": { - "name": "M\u00fclleimerbrand", - "stations": { - "0": 1, - "werk": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 40 - }, - "405": { - "name": "Brennender LKW", - "stations": { - "0": 2, - "werk": 1 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980, - "poi": 40 - }, - "406": { - "name": "Brennender LKW", - "stations": { - "0": 2, - "werk": 1 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980, - "poi": 41 - }, - "407": { - "name": "Brennende Filteranlage", - "stations": { - "0": 6, - "werk": 1 - }, - "vehicles": { - "truck": 6, - "elw1": 2, - "elw2": 1, - "dlk": 1, - "rw": 1, - "gwwerk": 1, - "atem": 1 - }, - "credits": 3700, - "poi": 40 - }, - "408": { - "name": "Rauchentwicklung an F\u00f6rderband", - "stations": { - "0": 1, - "werk": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400, - "poi": 41, - "expansions": { - "0": 396 - } - }, - "409": { - "name": "Brennender LKW", - "stations": { - "0": 2, - "werk": 1 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980, - "poi": 39 - }, - "410": { - "name": "M\u00fclleimerbrand", - "stations": { - "0": 1, - "werk": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 39 - }, - "411": { - "name": "Hei\u00dfluftballon in Hochspannungsmast", - "stations": { - "0": 13, - "6": 1, - "9": 2, - "13": 1 - }, - "vehicles": { - "truck": 6, - "dlk": 1, - "rw": 2, - "elw2": 1, - "elw1": 2, - "hoehen": 1, - "polheli": 1, - "fustw": 2, - "gkw": 2 - }, - "credits": 5900, - "patients": { - "max": 6, - "min": 1, - "nef": 50, - "specialisation": "Allgemeine Innere" - } - }, - "412": { - "name": "Verpuffung", - "stations": { - "0": 6, - "werk": 1 - }, - "vehicles": { - "truck": 6, - "rw": 1, - "elw1": 1, - "gwwerk": 1, - "elw2": 1, - "atem": 1, - "ulf": 1, - "tm": 1 - }, - "credits": 3000, - "poi": 39, - "percentages": { - "elw2": 25, - "atem": 40 - } - }, - "413": { - "name": "Verpuffung", - "stations": { - "0": 6, - "werk": 1 - }, - "vehicles": { - "truck": 6, - "rw": 1, - "elw1": 1, - "gwwerk": 1, - "elw2": 1, - "atem": 1 - }, - "credits": 2500, - "poi": 40, - "percentages": { - "elw2": 25, - "atem": 40 - } - }, - "414": { - "name": "Verpuffung", - "stations": { - "0": 6, - "werk": 1 - }, - "vehicles": { - "truck": 6, - "rw": 1, - "elw1": 1, - "gwwerk": 1, - "elw2": 1, - "atem": 1, - "ulf": 1, - "tm": 1 - }, - "credits": 3000, - "poi": 41, - "percentages": { - "elw2": 25, - "atem": 40 - } - }, - "415": { - "name": "J\u00e4ger verletzt Passant durch Schuss", - "stations": { - "0": 1, - "2": 1, - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 200, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 50, - "rth": 10, - "tragehilfe": 20, - "specialisation": "Unfallchirurgie" - }, - "poi": 3 - }, - "416": { - "name": "J\u00e4ger st\u00fcrzt von Hochsitz", - "stations": { - "0": 1, - "2": 1 - }, - "onlyRd": true, - "transport": 50, - "nef": 10, - "tragehilfe": 40, - "specialisation": "Unfallchirurgie", - "poi": 3 - }, - "417": { - "name": "J\u00e4ger durch Wildtier verletzt", - "stations": { - "0": 1, - "2": 1 - }, - "onlyRd": true, - "transport": 50, - "nef": 10, - "tragehilfe": 20, - "specialisation": "Unfallchirurgie", - "poi": 3 - }, - "418": { - "name": "Absicherung Pannen-LKW", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 400, - "poi": 16, - "expansions": { - "0": 89, - "1": 120, - "2": 121, - "3": 394, - "4": 13 - } - }, - "419": { - "name": "Austritt Fl\u00fcssiggas", - "stations": { - "0": 14, - "2": 5, - "6": 2, - "werk": 1 - }, - "vehicles": { - "truck": 6, - "rw": 3, - "elw1": 2, - "elw2": 1, - "gwl2": 1, - "gwwerk": 1, - "atem": 2, - "dlk": 2, - "mess": 1, - "fustw": 2 - }, - "credits": 4500, - "patients": { - "max": 5, - "transport": 50, - "nef": 60, - "specialisation": "Allgemeine Innere" - }, - "poi": 40 - }, - "420": { - "name": "Schlechter Allgemeinzustand", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Allgemeine Innere" - }, - "421": { - "name": "PKW in Bushaltestelle", - "stations": { - "0": 4, - "2": 1, - "6": 2 - }, - "vehicles": { - "truck": 3, - "elw1": 1, - "rw": 1, - "fustw": 2 - }, - "credits": 800, - "patients": { - "max": 1, - "transport": 80, - "nef": 40, - "specialisation": "Unfallchirurgie" - }, - "poi": 4 - }, - "422": { - "name": "Sachbesch\u00e4digung an PKW", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 400 - }, - "423": { - "name": "Brand in Klassenraum", - "stations": { - "0": 11, - "2": 10, - "6": 3 - }, - "vehicles": { - "truck": 6, - "dlk": 1, - "rw": 1, - "elw1": 2, - "elw2": 1, - "fustw": 3, - "gwl2": 1, - "atem": 1 - }, - "credits": 3100, - "patients": { - "max": 20, - "transport": 50, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 12, - "percentages": { - "gwl2": 10, - "atem": 5 - } - }, - "424": { - "name": "Gro\u00dfbrand M\u00fcllverbrennungsanlage", - "stations": { - "0": 14, - "2": 2, - "6": 5, - "9": 3 - }, - "vehicles": { - "truck": 12, - "dlk": 4, - "rw": 4, - "elw1": 3, - "elw2": 1, - "atem": 1, - "mess": 1, - "dekon": 1, - "fwk": 1, - "fustw": 5, - "gwl2": 1, - "radlader": 1, - "mzkw": 1, - "gkw": 1, - "mtwtz": 1, - "anhdle": 1 - }, - "credits": 8600, - "patients": { - "max": 5, - "transport": 50, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 42, - "percentages": { - "fwk": 10, - "gwl2": 10 - } - }, - "425": { - "name": "Verstauchter Kn\u00f6chel", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 25, - "nef": 0, - "specialisation": "Unfallchirurgie" - }, - "426": { - "name": "Gebrochenes Bein", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "nef": 75, - "specialisation": "Unfallchirurgie" - }, - "427": { - "name": "Gebrochener Arm", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "nef": 75, - "specialisation": "Unfallchirurgie" - }, - "428": { - "name": "Schneelast auf Dach", - "stations": { - "0": 3, - "6": 1 - }, - "vehicles": { - "truck": 1, - "dlk": 1, - "rw": 1, - "elw1": 1, - "fustw": 1, - "hoehen": 1 - }, - "credits": 1500, - "percentages": { - "dlk": 50, - "rw": 20, - "hoehen": 5 - } - }, - "429": { - "name": "Staubexplosion", - "stations": { - "0": 10, - "2": 5, - "6": 2, - "9": 2 - }, - "vehicles": { - "truck": 5, - "elw1": 1, - "dlk": 1, - "atem": 1, - "gwl2": 1, - "rw": 1, - "gkw": 1, - "mtwtz": 1, - "radlader": 1, - "fustw": 2 - }, - "credits": 3100, - "patients": { - "max": 5, - "transport": 70, - "nef": 40, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "dlk": 70, - "atem": 50, - "rw": 40 - } - }, - "430": { - "name": "Ammoniakaustritt in Eishalle", - "stations": { - "0": 20, - "2": 15, - "6": 10 - }, - "vehicles": { - "truck": 15, - "elw1": 3, - "elw2": 1, - "dekon": 2, - "mess": 2, - "gefahr": 2, - "atem": 1, - "dlk": 1, - "gwl2": 2, - "rw": 4, - "fustw": 8 - }, - "credits": 7000, - "patients": { - "max": 20, - "transport": 30, - "nef": 35, - "specialisation": "Allgemeine Innere" - }, - "poi": 43 - }, - "431": { - "name": "Kreislaufkollaps", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 60, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "432": { - "name": "Fassadenbrand", - "stations": { - "0": 3, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 2, - "elw1": 1, - "dlk": 1, - "rw": 1, - "fustw": 2 - }, - "credits": 1700, - "patients": { - "max": 2, - "transport": 10, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "expansions": { - "0": 352 - } - }, - "433": { - "name": "Gro\u00dffeuer in Bank", - "stations": { - "0": 16, - "2": 7, - "6": 4 - }, - "vehicles": { - "truck": 10, - "elw1": 3, - "elw2": 1, - "dlk": 3, - "rw": 2, - "mess": 1, - "gefahr": 1, - "fustw": 5 - }, - "credits": 6000, - "patients": { - "max": 10, - "transport": 70, - "nef": 50, - "rth": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 37, - "percentages": { - "mess": 30, - "gefahr": 10 - } - }, - "434": { - "name": "Brand in Eloxalanlage", - "stations": { - "0": 15, - "2": 4, - "6": 3, - "werk": 1 - }, - "vehicles": { - "truck": 12, - "gwwerk": 1, - "rw": 4, - "elw1": 3, - "elw2": 1, - "atem": 2, - "mess": 1, - "gefahr": 1, - "dekon": 1, - "fwk": 1, - "fustw": 3 - }, - "credits": 5800, - "patients": { - "max": 5, - "transport": 30, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 40, - "percentages": { - "fwk": 10 - } - }, - "435": { - "name": "Brand in Eloxalanlage", - "stations": { - "0": 15, - "2": 4, - "6": 3, - "werk": 1 - }, - "vehicles": { - "truck": 12, - "gwwerk": 1, - "rw": 4, - "elw1": 3, - "elw2": 1, - "atem": 2, - "mess": 1, - "gefahr": 1, - "dekon": 1, - "ulf": 1, - "fwk": 1, - "tm": 1, - "fustw": 3 - }, - "credits": 6000, - "patients": { - "max": 5, - "transport": 30, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 41, - "percentages": { - "fwk": 10 - } - }, - "436": { - "name": "Verschmutzte Fahrbahn", - "stations": { - "0": 1, - "6": 1 - }, - "vehicles": { - "fustw": 1, - "truck": 1 - }, - "credits": 400, - "expansions": { - "0": 25, - "1": 120, - "2": 121, - "3": 123, - "4": 124, - "5": 125, - "6": 126, - "7": 127, - "8": 178, - "9": 238, - "10": 239 - } - }, - "437": { - "name": "Taxi - Stiller Alarm", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 400, - "patients": { - "max": 1, - "transport": 30, - "nef": 20, - "specialisation": "Allgemeine Innere" - } - }, - "438": { - "name": "PKW in Zapfs\u00e4ule", - "stations": { - "0": 5, - "2": 2, - "6": 2 - }, - "vehicles": { - "fustw": 2, - "truck": 3, - "rw": 1, - "elw1": 1, - "oel": 1, - "gefahr": 1 - }, - "credits": 2000, - "patients": { - "max": 2, - "transport": 30, - "nef": 10, - "specialisation": "Unfallchirurgie" - }, - "poi": 11, - "percentages": { - "gefahr": 10 - } - }, - "439": { - "name": "Einsturz Parkhaus", - "stations": { - "0": 20, - "2": 10, - "6": 10, - "9": 5 - }, - "vehicles": { - "truck": 18, - "rw": 2, - "gwl2": 1, - "fustw": 10, - "dlk": 3, - "fwk": 2, - "elw1": 5, - "elw2": 2, - "gkw": 2, - "mtwtz": 2, - "radlader": 2, - "mzkw": 2 - }, - "credits": 8000, - "patients": { - "max": 10, - "transport": 70, - "nef": 50, - "rth": 10, - "specialisation": "Unfallchirurgie" - }, - "poi": 35 - }, - "440": { - "name": "Akute Atemnot", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "nef": 80, - "tragehilfe": 10, - "specialisation": "Allgemeine Innere" - }, - "441": { - "name": "Brennende Waldh\u00fctte", - "stations": { - "0": 4 - }, - "vehicles": { - "elw1": 1, - "rw": 1, - "truck": 1 - }, - "credits": 1600, - "poi": 3, - "water": 4000, - "special": { - "averageMinimumEmployeesFire": 10 - }, - "expansions": { - "0": 134, - "1": 135 - } - }, - "442": { - "name": "Osterei in Wasser", - "stations": { - "15": 1 - }, - "vehicles": { - "boot": 1 - }, - "credits": 1000, - "poi": 1 - }, - "443": { - "name": "Osterei-LKW umgest\u00fcrzt", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "rw": 1, - "elw1": 1, - "fwk": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "nef": 50, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "fwk": 75 - } - }, - "444": { - "name": "Schwerpunkteinsatz Ostereiersuche", - "stations": { - "11": 1 - }, - "vehicles": { - "grukw": 3, - "lebefkw": 1 - }, - "credits": 1000 - }, - "445": { - "name": "Ei rollt in Schlangenlinien", - "stations": { - "6": 2 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 400 - }, - "446": { - "name": "Osterhase auf Kran", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "hoehen": 1, - "elw1": 1, - "fustw": 1, - "truck": 1 - }, - "credits": 2000 - }, - "447": { - "name": "Eingest\u00fcrzter Balkon", - "stations": { - "0": 7, - "2": 4, - "6": 2, - "9": 3 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "dlk": 1, - "fwk": 1, - "fustw": 2, - "gkw": 1, - "mzkw": 1, - "mtwtz": 1 - }, - "credits": 3000, - "patients": { - "max": 5, - "transport": 50, - "nef": 30, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "fwk": 40 - } - }, - "448": { - "name": "Ermittlungen nach Unfallflucht", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 100 - }, - "449": { - "name": "PKW in Supermarkt", - "stations": { - "0": 5, - "2": 3, - "6": 2 - }, - "vehicles": { - "fwk": 1, - "dlk": 1, - "rw": 1, - "truck": 2, - "elw1": 1, - "fustw": 2 - }, - "credits": 2100, - "patients": { - "max": 4, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 9, - "percentages": { - "fwk": 10, - "dlk": 50 - } - }, - "450": { - "name": "PKW in Supermarkt", - "stations": { - "0": 5, - "2": 5, - "6": 2 - }, - "vehicles": { - "fwk": 1, - "dlk": 1, - "rw": 1, - "truck": 2, - "elw1": 1, - "fustw": 2 - }, - "credits": 2200, - "patients": { - "max": 10, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 10, - "percentages": { - "fwk": 10, - "dlk": 50 - } - }, - "451": { - "name": "PKW in Geb\u00e4ude", - "stations": { - "0": 5, - "2": 3, - "6": 2 - }, - "vehicles": { - "fwk": 1, - "dlk": 1, - "rw": 1, - "truck": 2, - "elw1": 1, - "fustw": 2 - }, - "credits": 2000, - "patients": { - "max": 3, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "fwk": 5, - "dlk": 30 - } - }, - "452": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "453": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "454": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "455": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "456": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "457": { - "name": "Brennender Bollerwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "458": { - "name": "Schwerlastkontrolle", - "stations": { - "6": 3, - "11": 1 - }, - "vehicles": { - "fustw": 3, - "grukw": 3, - "lebefkw": 1 - }, - "credits": 4000, - "poi": 16, - "siwa": true, - "dauer": "2 Stunden" - }, - "459": { - "name": "Brennende Baumaschine", - "stations": { - "0": 4, - "2": 1, - "6": 2 - }, - "vehicles": { - "rw": 1, - "elw1": 1, - "fustw": 2, - "truck": 1 - }, - "credits": 2000, - "patients": { - "max": 2, - "transport": 50, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "water": 4000 - }, - "460": { - "name": "Person in Schacht", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "hoehen": 1, - "elw1": 1, - "truck": 1, - "dlk": 1, - "rw": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "hoehen": 30, - "dlk": 40 - } - }, - "461": { - "name": "Dehydrierte Person", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "nef": 10, - "specialisation": "Allgemeine Innere" - }, - "462": { - "name": "Gro\u00dffeuer in Lagerhalle", - "stations": { - "0": 27, - "2": 5, - "6": 6, - "9": 2 - }, - "vehicles": { - "truck": 18, - "dlk": 6, - "atem": 2, - "mess": 3, - "gefahr": 2, - "hoehen": 1, - "fustw": 6, - "elw1": 5, - "elw2": 4, - "gwl2": 2, - "fwk": 1, - "rw": 4, - "radlader": 1, - "mzkw": 1, - "gkw": 1, - "mtwtz": 1 - }, - "credits": 12000, - "patients": { - "max": 10, - "transport": 20, - "nef": 30, - "specialisation": "Allgemeine Innere" - }, - "poi": 18, - "percentages": { - "hoehen": 10 - } - }, - "463": { - "name": "Gesprengter Geldautomat", - "stations": { - "0": 1, - "6": 3 - }, - "vehicles": { - "fustw": 2, - "truck": 1, - "rw": 1 - }, - "credits": 1260, - "poi": 37, - "expansions": { - "0": 433 - }, - "percentages": { - "rw": 40 - } - }, - "464": { - "name": "Eingest\u00fcrzter Funkmast", - "stations": { - "0": 6, - "6": 2, - "9": 1 - }, - "vehicles": { - "truck": 1, - "elw1": 1, - "fwk": 1, - "rw": 2, - "fustw": 3, - "gkw": 1, - "mtwtz": 1, - "mzkw": 1 - }, - "credits": 1500, - "percentages": { - "fwk": 75 - } - }, - "465": { - "name": "Gro\u00dfbrand im Gefahrstofflager", - "stations": { - "0": 30, - "2": 10, - "6": 6, - "9": 3, - "werk": 1 - }, - "vehicles": { - "truck": 20, - "tm": 1, - "turbo": 1, - "ulf": 1, - "gefahr": 2, - "mess": 4, - "dekon": 2, - "oel": 1, - "gwl2": 1, - "atem": 3, - "dlk": 3, - "fwk": 2, - "rw": 3, - "elw1": 5, - "elw2": 1, - "gwwerk": 1, - "mtwtz": 2, - "gkw": 2, - "mzkw": 2, - "radlader": 1, - "anhdle": 1, - "fustw": 10 - }, - "credits": 10112, - "patients": { - "max": 20, - "transport": 50, - "nef": 40, - "rth": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 40 - }, - "466": { - "name": "Badeunfall", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "nef": 20, - "rth": 1, - "specialisation": "Allgemeine Innere", - "poi": 23 - }, - "467": { - "name": "Badeunfall", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "nef": 20, - "rth": 1, - "specialisation": "Allgemeine Innere", - "poi": 27 - }, - "468": { - "name": "Badeunfall", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "nef": 20, - "rth": 1, - "specialisation": "Allgemeine Innere", - "poi": 1 - }, - "469": { - "name": "Entgleiste Stadtbahn", - "stations": { - "0": 3, - "2": 3, - "6": 2 - }, - "vehicles": { - "elw1": 1, - "truck": 3, - "rw": 1, - "fwk": 1, - "fustw": 2 - }, - "credits": 1400, - "patients": { - "max": 5, - "transport": 40, - "nef": 20, - "rth": 5, - "specialisation": "Allgemeine Innere" - }, - "poi": 5, - "percentages": { - "fwk": 5 - } - }, - "470": { - "name": "Feuer in Museum", - "stations": { - "0": 5, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "elw1": 2, - "elw2": 1, - "dlk": 2, - "atem": 1, - "fustw": 3 - }, - "credits": 3810, - "patients": { - "max": 10, - "nef": 75, - "rth": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 13 - }, - "471": { - "name": "Beweismittelsuche im Wasser", - "stations": { - "6": 2, - "15": 1 - }, - "vehicles": { - "boot": 1, - "taucher": 1, - "fustw": 2 - }, - "credits": 1500, - "poi": 1 - }, - "472": { - "name": "Beweismittelsuche im Wasser", - "stations": { - "6": 2, - "15": 1 - }, - "vehicles": { - "boot": 1, - "taucher": 1, - "fustw": 2 - }, - "credits": 1500, - "poi": 27 - }, - "473": { - "name": "Pfefferspray in Bahn", - "stations": { - "0": 11, - "2": 10, - "6": 5 - }, - "vehicles": { - "truck": 4, - "elw1": 1, - "dlk": 1, - "fustw": 6 - }, - "credits": 2500, - "patients": { - "max": 20, - "transport": 50, - "nef": 20, - "rth": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 5, - "prisoners": { - "max": 1 - }, - "percentages": { - "dlk": 50 - } - }, - "474": { - "name": "Pfefferspray in Bahn", - "stations": { - "0": 11, - "2": 10, - "6": 5 - }, - "vehicles": { - "truck": 4, - "elw1": 1, - "dlk": 1, - "fustw": 6 - }, - "credits": 2500, - "patients": { - "max": 20, - "transport": 50, - "nef": 20, - "rth": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 6, - "prisoners": { - "max": 1 - }, - "percentages": { - "dlk": 50 - } - }, - "475": { - "name": "Pfefferspray in Bahn", - "stations": { - "0": 11, - "2": 10, - "6": 5 - }, - "vehicles": { - "truck": 4, - "elw1": 1, - "dlk": 1, - "fustw": 6 - }, - "credits": 2500, - "patients": { - "max": 20, - "transport": 50, - "nef": 20, - "rth": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 7, - "prisoners": { - "max": 1 - }, - "percentages": { - "dlk": 50 - } - }, - "476": { - "name": "Angefahrener Radfahrer", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 70, - "nef": 30, - "rth": 15, - "specialisation": "Unfallchirurgie" - } - }, - "477": { - "name": "Baum auf Zug", - "stations": { - "0": 11, - "2": 9, - "6": 2 - }, - "vehicles": { - "truck": 5, - "rw": 2, - "oel": 1, - "hoehen": 1, - "dlk": 1, - "fwk": 1, - "elw1": 2, - "elw2": 1, - "fustw": 2 - }, - "credits": 3100, - "patients": { - "max": 20, - "transport": 50, - "nef": 30, - "rth": 5, - "specialisation": "Unfallchirurgie" - }, - "poi": 6, - "followup": { - "0": 168, - "1": 169, - "2": 170, - "3": 280 - }, - "percentages": { - "oel": 20, - "hoehen": 10, - "fwk": 80, - "elw2": 30 - } - }, - "478": { - "name": "Baum auf Zug", - "stations": { - "0": 11, - "2": 9, - "6": 2 - }, - "vehicles": { - "truck": 5, - "rw": 2, - "oel": 1, - "hoehen": 1, - "dlk": 1, - "fwk": 1, - "elw1": 2, - "elw2": 1, - "fustw": 2 - }, - "credits": 3100, - "patients": { - "max": 20, - "transport": 50, - "nef": 30, - "rth": 5, - "specialisation": "Unfallchirurgie" - }, - "followup": { - "0": 168, - "1": 169, - "2": 170, - "3": 280 - }, - "percentages": { - "oel": 20, - "hoehen": 10, - "fwk": 80, - "elw2": 30 - } - }, - "479": { - "name": "Baum auf Zug", - "stations": { - "0": 11, - "2": 9, - "6": 2 - }, - "vehicles": { - "truck": 5, - "rw": 2, - "oel": 1, - "hoehen": 1, - "dlk": 1, - "fwk": 1, - "elw1": 2, - "elw2": 1, - "fustw": 2 - }, - "credits": 3100, - "patients": { - "max": 20, - "transport": 50, - "nef": 30, - "rth": 5, - "specialisation": "Unfallchirurgie" - }, - "poi": 24, - "followup": { - "0": 168, - "1": 169, - "2": 170, - "3": 280 - }, - "percentages": { - "oel": 20, - "hoehen": 10, - "fwk": 80, - "elw2": 30 - } - }, - "480": { - "name": "Flugzeugreifenplatzer", - "stations": { - "0": 4, - "2": 1, - "6": 2 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "fustw": 2 - }, - "credits": 2200, - "patients": { - "max": 1, - "transport": 100, - "nef": 100, - "rth": 40, - "specialisation": "Unfallchirurgie" - }, - "poi": 29 - }, - "481": { - "name": "Flugzeugreifenplatzer", - "stations": { - "0": 4, - "2": 1, - "6": 2 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "fustw": 2 - }, - "credits": 2200, - "patients": { - "max": 1, - "transport": 100, - "nef": 100, - "rth": 40, - "specialisation": "Unfallchirurgie" - }, - "poi": 31 - }, - "482": { - "name": "Flugzeugreifenplatzer", - "stations": { - "0": 5, - "2": 1, - "6": 2 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "fustw": 2, - "arff": 2, - "rtf": 1 - }, - "credits": 2700, - "patients": { - "max": 1, - "transport": 100, - "nef": 100, - "rth": 60, - "specialisation": "Unfallchirurgie" - }, - "poi": 32 - }, - "483": { - "name": "Flugzeugreifenplatzer", - "stations": { - "0": 5, - "2": 1, - "6": 2 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "fustw": 2, - "arff": 2, - "rtf": 1 - }, - "credits": 2700, - "patients": { - "max": 1, - "transport": 100, - "nef": 100, - "rth": 60, - "specialisation": "Unfallchirurgie" - }, - "poi": 34 - }, - "484": { - "name": "Transportunfall mit Strahler", - "stations": { - "0": 14, - "2": 4, - "6": 2 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "fustw": 2, - "mess": 2, - "atem": 1, - "dekon": 1 - }, - "credits": 2800, - "patients": { - "max": 3, - "min": 1, - "transport": 50, - "nef": 100, - "rth": 10, - "specialisation": "Unfallchirurgie" - }, - "special": { - "averageMinimumEmployeesFire": 27 - }, - "percentages": { - "atem": 50, - "dekon": 10 - } - }, - "485": { - "name": "Brand mehrerer E-Autos in Auslieferungshalle", - "stations": { - "0": 6, - "6": 2, - "werk": 1 - }, - "vehicles": { - "truck": 4, - "gwwerk": 1, - "tm": 1, - "ulf": 2, - "rw": 1, - "elw1": 1, - "fustw": 2, - "mess": 1, - "atem": 1, - "dekon": 1, - "gwl2": 1 - }, - "credits": 3700, - "poi": 41, - "expansions": { - "0": 462, - "1": 465 - }, - "percentages": { - "mess": 25, - "atem": 40, - "dekon": 5, - "gwl2": 50 - } - }, - "486": { - "name": "Cannabisplantage entdeckt", - "stations": { - "0": 13, - "2": 11, - "6": 4, - "11": 1, - "13": 1 - }, - "vehicles": { - "polheli": 1, - "grukw": 3, - "lebefkw": 1, - "fustw": 4 - }, - "credits": 3200, - "prisoners": { - "max": 4 - } - }, - "487": { - "name": "Kleinbrand in Kirche", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 2, - "dlk": 1, - "elw1": 1, - "fustw": 1 - }, - "credits": 1500, - "patients": { - "max": 3, - "transport": 50, - "nef": 50, - "specialisation": "Allgemeine Innere" - }, - "poi": 38, - "expansions": { - "0": 368 - } - }, - "488": { - "name": "Massenanfall an Erkrankten - Stadion", - "stations": { - "0": 16, - "2": 46, - "6": 9 - }, - "vehicles": { - "fustw": 14, - "truck": 16, - "rw": 1, - "elw1": 3, - "elw2": 1, - "atem": 1, - "mess": 1 - }, - "credits": 14000, - "patients": { - "max": 250, - "min": 120, - "transport": 25, - "nef": 20, - "rth": 2, - "specialisation": "Allgemeine Innere" - }, - "poi": 20, - "percentages": { - "elw2": 50, - "atem": 25, - "mess": 50 - } - }, - "489": { - "name": "Massenanfall an Erkrankten", - "stations": { - "0": 6, - "2": 10, - "6": 2 - }, - "vehicles": { - "fustw": 2, - "truck": 2, - "elw1": 1, - "atem": 1, - "mess": 1, - "dekon": 1 - }, - "credits": 2500, - "patients": { - "max": 25, - "min": 10, - "transport": 25, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 12, - "percentages": { - "atem": 5, - "mess": 15, - "dekon": 10 - } - }, - "490": { - "name": "Massenanfall an Erkrankten", - "stations": { - "0": 6, - "2": 10, - "6": 2 - }, - "vehicles": { - "fustw": 2, - "truck": 2, - "elw1": 1, - "atem": 1, - "mess": 1, - "dekon": 1 - }, - "credits": 2500, - "patients": { - "max": 25, - "min": 10, - "transport": 25, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 23, - "percentages": { - "atem": 5, - "mess": 15, - "dekon": 10 - } - }, - "491": { - "name": "Massenanfall an Erkrankten - Bahnhof (Regionalverkehr)", - "stations": { - "0": 11, - "2": 15, - "6": 5 - }, - "vehicles": { - "fustw": 6, - "truck": 3, - "rw": 1, - "elw1": 1, - "atem": 1, - "mess": 1, - "dekon": 1 - }, - "credits": 5000, - "patients": { - "max": 70, - "min": 35, - "transport": 25, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 6, - "percentages": { - "atem": 10, - "mess": 20, - "dekon": 5 - } - }, - "492": { - "name": "Massenanfall an Erkrankten", - "stations": { - "0": 6, - "2": 10, - "6": 2 - }, - "vehicles": { - "fustw": 2, - "truck": 2, - "elw1": 1, - "atem": 1, - "mess": 1, - "dekon": 1 - }, - "credits": 2500, - "patients": { - "max": 25, - "min": 10, - "transport": 25, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 7, - "percentages": { - "atem": 5, - "mess": 15, - "dekon": 10 - } - }, - "493": { - "name": "Massenanfall an Erkrankten - Diskothek", - "stations": { - "0": 6, - "2": 10, - "6": 2 - }, - "vehicles": { - "fustw": 2, - "truck": 2, - "elw1": 1, - "atem": 1, - "mess": 1, - "dekon": 1 - }, - "credits": 2500, - "patients": { - "max": 25, - "min": 10, - "transport": 25, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 19, - "percentages": { - "atem": 5, - "mess": 15, - "dekon": 10 - } - }, - "494": { - "name": "Besch\u00e4digte Radarfalle", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 400, - "prisoners": { - "max": 1 - } - }, - "495": { - "name": "Massenpanik in Diskothek", - "stations": { - "2": 10, - "6": 9 - }, - "vehicles": { - "fustw": 9 - }, - "credits": 3500, - "patients": { - "max": 17, - "transport": 40, - "nef": 20, - "rth": 2, - "specialisation": "Allgemeine Chirurgie" - }, - "poi": 19, - "prisoners": { - "max": 2 - } - }, - "496": { - "name": "Pferd in Jauchegrube", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "rw": 1, - "dlk": 1, - "fwk": 1 - }, - "credits": 1000, - "poi": 21, - "percentages": { - "dlk": 70, - "fwk": 5 - } - }, - "497": { - "name": "Personensuche nahe Gew\u00e4sser", - "stations": { - "0": 4, - "2": 1, - "6": 4, - "13": 1, - "15": 2 - }, - "vehicles": { - "polheli": 1, - "fustw": 6, - "truck": 1, - "boot": 2, - "elw1": 1 - }, - "credits": 3000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 90, - "rth": 25, - "specialisation": "Allgemeine Innere" - }, - "poi": 1, - "special": { - "averageMinimumEmployeesPolice": 12, - "averageMinimumEmployeesFire": 9 - } - }, - "498": { - "name": "Personensuche nahe Gew\u00e4sser", - "stations": { - "0": 4, - "2": 1, - "6": 4, - "13": 1, - "15": 2 - }, - "vehicles": { - "polheli": 1, - "fustw": 6, - "truck": 1, - "boot": 2, - "elw1": 1 - }, - "credits": 3000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 90, - "rth": 25, - "specialisation": "Allgemeine Innere" - }, - "poi": 27, - "special": { - "averageMinimumEmployeesPolice": 12, - "averageMinimumEmployeesFire": 9 - } - }, - "499": { - "name": "Massenkarambolage auf Autobahn", - "stations": { - "0": 12, - "2": 9, - "6": 8 - }, - "vehicles": { - "fustw": 8, - "truck": 10, - "rw": 5, - "elw1": 2, - "oel": 2 - }, - "credits": 11000, - "patients": { - "max": 15, - "min": 6, - "transport": 60, - "nef": 40, - "rth": 10, - "specialisation": "Unfallchirurgie" - }, - "poi": 16 - }, - "500": { - "name": "Herzkreislaufprobleme", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "nef": 50, - "rth": 25, - "specialisation": "Kardiologie" - }, - "501": { - "name": "Schwimmbaddach eingest\u00fcrzt", - "stations": { - "0": 8, - "2": 10, - "6": 3, - "9": 3 - }, - "vehicles": { - "truck": 6, - "rw": 2, - "elw1": 2, - "fwk": 1, - "dlk": 1, - "gkw": 3, - "mzkw": 2, - "mtwtz": 2, - "radlader": 1, - "anhdle": 1, - "fustw": 4 - }, - "credits": 8000, - "patients": { - "max": 20, - "transport": 75, - "nef": 40, - "rth": 5, - "specialisation": "Unfallchirurgie" - }, - "poi": 23, - "percentages": { - "fwk": 80 - } - }, - "502": { - "name": "Brand in Betreuungseinrichtung", - "stations": { - "0": 13, - "2": 11, - "6": 4 - }, - "vehicles": { - "truck": 10, - "atem": 1, - "gwl2": 1, - "elw2": 1, - "elw1": 2, - "dlk": 4, - "fustw": 4 - }, - "credits": 7500, - "patients": { - "max": 30, - "transport": 90, - "nef": 10, - "specialisation": "Allgemeine Innere" - } - }, - "503": { - "name": "Damm droht zu brechen", - "stations": { - "0": 11, - "6": 3, - "9": 2, - "13": 1 - }, - "vehicles": { - "truck": 4, - "gwl2": 3, - "elw2": 1, - "elw1": 2, - "rw": 2, - "gkw": 2, - "mzkw": 1, - "radlader": 1, - "mtwtz": 1, - "fustw": 3, - "polheli": 1 - }, - "credits": 6500, - "poi": 27 - }, - "504": { - "name": "Damm droht zu brechen", - "stations": { - "0": 11, - "6": 3, - "9": 2, - "13": 1 - }, - "vehicles": { - "truck": 4, - "gwl2": 3, - "elw2": 1, - "elw1": 2, - "rw": 2, - "gkw": 2, - "mzkw": 1, - "radlader": 1, - "mtwtz": 1, - "fustw": 3, - "polheli": 1 - }, - "credits": 6500, - "poi": 1 - }, - "505": { - "name": "Hochwasserschadenslage", - "stations": { - "0": 15, - "6": 6, - "9": 3, - "15": 5 - }, - "vehicles": { - "truck": 28, - "dlk": 1, - "rw": 5, - "fwk": 2, - "gwl2": 8, - "gkw": 4, - "mzkw": 3, - "mtwtz": 3, - "boot": 3, - "taucher": 2, - "fustw": 8, - "elw1": 4, - "elw2": 2 - }, - "credits": 11500, - "patients": { - "max": 17, - "transport": 30, - "nef": 50, - "rth": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 1, - "followup": { - "0": 244, - "1": 298, - "2": 273, - "3": 497, - "4": 253 - } - }, - "506": { - "name": "Hundeangriff", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 800, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "nef": 25, - "specialisation": "Allgemeine Chirurgie" - } - }, - "507": { - "name": "Hochwasserschadenslage", - "stations": { - "0": 15, - "6": 6, - "9": 3, - "15": 5 - }, - "vehicles": { - "truck": 28, - "dlk": 1, - "rw": 5, - "fwk": 2, - "gwl2": 8, - "gkw": 4, - "mzkw": 3, - "mtwtz": 3, - "boot": 3, - "taucher": 2, - "fustw": 8, - "elw1": 4, - "elw2": 2 - }, - "credits": 11500, - "patients": { - "max": 17, - "transport": 30, - "nef": 50, - "rth": 10, - "specialisation": "Allgemeine Innere" - }, - "poi": 27 - }, - "508": { - "name": "Pf\u00e4hlungsverletzung", - "stations": { - "0": 1, - "2": 3, - "6": 1 - }, - "vehicles": { - "truck": 1, - "rw": 1, - "fustw": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 100, - "rth": 30, - "specialisation": "Unfallchirurgie" - } - }, - "509": { - "name": "Brennender Stall", - "stations": { - "0": 11, - "6": 3 - }, - "vehicles": { - "truck": 6, - "dlk": 2, - "gwl2": 1, - "atem": 1, - "elw1": 2, - "elw2": 1, - "fustw": 2 - }, - "credits": 3500, - "poi": 21, - "expansions": { - "0": 205, - "1": 206 - }, - "percentages": { - "elw2": 15 - } - }, - "510": { - "name": "Zwangseinweisung", - "stations": { - "6": 3 - }, - "vehicles": { - "fustw": 2 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 50, - "nef": 20, - "specialisation": "Allgemeine Innere" - } - }, - "511": { - "name": "Herrenloses Gep\u00e4ckst\u00fcck", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150, - "poi": 6 - }, - "512": { - "name": "Herrenloses Gep\u00e4ckst\u00fcck", - "stations": { - "6": 1 - }, - "vehicles": { - "fustw": 1 - }, - "credits": 150, - "poi": 33 - }, - "513": { - "name": "Hausdach eingest\u00fcrzt", - "stations": { - "0": 4, - "2": 2, - "6": 2, - "9": 1 - }, - "vehicles": { - "truck": 4, - "rw": 2, - "dlk": 2, - "elw1": 1, - "fwk": 1, - "gkw": 1, - "mtwtz": 1, - "mzkw": 1, - "radlader": 1, - "fustw": 2 - }, - "credits": 3200, - "patients": { - "max": 4, - "transport": 70, - "nef": 30, - "specialisation": "Unfallchirurgie" - }, - "percentages": { - "fwk": 45 - } - }, - "514": { - "name": "Durchsuchung - Geb\u00e4udekomplex", - "stations": { - "6": 1, - "11": 1 - }, - "vehicles": { - "fukw": 1, - "lebefkw": 3, - "grukw": 9 - }, - "credits": 6500, - "prisoners": { - "max": 2 - } - }, - "515": { - "name": "Brand einer Produktionshalle", - "stations": { - "0": 18, - "2": 6, - "6": 4, - "9": 1, - "werk": 1 - }, - "vehicles": { - "truck": 10, - "dlk": 3, - "elw1": 2, - "elw2": 1, - "atem": 2, - "rw": 2, - "mess": 1, - "gwl2": 2, - "ulf": 1, - "tm": 1, - "gwwerk": 1, - "fustw": 4, - "gkw": 1, - "mtwtz": 1, - "mzkw": 1 - }, - "credits": 8300, - "patients": { - "max": 10, - "transport": 40, - "nef": 25, - "specialisation": "Allgemeine Innere" - }, - "poi": 40, - "percentages": { - "mess": 30 - } - }, - "516": { - "name": "Flugzeug Erstlandung", - "stations": { - "0": 1 - }, - "vehicles": { - "arff": 2 - }, - "credits": 1700, - "poi": 32, - "siwa": true, - "dauer": "30 Minuten" - }, - "517": { - "name": "Brennender Baum", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1, - "dlk": 1 - }, - "credits": 800, - "percentages": { - "dlk": 40 - } - }, - "518": { - "name": "Brennender Baum", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1, - "dlk": 1 - }, - "credits": 800, - "poi": 3, - "expansions": { - "0": 15 - }, - "percentages": { - "dlk": 40 - } - }, - "519": { - "name": "H\u00fcpfburgunfall", - "stations": { - "0": 3, - "2": 5, - "6": 1 - }, - "vehicles": { - "truck": 3, - "fustw": 1, - "rw": 1, - "elw1": 1 - }, - "credits": 2000, - "patients": { - "max": 7, - "min": 3, - "transport": 80, - "nef": 60, - "rth": 10, - "specialisation": "Unfallchirurgie" - } - }, - "520": { - "name": "Hotelbrand", - "stations": { - "0": 10, - "2": 8, - "6": 3, - "9": 3 - }, - "vehicles": { - "truck": 12, - "dlk": 4, - "elw1": 3, - "elw2": 1, - "atem": 1, - "gwl2": 1, - "mess": 1, - "fustw": 4, - "gkw": 2, - "mtwtz": 2, - "mzkw": 2 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 10, - "transport": 50, - "nef": 40, - "specialisation": "Allgemeine Innere" - }, - "percentages": { - "mess": 40 - } - }, - "521": { - "name": "Explosion in Feuerwerksfabrik", - "stations": { - "0": 30, - "2": 10, - "6": 5, - "9": 3, - "13": 1, - "werk": 1 - }, - "vehicles": { - "truck": 40, - "rw": 10, - "elw1": 6, - "elw2": 1, - "mess": 3, - "gefahr": 1, - "dlk": 6, - "oel": 1, - "gwl2": 5, - "atem": 2, - "dekon": 1, - "fustw": 10, - "polheli": 1, - "gwwerk": 1, - "tm": 1, - "ulf": 1, - "mzkw": 2, - "mtwtz": 2, - "gkw": 2, - "radlader": 2 - }, - "credits": 15600, - "patients": { - "max": 50, - "min": 30, - "transport": 85, - "nef": 75, - "specialisation": "Allgemeine Chirurgie" - }, - "poi": 40, - "followup": { - "0": 517, - "1": 13, - "2": 1, - "3": 18, - "4": 318 - } - }, - "522": { - "name": "Medizinischer Notfall in Flugzeug", - "stations": { - "0": 10, - "2": 3 - }, - "vehicles": { - "dlk": 1 - }, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 31, - "percentages": { - "dlk": 10 - } - }, - "523": { - "name": "Medizinischer Notfall in Flugzeug", - "stations": { - "0": 1, - "2": 3 - }, - "vehicles": { - "rtf": 1 - }, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "nef": 20, - "specialisation": "Allgemeine Innere" - }, - "poi": 34, - "percentages": { - "rtf": 20 - } - }, - "524": { - "name": "Brand in Sp\u00e4nebunker", - "stations": { - "0": 8, - "2": 2, - "6": 2, - "9": 1 - }, - "vehicles": { - "truck": 6, - "rw": 2, - "dlk": 2, - "elw1": 3, - "elw2": 1, - "atem": 1, - "gwl2": 1, - "fustw": 2, - "gkw": 1, - "mtwtz": 1, - "mzkw": 1, - "radlader": 1 - }, - "credits": 5000, - "patients": { - "max": 3, - "min": 1, - "transport": 50, - "nef": 35, - "specialisation": "Allgemeine Innere" - }, - "poi": 44, - "percentages": { - "elw2": 15, - "atem": 50 - } - }, - "525": { - "name": "Supermarkt eingest\u00fcrzt", - "stations": { - "0": 16, - "2": 14, - "6": 4, - "9": 3 - }, - "vehicles": { - "fustw": 3, - "elw2": 1, - "elw1": 3, - "dlk": 2, - "truck": 6, - "rw": 4, - "fwk": 2, - "mtwtz": 2, - "gkw": 2, - "mzkw": 2, - "radlader": 2, - "anhdle": 2 - }, - "credits": 8500, - "patients": { - "max": 30, - "min": 8, - "transport": 75, - "nef": 60, - "rth": 10, - "specialisation": "Unfallchirurgie" - }, - "poi": 10, - "percentages": { - "elw2": 60 - } - }, - "526": { - "name": "Supermarkt eingest\u00fcrzt", - "stations": { - "0": 13, - "2": 8, - "6": 2, - "9": 2 - }, - "vehicles": { - "fustw": 2, - "elw1": 1, - "dlk": 2, - "truck": 4, - "rw": 3, - "fwk": 1, - "mtwtz": 1, - "gkw": 1, - "mzkw": 1, - "radlader": 1, - "anhdle": 1 - }, - "credits": 4500, - "patients": { - "max": 15, - "min": 4, - "transport": 75, - "nef": 60, - "rth": 10, - "specialisation": "Unfallchirurgie" - }, - "poi": 9 - }, - "527": { - "name": "Versch\u00fcttete Person", - "stations": { - "0": 3, - "6": 1, - "9": 1, - "21": 1 - }, - "vehicles": { - "rescue_dog": 1, - "truck": 2, - "rw": 1, - "gkw": 1, - "fustw": 1 - }, - "credits": 2500, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 100, - "rth": 15, - "specialisation": "Unfallchirurgie" - } - }, - "528": { - "name": "Fischsterben in Gew\u00e4sser", - "stations": { - "0": 5, - "6": 1, - "9": 1, - "15": 2 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "mess": 1, - "gkw": 1, - "mzkw": 1, - "mtwtz": 1, - "boot": 2, - "fustw": 2 - }, - "credits": 5000, - "poi": 1, - "percentages": { - "mess": 30 - } - }, - "529": { - "name": "Fischsterben in Gew\u00e4sser", - "stations": { - "0": 5, - "6": 1, - "9": 1, - "15": 2 - }, - "vehicles": { - "truck": 3, - "rw": 1, - "elw1": 1, - "mess": 1, - "gkw": 1, - "mzkw": 1, - "mtwtz": 1, - "boot": 2, - "fustw": 2 - }, - "credits": 5000, - "poi": 27, - "percentages": { - "mess": 30 - } - }, - "530": { - "name": "Eingest\u00fcrztes Wohnhaus", - "stations": { - "0": 7, - "2": 4, - "6": 2, - "9": 3, - "21": 1 - }, - "vehicles": { - "gkw": 2, - "radlader": 2, - "mtwtz": 1, - "mzkw": 1, - "truck": 3, - "dlk": 1, - "elw1": 1, - "rw": 1, - "fwk": 1, - "fustw": 2, - "rescue_dog": 1 - }, - "credits": 4900, - "patients": { - "max": 7, - "specialisation": "Allgemeine Innere" - }, - "followup": { - "0": 429 - }, - "percentages": { - "dlk": 30, - "fwk": 75 - } - }, - "531": { - "name": "Gasexplosion", - "stations": { - "0": 25, - "2": 9, - "6": 5, - "9": 1, - "21": 1 - }, - "vehicles": { - "truck": 20, - "fwk": 1, - "rw": 2, - "dlk": 2, - "elw1": 4, - "elw2": 2, - "gwl2": 2, - "mess": 2, - "atem": 2, - "dekon": 1, - "fustw": 4, - "rescue_dog": 1, - "gkw": 1, - "radlader": 1, - "anhdle": 1, - "mtwtz": 1, - "mzkw": 1 - }, - "credits": 11500, - "patients": { - "max": 10, - "transport": 70, - "nef": 40, - "specialisation": "Unfallchirurgie" - }, - "followup": { - "0": 177, - "1": 513, - "2": 166 - }, - "percentages": { - "fwk": 40, - "dekon": 10 - } - }, - "532": { - "name": "Suche nach Vermissten", - "stations": { - "0": 1, - "2": 1, - "6": 2, - "13": 1, - "21": 1 - }, - "vehicles": { - "fustw": 2, - "polheli": 1, - "truck": 1, - "rescue_dog": 1 - }, - "credits": 4800, - "patients": { - "max": 1, - "specialisation": "Kardiologie" - } - }, - "533": { - "name": "Personensuche nahe Gew\u00e4sser", - "stations": { - "0": 4, - "2": 1, - "6": 4, - "13": 1, - "15": 2, - "21": 1 - }, - "vehicles": { - "polheli": 1, - "fustw": 6, - "truck": 1, - "boot": 2, - "elw1": 1, - "rescue_dog": 1 - }, - "credits": 3300, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "nef": 90, - "rth": 25, - "specialisation": "Allgemeine Innere" - }, - "poi": 1, - "special": { - "averageMinimumEmployeesPolice": 12, - "averageMinimumEmployeesFire": 9 - } - }, - "534": { - "name": "Einsturz Parkhaus", - "stations": { - "0": 20, - "2": 10, - "6": 10, - "9": 5, - "21": 1 - }, - "vehicles": { - "truck": 18, - "rw": 2, - "gwl2": 1, - "fustw": 10, - "dlk": 3, - "fwk": 2, - "elw1": 5, - "elw2": 2, - "gkw": 2, - "mtwtz": 2, - "radlader": 2, - "mzkw": 2, - "rescue_dog": 1 - }, - "credits": 8300, - "patients": { - "max": 10, - "transport": 70, - "nef": 50, - "rth": 10, - "specialisation": "Unfallchirurgie" - }, - "poi": 35 - }, - "535": { - "name": "Schwimmbaddach eingest\u00fcrzt", - "stations": { - "0": 8, - "2": 10, - "6": 3, - "9": 3, - "21": 1 - }, - "vehicles": { - "truck": 6, - "rw": 2, - "elw1": 2, - "fwk": 1, - "dlk": 1, - "gkw": 3, - "mzkw": 2, - "mtwtz": 2, - "radlader": 1, - "anhdle": 1, - "fustw": 4, - "rescue_dog": 1 - }, - "credits": 8300, - "patients": { - "max": 20, - "transport": 75, - "nef": 40, - "rth": 5, - "specialisation": "Unfallchirurgie" - }, - "poi": 23, - "percentages": { - "fwk": 80 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.en_AU.json b/modules/lss-missionHelper/missions.en_AU.json deleted file mode 100644 index d9ad2a9b3..000000000 --- a/modules/lss-missionHelper/missions.en_AU.json +++ /dev/null @@ -1,2520 +0,0 @@ -{ - "0": { - "name": "Bin fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Container fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Burning car", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Burning motorbike", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Burning grass", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Room fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "General Internal" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Garden shed fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Burning leaves", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Bulk trash fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Bale of straw fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Tractor fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Burning phone box", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Tree on the road", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Burning truck", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Little field fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Little wildfire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Caravan fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Mailbox on fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Brush pile", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Burning trailer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Basement fire", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "General Internal" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Chimney fire", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Roof fire", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Grease Fire", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Burning bus shelter", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Road accident", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatology" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Small Supermarket Fire", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "air": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 9, - "percentages": { - "air": 50 - } - }, - "27": { - "name": "Garage fire", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "Burning machine", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Unknown Tanker Spill", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2, - "air": 1 - }, - "credits": 5300, - "percentages": { - "air": 70 - } - }, - "30": { - "name": "Gas Leak", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Fireplace fire", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Harvester fire", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Small Supermarket Fire", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "air": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 9, - "percentages": { - "air": 50 - } - }, - "34": { - "name": "Fire in Hospital", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3, - "air": 1, - "mcv": 1 - }, - "credits": 6100, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 2, - "percentages": { - "mcv": 90 - } - }, - "35": { - "name": "Alcoholic intoxication", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Internal" - } - }, - "36": { - "name": "Chest Pains", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiology" - }, - "37": { - "name": "Acute asthma", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "General Internal" - }, - "38": { - "name": "Seizure", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurology" - }, - "39": { - "name": "Fever", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "General Internal" - }, - "40": { - "name": "Fallen person", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatology" - }, - "41": { - "name": "Car workshop fire", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2, - "air": 1, - "mcv": 1 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 15, - "percentages": { - "tanker": 40, - "air": 70, - "mcv": 90 - } - }, - "42": { - "name": "Fallen person", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatology" - }, - "43": { - "name": "Fallen person", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatology" - }, - "44": { - "name": "Shoplifting", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Shoplifting", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Parked car accident", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Parked car accident", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Metal burglary", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Pickpocketing", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Fare dodger", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Fare dodger", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Fare dodger", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Fare dodger", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Parked car accident", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Brawl", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Rioter", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Unannounced demonstration", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Kitchen Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Animal Rescue", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Sports hall fire", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "air": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 12, - "percentages": { - "air": 60 - } - }, - "61": { - "name": "Light Aircraft Crash (Airfield)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatology" - }, - "poi": 28 - }, - "62": { - "name": "Noise Complaint", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Transient Ischemic Attack", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurosurgery" - }, - "64": { - "name": "Accident Involving a Bus", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "General Internal" - } - }, - "65": { - "name": "Kitchen Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Room fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "General Internal" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Brawl", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Big Supermarket Fire", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1, - "air": 1, - "mcv": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 10, - "percentages": { - "tanker": 20, - "air": 80, - "mcv": 90 - } - }, - "69": { - "name": "Unknown Tanker Spill", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1, - "air": 1 - }, - "credits": 4300, - "percentages": { - "air": 70 - } - }, - "70": { - "name": "Big Supermarket Fire", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1, - "air": 1, - "mcv": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 10, - "percentages": { - "tanker": 20, - "air": 80, - "mcv": 90 - } - }, - "71": { - "name": "Nosebleed", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "General Surgeon" - }, - "72": { - "name": "Light Aircraft Crash", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatology" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Serious Accident Involving a Bus", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "General Surgeon" - } - }, - "74": { - "name": "Major fire", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2, - "air": 1, - "mcv": 1 - }, - "credits": 10500 - }, - "75": { - "name": "Burning bogle", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 350 - }, - "76": { - "name": "Burning pumpkin field", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 850 - }, - "77": { - "name": "Pumpkin soup overcooked", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "specialisation": "Neurology" - } - }, - "78": { - "name": "Witch in tree", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Traumatology" - } - }, - "80": { - "name": "Monster broke loose", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 4 - }, - "credits": 1600 - }, - "81": { - "name": "Pumpkin stolen", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "82": { - "name": "Frankenstein sighted", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 550 - }, - "83": { - "name": "Candy theft", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "84": { - "name": "Cyclist hit by truck", - "stations": { - "0": 4, - "6": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - } - }, - "85": { - "name": "School fire", - "stations": { - "0": 13, - "2": 3 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "air": 1, - "mcv": 1 - }, - "credits": 5300, - "patients": { - "max": 6, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 12, - "percentages": { - "air": 60, - "mcv": 70 - } - }, - "86": { - "name": "Theft at christmas market", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "87": { - "name": "Burning christmas market stall", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 17 - }, - "88": { - "name": "Fire at christmas market", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 17 - }, - "89": { - "name": "Drunken person at christmas market", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "General Internal", - "poi": 17 - }, - "90": { - "name": "Burning christmas tree", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "91": { - "name": "Burning advent wreath", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "92": { - "name": "Brawl at christmas market", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "Traumatology" - }, - "poi": 17 - }, - "93": { - "name": "Aggressive Passenger", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 300, - "patients": { - "max": 1, - "transport": 30, - "specialisation": "General Internal" - } - }, - "94": { - "name": "Person trapped under machine", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2 - }, - "credits": 1100, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - } - }, - "95": { - "name": "Damaged Roof", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "96": { - "name": "Car pileup", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 1, - "bchief": 1, - "police": 1, - "ambulance": 1 - }, - "credits": 1300, - "patients": { - "max": 5, - "min": 1, - "transport": 20, - "specialisation": "General Internal" - } - }, - "97": { - "name": "A truck with a semitrailer on fire", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 3 - }, - "credits": 900 - }, - "98": { - "name": "Tractor accident", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 0, - "specialisation": "General Surgeon" - }, - "poi": 21 - }, - "99": { - "name": "Car ignited by fireworks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "100": { - "name": "Bulky waste ignited by fireworks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "101": { - "name": "Small field fire caused by fireworks", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "102": { - "name": "Basement fire caused by fireworks", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "General Internal" - }, - "percentages": { - "bchief": 90 - } - }, - "103": { - "name": "Burning Bus shelter ignited by fireworks", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "104": { - "name": "Fire on balcony caused by fireworks", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "105": { - "name": "Burning paper containers ignited by fireworks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "106": { - "name": "Burning hedge ignited by firecracker", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "107": { - "name": "Drunk driver after New Year's Eve party", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "108": { - "name": "Burning thatched roof house ignited by fireworks", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "air": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "General Internal" - }, - "percentages": { - "air": 30 - } - }, - "109": { - "name": "Car damaged by fireworks", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "110": { - "name": "Violation of Explosives Act (1999)", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "111": { - "name": "Hand injury caused by fireworks", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatology" - }, - "112": { - "name": "Road Train Fire", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1, - "police": 1 - }, - "credits": 1400, - "percentages": { - "tanker": 10 - } - }, - "113": { - "name": "Garbage truck fire", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 2, - "tanker": 1, - "police": 1 - }, - "credits": 2000 - }, - "114": { - "name": "Motorbike accident", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "General Internal" - } - }, - "115": { - "name": "Monoxide poisoning", - "stations": { - "0": 5, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "air": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 10, - "min": 2, - "transport": 80, - "specialisation": "General Internal" - }, - "percentages": { - "air": 30 - } - }, - "116": { - "name": "MVA Rollover", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - } - }, - "117": { - "name": "Freight Train Derailment", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatology" - }, - "poi": 24 - }, - "118": { - "name": "Freight Train Derailment", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatology" - }, - "poi": 6 - }, - "119": { - "name": "Freight Train Derailment", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatology" - }, - "poi": 7 - }, - "120": { - "name": "Armed robbery", - "stations": { - "6": 7 - }, - "vehicles": { - "police": 5 - }, - "credits": 1300, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 9, - "prisoners": { - "max": 2 - } - }, - "121": { - "name": "Choking", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "General Internal" - }, - "122": { - "name": "Cafeteria fire", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 12 - }, - "123": { - "name": "Stuck Climber", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Internal" - }, - "percentages": { - "platform": 50 - } - }, - "124": { - "name": "Threatening an official", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "125": { - "name": "Threatening an official", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 6, - "prisoners": { - "max": 2 - } - }, - "126": { - "name": "Threatening an official", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 7, - "prisoners": { - "max": 2 - } - }, - "127": { - "name": "Fire in silo", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 4, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 21 - }, - "128": { - "name": "Injured person on high voltage mast", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "General Surgeon" - } - }, - "129": { - "name": "Spinal injury", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "General Surgeon" - }, - "130": { - "name": "Partial Building Collapse", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 2, - "bchief": 2, - "police": 2 - }, - "credits": 7300, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 10, - "specialisation": "Traumatology" - } - }, - "131": { - "name": "Full Building Collapse", - "stations": { - "0": 14, - "2": 5, - "6": 2 - }, - "vehicles": { - "truck": 6, - "heavyRescue": 4, - "platform": 2, - "bchief": 4, - "mcv": 1, - "police": 4 - }, - "credits": 10000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 20, - "specialisation": "Traumatology" - } - }, - "132": { - "name": "3rd degree burns", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "General Surgeon" - }, - "133": { - "name": "Serious head injury", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "Neurosurgery" - }, - "134": { - "name": "Traumatic limb amputation", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 80, - "rth": 50, - "specialisation": "General Surgeon" - }, - "135": { - "name": "Big farm fire", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 9, - "bchief": 2, - "platform": 3, - "tanker": 3 - }, - "credits": 9000, - "poi": 21 - }, - "136": { - "name": "Back pain", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "General Internal" - }, - "137": { - "name": "Straw bale stack on fire", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "138": { - "name": "Residential police raid", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "139": { - "name": "Escaped Detainee", - "stations": { - "6": 7, - "13": 1 - }, - "vehicles": { - "k9": 1, - "police": 10, - "policeHeli": 1 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "140": { - "name": "Fleeing Suspect", - "stations": { - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "policeHeli": 1 - }, - "credits": 3000, - "prisoners": { - "max": 1 - } - }, - "141": { - "name": "Missing Person", - "stations": { - "0": 6, - "2": 1, - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "truck": 2, - "bchief": 1, - "policeHeli": 1 - }, - "credits": 4500, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 3 - }, - "142": { - "name": "Execute Arrest Warrant", - "stations": { - "6": 2, - "13": 1 - }, - "vehicles": { - "police": 3, - "policeHeli": 1 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 143 - } - }, - "143": { - "name": "Officer Down", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Surgeon" - } - }, - "144": { - "name": "Search of a vehicle", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1000 - }, - "145": { - "name": "Small Violent Protest", - "stations": { - "2": 2, - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2200, - "patients": { - "max": 3, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 146 - } - }, - "146": { - "name": "Medium Violent Protest", - "stations": { - "2": 3, - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 7, - "k9": 1, - "policeHeli": 1 - }, - "credits": 3000, - "patients": { - "max": 5, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 4 - } - }, - "147": { - "name": "Drug Deal", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1500, - "prisoners": { - "max": 2 - } - }, - "148": { - "name": "Petrol Station Robbery", - "stations": { - "6": 8, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1 - }, - "credits": 1250, - "poi": 11, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 12 - } - }, - "149": { - "name": "Shots fired at Officer", - "stations": { - "2": 1, - "6": 10, - "13": 1 - }, - "vehicles": { - "police": 8, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - }, - "special": { - "SWATPersonnel": 6 - } - }, - "150": { - "name": "Dignitary Protection", - "stations": { - "6": 15 - }, - "vehicles": { - "police": 6, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4000, - "special": { - "SWATPersonnel": 18 - }, - "siwa": true, - "dauer": "30 minutes" - }, - "151": { - "name": "Siege Involving Firearm", - "stations": { - "6": 9, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1 - }, - "credits": 1250, - "prisoners": { - "max": 2 - }, - "special": { - "SWATPersonnel": 4 - } - }, - "152": { - "name": "Attempted Homicide", - "stations": { - "2": 1, - "6": 9 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "153": { - "name": "Museum robbery", - "stations": { - "6": 9 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "poi": 13, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "154": { - "name": "Stolen easter eggs", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "155": { - "name": "Chocolate Egg heist", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "156": { - "name": "Collapsed rabbit hole", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "157": { - "name": "Easter bunny hit by car", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatology" - } - }, - "158": { - "name": "Burning easter basket", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "159": { - "name": "Chocolate Tanker Spill", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "160": { - "name": "Burning egg boiler", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "161": { - "name": "Easter community fair", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 hours" - }, - "162": { - "name": "Easter egg truck crash", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatology" - } - }, - "163": { - "name": "Easter egg hunt", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "164": { - "name": "Easter bunny on crane", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "165": { - "name": "Domestic violence", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 2 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "specialisation": "General Internal" - } - }, - "166": { - "name": "Drug Lab Fire", - "stations": { - "0": 10, - "2": 5, - "6": 4 - }, - "vehicles": { - "truck": 4, - "platform": 2, - "bchief": 2, - "hazmat": 2, - "police": 4 - }, - "credits": 3000, - "patients": { - "max": 10, - "min": 1, - "transport": 100, - "specialisation": "General Internal" - }, - "prisoners": { - "max": 5 - } - }, - "167": { - "name": "Anaphylaxis", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "General Internal" - }, - "168": { - "name": "Injured runner", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "General Internal" - }, - "169": { - "name": "Concert", - "stations": { - "0": 3, - "2": 1, - "6": 4 - }, - "vehicles": { - "truck": 2, - "ambulance": 1, - "police": 7 - }, - "credits": 4400, - "poi": 20, - "siwa": true, - "dauer": "3 hours" - }, - "170": { - "name": "Random Breath Test", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 4 - }, - "credits": 3000, - "siwa": true, - "dauer": "2 hours" - }, - "171": { - "name": "Football Game", - "stations": { - "0": 2, - "2": 2, - "6": 3 - }, - "vehicles": { - "truck": 1, - "ambulance": 2, - "police": 6 - }, - "credits": 4400, - "poi": 20, - "siwa": true, - "dauer": "2 hours" - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.en_GB.json b/modules/lss-missionHelper/missions.en_GB.json deleted file mode 100644 index 6906bd84e..000000000 --- a/modules/lss-missionHelper/missions.en_GB.json +++ /dev/null @@ -1,2485 +0,0 @@ -{ - "0": { - "name": "Bin fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "followup": { - "0": 11, - "1": 7, - "2": 24 - } - }, - "1": { - "name": "Container fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Burning car", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - }, - "followup": { - "0": 3, - "1": 7 - } - }, - "3": { - "name": "Burning motorbike", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - }, - "followup": { - "0": 2, - "1": 7 - } - }, - "4": { - "name": "Burning grass", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - }, - "followup": { - "0": 7 - } - }, - "5": { - "name": "Room fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "General Internal" - } - }, - "6": { - "name": "Garden shed fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600, - "followup": { - "0": 7, - "1": 22 - } - }, - "7": { - "name": "Burning leaves", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Bulk rubbish fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - }, - "followup": { - "0": 7, - "1": 22 - } - }, - "9": { - "name": "Bale of straw fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Tractor fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Phonebox on fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Tree on the road", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Burning truck", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Little field fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Little forest fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Caravan fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Postbox on fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "followup": { - "0": 7, - "1": 22 - } - }, - "18": { - "name": "Out of control bonfire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Burning trailer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650, - "followup": { - "0": 7, - "1": 22 - } - }, - "20": { - "name": "Basement fire", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "General Internal" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Chimney fire", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 1900, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 10 - } - }, - "22": { - "name": "Roof fire", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "followup": { - "0": 5, - "1": 22 - }, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Grease Fire", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Burning bus shelter", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Road accident", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatology" - }, - "expansions": { - "0": 24, - "1": 2 - }, - "followup": { - "0": 25, - "1": 29 - } - }, - "26": { - "name": "Small Supermarket Fire", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 9 - }, - "27": { - "name": "Garage fire", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "Burning machine", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Unknown Tanker Spill", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Gas Leak", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Fireplace fire", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 1310 - }, - "32": { - "name": "Harvester fire", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Small Supermarket Fire", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 9 - }, - "34": { - "name": "Fire in Hospital - Major Incident", - "stations": { - "0": 13, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 8, - "mcv": 1, - "heavyRescue": 2, - "tanker": 1, - "platform": 2, - "air": 1 - }, - "credits": 10000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 2 - }, - "35": { - "name": "Alcoholic intoxication", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Internal" - } - }, - "36": { - "name": "Chest Pains", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiology" - }, - "37": { - "name": "Acute asthma", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "General Internal" - }, - "38": { - "name": "Seizure", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurology" - }, - "39": { - "name": "Fever", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "General Internal" - }, - "40": { - "name": "Fallen person", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatology" - }, - "41": { - "name": "Car workshop fire - persons reported", - "stations": { - "0": 16, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 4, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Fallen person", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatology" - }, - "43": { - "name": "Fallen person", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatology" - }, - "44": { - "name": "Shoplifting", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Shoplifting", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Parked car accident", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Parked car accident", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Metal burglary", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Pickpocketing", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Fare dodger", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Fare dodger", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Fare dodger", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Fare dodger", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Parked car accident", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Brawl", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Rioter", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Unannounced demonstration", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Kitchen Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Animal Rescue", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Sports hall fire", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 12, - "followup": { - "0": 94, - "1": 14 - } - }, - "61": { - "name": "Light Aircraft Crash (Airfield)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 2, - "bchief": 1 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatology" - }, - "poi": 28 - }, - "62": { - "name": "Noise Complaint", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400, - "followup": { - "0": 55, - "1": 67, - "2": 56 - } - }, - "63": { - "name": "Transient Ischemic Attack", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurosurgery" - }, - "64": { - "name": "Accident Involving a Bus", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "General Internal" - } - }, - "65": { - "name": "Kitchen Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Room fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "General Internal" - } - }, - "67": { - "name": "Brawl", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Big Supermarket Fire", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Unknown Tanker Spill", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Big Supermarket Fire", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Nosebleed", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "General Surgeon" - }, - "72": { - "name": "Light Aircraft Crash", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatology" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Serious Accident Involving a Bus", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Traumatology" - } - }, - "74": { - "name": "Major fire", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Partial Building Collapse", - "stations": { - "0": 5, - "2": 3 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1 - }, - "credits": 4800, - "patients": { - "max": 6, - "specialisation": "Traumatology" - } - }, - "76": { - "name": "Industrial Fire", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 6, - "platform": 1, - "bchief": 2, - "hazmat": 1 - }, - "credits": 4800, - "patients": { - "max": 4, - "specialisation": "General Surgeon" - } - }, - "77": { - "name": "Patient Transfer", - "onlyRd": true, - "transport": 0, - "nef": 0 - }, - "78": { - "name": "Cardiac Arrest", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "General Surgeon" - }, - "79": { - "name": "Respiratory Arrest", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "General Surgeon" - }, - "80": { - "name": "Burning bogle", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 350 - }, - "81": { - "name": "Burning pumpkin field", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 850 - }, - "82": { - "name": "Pumpkin soup overcooked", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "specialisation": "Neurology" - } - }, - "83": { - "name": "Witch in tree", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Traumatology" - } - }, - "85": { - "name": "Monster broke loose", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 4 - }, - "credits": 1600 - }, - "86": { - "name": "Pumpkin stolen", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "87": { - "name": "Frankenstein sighted", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 550 - }, - "88": { - "name": "Candy theft", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "89": { - "name": "Road Traffic Collision (Major)", - "vehicles": { - "truck": 8, - "heavyRescue": 4, - "bchief": 6, - "police": 8 - }, - "credits": 16000, - "patients": { - "max": 20, - "min": 2, - "transport": 70, - "specialisation": "Traumatology" - } - }, - "90": { - "name": "Cyclist hit by HGV", - "stations": { - "0": 4, - "6": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - } - }, - "91": { - "name": "Fail to stop", - "stations": { - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 6, - "k9": 1, - "policeHeli": 1 - }, - "credits": 1000, - "prisoners": { - "max": 4 - } - }, - "92": { - "name": "Person with a weapon", - "stations": { - "6": 8 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 2500, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 4 - } - }, - "93": { - "name": "High-Risk Warrant", - "stations": { - "6": 9 - }, - "vehicles": { - "k9": 1, - "police": 4 - }, - "credits": 1200, - "prisoners": { - "max": 4 - }, - "special": { - "SWATPersonnel": 8 - } - }, - "94": { - "name": "School fire", - "stations": { - "0": 13, - "2": 3 - }, - "vehicles": { - "truck": 6, - "bchief": 2 - }, - "credits": 5300, - "patients": { - "max": 6, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 12 - }, - "95": { - "name": "Theft at christmas market", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "96": { - "name": "Burning christmas market stall", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 17 - }, - "97": { - "name": "Fire at christmas market", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 17 - }, - "98": { - "name": "Traffic accident - ice", - "stations": { - "0": 4 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "Traumatology" - }, - "percentages": { - "heavyRescue": 100 - } - }, - "99": { - "name": "Burning christmas tree", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "100": { - "name": "Burning advent wreath", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "101": { - "name": "Brawl at christmas market", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "Traumatology" - }, - "poi": 17 - }, - "102": { - "name": "Burning manufacturing machine", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "poi": 32 - }, - "103": { - "name": "Burning manufacturing machine", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "poi": 44 - }, - "104": { - "name": "Burning manufacturing machine", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "poi": 32 - }, - "105": { - "name": "Concern for welfare", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "General Surgeon" - } - }, - "106": { - "name": "Hit and Run", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 1200, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 1 - } - }, - "107": { - "name": "Row of garages on fire", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 3000, - "percentages": { - "tanker": 20 - } - }, - "108": { - "name": "Thatched cottage fire", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "bchief": 4, - "heavyRescue": 1, - "tanker": 1, - "mcv": 1 - }, - "credits": 8000, - "patients": { - "max": 2, - "transport": 60, - "specialisation": "General Internal" - } - }, - "109": { - "name": "Trespasser on railway line", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "poi": 6, - "prisoners": { - "max": 3 - } - }, - "110": { - "name": "Trespasser on railway line", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "poi": 7, - "prisoners": { - "max": 3 - } - }, - "111": { - "name": "Trespasser on railway line", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "poi": 24, - "prisoners": { - "max": 3 - } - }, - "112": { - "name": "Trespasser on railway line", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "poi": 40, - "prisoners": { - "max": 3 - } - }, - "113": { - "name": "Car ignited by fireworks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "114": { - "name": "Bulky waste ignited by fireworks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "115": { - "name": "Small field fire caused by fireworks", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "116": { - "name": "Basement fire caused by fireworks", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "General Internal" - }, - "percentages": { - "bchief": 90 - } - }, - "117": { - "name": "Burning Bus shelter ignited by fireworks", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "118": { - "name": "Fire on balcony caused by fireworks", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "119": { - "name": "Burning paper containers ignited by fireworks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "120": { - "name": "Burning hedge ignited by firecracker", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "121": { - "name": "Drunk driver after New Year's Eve party", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "122": { - "name": "Burning thatched roof house ignited by fireworks", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "air": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "General Internal" - }, - "percentages": { - "air": 30 - } - }, - "123": { - "name": "Car damaged by fireworks", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "124": { - "name": "Violation of Explosive Act 1875", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "125": { - "name": "Hand injury caused by fireworks", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatology" - }, - "126": { - "name": "HGV Fire", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1, - "police": 1 - }, - "credits": 1400, - "percentages": { - "tanker": 10 - } - }, - "127": { - "name": "Bin Lorry Fire", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 2, - "tanker": 1, - "police": 1 - }, - "credits": 2000 - }, - "128": { - "name": "RTC Entrapment", - "stations": { - "0": 3, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "police": 1 - }, - "credits": 1250, - "patients": { - "max": 2, - "min": 1, - "transport": 80, - "specialisation": "General Surgeon" - } - }, - "129": { - "name": "Multi vehicle RTC", - "stations": { - "0": 3, - "2": 10, - "6": 1 - }, - "vehicles": { - "truck": 2, - "police": 2 - }, - "credits": 1600, - "patients": { - "max": 7, - "min": 3, - "transport": 50, - "specialisation": "General Surgeon" - } - }, - "130": { - "name": "Multi vehicle RTC entrapment", - "stations": { - "0": 6, - "2": 10, - "6": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 4000, - "patients": { - "max": 7, - "min": 3, - "transport": 80, - "specialisation": "General Surgeon" - } - }, - "131": { - "name": "HGV Lost its load", - "stations": { - "0": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "police": 1 - }, - "credits": 1500 - }, - "132": { - "name": "HGV Lost its load (Livestock)", - "stations": { - "0": 1, - "6": 8 - }, - "vehicles": { - "truck": 2, - "police": 4 - }, - "credits": 2400, - "special": { - "SWATPersonnel": 2 - } - }, - "133": { - "name": "HGV Lost its load (milk)", - "stations": { - "0": 11, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 3500 - }, - "134": { - "name": "Goods Train Fire", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 4, - "bchief": 3, - "tanker": 1, - "mcv": 1, - "air": 1 - }, - "credits": 2000, - "poi": 40 - }, - "135": { - "name": "Goods Train Fire", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 4, - "bchief": 3, - "tanker": 1, - "mcv": 1, - "air": 1 - }, - "credits": 2000, - "poi": 24 - }, - "136": { - "name": "Goods Train Fire", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 4, - "bchief": 3, - "tanker": 1, - "mcv": 1, - "air": 1 - }, - "credits": 2000, - "poi": 6 - }, - "137": { - "name": "Goods Train Fire", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 4, - "bchief": 3, - "tanker": 1, - "mcv": 1, - "air": 1 - }, - "credits": 2000, - "poi": 8 - }, - "138": { - "name": "Large Drunken Disorder", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 3, - "k9": 1 - }, - "credits": 950, - "prisoners": { - "max": 3 - } - }, - "139": { - "name": "Fire in silo", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "140": { - "name": "Domestic Violence", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 2 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "specialisation": "General Internal" - }, - "prisoners": { - "max": 1 - } - }, - "141": { - "name": "Choking", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "General Internal" - }, - "142": { - "name": "Barn fire", - "stations": { - "0": 7 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "tanker": 1 - }, - "credits": 2000, - "poi": 21 - }, - "143": { - "name": "Stuck Climber", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Internal" - }, - "percentages": { - "platform": 50 - } - }, - "144": { - "name": "Threatening an official", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "145": { - "name": "Fire in an office building - Major Incident", - "stations": { - "0": 15, - "2": 2, - "6": 3 - }, - "vehicles": { - "truck": 16, - "platform": 2, - "heavyRescue": 2, - "bchief": 8, - "mcv": 1, - "police": 3, - "air": 1 - }, - "credits": 7000, - "patients": { - "max": 4, - "specialisation": "General Internal" - }, - "poi": 22, - "percentages": { - "air": 50 - } - }, - "146": { - "name": "Injured person on high voltage mast", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "General Surgeon" - } - }, - "147": { - "name": "Spinal injury", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "General Surgeon" - }, - "148": { - "name": "Partial collapse of the building", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 1, - "bchief": 1, - "police": 2 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 10, - "specialisation": "Traumatology" - } - }, - "149": { - "name": "Building collapse", - "stations": { - "0": 7, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 3, - "platform": 2, - "bchief": 2, - "police": 1 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 20, - "specialisation": "Traumatology" - } - }, - "150": { - "name": "3rd degree burns", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "General Surgeon" - }, - "151": { - "name": "Serious head injury", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "Neurosurgery" - }, - "152": { - "name": "Traumatic limb amputation", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 80, - "rth": 50, - "specialisation": "General Surgeon" - }, - "153": { - "name": "Hay shed fire - Large", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 8, - "bchief": 6, - "platform": 1, - "tanker": 2 - }, - "credits": 9000, - "poi": 21 - }, - "154": { - "name": "Back pain", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "General Internal" - }, - "155": { - "name": "Suspicious package", - "stations": { - "6": 8 - }, - "vehicles": { - "k9": 1, - "police": 8 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 8 - } - }, - "156": { - "name": "Heatstroke", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "General Internal" - }, - "157": { - "name": "Easter egg stolen from basket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "158": { - "name": "Chocolate Egg heist", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "159": { - "name": "Collapsed rabbit hole", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "160": { - "name": "Easter bunny hit by car", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatology" - } - }, - "161": { - "name": "Bulk Easter Egg pile fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "162": { - "name": "Chocolate Tanker Spill", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "163": { - "name": "Flashover when boiling eggs", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "164": { - "name": "Easter market fair", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 hours" - }, - "165": { - "name": "Easter Egg lorry crash", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatology" - } - }, - "166": { - "name": "Easter egg hunt", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "167": { - "name": "Easter bunny on crane", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "168": { - "name": "Trench Rescue", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "General Surgeon" - } - }, - "169": { - "name": "Heathland fire - large", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 8, - "bchief": 3, - "tanker": 1, - "mcv": 1 - }, - "credits": 8000, - "poi": 54 - }, - "170": { - "name": "Anaphylaxis", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "General Internal" - }, - "171": { - "name": "Thatched Cottage Chimney Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800, - "expansions": { - "0": 108 - } - }, - "172": { - "name": "Commercial Burglary", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2000, - "prisoners": { - "max": 3 - } - }, - "173": { - "name": "Warehouse Fire - Major Incident", - "stations": { - "0": 20, - "6": 3 - }, - "vehicles": { - "truck": 15, - "platform": 2, - "hazmat": 1, - "tanker": 1, - "bchief": 8, - "mcv": 1, - "air": 1, - "police": 3 - }, - "credits": 14000, - "poi": 32, - "percentages": { - "tanker": 50 - } - }, - "174": { - "name": "Warehouse Fire - Major Incident", - "stations": { - "0": 20, - "6": 3 - }, - "vehicles": { - "truck": 15, - "platform": 2, - "hazmat": 1, - "tanker": 1, - "bchief": 8, - "mcv": 1, - "air": 1, - "police": 3 - }, - "credits": 14000, - "poi": 42, - "percentages": { - "tanker": 50 - } - }, - "175": { - "name": "Landfill fire", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 4, - "bchief": 3, - "tanker": 1 - }, - "credits": 3500, - "poi": 51 - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.en_US.json b/modules/lss-missionHelper/missions.en_US.json deleted file mode 100644 index e1fa42ede..000000000 --- a/modules/lss-missionHelper/missions.en_US.json +++ /dev/null @@ -1,6315 +0,0 @@ -{ - "0": { - "name": "Bin fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Container fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Burning car", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 26, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Burning motorbike", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 26 - } - }, - "4": { - "name": "Burning grass", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Room fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "nef": 0, - "specialisation": "General Internal" - }, - "expansions": { - "0": 88 - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Garden shed fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Burning leaves", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Bulk trash fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 99, - "3": 87, - "4": 6 - } - }, - "9": { - "name": "Bale of straw fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Tractor fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600, - "expansions": { - "0": 29 - } - }, - "11": { - "name": "Burning callbox", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Tree on the road", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Burning truck", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Little field fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15, - "1": 202 - } - }, - "15": { - "name": "Little wildfire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Caravan fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Mailbox on fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Brush pile", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Burning trailer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Basement fire", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "General Internal" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Chimney fire", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Roof fire", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "expansions": { - "0": 87, - "1": 99 - }, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Grease Fire", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200, - "expansions": { - "0": 99 - } - }, - "24": { - "name": "Burning bus shelter", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Road accident", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "nef": 0, - "specialisation": "Traumatology" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 47, - "3": 98 - } - }, - "26": { - "name": "Garage fire", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "27": { - "name": "Gas Leak", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400, - "expansions": { - "0": 25, - "1": 47 - } - }, - "28": { - "name": "Fireplace fire", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "29": { - "name": "Harvester fire", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "30": { - "name": "Wastebin fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 5, - "expansions": { - "0": 13 - } - }, - "31": { - "name": "Wastebin fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 6 - }, - "32": { - "name": "Wastebin fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 7 - }, - "33": { - "name": "Wastebin fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 2 - }, - "34": { - "name": "Alcoholic intoxication", - "stations": { - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Internal" - } - }, - "35": { - "name": "Nosebleed", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "General Surgeon" - }, - "36": { - "name": "Chest Pains", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 100, - "nef": 0, - "specialisation": "Cardiology" - }, - "37": { - "name": "Acute asthma", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 50, - "nef": 0, - "specialisation": "General Internal" - }, - "38": { - "name": "Seizure", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 50, - "nef": 0, - "specialisation": "Neurology" - }, - "39": { - "name": "Fever", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 90, - "nef": 0, - "specialisation": "General Internal" - }, - "40": { - "name": "Fallen person", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 30, - "nef": 0, - "specialisation": "Traumatology" - }, - "41": { - "name": "Major fire", - "vehicles": { - "truck": 10, - "bchief": 2, - "mcv": 1, - "platform": 2, - "tanker": 1, - "air": 1, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "42": { - "name": "Manhole Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "bchief": 1, - "truck": 2 - }, - "credits": 210 - }, - "43": { - "name": "Diabetic problems", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 50, - "nef": 0, - "specialisation": "General Internal" - }, - "44": { - "name": "Burning machine", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1, - "air": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30, - "air": 20 - } - }, - "45": { - "name": "Burning locomotive", - "stations": { - "0": 7, - "3": 1 - }, - "vehicles": { - "truck": 4, - "tanker": 1, - "air": 1, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 1800, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "General Surgeon" - }, - "poi": 8, - "percentages": { - "air": 30, - "heavyRescue": 50 - } - }, - "46": { - "name": "Gas station fire", - "stations": { - "0": 11 - }, - "vehicles": { - "heavyRescue": 2, - "truck": 4, - "bchief": 1, - "mcv": 1, - "platform": 1, - "air": 1, - "hazmat": 1 - }, - "credits": 3920, - "poi": 11, - "percentages": { - "heavyRescue": 30, - "air": 30, - "hazmat": 70 - } - }, - "47": { - "name": "Dangerous goods truck accident", - "stations": { - "0": 11, - "3": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "hazmat": 1 - }, - "credits": 2200, - "patients": { - "max": 1, - "specialisation": "Traumatology" - }, - "percentages": { - "heavyRescue": 50 - } - }, - "48": { - "name": "Shoplifting", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Shoplifting", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Parked car accident", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "51": { - "name": "Parked car accident", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "52": { - "name": "Metal burglary", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "53": { - "name": "Pickpocketing", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "54": { - "name": "Fare dodger", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "55": { - "name": "Fare dodger", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "56": { - "name": "Fare dodger", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "57": { - "name": "Fare dodger", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "58": { - "name": "Parked car accident", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "59": { - "name": "Brawl", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 90 - } - }, - "60": { - "name": "Rioter", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 59, - "1": 90 - } - }, - "61": { - "name": "Unannounced demonstration", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "62": { - "name": "Pile-up", - "vehicles": { - "truck": 10, - "heavyRescue": 5, - "bchief": 2, - "hazmat": 2 - }, - "credits": 10010, - "patients": { - "max": 12, - "min": 10, - "specialisation": "Traumatology" - } - }, - "63": { - "name": "Burning bogle", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 350 - }, - "64": { - "name": "Burning pumpkin field", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 850 - }, - "65": { - "name": "Pumpkin soup overcooked", - "stations": { - "0": 3, - "3": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "air": 1 - }, - "credits": 1500, - "patients": { - "max": 1, - "specialisation": "Neurology" - }, - "percentages": { - "air": 50 - } - }, - "66": { - "name": "Witch in tree", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Traumatology" - } - }, - "67": { - "name": "Zombie bite", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Neurology" - }, - "68": { - "name": "Monster broke loose", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 4 - }, - "credits": 1600 - }, - "69": { - "name": "Pumpkin stolen", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "70": { - "name": "Frankenstein sighted", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 550 - }, - "71": { - "name": "candy theft", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "72": { - "name": "Person check", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 90 - } - }, - "73": { - "name": "Obstruction of traffic", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 80 - }, - "74": { - "name": "Theft of property from vehicles", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "75": { - "name": "Tree on bikeway", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310 - }, - "76": { - "name": "Burning substation", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2, - "bchief": 1 - }, - "credits": 1900 - }, - "77": { - "name": "Burning substation", - "stations": { - "0": 4, - "5": 5 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "police": 1 - }, - "credits": 2000 - }, - "78": { - "name": "Person under tree", - "stations": { - "0": 6, - "3": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - } - }, - "79": { - "name": "Theft at christmas market", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "80": { - "name": "Burning christmas market stall", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 17 - }, - "81": { - "name": "Fire at christmas market", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 17 - }, - "82": { - "name": "Traffic accident - ice", - "stations": { - "0": 4 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "Traumatology" - }, - "percentages": { - "heavyRescue": 100 - } - }, - "83": { - "name": "Burning christmas tree", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "84": { - "name": "Burning advent wreath", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "85": { - "name": "Brawl at christmas market", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "Traumatology" - }, - "poi": 17 - }, - "86": { - "name": "MVA Rollover", - "stations": { - "0": 4, - "3": 3, - "5": 3 - }, - "vehicles": { - "police": 2, - "truck": 3, - "heavyRescue": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 3000, - "patients": { - "max": 4, - "specialisation": "General Internal" - }, - "expansions": { - "0": 25 - } - }, - "87": { - "name": "Industrial Fire", - "stations": { - "0": 6, - "3": 2 - }, - "vehicles": { - "truck": 5, - "platform": 2, - "bchief": 2, - "mcv": 1, - "hazmat": 1 - }, - "credits": 5300, - "patients": { - "max": 4, - "specialisation": "General Surgeon" - } - }, - "88": { - "name": "Partial Building Collapse", - "stations": { - "0": 5, - "3": 3 - }, - "vehicles": { - "truck": 2, - "platform": 2, - "bchief": 2, - "heavyRescue": 2 - }, - "credits": 7300, - "patients": { - "max": 2, - "specialisation": "General Surgeon" - } - }, - "89": { - "name": "Trench Rescue", - "stations": { - "0": 5, - "3": 3, - "5": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "General Surgeon" - } - }, - "90": { - "name": "Officer Down", - "stations": { - "5": 6 - }, - "vehicles": { - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Surgeon" - } - }, - "91": { - "name": "Concert", - "stations": { - "0": 3, - "3": 1, - "5": 4 - }, - "vehicles": { - "truck": 2, - "ambulance": 1, - "police": 7 - }, - "credits": 4400, - "poi": 20, - "siwa": true, - "dauer": "3 hours" - }, - "92": { - "name": "Soccer Game", - "stations": { - "0": 4, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 1, - "ambulance": 2, - "police": 3 - }, - "credits": 3400, - "poi": 20, - "siwa": true, - "dauer": "2 hours" - }, - "93": { - "name": "Baseball Game", - "stations": { - "0": 2, - "3": 2, - "5": 4 - }, - "vehicles": { - "truck": 1, - "ambulance": 2, - "police": 2 - }, - "credits": 4400, - "poi": 20, - "siwa": true, - "dauer": "3 hours" - }, - "94": { - "name": "Prisoner Escape", - "stations": { - "5": 7, - "8": 1 - }, - "vehicles": { - "k9": 1, - "police": 10, - "policeHeli": 1 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "95": { - "name": "Fleeing Suspect", - "stations": { - "5": 4, - "8": 1 - }, - "vehicles": { - "police": 5, - "policeHeli": 1 - }, - "credits": 3000, - "prisoners": { - "max": 1 - } - }, - "96": { - "name": "Missing Person", - "stations": { - "0": 6, - "3": 1, - "5": 4, - "8": 1 - }, - "vehicles": { - "police": 5, - "truck": 2, - "bchief": 1, - "policeHeli": 1 - }, - "credits": 4500, - "patients": { - "max": 1, - "specialisation": "General Internal" - }, - "poi": 3 - }, - "97": { - "name": "Warrant Standby", - "stations": { - "5": 2, - "8": 1 - }, - "vehicles": { - "police": 3, - "policeHeli": 1 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 90 - } - }, - "98": { - "name": "Unknown Tanker Spill", - "stations": { - "0": 13, - "5": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "mcv": 1, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "99": { - "name": "Commercial Fire", - "stations": { - "0": 13, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 6, - "platform": 2, - "heavyRescue": 2, - "bchief": 2, - "mcv": 1, - "police": 2 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 25, - "specialisation": "General Internal" - } - }, - "100": { - "name": "Animal Attack", - "stations": { - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Traumatology" - }, - "expansions": { - "0": 90 - } - }, - "101": { - "name": "Unknown Tanker Spill", - "stations": { - "0": 13, - "5": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "mcv": 1, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "102": { - "name": "High Rise Fire", - "stations": { - "0": 13, - "3": 1 - }, - "vehicles": { - "truck": 5, - "platform": 2, - "heavyRescue": 1, - "bchief": 2, - "air": 2, - "tanker": 1, - "mcv": 1 - }, - "credits": 4000, - "patients": { - "max": 7, - "min": 4, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 37, - "percentages": { - "air": 50 - } - }, - "103": { - "name": "Domestic Dispute", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 2 - }, - "credits": 300, - "expansions": { - "0": 90 - } - }, - "104": { - "name": "Hostage Taken", - "stations": { - "3": 1, - "5": 8 - }, - "vehicles": { - "police": 4 - }, - "credits": 2000, - "patients": { - "max": 2, - "min": 1, - "specialisation": "General Surgeon" - }, - "special": { - "SWATPersonnel": 12 - } - }, - "105": { - "name": "Active Shooter", - "stations": { - "3": 2, - "5": 9, - "8": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1 - }, - "credits": 2800, - "patients": { - "max": 10, - "min": 1, - "specialisation": "General Surgeon" - }, - "special": { - "SWATPersonnel": 24 - } - }, - "106": { - "name": "High-Risk Warrant", - "stations": { - "5": 9 - }, - "vehicles": { - "police": 1 - }, - "credits": 1400, - "special": { - "SWATPersonnel": 18 - } - }, - "107": { - "name": "Drug Warrant", - "stations": { - "5": 8 - }, - "vehicles": { - "police": 1 - }, - "credits": 1000, - "special": { - "SWATPersonnel": 6 - } - }, - "108": { - "name": "Anaphylaxis", - "stations": { - "3": 2 - }, - "onlyRd": true, - "transport": 70, - "nef": 0, - "specialisation": "General Internal" - }, - "109": { - "name": "Noise Complaint", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "110": { - "name": "Residential Fire", - "stations": { - "0": 6, - "3": 2, - "5": 2 - }, - "vehicles": { - "police": 2, - "truck": 3, - "platform": 1, - "bchief": 1 - }, - "credits": 1750, - "patients": { - "max": 4, - "transport": 50, - "nef": 0, - "specialisation": "General Surgeon" - } - }, - "111": { - "name": "Stabbing", - "stations": { - "3": 4, - "5": 6 - }, - "vehicles": { - "police": 5 - }, - "credits": 1500, - "patients": { - "max": 6, - "min": 1, - "specialisation": "General Surgeon" - } - }, - "112": { - "name": "Bomb Explosion", - "vehicles": { - "truck": 6, - "platform": 2, - "bchief": 2, - "mcv": 1, - "heavyRescue": 2, - "policeHeli": 1, - "police": 14 - }, - "credits": 14000, - "special": { - "SWATPersonnel": 24 - } - }, - "113": { - "name": "Smoke in Cabin", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "arff": 1 - }, - "credits": 1200, - "poi": 28 - }, - "114": { - "name": "Smoke in Cabin", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "arff": 1 - }, - "credits": 1200, - "poi": 29 - }, - "115": { - "name": "Braking Overheat", - "stations": { - "0": 2 - }, - "vehicles": { - "arff": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 900, - "poi": 28 - }, - "116": { - "name": "Braking Overheat", - "stations": { - "0": 2 - }, - "vehicles": { - "arff": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 900, - "poi": 29 - }, - "117": { - "name": "Engine Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "arff": 2, - "bchief": 1, - "truck": 1 - }, - "credits": 1200, - "poi": 28 - }, - "118": { - "name": "Engine Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "arff": 3, - "bchief": 1, - "truck": 1 - }, - "credits": 1900, - "poi": 29 - }, - "119": { - "name": "Food Poisoning", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "General Surgeon" - }, - "120": { - "name": "Large Aircraft Crash", - "stations": { - "0": 10, - "3": 7, - "5": 4 - }, - "vehicles": { - "arff": 4, - "truck": 3, - "bchief": 2, - "police": 5 - }, - "credits": 6000, - "patients": { - "max": 25, - "min": 5, - "specialisation": "General Internal" - }, - "poi": 29 - }, - "121": { - "name": "Aircraft Hijack", - "stations": { - "0": 2, - "3": 10, - "5": 10 - }, - "vehicles": { - "police": 10, - "bchief": 1 - }, - "credits": 5000, - "patients": { - "max": 10, - "min": 1, - "specialisation": "General Surgeon" - }, - "poi": 29, - "special": { - "SWATPersonnel": 18 - } - }, - "122": { - "name": "Carbon Monoxide Alarm", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 100 - }, - "123": { - "name": "Bank Robbery", - "stations": { - "5": 8 - }, - "vehicles": { - "police": 6 - }, - "credits": 1600, - "poi": 31, - "special": { - "SWATPersonnel": 12 - } - }, - "124": { - "name": "Shooting", - "stations": { - "3": 4, - "5": 5 - }, - "vehicles": { - "police": 7 - }, - "credits": 1750, - "patients": { - "max": 6, - "min": 1, - "specialisation": "Traumatology" - } - }, - "125": { - "name": "Vehicle Accident - Entrapment", - "stations": { - "0": 6, - "3": 1, - "5": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "bchief": 1, - "police": 2 - }, - "credits": 1500, - "patients": { - "max": 4, - "transport": 95, - "specialisation": "Traumatology" - } - }, - "126": { - "name": "Overdose", - "stations": { - "3": 2, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Internal" - } - }, - "127": { - "name": "Fire in an Office Building", - "stations": { - "0": 15, - "3": 2, - "5": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "heavyRescue": 2, - "bchief": 2, - "mcv": 1, - "police": 3, - "air": 1, - "tanker": 1 - }, - "credits": 7000, - "patients": { - "max": 4, - "specialisation": "General Internal" - }, - "poi": 22, - "percentages": { - "air": 50 - } - }, - "128": { - "name": "Aggressive Passenger", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 600, - "poi": 28, - "prisoners": { - "max": 1 - } - }, - "129": { - "name": "Aggressive Passenger", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 600, - "poi": 29, - "prisoners": { - "max": 1 - } - }, - "130": { - "name": "Powerline Down", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "131": { - "name": "Parole Violation", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400, - "prisoners": { - "max": 1 - } - }, - "132": { - "name": "Allergic Reaction", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Cardiology" - }, - "133": { - "name": "Stolen Credit Card", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400, - "prisoners": { - "max": 1 - } - }, - "134": { - "name": "Search of a vehicle", - "stations": { - "5": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1000 - }, - "135": { - "name": "Small Violent Protest", - "stations": { - "3": 2, - "5": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2200, - "patients": { - "max": 3, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 136 - } - }, - "136": { - "name": "Medium Violent Protest", - "stations": { - "3": 3, - "5": 7, - "8": 1 - }, - "vehicles": { - "police": 7, - "k9": 1, - "policeHeli": 1 - }, - "credits": 3000, - "patients": { - "max": 5, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 4 - } - }, - "137": { - "name": "Drug Deal", - "stations": { - "5": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1500, - "prisoners": { - "max": 2 - } - }, - "138": { - "name": "Smoke Investigation", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 700, - "expansions": { - "0": 110 - } - }, - "139": { - "name": "Drug Lab Fire", - "stations": { - "0": 10, - "3": 5, - "5": 4 - }, - "vehicles": { - "truck": 4, - "platform": 2, - "bchief": 2, - "hazmat": 2, - "police": 4 - }, - "credits": 3000, - "patients": { - "max": 10, - "min": 1, - "specialisation": "General Internal" - }, - "prisoners": { - "max": 5 - } - }, - "140": { - "name": "Gas Station Robbery", - "stations": { - "5": 8, - "8": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1 - }, - "credits": 1250, - "poi": 11, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 12 - } - }, - "141": { - "name": "Elevator Rescue", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400, - "poi": 22 - }, - "142": { - "name": "Warehouse Fire", - "stations": { - "0": 20, - "3": 5, - "5": 5 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "mcv": 1, - "platform": 4, - "heavyRescue": 4, - "tanker": 3, - "air": 4, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 2, - "specialisation": "General Internal" - }, - "poi": 32 - }, - "143": { - "name": "Assassination Threat", - "stations": { - "5": 8 - }, - "vehicles": { - "police": 5 - }, - "credits": 4400, - "special": { - "SWATPersonnel": 12 - }, - "siwa": true, - "dauer": "3 hours" - }, - "144": { - "name": "Truck in House Wall", - "stations": { - "0": 4, - "3": 2 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1 - }, - "credits": 4400, - "patients": { - "max": 3, - "specialisation": "Traumatology" - } - }, - "145": { - "name": "Burning Garbage Truck", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "146": { - "name": "Child Birth", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Gynecology" - }, - "147": { - "name": "Keys Locked in Vehicle", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300 - }, - "148": { - "name": "Stuck Climber", - "stations": { - "0": 4, - "3": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Internal" - }, - "percentages": { - "platform": 50 - } - }, - "149": { - "name": "Smoke Detector Check", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400, - "siwa": true, - "dauer": "15 minutes" - }, - "150": { - "name": "Freight Train Derailment", - "stations": { - "0": 15, - "3": 3, - "5": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "specialisation": "Traumatology" - }, - "poi": 24 - }, - "151": { - "name": "Freight Train Derailment", - "stations": { - "0": 15, - "3": 3, - "5": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "specialisation": "Traumatology" - }, - "poi": 6 - }, - "152": { - "name": "Freight Train Derailment", - "stations": { - "0": 15, - "3": 3, - "5": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "specialisation": "Traumatology" - }, - "poi": 7 - }, - "153": { - "name": "Barn Fire", - "stations": { - "0": 7 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "platform": 1, - "air": 1, - "tanker": 1 - }, - "credits": 1800, - "poi": 21 - }, - "154": { - "name": "Chlorine leak", - "stations": { - "0": 12, - "3": 6 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "hazmat": 1, - "mcv": 1 - }, - "credits": 3500, - "patients": { - "max": 15, - "specialisation": "General Internal" - }, - "poi": 23 - }, - "155": { - "name": "Fire in Hospital", - "stations": { - "0": 10, - "3": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "mcv": 1, - "air": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 2 - }, - "156": { - "name": "Turbulence Injury", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 40, - "specialisation": "Traumatology", - "poi": 28 - }, - "157": { - "name": "Turbulence Injury", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 40, - "specialisation": "Traumatology", - "poi": 29 - }, - "158": { - "name": "Accident Involving a Bus", - "stations": { - "0": 3, - "3": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "General Internal" - } - }, - "159": { - "name": "Serious Accident Involving a Bus", - "stations": { - "0": 5, - "3": 8, - "5": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "General Surgeon" - } - }, - "160": { - "name": "Lost Child", - "stations": { - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "General Internal" - } - }, - "161": { - "name": "DUI Checkpoint", - "stations": { - "5": 6 - }, - "vehicles": { - "police": 6 - }, - "credits": 3500, - "siwa": true, - "dauer": "3 hours" - }, - "162": { - "name": "Light Aircraft Crash (Airfield)", - "stations": { - "0": 4, - "3": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatology" - }, - "poi": 28 - }, - "163": { - "name": "Light Aircraft Crash", - "stations": { - "0": 13, - "3": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatology" - }, - "percentages": { - "hazmat": 50 - } - }, - "164": { - "name": "Cable theft", - "stations": { - "5": 6 - }, - "vehicles": { - "police": 3, - "k9": 1 - }, - "credits": 550, - "prisoners": { - "max": 2 - } - }, - "165": { - "name": "Drowning", - "stations": { - "0": 9, - "3": 1, - "water": 1 - }, - "vehicles": { - "boat": 1, - "truck": 1, - "bchief": 1, - "heavyRescue": 1 - }, - "credits": 1250, - "patients": { - "max": 2, - "min": 1, - "transport": 80, - "specialisation": "Traumatology" - }, - "poi": 1 - }, - "166": { - "name": "Drowning", - "stations": { - "0": 9, - "3": 1, - "water": 1 - }, - "vehicles": { - "boat": 1, - "truck": 1, - "bchief": 1, - "heavyRescue": 1 - }, - "credits": 1250, - "patients": { - "max": 2, - "min": 1, - "transport": 80, - "specialisation": "Traumatology" - }, - "poi": 27 - }, - "167": { - "name": "Car in river", - "stations": { - "0": 7, - "3": 1, - "water": 1 - }, - "vehicles": { - "boat": 1, - "truck": 2, - "bchief": 1, - "heavyRescue": 1 - }, - "credits": 1400, - "patients": { - "max": 2, - "min": 1, - "transport": 20, - "specialisation": "General Internal" - }, - "poi": 27 - }, - "168": { - "name": "Car in lake", - "stations": { - "0": 7, - "3": 1, - "water": 1 - }, - "vehicles": { - "boat": 1, - "truck": 2, - "bchief": 1, - "heavyRescue": 1 - }, - "credits": 1400, - "patients": { - "max": 2, - "min": 1, - "transport": 20, - "specialisation": "General Internal" - }, - "poi": 1 - }, - "169": { - "name": "Small flooding", - "stations": { - "0": 9, - "3": 1 - }, - "vehicles": { - "truck": 2 - }, - "credits": 550, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "General Internal" - }, - "expansions": { - "0": 170 - } - }, - "170": { - "name": "Medium flooding", - "stations": { - "0": 9, - "3": 3, - "water": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "boat": 1 - }, - "credits": 1550, - "patients": { - "max": 3, - "transport": 40, - "specialisation": "General Internal" - }, - "expansions": { - "0": 171 - } - }, - "171": { - "name": "Large flooding", - "stations": { - "0": 9, - "3": 3, - "water": 1 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "heavyRescue": 1, - "boat": 2 - }, - "credits": 2500, - "patients": { - "max": 6, - "transport": 40, - "specialisation": "General Internal" - }, - "expansions": { - "0": 172 - } - }, - "172": { - "name": "Giant flooding", - "stations": { - "0": 14, - "3": 5, - "5": 3, - "water": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "mcv": 1, - "police": 3, - "heavyRescue": 2, - "boat": 2 - }, - "credits": 4000, - "patients": { - "max": 10, - "transport": 40, - "specialisation": "General Internal" - } - }, - "173": { - "name": "Light aircraft crash in water", - "stations": { - "0": 11, - "3": 3, - "water": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "hazmat": 1, - "boat": 1 - }, - "credits": 4000, - "patients": { - "max": 1, - "transport": 60, - "specialisation": "Traumatology" - }, - "poi": 27, - "percentages": { - "hazmat": 50 - } - }, - "174": { - "name": "Light aircraft crash in water", - "stations": { - "0": 11, - "3": 3, - "water": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "hazmat": 1, - "boat": 1 - }, - "credits": 4000, - "patients": { - "max": 1, - "transport": 60, - "specialisation": "Traumatology" - }, - "poi": 1, - "percentages": { - "hazmat": 50 - } - }, - "175": { - "name": "Bridge collapse", - "stations": { - "0": 13, - "3": 10, - "5": 2, - "water": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 2, - "platform": 1, - "heavyRescue": 2, - "air": 1, - "mcv": 1, - "police": 2, - "boat": 2 - }, - "credits": 7000, - "patients": { - "max": 20, - "transport": 50, - "specialisation": "Traumatology" - }, - "poi": 33 - }, - "176": { - "name": "Stroke", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Neurology" - }, - "177": { - "name": "Unconscious Person", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "General Surgeon" - }, - "178": { - "name": "Hemorrhage", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatology" - }, - "179": { - "name": "Burst water main", - "stations": { - "0": 10, - "3": 2, - "5": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 2, - "police": 1 - }, - "credits": 1200, - "patients": { - "max": 4, - "transport": 25, - "specialisation": "General Internal" - }, - "expansions": { - "0": 170 - } - }, - "180": { - "name": "Shots fired at Officer", - "stations": { - "3": 1, - "5": 10, - "8": 1 - }, - "vehicles": { - "police": 8, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - }, - "special": { - "SWATPersonnel": 6 - } - }, - "181": { - "name": "School fire", - "stations": { - "0": 13, - "3": 3 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "air": 1, - "mcv": 1 - }, - "credits": 6000, - "patients": { - "max": 6, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 12, - "percentages": { - "tanker": 25, - "air": 50, - "mcv": 20 - } - }, - "182": { - "name": "Cafeteria fire", - "stations": { - "0": 6, - "3": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 12 - }, - "183": { - "name": "Fire in fast food restaurant", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "air": 1 - }, - "credits": 1850 - }, - "184": { - "name": "Container Ship Fire", - "stations": { - "0": 13, - "3": 3, - "11": 1, - "12": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 1, - "air": 2, - "hazmat": 1, - "mcv": 1, - "largeRescueboat": 1, - "largeFireboat": 1 - }, - "credits": 10000, - "patients": { - "max": 6, - "transport": 50, - "specialisation": "General Internal" - } - }, - "185": { - "name": "Dock Crane fire", - "stations": { - "0": 6, - "3": 1, - "11": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "platform": 1, - "largeFireboat": 1 - }, - "credits": 6000, - "patients": { - "max": 1, - "transport": 20, - "specialisation": "General Internal" - } - }, - "186": { - "name": "Recycling Centre fire", - "stations": { - "0": 20, - "3": 1, - "5": 2 - }, - "vehicles": { - "truck": 12, - "bchief": 2, - "platform": 2, - "heavyRescue": 3, - "tanker": 3, - "air": 1, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 2, - "transport": 20, - "specialisation": "General Internal" - }, - "poi": 36 - }, - "187": { - "name": "Kidnapping", - "stations": { - "3": 1, - "5": 7, - "8": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1 - }, - "credits": 2000, - "patients": { - "max": 1, - "transport": 80, - "specialisation": "General Internal" - }, - "poi": 0, - "expansions": { - "0": 104 - } - }, - "188": { - "name": "Cruise ship sinking", - "stations": { - "0": 13, - "3": 15, - "11": 1, - "12": 1 - }, - "vehicles": { - "truck": 7, - "bchief": 2, - "heavyRescue": 2, - "mcv": 1, - "boat": 2, - "largeFireboat": 1, - "largeRescueboat": 1 - }, - "credits": 15000, - "patients": { - "max": 20, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 38 - }, - "189": { - "name": "Sinking boat", - "stations": { - "0": 8, - "3": 3, - "water": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "heavyRescue": 2, - "boat": 2 - }, - "credits": 1500, - "patients": { - "max": 6, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 27 - }, - "190": { - "name": "Sinking boat", - "stations": { - "0": 8, - "3": 3, - "water": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "heavyRescue": 2, - "boat": 2 - }, - "credits": 1500, - "patients": { - "max": 6, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 1 - }, - "191": { - "name": "Sinking boat", - "stations": { - "0": 8, - "3": 3, - "water": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "heavyRescue": 2, - "boat": 2 - }, - "credits": 1500, - "patients": { - "max": 6, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 39 - }, - "192": { - "name": "Traffic accident with train", - "stations": { - "0": 10, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "transport": 70, - "specialisation": "Traumatology" - }, - "poi": 40, - "expansions": { - "0": 150, - "1": 151, - "2": 152 - } - }, - "193": { - "name": "Animal Rescue", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "194": { - "name": "Large MVA in tunnel", - "stations": { - "0": 13, - "3": 7, - "5": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "heavyRescue": 3, - "tanker": 1, - "air": 1, - "hazmat": 1, - "mcv": 1, - "police": 3 - }, - "credits": 7000, - "patients": { - "max": 14, - "transport": 25, - "specialisation": "General Internal" - }, - "poi": 41 - }, - "195": { - "name": "Single vehicle fire in tunnel", - "stations": { - "0": 6, - "3": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "General Internal" - }, - "poi": 41, - "expansions": { - "0": 205 - } - }, - "196": { - "name": "Kitchen Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 110 - } - }, - "197": { - "name": "Small boat fire", - "stations": { - "0": 6, - "water": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "boat": 1 - }, - "credits": 1250, - "poi": 39 - }, - "198": { - "name": "Small boat fire", - "stations": { - "0": 6, - "water": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "boat": 1 - }, - "credits": 1250, - "poi": 27 - }, - "199": { - "name": "Small boat fire", - "stations": { - "0": 6, - "water": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "boat": 1 - }, - "credits": 1250, - "poi": 1 - }, - "200": { - "name": "Person with a weapon", - "stations": { - "5": 8 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2500, - "prisoners": { - "max": 1 - } - }, - "201": { - "name": "VIP appearance", - "stations": { - "5": 15 - }, - "vehicles": { - "police": 6, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4000, - "special": { - "SWATPersonnel": 18 - }, - "siwa": true, - "dauer": "30 minutes" - }, - "202": { - "name": "Large Field Fire", - "stations": { - "0": 10 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 3000 - }, - "203": { - "name": "Natural gas odor", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "204": { - "name": "Ammonia Leak (Gas Alarm System)", - "stations": { - "0": 13, - "3": 5, - "5": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "air": 1, - "hazmat": 1, - "mcv": 1, - "police": 3 - }, - "credits": 5000, - "patients": { - "max": 10, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 32 - }, - "205": { - "name": "Multiple vehicle fire in tunnel", - "stations": { - "0": 8, - "3": 4 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "air": 1, - "mcv": 1 - }, - "credits": 5000, - "patients": { - "max": 8, - "transport": 60, - "specialisation": "General Internal" - }, - "poi": 41, - "percentages": { - "tanker": 40, - "air": 25 - } - }, - "206": { - "name": "Transformer fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "207": { - "name": "Caller Hangup", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 600 - }, - "208": { - "name": "Power Plant fire", - "stations": { - "0": 25, - "3": 10, - "5": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 4, - "platform": 3, - "heavyRescue": 4, - "tanker": 2, - "air": 2, - "hazmat": 1, - "mcv": 1, - "police": 4 - }, - "credits": 14500, - "patients": { - "max": 10, - "transport": 60, - "specialisation": "General Internal" - }, - "poi": 43 - }, - "209": { - "name": "Factory fire minor", - "stations": { - "0": 8, - "3": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2 - }, - "credits": 2000, - "patients": { - "max": 3, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 44 - }, - "210": { - "name": "Factory fire major", - "stations": { - "0": 15, - "3": 6, - "5": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 4, - "platform": 2, - "heavyRescue": 2, - "tanker": 1, - "air": 1, - "mcv": 1, - "police": 2 - }, - "credits": 9000, - "patients": { - "max": 7, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 44 - }, - "211": { - "name": "Multiple vehicles on fire", - "stations": { - "0": 7 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 3500, - "percentages": { - "tanker": 20 - } - }, - "212": { - "name": "Fire on farm medium", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 8, - "bchief": 1, - "platform": 1, - "tanker": 2, - "mcv": 1 - }, - "credits": 6000, - "poi": 21, - "expansions": { - "0": 213 - } - }, - "213": { - "name": "Fire on farm large", - "stations": { - "0": 16 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "platform": 2, - "tanker": 3, - "mcv": 1 - }, - "credits": 11000, - "poi": 21 - }, - "214": { - "name": "Scrapyard fire", - "stations": { - "0": 15, - "5": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 2, - "heavyRescue": 2, - "tanker": 2, - "mcv": 1, - "police": 2 - }, - "credits": 5000, - "poi": 45 - }, - "215": { - "name": "Animal rescue from drain", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 275 - }, - "216": { - "name": "Home Invasion", - "stations": { - "5": 9, - "8": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1 - }, - "credits": 1250, - "prisoners": { - "max": 2 - }, - "special": { - "SWATPersonnel": 4 - } - }, - "217": { - "name": "Museum Fire", - "stations": { - "0": 13, - "5": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 2, - "heavyRescue": 4, - "tanker": 1, - "air": 2, - "mcv": 1, - "police": 2 - }, - "credits": 7500, - "poi": 13, - "percentages": { - "tanker": 20 - } - }, - "218": { - "name": "Cardiac Arrest", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatology" - }, - "219": { - "name": "Respiratory Arrest", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatology" - }, - "220": { - "name": "Difficulty Breathing", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatology" - }, - "221": { - "name": "Difficulty Breathing", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "General Internal" - }, - "222": { - "name": "Difficulty Breathing", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 60, - "specialisation": "General Internal" - }, - "223": { - "name": "Back Pain", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "General Internal" - }, - "224": { - "name": "Vehicle Pursuit", - "stations": { - "5": 7, - "8": 1 - }, - "vehicles": { - "police": 4, - "k9": 1, - "policeHeli": 1 - }, - "credits": 1000, - "prisoners": { - "max": 2 - } - }, - "225": { - "name": "Landing Gear failure", - "stations": { - "0": 11 - }, - "vehicles": { - "arff": 3, - "truck": 1, - "bchief": 1, - "heavyRescue": 1 - }, - "credits": 3000, - "poi": 29, - "expansions": { - "0": 120 - } - }, - "226": { - "name": "Landing Gear failure", - "stations": { - "0": 11 - }, - "vehicles": { - "arff": 2, - "truck": 1 - }, - "credits": 2000, - "poi": 28, - "expansions": { - "0": 162 - } - }, - "227": { - "name": "Airport Terminal Collapse (Small)", - "stations": { - "0": 13, - "3": 5 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "mcv": 1 - }, - "credits": 5000, - "patients": { - "max": 10, - "transport": 50, - "specialisation": "Traumatology" - }, - "poi": 30 - }, - "228": { - "name": "Airport Terminal Collapse (Large)", - "stations": { - "0": 20, - "3": 10, - "5": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 4, - "platform": 1, - "heavyRescue": 4, - "mcv": 1, - "police": 2 - }, - "credits": 7000, - "patients": { - "max": 20, - "transport": 50, - "specialisation": "Traumatology" - }, - "poi": 30 - }, - "229": { - "name": "Airport Terminal Collapse (Major)", - "stations": { - "0": 30, - "3": 20, - "5": 3 - }, - "vehicles": { - "truck": 12, - "bchief": 6, - "platform": 2, - "heavyRescue": 6, - "mcv": 1, - "police": 6 - }, - "credits": 11000, - "patients": { - "max": 40, - "transport": 50, - "specialisation": "Traumatology" - }, - "poi": 30 - }, - "230": { - "name": "Hazardous materials truck fire in tunnel", - "stations": { - "0": 13, - "3": 5, - "5": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "air": 1, - "hazmat": 1, - "police": 4 - }, - "credits": 6500, - "patients": { - "max": 10, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 41 - }, - "231": { - "name": "Hazardous materials truck fire", - "stations": { - "0": 11, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 30, - "specialisation": "General Internal" - } - }, - "232": { - "name": "Full Building Collapse", - "stations": { - "0": 14, - "3": 5, - "5": 2 - }, - "vehicles": { - "truck": 6, - "platform": 2, - "bchief": 4, - "mcv": 1, - "heavyRescue": 4, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 10, - "specialisation": "Traumatology" - } - }, - "233": { - "name": "Person Hit by Train", - "stations": { - "0": 8, - "3": 1, - "5": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "specialisation": "Traumatology" - }, - "poi": 46 - }, - "234": { - "name": "Person Hit by Train", - "stations": { - "0": 8, - "3": 1, - "5": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "specialisation": "Traumatology" - }, - "poi": 6 - }, - "235": { - "name": "Person Hit by Train", - "stations": { - "0": 8, - "3": 1, - "5": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "specialisation": "Traumatology" - }, - "poi": 7 - }, - "236": { - "name": "Electrical fire on subway tracks", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1200, - "poi": 46 - }, - "237": { - "name": "ALPR Checkpoint", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 4 - }, - "credits": 4000, - "siwa": true, - "dauer": "1 hour" - }, - "238": { - "name": "Bulk hazardous storage tank leak (Small)", - "stations": { - "0": 11, - "3": 3, - "5": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "heavyRescue": 1, - "hazmat": 1, - "police": 1 - }, - "credits": 4000, - "patients": { - "max": 5, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 47 - }, - "239": { - "name": "Bulk hazardous storage tank leak (Large)", - "stations": { - "0": 11, - "3": 5, - "5": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "air": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 10, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 48 - }, - "240": { - "name": "Fire in Subway station", - "stations": { - "0": 10, - "3": 2, - "5": 5 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "air": 1, - "tanker": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 46, - "percentages": { - "air": 10, - "tanker": 10 - } - }, - "241": { - "name": "Fire in Subway station (Large)", - "stations": { - "0": 13, - "3": 5, - "5": 5 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "heavyRescue": 2, - "air": 2, - "tanker": 1, - "police": 4, - "hazmat": 1, - "mcv": 1 - }, - "credits": 7000, - "patients": { - "max": 10, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 46 - }, - "242": { - "name": "Truck Rear-Ended with Entrapment", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "police": 1 - }, - "credits": 1250, - "patients": { - "max": 2, - "transport": 70, - "specialisation": "Traumatology" - } - }, - "243": { - "name": "Attempted Homicide", - "stations": { - "3": 1, - "5": 9 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "244": { - "name": "Fare dodger", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 46 - }, - "245": { - "name": "Medical emergency on crane", - "stations": { - "0": 8, - "3": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 950, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "General Internal" - } - }, - "246": { - "name": "Patient Transfer", - "onlyRd": true, - "transport": 0, - "nef": 0 - }, - "247": { - "name": "Possible Sepsis", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "General Internal" - }, - "248": { - "name": "Mental health concern", - "stations": { - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "patients": { - "max": 1, - "min": 1, - "transport": 80, - "specialisation": "General Surgeon" - } - }, - "249": { - "name": "Car workshop fire", - "stations": { - "0": 14, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "air": 1, - "hazmat": 1, - "mcv": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 15, - "percentages": { - "tanker": 40, - "air": 40, - "mcv": 20 - } - }, - "250": { - "name": "Car workshop fire with explosion", - "stations": { - "0": 18, - "3": 6, - "5": 4 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 4, - "tanker": 1, - "air": 1, - "hazmat": 1, - "mcv": 1, - "police": 4 - }, - "credits": 10000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Traumatology" - }, - "poi": 15 - }, - "251": { - "name": "Patient transfer from flight", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "General Internal", - "poi": 28 - }, - "252": { - "name": "Patient transfer from flight", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "General Internal", - "poi": 29 - }, - "253": { - "name": "Hotel fire small", - "stations": { - "0": 4, - "3": 4 - }, - "vehicles": { - "truck": 4 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 49, - "expansions": { - "0": 254 - } - }, - "254": { - "name": "Hotel fire medium", - "stations": { - "0": 6, - "3": 8 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "platform": 1 - }, - "credits": 5000, - "patients": { - "max": 10, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 49, - "expansions": { - "0": 255 - } - }, - "255": { - "name": "Hotel fire large", - "stations": { - "0": 10, - "3": 15, - "5": 3 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "air": 1, - "police": 3 - }, - "credits": 8000, - "patients": { - "max": 20, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 49, - "expansions": { - "0": 256 - }, - "percentages": { - "tanker": 10, - "air": 30 - } - }, - "256": { - "name": "Hotel fire major", - "stations": { - "0": 20, - "3": 30, - "5": 6 - }, - "vehicles": { - "truck": 14, - "bchief": 4, - "platform": 2, - "heavyRescue": 2, - "tanker": 1, - "air": 1, - "mcv": 1, - "police": 6 - }, - "credits": 12000, - "patients": { - "max": 50, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 49 - }, - "257": { - "name": "Attempted Homicide", - "stations": { - "3": 1, - "5": 9 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 2000, - "patients": { - "max": 1, - "transport": 10, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "258": { - "name": "Attempted Homicide", - "stations": { - "3": 1, - "5": 9 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 2100, - "patients": { - "max": 1, - "transport": 10, - "specialisation": "Traumatology" - }, - "prisoners": { - "max": 1 - } - }, - "259": { - "name": "Small Supermarket Fire", - "stations": { - "0": 5, - "3": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 9 - }, - "260": { - "name": "Big Supermarket Fire", - "stations": { - "0": 8, - "3": 3, - "5": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "air": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 10, - "percentages": { - "tanker": 20, - "air": 20 - } - }, - "261": { - "name": "Bar Fight", - "stations": { - "3": 1, - "5": 3 - }, - "vehicles": { - "police": 4 - }, - "credits": 1000, - "patients": { - "max": 2, - "specialisation": "General Internal" - }, - "poi": 50, - "prisoners": { - "max": 3 - } - }, - "262": { - "name": "Damaged Roof", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "263": { - "name": "Unsafe Cladding", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "264": { - "name": "Unsafe Scaffolding", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "265": { - "name": "Sports hall fire", - "stations": { - "0": 9, - "3": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "air": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "General Internal" - }, - "poi": 12 - }, - "266": { - "name": "Landfill fire", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - }, - "267": { - "name": "Arm caught in industrial machine", - "stations": { - "0": 4, - "3": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 800, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "specialisation": "Traumatology" - } - }, - "268": { - "name": "Person trapped under machine", - "stations": { - "0": 4, - "3": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2 - }, - "credits": 1100, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - } - }, - "269": { - "name": "Transient Ischemic Attack", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurosurgery" - }, - "270": { - "name": "Vehicle fire in parking garage", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "poi": 0, - "expansions": { - "0": 271 - } - }, - "271": { - "name": "Large parking garage fire", - "stations": { - "0": 12, - "3": 4, - "5": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 1, - "heavyRescue": 2, - "tanker": 1, - "air": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 6, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 0, - "percentages": { - "tanker": 5 - } - }, - "272": { - "name": "Museum robbery", - "stations": { - "5": 9 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "poi": 13, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "273": { - "name": "Natural Gas explosion", - "stations": { - "0": 13, - "3": 7 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 5000, - "patients": { - "max": 10, - "transport": 70, - "specialisation": "Traumatology" - }, - "expansions": { - "0": 232, - "1": 88 - } - }, - "274": { - "name": "Large Natural Gas explosion", - "stations": { - "0": 13, - "3": 15, - "5": 3 - }, - "vehicles": { - "truck": 8, - "bchief": 4, - "platform": 1, - "heavyRescue": 4, - "hazmat": 1, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 20, - "transport": 70, - "specialisation": "Traumatology" - }, - "expansions": { - "0": 232, - "1": 88 - } - }, - "275": { - "name": "Swimmer in distress", - "stations": { - "0": 3, - "3": 1, - "water": 1 - }, - "vehicles": { - "boat": 1, - "truck": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - }, - "poi": 1 - }, - "276": { - "name": "Swimmer in distress", - "stations": { - "0": 3, - "3": 1, - "water": 1 - }, - "vehicles": { - "boat": 1, - "truck": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - }, - "poi": 27 - }, - "277": { - "name": "Unknown structure fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "expansions": { - "0": 110, - "1": 99, - "2": 196, - "3": 5, - "4": 278, - "5": 279, - "6": 280, - "7": 281, - "8": 282, - "9": 28, - "10": 22 - } - }, - "278": { - "name": "Electrical Cupboard Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300 - }, - "279": { - "name": "Electrical Cupboard Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 350 - }, - "280": { - "name": "Smoking Electrical Equipment", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300 - }, - "281": { - "name": "Storage Cupboard Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300 - }, - "282": { - "name": "Storage Cupboard Fire", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 300 - }, - "283": { - "name": "Illegal goods smuggling", - "stations": { - "5": 7 - }, - "vehicles": { - "police": 3, - "k9": 1 - }, - "credits": 800, - "prisoners": { - "max": 1 - } - }, - "284": { - "name": "Illegal goods smuggling", - "stations": { - "5": 7 - }, - "vehicles": { - "police": 3, - "k9": 1 - }, - "credits": 800, - "poi": 38, - "prisoners": { - "max": 1 - } - }, - "285": { - "name": "Illegal goods smuggling", - "stations": { - "5": 7 - }, - "vehicles": { - "police": 3, - "k9": 1 - }, - "credits": 800, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "286": { - "name": "Stowaways found", - "stations": { - "0": 1, - "3": 5, - "5": 7 - }, - "vehicles": { - "truck": 1, - "police": 8, - "k9": 1 - }, - "credits": 2000, - "patients": { - "max": 10, - "min": 1, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 8, - "prisoners": { - "max": 4 - } - }, - "287": { - "name": "Stowaways found", - "stations": { - "0": 1, - "3": 5, - "5": 7 - }, - "vehicles": { - "truck": 1, - "police": 8, - "k9": 1 - }, - "credits": 2000, - "patients": { - "max": 10, - "min": 1, - "transport": 40, - "specialisation": "General Internal" - }, - "prisoners": { - "max": 4 - } - }, - "288": { - "name": "Stowaways found", - "stations": { - "0": 1, - "3": 5, - "5": 7 - }, - "vehicles": { - "truck": 1, - "police": 8, - "k9": 1 - }, - "credits": 2000, - "patients": { - "max": 10, - "min": 1, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 38, - "prisoners": { - "max": 4 - } - }, - "289": { - "name": "Customs search operation", - "stations": { - "5": 7 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "poi": 8, - "siwa": true, - "dauer": "1 hour" - }, - "290": { - "name": "Customs search operation", - "stations": { - "5": 7 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "poi": 38, - "siwa": true, - "dauer": "1 hour" - }, - "291": { - "name": "Customs search operation", - "stations": { - "5": 7 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "siwa": true, - "dauer": "1 hour" - }, - "292": { - "name": "Heatstroke", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "General Internal" - }, - "293": { - "name": "Acid burns (Accidental)", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatology" - }, - "294": { - "name": "Acid burns (Accidental)", - "stations": { - "0": 1, - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 3, - "truck": 1 - }, - "credits": 750, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatology" - } - }, - "295": { - "name": "Hit and Run", - "stations": { - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 500, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Traumatology" - } - }, - "296": { - "name": "Ceiling Collapse", - "stations": { - "0": 6, - "3": 4 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1 - }, - "credits": 2000, - "patients": { - "max": 6, - "transport": 40, - "specialisation": "Traumatology" - }, - "expansions": { - "0": 88 - } - }, - "297": { - "name": "Electrocution", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatology" - }, - "298": { - "name": "Large brawl", - "stations": { - "3": 7, - "5": 5 - }, - "vehicles": { - "k9": 1, - "police": 8 - }, - "credits": 2500, - "patients": { - "max": 10, - "transport": 40, - "specialisation": "General Internal" - }, - "prisoners": { - "max": 6 - } - }, - "299": { - "name": "Pepper spray discharged on train", - "stations": { - "0": 11, - "3": 5, - "5": 5 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "hazmat": 1, - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 6, - "transport": 15, - "specialisation": "General Internal" - }, - "poi": 5, - "prisoners": { - "max": 1 - } - }, - "300": { - "name": "Pepper spray discharged on train", - "stations": { - "0": 11, - "3": 5, - "5": 5 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "hazmat": 1, - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 6, - "transport": 15, - "specialisation": "General Internal" - }, - "poi": 6, - "prisoners": { - "max": 1 - } - }, - "301": { - "name": "Pepper spray discharged on train", - "stations": { - "0": 11, - "3": 5, - "5": 5 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "hazmat": 1, - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 6, - "transport": 15, - "specialisation": "General Internal" - }, - "poi": 7, - "prisoners": { - "max": 1 - } - }, - "302": { - "name": "Passenger train derailment (Small)", - "stations": { - "0": 10, - "3": 15, - "5": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 8000, - "patients": { - "max": 20, - "transport": 40, - "specialisation": "Traumatology" - }, - "poi": 7, - "expansions": { - "0": 307 - } - }, - "303": { - "name": "Passenger train derailment (Small)", - "stations": { - "0": 10, - "3": 15, - "5": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 8000, - "patients": { - "max": 20, - "transport": 40, - "specialisation": "Traumatology" - }, - "poi": 6, - "expansions": { - "0": 306 - } - }, - "304": { - "name": "Passenger train derailment (Small)", - "stations": { - "0": 10, - "3": 15, - "5": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 8000, - "patients": { - "max": 20, - "transport": 40, - "specialisation": "Traumatology" - }, - "poi": 24, - "expansions": { - "0": 308 - } - }, - "305": { - "name": "Passenger train derailment (Small)", - "stations": { - "0": 10, - "3": 15, - "5": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 8000, - "patients": { - "max": 20, - "transport": 40, - "specialisation": "Traumatology" - }, - "poi": 40, - "expansions": { - "0": 309 - } - }, - "306": { - "name": "Passenger train derailment (Large)", - "stations": { - "0": 15, - "3": 25, - "5": 4 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 1, - "police": 4 - }, - "credits": 11000, - "patients": { - "max": 50, - "transport": 40, - "specialisation": "Traumatology" - }, - "poi": 6, - "expansions": { - "0": 310 - } - }, - "307": { - "name": "Passenger train derailment (Large)", - "stations": { - "0": 15, - "3": 25, - "5": 4 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 1, - "police": 4 - }, - "credits": 11000, - "patients": { - "max": 50, - "transport": 40, - "specialisation": "Traumatology" - }, - "poi": 7, - "expansions": { - "0": 311 - } - }, - "308": { - "name": "Passenger train derailment (Large)", - "stations": { - "0": 15, - "3": 25, - "5": 4 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 1, - "police": 4 - }, - "credits": 11000, - "patients": { - "max": 40, - "transport": 50, - "specialisation": "Traumatology" - }, - "poi": 24, - "expansions": { - "0": 312 - } - }, - "309": { - "name": "Passenger train derailment (Large)", - "stations": { - "0": 15, - "3": 25, - "5": 4 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 1, - "police": 4 - }, - "credits": 11000, - "patients": { - "max": 40, - "transport": 50, - "specialisation": "Traumatology" - }, - "poi": 40, - "expansions": { - "0": 313 - } - }, - "310": { - "name": "Passenger train derailment (Major)", - "stations": { - "0": 30, - "3": 40, - "5": 10 - }, - "vehicles": { - "truck": 14, - "bchief": 6, - "platform": 1, - "heavyRescue": 6, - "hazmat": 2, - "mcv": 1, - "police": 12 - }, - "credits": 14000, - "patients": { - "max": 60, - "transport": 70, - "specialisation": "Traumatology" - }, - "poi": 6 - }, - "311": { - "name": "Passenger train derailment (Major)", - "stations": { - "0": 30, - "3": 40, - "5": 10 - }, - "vehicles": { - "truck": 14, - "bchief": 6, - "platform": 1, - "heavyRescue": 6, - "hazmat": 2, - "mcv": 1, - "police": 12 - }, - "credits": 14000, - "patients": { - "max": 60, - "transport": 70, - "specialisation": "Traumatology" - }, - "poi": 7 - }, - "312": { - "name": "Passenger train derailment (Major)", - "stations": { - "0": 30, - "3": 40, - "5": 10 - }, - "vehicles": { - "truck": 14, - "bchief": 6, - "platform": 1, - "heavyRescue": 6, - "hazmat": 2, - "mcv": 1, - "police": 12 - }, - "credits": 14000, - "patients": { - "max": 60, - "transport": 70, - "specialisation": "Traumatology" - }, - "poi": 24 - }, - "313": { - "name": "Passenger train derailment (Major)", - "stations": { - "0": 30, - "3": 40, - "5": 10 - }, - "vehicles": { - "truck": 14, - "bchief": 6, - "platform": 1, - "heavyRescue": 6, - "hazmat": 2, - "mcv": 1, - "police": 12 - }, - "credits": 14000, - "patients": { - "max": 60, - "transport": 70, - "specialisation": "Traumatology" - }, - "poi": 40 - }, - "314": { - "name": "Bus in river", - "stations": { - "0": 6, - "3": 6, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "police": 2, - "boat": 1 - }, - "credits": 4000, - "patients": { - "max": 20, - "min": 1, - "transport": 60, - "specialisation": "Traumatology" - }, - "poi": 27 - }, - "315": { - "name": "Chemistry accident at school", - "stations": { - "0": 11, - "3": 1 - }, - "vehicles": { - "hazmat": 1, - "truck": 1 - }, - "credits": 900, - "patients": { - "max": 2, - "transport": 70, - "specialisation": "Traumatology" - }, - "poi": 12, - "expansions": { - "0": 181 - }, - "percentages": { - "hazmat": 70 - } - }, - "316": { - "name": "Bus on fire", - "stations": { - "0": 6, - "3": 6 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "General Surgeon" - } - }, - "317": { - "name": "Subway Collapse", - "stations": { - "0": 15, - "3": 15, - "5": 1 - }, - "vehicles": { - "truck": 8, - "bchief": 4, - "platform": 2, - "heavyRescue": 6, - "mcv": 1, - "police": 2 - }, - "credits": 12000, - "patients": { - "max": 30, - "transport": 50, - "specialisation": "Traumatology" - }, - "poi": 46 - }, - "318": { - "name": "Subway train on fire", - "stations": { - "0": 11, - "3": 3, - "5": 1 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1, - "air": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 5000, - "patients": { - "max": 5, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 46, - "percentages": { - "tanker": 40 - } - }, - "319": { - "name": "Damaged tank car", - "stations": { - "0": 11 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "hazmat": 1, - "heavyRescue": 1 - }, - "credits": 950, - "poi": 8 - }, - "320": { - "name": "Tanker ship on fire", - "stations": { - "0": 20, - "3": 10, - "5": 2, - "11": 2, - "12": 1 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 2, - "air": 2, - "hazmat": 3, - "mcv": 1, - "police": 3, - "largeRescueboat": 1, - "largeFireboat": 3 - }, - "credits": 15000, - "patients": { - "max": 15, - "transport": 60, - "specialisation": "General Internal" - } - }, - "321": { - "name": "Car vs tree", - "stations": { - "0": 1, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 1, - "police": 1 - }, - "credits": 900, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "General Internal" - }, - "expansions": { - "0": 322 - } - }, - "322": { - "name": "Car vs tree (entrapment)", - "stations": { - "0": 4, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "police": 1 - }, - "credits": 900, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "General Internal" - }, - "percentages": { - "heavyRescue": 30 - } - }, - "323": { - "name": "Protestors on runway", - "stations": { - "3": 2, - "5": 2 - }, - "vehicles": { - "police": 4 - }, - "credits": 700, - "patients": { - "max": 4, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 28 - }, - "324": { - "name": "Protestors on runway", - "stations": { - "0": 1, - "3": 3, - "5": 4 - }, - "vehicles": { - "truck": 1, - "police": 6 - }, - "credits": 1200, - "patients": { - "max": 7, - "transport": 30, - "specialisation": "General Internal" - }, - "poi": 29 - }, - "325": { - "name": "Sick person", - "stations": { - "3": 1 - }, - "onlyRd": true - }, - "326": { - "name": "Panic button activation", - "stations": { - "3": 1, - "5": 6 - }, - "vehicles": { - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "General Internal" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 90 - } - }, - "327": { - "name": "Car ignited by fireworks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "328": { - "name": "Bulky waste ignited by fireworks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "329": { - "name": "Small field fire caused by fireworks", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "330": { - "name": "Basement fire caused by fireworks", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "General Internal" - }, - "percentages": { - "bchief": 90 - } - }, - "331": { - "name": "Burning Bus shelter ignited by fireworks", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "332": { - "name": "Fire on balcony caused by fireworks", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "333": { - "name": "Burning paper containers ignited by fireworks", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "334": { - "name": "Burning hedge ignited by firecracker", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "335": { - "name": "Drunk driver after New Year's Eve party", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "336": { - "name": "Burning thatched roof house ignited by fireworks", - "stations": { - "0": 7, - "3": 3, - "5": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "air": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "General Internal" - }, - "percentages": { - "air": 30 - } - }, - "337": { - "name": "Car damaged by fireworks", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "338": { - "name": "Violation of Explosives Law", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "339": { - "name": "Hand injury caused by fireworks", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatology" - }, - "340": { - "name": "Restraining Order Violation", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 2 - }, - "credits": 300, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 90 - } - }, - "341": { - "name": "Vehicle Crash - Property Damage", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 144, - "1": 125, - "2": 158, - "3": 295 - } - }, - "342": { - "name": "Child Locked in Vehicle", - "stations": { - "0": 1, - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1, - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "specialisation": "General Surgeon" - }, - "prisoners": { - "max": 1 - } - }, - "343": { - "name": "Residential burglar alarm triggered", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 600, - "prisoners": { - "max": 2 - } - }, - "344": { - "name": "Animal on the tracks", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "poi": 40 - }, - "345": { - "name": "Animal on the tracks", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "poi": 24 - }, - "346": { - "name": "Animal on the tracks", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "poi": 6 - }, - "347": { - "name": "Animal on the tracks", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "poi": 7 - }, - "348": { - "name": "Cooking fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650, - "expansions": { - "0": 196 - } - }, - "349": { - "name": "Propane depot explosion", - "stations": { - "0": 15, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "air": 1, - "hazmat": 1, - "mcv": 1, - "police": 3 - }, - "credits": 8000, - "patients": { - "max": 4, - "min": 1, - "transport": 50, - "specialisation": "Traumatology" - }, - "poi": 53 - }, - "350": { - "name": "Choking", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "General Internal" - }, - "351": { - "name": "Injured person on high voltage mast", - "stations": { - "0": 4, - "3": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "General Surgeon" - } - }, - "352": { - "name": "Large Ferry Fire", - "stations": { - "0": 13, - "3": 8, - "11": 1 - }, - "vehicles": { - "truck": 7, - "bchief": 2, - "platform": 1, - "heavyRescue": 2, - "air": 1, - "mcv": 1, - "largeFireboat": 2 - }, - "credits": 9000, - "patients": { - "max": 12, - "min": 5, - "transport": 40, - "specialisation": "General Surgeon" - } - }, - "353": { - "name": "Residential police raid", - "stations": { - "5": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "354": { - "name": "Straw bale stack on fire", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "355": { - "name": "Injured free runner", - "stations": { - "0": 4, - "3": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 70, - "specialisation": "General Internal" - } - }, - "356": { - "name": "Cruise ship fire", - "stations": { - "0": 13, - "3": 6, - "11": 1 - }, - "vehicles": { - "truck": 7, - "bchief": 2, - "platform": 1, - "heavyRescue": 2, - "air": 1, - "hazmat": 1, - "mcv": 1, - "largeFireboat": 2 - }, - "credits": 9000, - "patients": { - "max": 12, - "transport": 40, - "specialisation": "General Internal" - }, - "poi": 38 - }, - "357": { - "name": "Vehicle lost its load", - "stations": { - "0": 1, - "5": 1 - }, - "vehicles": { - "truck": 1, - "police": 2 - }, - "credits": 700, - "percentages": { - "truck": 30 - } - }, - "358": { - "name": "Easter egg stolen from basket", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "359": { - "name": "Chocolate Egg heist", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "360": { - "name": "Collapsed rabbit hole", - "stations": { - "5": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "361": { - "name": "Easter bunny hit by car", - "stations": { - "3": 3, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatology" - } - }, - "362": { - "name": "Bulk Easter Egg pile fire", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "363": { - "name": "Chocolate Tanker Spill", - "stations": { - "0": 10, - "5": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "364": { - "name": "Flashover when boiling eggs", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "365": { - "name": "Easter market fair", - "stations": { - "0": 2, - "3": 4, - "5": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 hours" - }, - "366": { - "name": "Easter Egg lorry crash", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatology" - } - }, - "367": { - "name": "Easter egg hunt", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "368": { - "name": "Easter bunny on crane", - "stations": { - "0": 12, - "5": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "369": { - "name": "Medium Wildfire", - "stations": { - "0": 8, - "forest": 2 - }, - "vehicles": { - "bchief": 1, - "tanker": 2, - "brushtruck": 4 - }, - "credits": 4000 - }, - "370": { - "name": "Large Wildfire", - "stations": { - "0": 10, - "forest": 3 - }, - "vehicles": { - "bchief": 2, - "tanker": 4, - "brushtruck": 6 - }, - "credits": 6500 - }, - "371": { - "name": "Major Wildfire", - "stations": { - "0": 14, - "5": 2, - "forest": 4 - }, - "vehicles": { - "bchief": 3, - "mcv": 1, - "tanker": 8, - "police": 2, - "brushtruck": 8 - }, - "credits": 10000 - }, - "372": { - "name": "Medium Controlled Burn", - "stations": { - "0": 3, - "forest": 1 - }, - "vehicles": { - "brushtruck": 2 - }, - "credits": 1300 - }, - "373": { - "name": "Large Controlled Burn", - "stations": { - "0": 6, - "forest": 3 - }, - "vehicles": { - "bchief": 1, - "brushtruck": 3 - }, - "credits": 1800 - }, - "374": { - "name": "Fire Break Clearing", - "stations": { - "0": 2, - "forest": 2 - }, - "vehicles": { - "brushtruck": 2 - }, - "credits": 600, - "poi": 3 - }, - "375": { - "name": "Lightning Strike in Forest", - "stations": { - "0": 2 - }, - "vehicles": { - "brushtruck": 2 - }, - "credits": 700, - "poi": 3 - }, - "376": { - "name": "Plane off the runway", - "stations": { - "0": 8, - "3": 1 - }, - "vehicles": { - "truck": 2, - "platform": 1, - "arff": 2, - "ambulance": 2, - "bchief": 1 - }, - "credits": 3000, - "patients": { - "max": 20, - "min": 10, - "transport": 25, - "specialisation": "Traumatology" - }, - "poi": 29, - "expansions": { - "0": 120 - }, - "percentages": { - "platform": 50 - } - }, - "377": { - "name": "Off-road Rescue", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1, - "brushtruck": 1 - }, - "credits": 3000, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "General Surgeon" - } - }, - "378": { - "name": "SCUBA Injury", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "General Internal", - "poi": 1 - }, - "379": { - "name": "SCUBA Injury", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "General Internal", - "poi": 39 - }, - "380": { - "name": "Boat Leaking Fuel", - "stations": { - "0": 8, - "11": 1 - }, - "vehicles": { - "truck": 2, - "hazmat": 1, - "largeFireboat": 1 - }, - "credits": 1000, - "poi": 39 - }, - "381": { - "name": "Small Earthquake", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 300, - "expansions": { - "0": 382, - "1": 383, - "2": 384 - } - }, - "382": { - "name": "Large Earthquake", - "stations": { - "0": 10, - "3": 3 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "heavyRescue": 2, - "bchief": 2, - "air": 1 - }, - "credits": 650, - "patients": { - "max": 10, - "min": 2, - "transport": 80, - "specialisation": "Traumatology" - }, - "expansions": { - "0": 384 - } - }, - "383": { - "name": "Medium Earthquake", - "stations": { - "0": 6, - "3": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1, - "air": 1 - }, - "credits": 600, - "patients": { - "max": 5, - "transport": 80, - "specialisation": "Traumatology" - }, - "expansions": { - "0": 382, - "1": 384 - } - }, - "384": { - "name": "Major Earthquake", - "stations": { - "0": 15, - "3": 5 - }, - "vehicles": { - "truck": 10, - "platform": 2, - "heavyRescue": 5, - "bchief": 4, - "police": 1, - "air": 2 - }, - "credits": 700, - "patients": { - "max": 30, - "min": 10, - "transport": 80, - "specialisation": "Traumatology" - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.es_ES.json b/modules/lss-missionHelper/missions.es_ES.json deleted file mode 100644 index 27782479e..000000000 --- a/modules/lss-missionHelper/missions.es_ES.json +++ /dev/null @@ -1,2137 +0,0 @@ -{ - "0": { - "name": "Papelera incendiada", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Contenedor incendiado", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Coche en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Moto en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Incendio en jard\u00edn", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Cuarto incendiado", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Cobertizo en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Hojas ardiendo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Basura industrial en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Fardo de paja ardiendo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Tractor incendiado", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Cabina ardiendo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "\u00c1rbol en la carretera", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Cami\u00f3n en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Incendio en campo peque\u00f1o", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Incendio forestal peque\u00f1o", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Caravana en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Buz\u00f3n en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Arbusto en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Tr\u00e1iler ardiendo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Incendio en s\u00f3tano", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Medicina interna general" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Incendio en chimenea", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Incendio en tejado", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Incendio por aceite", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Estaci\u00f3n de autobuses ardiendo", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Accidente de tr\u00e1fico", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatolog\u00eda" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Incendio en supermercado peque\u00f1o", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Medicina interna general" - }, - "poi": 9 - }, - "27": { - "name": "Garaje en llamas", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "M\u00e1quina ardiendo", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Vertido de cami\u00f3n desconocido", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Escape de gas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Incendio por parrilla", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Cosechadora incendiada", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Incendio en supermercado peque\u00f1o", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Medicina interna general" - }, - "poi": 9 - }, - "34": { - "name": "Incendio en hospital", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 2 - }, - "35": { - "name": "Coma et\u00edlico", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Medicina interna general" - } - }, - "36": { - "name": "Dolor tor\u00e1cico", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiolog\u00eda" - }, - "37": { - "name": "Ataque de asma", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "38": { - "name": "Convulsiones", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurolog\u00eda" - }, - "39": { - "name": "Fiebre", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Medicina interna general" - }, - "40": { - "name": "Ca\u00edda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatolog\u00eda" - }, - "41": { - "name": "Incendio en taller", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Ca\u00edda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatolog\u00eda" - }, - "43": { - "name": "Ca\u00edda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatolog\u00eda" - }, - "44": { - "name": "Robo", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Robo", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Accidente en aparcamiento", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Accidente en aparcamiento", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Robo de metal", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Carterista", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Viajero sin ticket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Viajero sin ticket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Viajero sin ticket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Viajero sin ticket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Accidente en aparcamiento", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Pelea", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatolog\u00eda" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Disturbios", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Manifestaci\u00f3n no anunciada", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Incendio en cocina", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Rescate de animal", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Estadio en llamas", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 12 - }, - "61": { - "name": "Accidente de avioneta (aeropuerto)", - "stations": { - "0": 4, - "2": 3 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 2, - "bchief": 1 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 28 - }, - "62": { - "name": "Denuncia por exceso de ruido", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Accidente isqu\u00e9mico transitorio", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurocirug\u00eda" - }, - "64": { - "name": "Accidente de autob\u00fas", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Medicina interna general" - } - }, - "65": { - "name": "Incendio en cocina", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Cuarto incendiado", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Pelea", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatolog\u00eda" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Incendio en supermercado grande", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Medicina interna general" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Vertido de cami\u00f3n desconocido", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Incendio en supermercado grande", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Medicina interna general" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Sangrado nasal", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Cirug\u00eda general" - }, - "72": { - "name": "Accidente de avioneta", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatolog\u00eda" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Accidente de autob\u00fas serio", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Cirug\u00eda general" - } - }, - "74": { - "name": "Gran incendio", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Espantap\u00e1jaros en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 350 - }, - "76": { - "name": "Campo de calabazas en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 850 - }, - "77": { - "name": "Sopa de calabaza demasiado cocida", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "specialisation": "Neurolog\u00eda" - } - }, - "78": { - "name": "Bruja en \u00e1rbol", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Traumatolog\u00eda" - } - }, - "80": { - "name": "Monstruo anda suelto", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 4 - }, - "credits": 1600 - }, - "81": { - "name": "Calabaza robada", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "82": { - "name": "Frankenstein avistado", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 550 - }, - "83": { - "name": "Robo de caramelos", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "84": { - "name": "Ciclista golpeado por un cami\u00f3n de mercanc\u00edas", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - } - }, - "85": { - "name": "Incendio en la escuela", - "stations": { - "0": 13, - "2": 3 - }, - "vehicles": { - "truck": 6, - "bchief": 2 - }, - "credits": 5300, - "patients": { - "max": 6, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 12 - }, - "86": { - "name": "Robo en el mercado navide\u00f1o", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "87": { - "name": "Puesto del mercado de Navidad en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "Medicina interna general" - }, - "poi": 17 - }, - "88": { - "name": "Incendio en el mercado navide\u00f1o", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "Medicina interna general" - }, - "poi": 17 - }, - "89": { - "name": "Accidente de tr\u00e1fico debido a hielo", - "stations": { - "0": 4 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "Traumatolog\u00eda" - }, - "percentages": { - "heavyRescue": 100 - } - }, - "90": { - "name": "\u00c1rbol de navidad en llamas", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "91": { - "name": "Corona de Adviento en llamas", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "92": { - "name": "Pelea en mercado navide\u00f1o", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 17 - }, - "93": { - "name": "Pasajero agresivo", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 300, - "patients": { - "max": 1, - "transport": 30, - "specialisation": "Medicina interna general" - } - }, - "94": { - "name": "Persona atrapada bajo maquinaria", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2 - }, - "credits": 1100, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - } - }, - "95": { - "name": "Techo da\u00f1ado", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "96": { - "name": "Apilamiento de coches", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 1, - "bchief": 1, - "police": 1, - "ambulance": 3 - }, - "credits": 1300, - "patients": { - "max": 5, - "min": 1, - "transport": 20, - "specialisation": "Medicina interna general" - } - }, - "97": { - "name": "Cami\u00f3n con semirremolque en llamas", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 3 - }, - "credits": 900 - }, - "98": { - "name": "Accidente de tractor", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "ambulance": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 0, - "specialisation": "Cirug\u00eda general" - }, - "poi": 21 - }, - "99": { - "name": "Coche en llamas a causa de los fuegos artificiales", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "100": { - "name": "Mont\u00f3n de basura en llamas a causa de los fuegos artificiales", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "101": { - "name": "Solar en llamas a causa de los fuegos artificiales", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "102": { - "name": "S\u00f3tano en llamas a causa de los fuegos artificiales", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Medicina interna general" - }, - "percentages": { - "bchief": 90 - } - }, - "103": { - "name": "Marquesina en llamas a causa de los fuegos artificiales", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "104": { - "name": "Balc\u00f3n en llamas a causa de los fuegos artificiales", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "105": { - "name": "Contenedores de papel en llamas a causa de los fuegos artificiales", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "106": { - "name": "Seto en llamas a causa de un petardo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "107": { - "name": "Conductor borracho tras la fiesta de Nochevieja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "108": { - "name": "Casa con tejado de paja en llamas a causa de los fuegos artificiales", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "air": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "percentages": { - "air": 30 - } - }, - "109": { - "name": "Coche da\u00f1ado por los fuegos artificiales", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "110": { - "name": "Infracci\u00f3n del Reglamento de explosivos", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "111": { - "name": "Lesi\u00f3n en la mano a causa de los fuegos artificiales", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatolog\u00eda" - }, - "112": { - "name": "Veh\u00edculo de mercanc\u00eda pesada en llamas", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1, - "police": 1 - }, - "credits": 2500, - "percentages": { - "tanker": 10 - } - }, - "113": { - "name": "Cami\u00f3n de la basura en llamas", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 2, - "tanker": 1, - "police": 1 - }, - "credits": 5000 - }, - "114": { - "name": "Accidente de motocicleta", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Medicina interna general" - } - }, - "115": { - "name": "Intoxicaci\u00f3n por mon\u00f3xido de carbono", - "stations": { - "0": 5, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "air": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 10, - "min": 2, - "transport": 80, - "specialisation": "Medicina interna general" - }, - "percentages": { - "air": 30 - } - }, - "116": { - "name": "Vuelco de veh\u00edculo a motor", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - } - }, - "117": { - "name": "Robo a mano armada", - "stations": { - "6": 7 - }, - "vehicles": { - "police": 5 - }, - "credits": 1300, - "patients": { - "max": 1, - "specialisation": "Medicina interna general" - }, - "poi": 9, - "prisoners": { - "max": 2 - } - }, - "118": { - "name": "Fuego en la cocina", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650, - "expansions": { - "0": 58 - } - }, - "119": { - "name": "Asfixia", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Medicina interna general" - }, - "120": { - "name": "Fuego en la cafeter\u00eda", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 12 - }, - "121": { - "name": "Escalador atascador", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Medicina interna general" - }, - "percentages": { - "platform": 50 - } - }, - "122": { - "name": "Amenaza a un oficial", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Medicina interna general" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "123": { - "name": "Fuego en el granero", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "124": { - "name": "Persona herida en un poste de alto voltaje", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Cirug\u00eda general" - } - }, - "125": { - "name": "Incendio de una pila de paja", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "126": { - "name": "Redada policial residencial", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "127": { - "name": "Ladr\u00f3n de huevos de Pascua", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "129": { - "name": "Derrumbe de conejera", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "130": { - "name": "Conejo de Pascua atropellado", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatolog\u00eda" - } - }, - "131": { - "name": "Cesta de Pascua en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "132": { - "name": "Vuelco de cami\u00f3n cisterna con chocolate", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "133": { - "name": "Hervidor de huevos en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "134": { - "name": "Encuentro de conejos en ciudad de Pascua", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 horas" - }, - "135": { - "name": "Vuelco de cami\u00f3n con huevos de Pascua", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatolog\u00eda" - } - }, - "136": { - "name": "Misi\u00f3n prioritaria: Caza de huevos de Pascua", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "137": { - "name": "Conejo de Pascua en gr\u00faa", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "138": { - "name": "Descarrilamiento del tren de carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 24 - }, - "139": { - "name": "Descarrilamiento del tren de carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 7 - }, - "140": { - "name": "Descarrilamiento del tren de carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 6 - }, - "141": { - "name": "Rescate en zanjas", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "Cirug\u00eda general" - } - }, - "142": { - "name": "Choque anafil\u00e1ctico", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Medicina interna general" - }, - "143": { - "name": "Corredor lesionado", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Medicina interna general" - }, - "144": { - "name": "Ni\u00f1o desaparecido", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "Medicina interna general" - } - }, - "145": { - "name": "Lesi\u00f3n medular", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "Cirug\u00eda general" - }, - "146": { - "name": "Derrumbe parcial de un edificio", - "stations": { - "0": 6, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 1, - "bchief": 1, - "police": 2 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 10, - "specialisation": "Traumatolog\u00eda" - } - }, - "147": { - "name": "Derrumbe de un edificio", - "stations": { - "0": 7, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 3, - "platform": 2, - "bchief": 2, - "police": 1 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 20, - "specialisation": "Traumatolog\u00eda" - } - }, - "148": { - "name": "Quemaduras de tercer grado", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "Cirug\u00eda general" - }, - "149": { - "name": "Traumatismo cerebral", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "Neurocirug\u00eda" - }, - "150": { - "name": "Amputaci\u00f3n traum\u00e1tica de la extremidad", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 80, - "rth": 50, - "specialisation": "Cirug\u00eda general" - }, - "151": { - "name": "Gran incendio en una granja", - "stations": { - "0": 15 - }, - "vehicles": { - "truck": 9, - "bchief": 2, - "platform": 3, - "tanker": 3 - }, - "credits": 9000, - "poi": 21 - }, - "152": { - "name": "Dolor de espalda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "Medicina interna general" - }, - "153": { - "name": "Incendio en vertedero", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.es_MX.json b/modules/lss-missionHelper/missions.es_MX.json deleted file mode 100644 index 23eaa9a2c..000000000 --- a/modules/lss-missionHelper/missions.es_MX.json +++ /dev/null @@ -1,2018 +0,0 @@ -{ - "0": { - "name": "Papelera incendiada", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Contenedor incendiado", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Coche en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Moto en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Incendio en jard\u00edn", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Cuarto incendiado", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Cobertizo en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Hojas ardiendo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Basura industrial en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Fardo de paja ardiendo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Tractor incendiado", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Cabina ardiendo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "\u00c1rbol en la carretera", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Cami\u00f3n en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Incendio en campo peque\u00f1o", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Incendio forestal peque\u00f1o", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Caravana en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Buz\u00f3n en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Arbusto en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Tr\u00e1iler ardiendo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Incendio en s\u00f3tano", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Medicina interna general" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Incendio en chimenea", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Incendio en tejado", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Incendio por aceite", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Estaci\u00f3n de autobuses ardiendo", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Accidente de tr\u00e1fico", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatolog\u00eda" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Incendio en supermercado peque\u00f1o", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Medicina interna general" - }, - "poi": 9 - }, - "27": { - "name": "Garaje en llamas", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "M\u00e1quina ardiendo", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Vertido de cami\u00f3n desconocido", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Escape de gas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Incendio por parrilla", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Cosechadora incendiada", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Incendio en supermercado peque\u00f1o", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Medicina interna general" - }, - "poi": 9 - }, - "34": { - "name": "Incendio en hospital", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 2 - }, - "35": { - "name": "Coma et\u00edlico", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Medicina interna general" - } - }, - "36": { - "name": "Dolor tor\u00e1cico", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiolog\u00eda" - }, - "37": { - "name": "Ataque de asma", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "38": { - "name": "Convulsiones", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurolog\u00eda" - }, - "39": { - "name": "Fiebre", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Medicina interna general" - }, - "40": { - "name": "Ca\u00edda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatolog\u00eda" - }, - "41": { - "name": "Incendio en taller", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Ca\u00edda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatolog\u00eda" - }, - "43": { - "name": "Ca\u00edda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatolog\u00eda" - }, - "44": { - "name": "Robo", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Robo", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Accidente en aparcamiento", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Accidente en aparcamiento", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Robo de metal", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Carterista", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Viajero sin ticket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Viajero sin ticket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Viajero sin ticket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Viajero sin ticket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Accidente en aparcamiento", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Pelea", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatolog\u00eda" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Disturbios", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Manifestaci\u00f3n no anunciada", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Incendio en cocina", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Rescate de animal", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Estadio en llamas", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 12 - }, - "61": { - "name": "Accidente de avioneta (aeropuerto)", - "stations": { - "0": 4, - "2": 3 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 2, - "bchief": 1 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 28 - }, - "62": { - "name": "Denuncia por exceso de ruido", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Accidente isqu\u00e9mico transitorio", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurocirug\u00eda" - }, - "64": { - "name": "Accidente de autob\u00fas", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Medicina interna general" - } - }, - "65": { - "name": "Incendio en cocina", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Cuarto incendiado", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Pelea", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatolog\u00eda" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Incendio en supermercado grande", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Medicina interna general" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Vertido de cami\u00f3n desconocido", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Incendio en supermercado grande", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Medicina interna general" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Sangrado nasal", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Cirug\u00eda general" - }, - "72": { - "name": "Accidente de avioneta", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatolog\u00eda" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Accidente de autob\u00fas serio", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Cirug\u00eda general" - } - }, - "74": { - "name": "Gran incendio", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Espantap\u00e1jaros en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 350 - }, - "76": { - "name": "Campo de calabazas en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 850 - }, - "77": { - "name": "Sopa de calabaza demasiado cocida", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "specialisation": "Neurolog\u00eda" - } - }, - "78": { - "name": "Bruja en \u00e1rbol", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Traumatolog\u00eda" - } - }, - "80": { - "name": "Monstruo anda suelto", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 4 - }, - "credits": 1600 - }, - "81": { - "name": "Calabaza robada", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "82": { - "name": "Frankenstein avistado", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 550 - }, - "83": { - "name": "Robo de caramelos", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "84": { - "name": "Ciclista golpeado por un cami\u00f3n de mercanc\u00edas", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - } - }, - "85": { - "name": "Incendio en la escuela", - "stations": { - "0": 13, - "2": 3 - }, - "vehicles": { - "truck": 6, - "bchief": 2 - }, - "credits": 5300, - "patients": { - "max": 6, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 12 - }, - "86": { - "name": "Robo en el mercado navide\u00f1o", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "87": { - "name": "Puesto del mercado de Navidad en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "Medicina interna general" - }, - "poi": 17 - }, - "88": { - "name": "Incendio en el mercado navide\u00f1o", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "Medicina interna general" - }, - "poi": 17 - }, - "89": { - "name": "Accidente de tr\u00e1fico debido a hielo", - "stations": { - "0": 4 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "Traumatolog\u00eda" - }, - "percentages": { - "heavyRescue": 100 - } - }, - "90": { - "name": "\u00c1rbol de navidad en llamas", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "91": { - "name": "Corona de Adviento en llamas", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "92": { - "name": "Pelea en mercado navide\u00f1o", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 17 - }, - "93": { - "name": "Pasajero agresivo", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 300, - "patients": { - "max": 1, - "transport": 30, - "specialisation": "Medicina interna general" - } - }, - "94": { - "name": "Persona atrapada bajo maquinaria", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2 - }, - "credits": 1100, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - } - }, - "95": { - "name": "Techo da\u00f1ado", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "96": { - "name": "Apilamiento de coches", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 1, - "bchief": 1, - "police": 1, - "ambulance": 3 - }, - "credits": 1300, - "patients": { - "max": 5, - "min": 1, - "transport": 20, - "specialisation": "Medicina interna general" - } - }, - "97": { - "name": "Cami\u00f3n con semirremolque en llamas", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 3 - }, - "credits": 900 - }, - "98": { - "name": "Accidente de tractor", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "ambulance": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 0, - "specialisation": "Cirug\u00eda general" - }, - "poi": 21 - }, - "99": { - "name": "Coche en llamas a causa de los fuegos artificiales", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "100": { - "name": "Mont\u00f3n de basura en llamas a causa de los fuegos artificiales", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "101": { - "name": "Solar en llamas a causa de los fuegos artificiales", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "102": { - "name": "S\u00f3tano en llamas a causa de los fuegos artificiales", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Medicina interna general" - }, - "percentages": { - "bchief": 90 - } - }, - "103": { - "name": "Marquesina en llamas a causa de los fuegos artificiales", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "104": { - "name": "Balc\u00f3n en llamas a causa de los fuegos artificiales", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "105": { - "name": "Contenedores de papel en llamas a causa de los fuegos artificiales", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "106": { - "name": "Seto en llamas a causa de un petardo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "107": { - "name": "Conductor borracho tras la fiesta de Nochevieja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "108": { - "name": "Casa con tejado de paja en llamas a causa de los fuegos artificiales", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "Medicina interna general" - } - }, - "109": { - "name": "Coche da\u00f1ado por los fuegos artificiales", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "110": { - "name": "Infracci\u00f3n del Reglamento de explosivos", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "111": { - "name": "Lesi\u00f3n en la mano a causa de los fuegos artificiales", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatolog\u00eda" - }, - "112": { - "name": "Veh\u00edculo de mercanc\u00eda pesada en llamas", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1, - "police": 1 - }, - "credits": 2500, - "percentages": { - "tanker": 10 - } - }, - "113": { - "name": "Cami\u00f3n de la basura en llamas", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 2, - "tanker": 1, - "police": 1 - }, - "credits": 5000 - }, - "114": { - "name": "Accidente de motocicleta", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Medicina interna general" - } - }, - "115": { - "name": "Intoxicaci\u00f3n por mon\u00f3xido de carbono", - "stations": { - "0": 5, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 10, - "min": 2, - "transport": 80, - "specialisation": "Medicina interna general" - } - }, - "116": { - "name": "Vuelco de veh\u00edculo a motor", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - } - }, - "117": { - "name": "Robo a mano armada", - "stations": { - "6": 7 - }, - "vehicles": { - "police": 5 - }, - "credits": 1300, - "patients": { - "max": 1, - "specialisation": "Medicina interna general" - }, - "poi": 9, - "prisoners": { - "max": 2 - } - }, - "118": { - "name": "Fuego en la cocina", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650, - "expansions": { - "0": 58 - } - }, - "119": { - "name": "Fuego en la cafeter\u00eda", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Medicina interna general" - }, - "poi": 12 - }, - "120": { - "name": "Escalador atascado", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Medicina interna general" - }, - "percentages": { - "platform": 50 - } - }, - "121": { - "name": "Amenaza a un oficial", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Medicina interna general" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "122": { - "name": "Fuego en el granero", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "123": { - "name": "Persona herida en un poste de alto voltaje", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Cirug\u00eda general" - } - }, - "124": { - "name": "Incendio de una pila de paja", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "125": { - "name": "Redada policial residencial", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "126": { - "name": "Ladr\u00f3n de huevos de Pascua", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "127": { - "name": "Robo de pincel del taller", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "128": { - "name": "Derrumbe de conejera", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "129": { - "name": "Conejo de Pascua atropellado", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatolog\u00eda" - } - }, - "130": { - "name": "Cesta de Pascua en llamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "131": { - "name": "Vuelco de cami\u00f3n cisterna con chocolate", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "132": { - "name": "Hervidor de huevos en llamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "133": { - "name": "Encuentro de conejos en ciudad de Pascua", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 horas" - }, - "134": { - "name": "Vuelco de cami\u00f3n con huevos de Pascua", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatolog\u00eda" - } - }, - "135": { - "name": "Misi\u00f3n prioritaria: Caza de huevos de Pascua", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "136": { - "name": "Conejo de Pascua en gr\u00faa", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "137": { - "name": "Descarrilamiento de tren de carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 24 - }, - "138": { - "name": "Descarrilamiento de tren de carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 7 - }, - "139": { - "name": "Descarrilamiento de tren de carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatolog\u00eda" - }, - "poi": 6 - }, - "140": { - "name": "Rescate en zanjas", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "Cirug\u00eda general" - } - }, - "141": { - "name": "Choque anafil\u00e1ctico", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Medicina interna general" - }, - "142": { - "name": "Corredor lesionado", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Medicina interna general" - }, - "143": { - "name": "Desaparici\u00f3n de ni\u00f1o", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "Medicina interna general" - } - }, - "144": { - "name": "Incendio en vertedero", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.fi_FI.json b/modules/lss-missionHelper/missions.fi_FI.json deleted file mode 100644 index 1508a4441..000000000 --- a/modules/lss-missionHelper/missions.fi_FI.json +++ /dev/null @@ -1,1195 +0,0 @@ -{ - "0": { - "name": "Roskispalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Konttipalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Autopalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Moottoripy\u00f6r\u00e4palo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Ruohikkopalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Huonepalo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Puutarhavajan palo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Palavia lehti\u00e4", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Suurj\u00e4tepalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Hein\u00e4paalipalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Traktoripalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Puhelinkoppipalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Puu tiell\u00e4", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Kuorma-autopalo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Pieni maastopalo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Pieni mets\u00e4palo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Matkailuautopalo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Postilaatikkopalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Risukasa", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Per\u00e4vaunupalo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Kellaripalo", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Savupiippupalo", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Kattopalo", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Rasvapalo", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Linja-autokatoksen palo", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Tieonnettomuus", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologia" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Pieni valintamyym\u00e4l\u00e4palo", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "poi": 9 - }, - "27": { - "name": "Autotallipalo", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "Konepalo", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Tuntematon tankkerivuoto", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "mcv": 1, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Kaasuvuoto", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Takkapalo", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Puimakonepalo", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Pieni valintamyym\u00e4l\u00e4palo", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "poi": 9 - }, - "34": { - "name": "Sairaalapalo", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "poi": 2 - }, - "35": { - "name": "Alkoholimyrkytys", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - } - }, - "36": { - "name": "Rintakipuja", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Kardiologia" - }, - "37": { - "name": "Astmakohtaus", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "38": { - "name": "Kouristuskohtaus", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologia" - }, - "39": { - "name": "Kuume", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "40": { - "name": "Kaatunut henkil\u00f6", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "41": { - "name": "Autokorjaamopalo", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Kaatunut henkil\u00f6", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "43": { - "name": "Kaatunut henkil\u00f6", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "44": { - "name": "Myym\u00e4l\u00e4varkaus", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Myym\u00e4l\u00e4varkaus", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Pys\u00e4k\u00f6intionnettomuus", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Pys\u00e4k\u00f6intionnettomuus", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Metallimurto", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Taskuvarkaus", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Maksamatta j\u00e4tt\u00e4nyt matkustaja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Maksamatta j\u00e4tt\u00e4nyt matkustaja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Maksamatta j\u00e4tt\u00e4nyt matkustaja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Maksamatta j\u00e4tt\u00e4nyt matkustaja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Pys\u00e4k\u00f6intionnettomuus", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Tappelu", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Mellakoitsija", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Ilmoittamatta j\u00e4rjestetty mielenosoitus", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Keitti\u00f6palo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "El\u00e4imen pelastus", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Urheiluhallipalo", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "poi": 12 - }, - "61": { - "name": "Pienkoneen maahansy\u00f6ksy (lentokentt\u00e4)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 2, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologia" - }, - "poi": 28 - }, - "62": { - "name": "Meluvalitus", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Ohimenev\u00e4 aivoverenkiertoh\u00e4iri\u00f6", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Aivokirurgia" - }, - "64": { - "name": "Linja-auto-onnettomuus", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - } - }, - "65": { - "name": "Keitti\u00f6palo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Huonepalo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Tappelu", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Iso valintamyym\u00e4l\u00e4palo", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Tuntematon tankkerivuoto", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Iso valintamyym\u00e4l\u00e4palo", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Nen\u00e4verenvuoto", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Yleiskirurgi" - }, - "72": { - "name": "Pienkoneen maahansy\u00f6ksy", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologia" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Vakava linja-auto-onnettomuus", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Yleiskirurgi" - } - }, - "74": { - "name": "Suuri tulipalo", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Pelastus kaivannosta", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "Yleiskirurgi" - } - }, - "76": { - "name": "Anafylaksia", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "77": { - "name": "Loukkaantunut juoksija", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "78": { - "name": "Kadonnut lapsi", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - } - }, - "79": { - "name": "Selk\u00e4rankavamma", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "Yleiskirurgi" - }, - "80": { - "name": "Rakennuksen osittainen sortuma", - "stations": { - "0": 6, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 1, - "bchief": 1, - "police": 2 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 10, - "specialisation": "Traumatologia" - } - }, - "81": { - "name": "Rakennussortuma", - "stations": { - "0": 7, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 3, - "platform": 2, - "bchief": 2, - "police": 1 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 20, - "specialisation": "Traumatologia" - } - }, - "82": { - "name": "3. asteen palovammat", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "Yleiskirurgi" - }, - "83": { - "name": "Vakava p\u00e4\u00e4vamma", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "Aivokirurgia" - }, - "84": { - "name": "Traumaattinen raajan amputaatio", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 80, - "rth": 50, - "specialisation": "Yleiskirurgi" - }, - "85": { - "name": "Iso maatilan tulipalo", - "stations": { - "0": 15 - }, - "vehicles": { - "truck": 9, - "bchief": 2, - "platform": 3, - "tanker": 3 - }, - "credits": 9000, - "poi": 21 - }, - "86": { - "name": "Selk\u00e4kipu", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "Yleisl\u00e4\u00e4k\u00e4ri" - }, - "87": { - "name": "Kaatopaikan tulipalo", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.fr_FR.json b/modules/lss-missionHelper/missions.fr_FR.json deleted file mode 100644 index b46e5b6ac..000000000 --- a/modules/lss-missionHelper/missions.fr_FR.json +++ /dev/null @@ -1,2247 +0,0 @@ -{ - "0": { - "name": "Feu de poubelle", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Feu de benne \u00e0 ordures", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Feu de V\u00e9hicule l\u00e9ger", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Feu de 2 roues", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Feu de v\u00e9g\u00e9tation", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Feu de chambre", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1, - "bchief": 1 - }, - "credits": 1100, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Feu de cabanon", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300 - }, - "7": { - "name": "Feu divers", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Feu d'encombrants", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Feu de paille", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 2 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Feu d'engin agricole", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300 - }, - "11": { - "name": "Feu de cabine t\u00e9l\u00e9phonique", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Arbre sur la Voie Publique", - "stations": { - "0": 1 - }, - "vehicles": { - "gkw": 1, - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Feu de Poids Lourd", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1, - "tanker": 1, - "bchief": 1 - }, - "credits": 980, - "percentages": { - "bchief": 40, - "tanker": 20 - } - }, - "14": { - "name": "Feu de r\u00e9colte sur pied (petit)", - "stations": { - "0": 7 - }, - "vehicles": { - "truck": 3, - "tanker": 1, - "bchief": 1 - }, - "credits": 1500, - "expansions": { - "0": 15 - }, - "percentages": { - "bchief": 70 - } - }, - "15": { - "name": "Feu en for\u00eat (petit)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Feu de caravane", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "17": { - "name": "Feu de boite aux lettres", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Feu de broussailles", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Remorque en feu", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Feu de cave", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Feu de chemin\u00e9e", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 1330, - "special": { - "averageMinimumEmployeesFire": 6 - }, - "expansions": { - "0": 22 - } - }, - "22": { - "name": "Feu de toiture", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 1400, - "percentages": { - "bchief": 50 - } - }, - "23": { - "name": "Feu d'hydrocarbures", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 2, - "tanker": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 1500 - }, - "24": { - "name": "Feu d'abri bus", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Accident Voie Publique", - "stations": { - "0": 3 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologie" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Petit supermarch\u00e9 en feu", - "stations": { - "0": 5, - "2": 2 - }, - "vehicles": { - "truck": 1, - "bchief": 1 - }, - "credits": 1100, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 9 - }, - "27": { - "name": "Feu de garage", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "28": { - "name": "Machine en feu", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "D\u00e9versement de citerne inconnue", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Fuite de gaz", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Feu de chemin\u00e9e", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Feu d'engin agricole", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "33": { - "name": "Petit supermarch\u00e9 en feu", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 9 - }, - "34": { - "name": "Feu d'ERP - H\u00f4pital", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 5000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 2 - }, - "35": { - "name": "Ivresse manifeste", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "36": { - "name": "Douleurs Thoraciques R\u00e9centes", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiologie" - }, - "37": { - "name": "Crise d'asthme", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "38": { - "name": "Convulsions", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologie" - }, - "39": { - "name": "Fi\u00e8vre", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "40": { - "name": "Chute", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologie" - }, - "41": { - "name": "Feu d'ERP - Concessionnaire", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Chute", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologie" - }, - "44": { - "name": "Vol \u00e0 l\u2019\u00e9talage", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Vol \u00e0 l\u2019\u00e9talage", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Accident de voiture gar\u00e9e", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Accident de voiture gar\u00e9e", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Vol de M\u00e9taux", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 2 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Pickpocket", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Resquilleur", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Resquilleur", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Resquilleur", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Resquilleur", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Accident de voiture gar\u00e9e", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Rixe", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologie" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Casseur", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Manifestation non autoris\u00e9e", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Feu de cuisine", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 1000, - "percentages": { - "platform": 10, - "bchief": 10 - } - }, - "59": { - "name": "Sauvetage d'animal", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400, - "poi": 21 - }, - "60": { - "name": "Feu d'ERP - Salle de sport", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 12 - }, - "61": { - "name": "Crash d'a\u00e9ronef", - "stations": { - "0": 4, - "2": 3 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologie" - }, - "poi": 28 - }, - "62": { - "name": "Tapage", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Accident Isch\u00e9mique Transitoire", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurochirurgie" - }, - "64": { - "name": "Accident de bus", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "65": { - "name": "Feu de cuisine", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 1000, - "percentages": { - "platform": 10, - "bchief": 10 - } - }, - "66": { - "name": "Feu de chambre", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1, - "bchief": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "percentages": { - "platform": 40, - "bchief": 40 - } - }, - "67": { - "name": "Rixe", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologie" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Feu d'ERP - Supermarch\u00e9", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3300, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "D\u00e9versement de citerne inconnue", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "71": { - "name": "Epistaxis", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Chirurgien g\u00e9n\u00e9ral" - }, - "72": { - "name": "Accident d\u2019aviation l\u00e9g\u00e8re", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 3700, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologie" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Accident de bus grave", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Chirurgien g\u00e9n\u00e9ral" - } - }, - "74": { - "name": "Incendie de grande ampleur", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Vol au march\u00e9 de No\u00ebl", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "76": { - "name": "Feu d'\u00e9choppe au march\u00e9 de No\u00ebl", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 17 - }, - "77": { - "name": "Feu divers sur le march\u00e9 de No\u00ebl", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 17 - }, - "78": { - "name": "Accident Voie Publique (sur glace)", - "stations": { - "0": 4 - }, - "vehicles": { - "heavyRescue": 1, - "police": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "Traumatologie" - } - }, - "79": { - "name": "Feu de Sapin de No\u00ebl", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "80": { - "name": "Feu de couronne de l'Avent", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "81": { - "name": "Rixe au march\u00e9 de No\u00ebl", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 2, - "specialisation": "Traumatologie" - }, - "poi": 17 - }, - "82": { - "name": "Carambolage", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 1, - "bchief": 1, - "police": 1, - "ambulance": 3 - }, - "credits": 1300, - "patients": { - "max": 5, - "min": 1, - "transport": 20, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "83": { - "name": "Un camion avec une semi-remorque en feu", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 3 - }, - "credits": 900 - }, - "84": { - "name": "Accident de tracteur", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "ambulance": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 0, - "specialisation": "Chirurgien g\u00e9n\u00e9ral" - }, - "poi": 21 - }, - "85": { - "name": "Feu de voiture caus\u00e9 par des feux d'artifice", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "86": { - "name": "Feu d'encombrants caus\u00e9 par des feux d'artifice", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "87": { - "name": "Petit feu de champ caus\u00e9 par des feux d'artifice", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "88": { - "name": "Sous-sol en feu caus\u00e9 par des feux d'artifice", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "percentages": { - "bchief": 90 - } - }, - "89": { - "name": "Abribus en feu caus\u00e9 par des feux d'artifice", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "90": { - "name": "Feu de balcon caus\u00e9 par des feux d'artifice", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "91": { - "name": "Feu de container papier caus\u00e9 par des feux d'artifice", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "92": { - "name": "Feu de haie caus\u00e9 par des feux d'artifice", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "93": { - "name": "Conduite en \u00e9tat d'ivresse apr\u00e8s le R\u00e9veillon", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "94": { - "name": "Feu de chaumi\u00e8re caus\u00e9 par des feux d'artifice", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "air": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "percentages": { - "air": 30 - } - }, - "95": { - "name": "Voiture endommag\u00e9e par des feux d'artifice", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "96": { - "name": "Infraction au d\u00e9cret n\u00b0\u00a090-897 sur les artifices de divertissement", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "97": { - "name": "Blessure \u00e0 la main caus\u00e9e par des feux d'artifice", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatologie" - }, - "98": { - "name": "B\u00e2chage", - "stations": { - "0": 3 - }, - "vehicles": { - "gkw": 1, - "platform": 1, - "truck": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "99": { - "name": "Poids lourd en feu", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1, - "police": 1 - }, - "credits": 2500, - "percentages": { - "tanker": 10 - } - }, - "100": { - "name": "Camion poubelle en feu", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 2, - "tanker": 1, - "police": 1 - }, - "credits": 5000 - }, - "101": { - "name": "Feu de pavillon", - "stations": { - "0": 5, - "2": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 800, - "patients": { - "max": 4, - "min": 1, - "transport": 80, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "102": { - "name": "D\u00e9clenchement de t\u00e9l\u00e9alarme", - "stations": { - "0": 1, - "2": 1 - }, - "vehicles": { - "gkw": 1, - "ambulance": 1 - }, - "credits": 850, - "patients": { - "max": 1, - "transport": 60, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "103": { - "name": "Enfant en bas age laiss\u00e9 seul", - "stations": { - "0": 1, - "2": 1, - "6": 1 - }, - "vehicles": { - "gkw": 1, - "ambulance": 1, - "police": 1 - }, - "credits": 850, - "patients": { - "max": 1, - "min": 1, - "transport": 20, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "104": { - "name": "Suspicion de fracture du rachis", - "stations": { - "2": 6 - }, - "onlyRd": true, - "transport": 100, - "rth": 45, - "specialisation": "Neurologie" - }, - "105": { - "name": "Chute du 2\u00e8me \u00e9tage", - "stations": { - "0": 1, - "2": 6 - }, - "vehicles": { - "heavyRescue": 2 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "rth": 75, - "specialisation": "Traumatologie" - }, - "poi": 3 - }, - "106": { - "name": "Objet mena\u00e7ant de tomber", - "stations": { - "0": 3 - }, - "vehicles": { - "gkw": 1, - "platform": 1, - "truck": 1 - }, - "credits": 600 - }, - "107": { - "name": "Chemin\u00e9e mena\u00e7ant de tomber", - "stations": { - "0": 3 - }, - "vehicles": { - "gkw": 1, - "platform": 1, - "truck": 1 - }, - "credits": 600 - }, - "108": { - "name": "D\u00e9struction d'hymenopt\u00e8res", - "stations": { - "0": 1 - }, - "vehicles": { - "gkw": 1, - "truck": 1 - }, - "credits": 400 - }, - "109": { - "name": "Ass\u00e8chement de locaux", - "stations": { - "0": 1 - }, - "vehicles": { - "gkw": 1, - "truck": 1 - }, - "credits": 400 - }, - "110": { - "name": "Personne ne r\u00e9pondant pas aux appels", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 850, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "111": { - "name": "D\u00e9couverte de NAC", - "stations": { - "0": 4 - }, - "vehicles": { - "gkw": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 850 - }, - "112": { - "name": "AVP impliquant une moto", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 3, - "transport": 80, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "113": { - "name": "\u00c9touffement", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "114": { - "name": "Feu de caf\u00e9t\u00e9ria", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 12 - }, - "115": { - "name": "Escaladeur coinc\u00e9", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "116": { - "name": "Menacer un fonctionnaire", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "117": { - "name": "Naus\u00e9es - Vomissements", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "118": { - "name": "Bless\u00e9 sur pyl\u00f4ne \u00e9l\u00e9ctrique", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Chirurgien g\u00e9n\u00e9ral" - }, - "percentages": { - "heavyRescue": 50 - } - }, - "119": { - "name": "Feu de pile de ballots de paille", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "120": { - "name": "Feu de parking souterrain", - "stations": { - "0": 6, - "2": 3 - }, - "vehicles": { - "truck": 2, - "platform": 1, - "bchief": 1, - "air": 1 - }, - "credits": 3200, - "patients": { - "max": 5, - "transport": 50, - "specialisation": "Traumatologie" - }, - "poi": 52, - "percentages": { - "air": 30 - } - }, - "121": { - "name": "Vol d'\u0153ufs de P\u00e2ques", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "122": { - "name": "Aggression de cloche de P\u00e2ques", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "123": { - "name": "Collision de cloches de P\u00e2ques", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "124": { - "name": "Lapin de P\u00e2ques renvers\u00e9", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatologie" - } - }, - "125": { - "name": "Feu de reserve d'\u0153ufs de P\u00e2ques", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "126": { - "name": "Fuite de citerne de chocolat", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "127": { - "name": "Feu de chocolaterie", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "128": { - "name": "Convention des cloches de P\u00e2ques", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 heures" - }, - "129": { - "name": "Camion d'\u0153ufs de P\u00e2ques renvers\u00e9", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatologie" - } - }, - "130": { - "name": "Convention des cloches de P\u00e2ques", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "131": { - "name": "Cloche de P\u00e2ques dans une grue", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "132": { - "name": "D\u00e9raillement de train de fret", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 24 - }, - "133": { - "name": "D\u00e9raillement de train de fret", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 7 - }, - "134": { - "name": "D\u00e9raillement de train de fret", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 6 - }, - "135": { - "name": "Feu de silo", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 4, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "136": { - "name": "Choc anaphylactique", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "137": { - "name": "Bless\u00e9 sur \u00e9chafaudage", - "stations": { - "0": 12, - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 1, - "bchief": 1, - "platform": 1 - }, - "credits": 1800, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Traumatologie" - }, - "percentages": { - "platform": 40, - "police": 30 - } - }, - "138": { - "name": "Chute d'escalade", - "stations": { - "0": 12, - "2": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1500, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "rth": 75, - "specialisation": "Traumatologie" - } - }, - "139": { - "name": "Accident de parachutisme", - "stations": { - "0": 12, - "2": 5 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "platform": 1 - }, - "credits": 1900, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 22 - }, - "140": { - "name": "Accident de parachutisme", - "stations": { - "0": 12, - "2": 5 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "platform": 1 - }, - "credits": 1900, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 43 - }, - "141": { - "name": "Accident de parachutisme", - "stations": { - "0": 12, - "2": 5 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "platform": 1 - }, - "credits": 1900, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 44 - }, - "142": { - "name": "Malaise dans une grue", - "stations": { - "0": 12, - "2": 1, - "6": 1 - }, - "vehicles": { - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "143": { - "name": "Nacelle bloqu\u00e9e en position haute", - "stations": { - "0": 10, - "2": 4, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 100, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "expansions": { - "0": 144 - } - }, - "144": { - "name": "Nacelle bloqu\u00e9e en position haute (> 32m)", - "stations": { - "0": 12, - "2": 4, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 2, - "truck": 1 - }, - "credits": 1800, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 2, - "transport": 50, - "rth": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "145": { - "name": "Objet mena\u00e7ant de tomber (inaccessible)", - "stations": { - "0": 12 - }, - "vehicles": { - "gkw": 1, - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 900, - "special": { - "averageMinimumEmployeesHoehen": 5 - } - }, - "146": { - "name": "Chemin\u00e9e mena\u00e7ant de tomber (inaccessible)", - "stations": { - "0": 12 - }, - "vehicles": { - "gkw": 1, - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 900, - "special": { - "averageMinimumEmployeesHoehen": 5 - } - }, - "147": { - "name": "Personnes bloqu\u00e9es dans une attraction", - "stations": { - "0": 12, - "2": 2 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 2300, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 14, - "transport": 50, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "poi": 26 - }, - "148": { - "name": "\u00c9vacuation personne ob\u00e8se par la fen\u00eatre", - "stations": { - "0": 12, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "bchief": 1 - }, - "credits": 2200, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "expansions": { - "0": 149 - } - }, - "149": { - "name": "\u00c9vacuation personne ob\u00e8se par la fen\u00eatre (non accessible)", - "stations": { - "0": 12, - "2": 2, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 1, - "bchief": 1 - }, - "credits": 2400, - "special": { - "averageMinimumEmployeesHoehen": 5 - }, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "percentages": { - "police": 30 - } - }, - "150": { - "name": "Coupure profonde", - "stations": { - "2": 1 - }, - "vehicles": { - "ambulance": 1 - }, - "credits": 750, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Interne g\u00e9n\u00e9ral" - } - }, - "151": { - "name": "Essouflement", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Interne g\u00e9n\u00e9ral" - }, - "152": { - "name": "Essouflement - Ant\u00e9c\u00e9dants cardiaques", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiologie" - }, - "153": { - "name": "Violences Domestiques", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 2 - }, - "credits": 400 - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.it_IT.json b/modules/lss-missionHelper/missions.it_IT.json deleted file mode 100644 index d4aef09e6..000000000 --- a/modules/lss-missionHelper/missions.it_IT.json +++ /dev/null @@ -1,2639 +0,0 @@ -{ - "0": { - "name": "Bidone in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Container in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Auto in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Moto in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Erba che brucia", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Stanza in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Medicina interna generale" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Casotto nel giardino in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "7": { - "name": "Foglie che bruciano", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Rifiuti sparsi in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Balla di paglia in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Trattore in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Cabina telefonica in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Albero su strada", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Camion in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Piccolo campo in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Piccolo incendio boschivo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Roulotte in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1100 - }, - "17": { - "name": "Buca delle lettere in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Mucchio di arbusti", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Rimorchio in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Seminterrato in fiamme", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3, - "heavyRescue": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "specialisation": "Medicina interna generale" - }, - "percentages": { - "bchief": 20 - } - }, - "21": { - "name": "Camino in fiamme", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 1 - }, - "credits": 600, - "expansions": { - "0": 22 - } - }, - "22": { - "name": "Tetto in fiamme", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 2, - "heavyRescue": 1 - }, - "credits": 900 - }, - "23": { - "name": "Incendio da grasso", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Incendio fermata autobus", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Incidente stradale", - "stations": { - "0": 2, - "2": 3 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 4, - "transport": 40, - "specialisation": "Traumatologia" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Incendio in supermercato (PICCOLO)", - "stations": { - "0": 5, - "2": 3 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1 - }, - "credits": 1300, - "patients": { - "max": 4, - "transport": 35, - "specialisation": "Medicina interna generale" - }, - "poi": 9 - }, - "27": { - "name": "Garage in fiamme", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1100 - }, - "28": { - "name": "Macchinario in fiamme", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1700 - }, - "29": { - "name": "Fuoriuscita sconosciuta da autocisterna", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "police": 2, - "hazmat": 1 - }, - "credits": 3000 - }, - "30": { - "name": "Perdita di gas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 400 - }, - "31": { - "name": "Camino in fiamme", - "stations": { - "0": 6 - }, - "vehicles": { - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Mietitrice in fiamme", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "33": { - "name": "Incendio in supermercato (PICCOLO)", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1 - }, - "credits": 1100, - "patients": { - "max": 4, - "transport": 30, - "specialisation": "Medicina interna generale" - }, - "poi": 9 - }, - "34": { - "name": "Incendio in ospedale", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "heavyRescue": 3, - "tanker": 1, - "platform": 2, - "mcv": 1, - "air": 1 - }, - "credits": 8200, - "patients": { - "max": 25, - "transport": 40, - "specialisation": "Medicina interna generale" - }, - "poi": 2 - }, - "35": { - "name": "Intossicazione da alcol", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Medicina interna generale" - } - }, - "36": { - "name": "Dolore toracico", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiologia" - }, - "37": { - "name": "Asma acuto", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Medicina interna generale" - }, - "38": { - "name": "Epilessia", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologia" - }, - "39": { - "name": "Febbre", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Medicina interna generale" - }, - "40": { - "name": "Caduta accidentale", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "specialisation": "Traumatologia" - }, - "41": { - "name": "Incendio in officina meccanica", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "tanker": 1, - "hazmat": 1, - "police": 2, - "air": 1 - }, - "credits": 5500, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Medicina interna generale" - }, - "poi": 15, - "percentages": { - "tanker": 20, - "bchief": 30, - "air": 30, - "platform": 40 - } - }, - "42": { - "name": "Caduta accidentale", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "specialisation": "Traumatologia" - }, - "43": { - "name": "Caduta accidentale", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "specialisation": "Traumatologia" - }, - "44": { - "name": "Taccheggio", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Taccheggio", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Incidente contro auto parcheggiata", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Incidente contro auto parcheggiata", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Furto di metalli", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Borseggio", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Passeggero senza biglietto", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Passeggero senza biglietto", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Passeggero senza biglietto", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Passeggero senza biglietto", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Incidente contro auto parcheggiata", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Rissa", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Manifestante violento", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Manifestazione non autorizzata", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Cucina in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000 - }, - "59": { - "name": "Soccorso animali", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Palestra in fiamme", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "air": 1, - "platform": 1 - }, - "credits": 3000, - "patients": { - "max": 10, - "transport": 50, - "specialisation": "Medicina interna generale" - }, - "poi": 12 - }, - "61": { - "name": "Leggero incidente aereo (aerodromo)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologia" - }, - "poi": 28 - }, - "62": { - "name": "Lamentele per disturbo della quiete", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Attacco ischemico transitorio", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurochirurgia" - }, - "64": { - "name": "Incidente con autobus coinvolto", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 900, - "patients": { - "max": 12, - "transport": 40, - "specialisation": "Medicina interna generale" - } - }, - "65": { - "name": "Cucina in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "66": { - "name": "Stanza in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Medicina interna generale" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Rissa", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "transport": 50, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Incendio in supermercato (GRANDE)", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "air": 1, - "mcv": 1, - "tanker": 1, - "police": 2 - }, - "credits": 4500, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Medicina interna generale" - }, - "poi": 10, - "percentages": { - "air": 40 - } - }, - "69": { - "name": "Fuoriuscita chimica da autocisterna", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1, - "police": 2, - "hazmat": 1 - }, - "credits": 2500 - }, - "70": { - "name": "Incendio in supermercato (GRANDE)", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "air": 1, - "mcv": 1, - "tanker": 1, - "police": 1 - }, - "credits": 4500, - "patients": { - "max": 25, - "transport": 30, - "specialisation": "Medicina interna generale" - }, - "poi": 10, - "percentages": { - "air": 40 - } - }, - "71": { - "name": "Epistassi", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Chirurgia generale" - }, - "72": { - "name": "Incidente aereo (LIEVE)", - "stations": { - "0": 20, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 2, - "tanker": 1, - "hazmat": 1 - }, - "credits": 3200, - "patients": { - "max": 6, - "transport": 50, - "specialisation": "Traumatologia" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Grave incidente con autobus coinvolto", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2200, - "patients": { - "max": 15, - "transport": 50, - "specialisation": "Chirurgia generale" - } - }, - "74": { - "name": "Grande incendio", - "vehicles": { - "truck": 10, - "bchief": 2, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 9800 - }, - "75": { - "name": "Furto al mercatino di Natale", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "76": { - "name": "Bancarella del mercatino di Natale in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "Medicina interna generale" - }, - "poi": 17 - }, - "77": { - "name": "Fuoco al mercatino di Natale", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "Medicina interna generale" - }, - "poi": 17 - }, - "78": { - "name": "Incidente stradale - ghiaccio", - "stations": { - "0": 4 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "percentages": { - "heavyRescue": 100 - } - }, - "79": { - "name": "Albero di Natale in fiamme", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "80": { - "name": "Corona dell'avvento in fiamme", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "81": { - "name": "Rissa al mercatino di Natale", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "Traumatologia" - }, - "poi": 17 - }, - "82": { - "name": "Persona intrappolata sotto un macchinario", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1100, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - } - }, - "83": { - "name": "Tetto danneggiato", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "84": { - "name": "Collisione multipla", - "stations": { - "0": 4, - "6": 1 - }, - "vehicles": { - "truck": 1, - "police": 1, - "heavyRescue": 1 - }, - "credits": 800 - }, - "85": { - "name": "Tubo acquedotto rotto", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1200 - }, - "86": { - "name": "Auto in fiamme a causa di fuochi d'artificio", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "87": { - "name": "Rifiuti ingombranti in fiamme a causa di fuochi d'artificio", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "88": { - "name": "Piccolo campo in fiamme a causa di fuochi d'artificio", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "89": { - "name": "Seminterrato in fiamme a causa di fuochi d'artificio", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Medicina interna generale" - }, - "percentages": { - "bchief": 90 - } - }, - "90": { - "name": "Fermata dell'autobus in fiamme a causa di fuochi d'artificio", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "91": { - "name": "Balcone in fiamme a causa di fuochi d'artificio", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "92": { - "name": "Container di carta in fiamme a causa di fuochi d'artificio", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "93": { - "name": "Siepe in fiamme a causa di un petardo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "94": { - "name": "Conducente ubriaco dopo la festa di Capodanno", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "95": { - "name": "Casa con tetto di paglia in fiamme a causa di fuochi d'artificio", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "air": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "Medicina interna generale" - }, - "percentages": { - "air": 30 - } - }, - "96": { - "name": "Auto danneggiata da fuochi d'artificio", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "97": { - "name": "Violazione delle Norme sugli esplosivi", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "98": { - "name": "Ferita alla mano provocata da fuochi d'artificio", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatologia" - }, - "99": { - "name": "Veicolo di trasporto merci pesante in fiamme", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "police": 1 - }, - "credits": 2000 - }, - "100": { - "name": "Veicolo della nettezza urbana in fiamme", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "police": 1 - }, - "credits": 2000 - }, - "101": { - "name": "Incidente con trattore", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 80, - "specialisation": "Chirurgia generale" - }, - "poi": 21 - }, - "102": { - "name": "Esplosione in box auto", - "stations": { - "0": 6, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "police": 1 - }, - "credits": 1900, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Chirurgia generale" - } - }, - "103": { - "name": "Cisterna treno danneggiata", - "stations": { - "0": 11 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "hazmat": 1, - "heavyRescue": 1 - }, - "credits": 1400, - "poi": 8 - }, - "104": { - "name": "Soccorso a persona", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "police": 1 - }, - "credits": 700, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Traumatologia" - } - }, - "105": { - "name": "Intossicazione da monossido", - "stations": { - "0": 5, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "air": 1, - "police": 1 - }, - "credits": 2500, - "patients": { - "max": 10, - "min": 2, - "transport": 50, - "specialisation": "Medicina interna generale" - }, - "percentages": { - "air": 20 - } - }, - "106": { - "name": "Maxi tamponamento", - "stations": { - "0": 5, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 3, - "police": 3 - }, - "credits": 3800, - "patients": { - "max": 30, - "min": 10, - "transport": 30, - "specialisation": "Traumatologia" - } - }, - "107": { - "name": "Auto ribaltata", - "stations": { - "0": 4, - "2": 2, - "6": 1 - }, - "vehicles": { - "fwk": 1, - "police": 1, - "truck": 1, - "heavyRescue": 1 - }, - "credits": 1500, - "patients": { - "max": 4, - "min": 2, - "transport": 80, - "specialisation": "Traumatologia" - }, - "percentages": { - "fwk": 50 - } - }, - "108": { - "name": "Tir in bilico sul cavalcavia", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "fwk": 1, - "truck": 2, - "platform": 1, - "bchief": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 3500, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - }, - "percentages": { - "bchief": 20 - } - }, - "109": { - "name": "Incidente con veicoli particolari", - "stations": { - "0": 4, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 3, - "min": 1, - "transport": 90, - "rth": 10, - "specialisation": "Traumatologia" - } - }, - "110": { - "name": "Crollo palazzina", - "stations": { - "0": 6, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 3, - "platform": 1, - "bchief": 2, - "mcv": 1, - "police": 1, - "fwk": 1 - }, - "credits": 10000, - "patients": { - "max": 20, - "min": 8, - "transport": 40, - "specialisation": "Traumatologia" - }, - "percentages": { - "fwk": 80 - } - }, - "111": { - "name": "Crollo parziale palazzina", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 1, - "bchief": 1, - "police": 2, - "fwk": 1 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 50, - "specialisation": "Traumatologia" - }, - "percentages": { - "fwk": 20 - } - }, - "112": { - "name": "Trauma spinale", - "stations": { - "2": 6 - }, - "onlyRd": true, - "transport": 100, - "rth": 45, - "specialisation": "Neurologia" - }, - "113": { - "name": "Caduta da parete rocciosa", - "stations": { - "0": 1, - "2": 6 - }, - "vehicles": { - "heavyRescue": 2 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "rth": 75, - "specialisation": "Traumatologia" - }, - "poi": 3 - }, - "114": { - "name": "Chiamata muta", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 500 - }, - "115": { - "name": "Deragliamento treno", - "stations": { - "0": 10, - "2": 12, - "6": 4 - }, - "vehicles": { - "truck": 5, - "heavyRescue": 4, - "bchief": 1, - "mcv": 1, - "police": 4, - "hazmat": 1, - "fwk": 1 - }, - "credits": 12000, - "patients": { - "max": 50, - "min": 20, - "transport": 35, - "rth": 5, - "specialisation": "Traumatologia" - }, - "poi": 7 - }, - "116": { - "name": "Nave cisterna in fiamme", - "stations": { - "0": 8, - "2": 6, - "6": 4 - }, - "vehicles": { - "truck": 6, - "platform": 1, - "bchief": 2, - "mcv": 1, - "heavyRescue": 4, - "hazmat": 1, - "air": 1, - "tanker": 2, - "police": 6 - }, - "credits": 12000, - "patients": { - "max": 40, - "min": 10, - "transport": 40, - "specialisation": "Traumatologia" - }, - "poi": 35 - }, - "117": { - "name": "Persona scomparsa nel bosco", - "stations": { - "0": 6, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 3, - "mcv": 1, - "police": 3 - }, - "credits": 6000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "rth": 20, - "specialisation": "Traumatologia" - }, - "poi": 3, - "special": { - "averageMinimumEmployeesFire": 20 - } - }, - "118": { - "name": "Incidente auto-bici", - "stations": { - "2": 4, - "6": 4 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "rth": 10, - "specialisation": "Traumatologia" - } - }, - "119": { - "name": "Violenza domestica", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 2 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 90, - "specialisation": "Medicina interna generale" - }, - "prisoners": { - "max": 1 - } - }, - "120": { - "name": "Soffocamento", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Medicina interna generale" - }, - "121": { - "name": "Scoppio bombola del gas", - "stations": { - "0": 4, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "platform": 1, - "police": 1 - }, - "credits": 1400, - "patients": { - "max": 6, - "min": 2, - "transport": 50, - "specialisation": "Traumatologia" - }, - "percentages": { - "platform": 30 - } - }, - "122": { - "name": "Incendio mensa scolastica", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1200, - "patients": { - "max": 8, - "transport": 40, - "specialisation": "Chirurgia generale" - }, - "poi": 12 - }, - "123": { - "name": "Incendio stadio", - "stations": { - "0": 5, - "2": 40, - "6": 4 - }, - "vehicles": { - "truck": 8, - "heavyRescue": 3, - "platform": 2, - "bchief": 1, - "mcv": 1, - "police": 6, - "air": 1, - "tanker": 1 - }, - "credits": 3800, - "patients": { - "max": 260, - "min": 180, - "transport": 8, - "rth": 1, - "specialisation": "Chirurgia generale" - }, - "poi": 20, - "percentages": { - "tanker": 10 - } - }, - "124": { - "name": "Scalatore in difficolt\u00e0", - "stations": { - "0": 2, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 2, - "platform": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 85, - "rth": 10, - "specialisation": "Medicina interna generale" - }, - "poi": 3, - "percentages": { - "platform": 30 - } - }, - "125": { - "name": "Ostacolo in corsia", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 500, - "poi": 16 - }, - "126": { - "name": "Aggressione a pubblico ufficiale", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "patients": { - "max": 2, - "transport": 40, - "specialisation": "Medicina interna generale" - }, - "prisoners": { - "max": 1 - } - }, - "127": { - "name": "Spray urticante in luogo pubblico", - "stations": { - "0": 2, - "2": 5, - "6": 2 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "police": 4, - "hazmat": 1 - }, - "credits": 1800, - "patients": { - "max": 12, - "min": 2, - "transport": 50, - "specialisation": "Medicina interna generale" - }, - "percentages": { - "hazmat": 20 - } - }, - "128": { - "name": "Silos in fiamme", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "platform": 1, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 3500, - "poi": 53, - "percentages": { - "bchief": 10 - } - }, - "129": { - "name": "Blitz attivit\u00e0 commerciale illegale", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 6 - }, - "credits": 1500, - "prisoners": { - "max": 4 - } - }, - "130": { - "name": "Ferito sul traliccio dell'alta tensione", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - } - }, - "131": { - "name": "Auto nel fiume", - "stations": { - "0": 2, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 2, - "police": 2, - "fwk": 1 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 1, - "transport": 90, - "specialisation": "Traumatologia" - }, - "poi": 27 - }, - "132": { - "name": "Balle di fieno in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "tanker": 1 - }, - "credits": 1500, - "poi": 21, - "percentages": { - "tanker": 20 - } - }, - "133": { - "name": "Aggressione a sanitari", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "patients": { - "max": 4, - "transport": 40, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "134": { - "name": "Raid residenziale della polizia", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "135": { - "name": "Ascensore bloccato", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 400, - "expansions": { - "0": 104 - } - }, - "136": { - "name": "Ladro di uova di Pasqua", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "137": { - "name": "Spazzola rubata dall'officina", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "138": { - "name": "Tana del coniglio collassata", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "139": { - "name": "Coniglietto di Pasqua colpito", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatologia" - } - }, - "140": { - "name": "Cesto di Pasqua in fiamme", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "141": { - "name": "Fuoriuscita dalla cisterna di cioccolato", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "142": { - "name": "Caldaia per uova in fiamme", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "143": { - "name": "Incontro della lepre nella citt\u00e0 delle uova di Pasqua", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 Ore" - }, - "144": { - "name": "Camion delle uova di Pasqua rovesciato", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatologia" - } - }, - "145": { - "name": "Missione prioritaria: caccia alle uova di Pasqua", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "146": { - "name": "Coniglietto di Pasqua sulla gru", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "147": { - "name": "Dipendente intrappolato sotto il ponte auto", - "stations": { - "0": 4, - "6": 3 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 3800, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - }, - "poi": 10, - "percentages": { - "bchief": 10 - } - }, - "148": { - "name": "Bonifica insetti", - "stations": { - "0": 1 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 450 - }, - "149": { - "name": "Incendio cisterna chimica (grande)", - "stations": { - "0": 8, - "2": 5, - "6": 4 - }, - "vehicles": { - "truck": 5, - "heavyRescue": 4, - "bchief": 1, - "police": 4, - "hazmat": 1, - "air": 1 - }, - "credits": 8500, - "patients": { - "max": 10, - "min": 2, - "transport": 20, - "rth": 5, - "specialisation": "Traumatologia" - }, - "poi": 48, - "special": { - "averageMinimumEmployeesFire": 40 - } - }, - "150": { - "name": "Incendio barbecue", - "stations": { - "0": 1 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 450 - }, - "151": { - "name": "Evasione", - "stations": { - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "swatSuv": 2 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "152": { - "name": "Sospetto in fuga", - "stations": { - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 3 - }, - "credits": 3000, - "prisoners": { - "max": 1 - } - }, - "153": { - "name": "Mandato di arresto", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 154 - } - }, - "154": { - "name": "Sparatoria in corso", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 4, - "swatSuv": 2 - }, - "credits": 1600, - "patients": { - "max": 3, - "specialisation": "Chirurgia generale" - } - }, - "155": { - "name": "Perquisizione veicolo", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1000 - }, - "156": { - "name": "Piccola protesta violenta", - "stations": { - "2": 2, - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1, - "swatSuv": 1 - }, - "credits": 2200, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 157 - } - }, - "157": { - "name": "Media protesta violenta", - "stations": { - "2": 3, - "6": 7 - }, - "vehicles": { - "police": 6, - "k9": 1, - "swatSuv": 2, - "swatArmoured": 2 - }, - "credits": 3000, - "patients": { - "max": 5, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 4 - } - }, - "158": { - "name": "Spaccio di droga", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 3, - "k9": 1 - }, - "credits": 1500, - "prisoners": { - "max": 2 - } - }, - "159": { - "name": "Rapina al benzinaio", - "stations": { - "6": 8 - }, - "vehicles": { - "police": 3, - "swatSuv": 1 - }, - "credits": 1250, - "poi": 11, - "prisoners": { - "max": 3 - } - }, - "160": { - "name": "Sparatoria al posto di blocco", - "stations": { - "2": 1, - "6": 8, - "13": 1 - }, - "vehicles": { - "police": 6, - "policeHeli": 1 - }, - "credits": 4100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - } - }, - "161": { - "name": "Protezione VIP", - "stations": { - "6": 10 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1, - "swatSuv": 1 - }, - "credits": 4000, - "siwa": true, - "dauer": "30 Minuti" - }, - "162": { - "name": "Furto in appartamento", - "stations": { - "6": 5 - }, - "vehicles": { - "police": 2 - }, - "credits": 1250, - "prisoners": { - "max": 2 - } - }, - "163": { - "name": "Tentato omicidio", - "stations": { - "2": 1, - "6": 9 - }, - "vehicles": { - "police": 4 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 1 - } - }, - "164": { - "name": "Furto al museo", - "stations": { - "6": 9 - }, - "vehicles": { - "police": 3 - }, - "credits": 1000, - "poi": 13, - "prisoners": { - "max": 3 - } - }, - "165": { - "name": "Incendio albergo (PICCOLO)", - "stations": { - "0": 8, - "2": 5, - "6": 4 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 2, - "bchief": 1, - "police": 2, - "air": 1 - }, - "credits": 6500, - "patients": { - "max": 8, - "min": 2, - "transport": 30, - "rth": 2, - "specialisation": "Traumatologia" - }, - "poi": 49, - "percentages": { - "bchief": 15, - "air": 10 - } - }, - "166": { - "name": "Incendio cisterna chimica (PICCOLA)", - "stations": { - "0": 6, - "2": 5, - "6": 4 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 2, - "bchief": 1, - "police": 2, - "hazmat": 1, - "tanker": 1 - }, - "credits": 6000, - "patients": { - "max": 10, - "min": 2, - "transport": 20, - "rth": 5, - "specialisation": "Traumatologia" - }, - "poi": 47, - "special": { - "averageMinimumEmployeesFire": 25 - } - }, - "167": { - "name": "Allagamento appartamento", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 450 - }, - "168": { - "name": "Giostra ferma sulle rotaie", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "heavyRescue": 2, - "platform": 1, - "truck": 1 - }, - "credits": 1500, - "patients": { - "max": 4, - "transport": 10, - "specialisation": "Medicina interna generale" - }, - "poi": 26 - }, - "169": { - "name": "Dissesto statico", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 450 - }, - "170": { - "name": "Incidente Skydiver", - "stations": { - "0": 2, - "2": 4 - }, - "vehicles": { - "heavyRescue": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "rth": 15, - "specialisation": "Traumatologia" - } - }, - "171": { - "name": "Incendio albergo (GRANDE)", - "stations": { - "0": 8, - "2": 8, - "6": 4 - }, - "vehicles": { - "truck": 6, - "heavyRescue": 4, - "tanker": 1, - "bchief": 1, - "police": 4, - "air": 1 - }, - "credits": 10900, - "patients": { - "max": 35, - "min": 2, - "transport": 20, - "rth": 4, - "specialisation": "Traumatologia" - }, - "poi": 49, - "special": { - "averageMinimumEmployeesFire": 40 - } - }, - "172": { - "name": "Guasto al semaforo", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 550, - "expansions": { - "0": 25, - "1": 64, - "2": 106 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ja_JP.json b/modules/lss-missionHelper/missions.ja_JP.json deleted file mode 100644 index ba01bb820..000000000 --- a/modules/lss-missionHelper/missions.ja_JP.json +++ /dev/null @@ -1,1438 +0,0 @@ -{ - "0": { - "name": "\u30b4\u30df\u7bb1\u304b\u3089\u51fa\u706b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "\u30b3\u30f3\u30c6\u30ca\u304b\u3089\u51fa\u706b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "\u8eca\u4e21\u706b\u707d", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "\u30e2\u30fc\u30bf\u30fc\u30d0\u30a4\u30af\u706b\u707d", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "\u8349\u3080\u3089\u304b\u3089\u51fa\u706b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "\u90e8\u5c4b\u706b\u4e8b", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "\u5ead\u306e\u5c0f\u5c4b\u304b\u3089\u51fa\u706b", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "\u67af\u308c\u8449\u304b\u3089\u4e0d\u5be9\u706b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "\u5927\u578b\u3054\u307f\u304b\u3089\u51fa\u706b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "\u30b9\u30c8\u30ed\u30fc\u30d9\u30a4\u30eb\u304b\u3089\u51fa\u706b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "\u30c8\u30e9\u30af\u30bf\u30fc\u706b\u707d", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "\u96fb\u8a71\u30dc\u30c3\u30af\u30b9\u304b\u3089\u51fa\u706b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "\u8def\u4e0a\u306b\u5012\u6728", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "\u30c8\u30e9\u30c3\u30af\u706b\u707d", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "\u5c0f\u3055\u3044\u91ce\u539f\u3067\u706b\u707d", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "\u5c0f\u898f\u6a21\u306e\u5c71\u706b\u4e8b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "\u30ad\u30e3\u30e9\u30d0\u30f3\u706b\u707d", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "\u90f5\u4fbf\u53d7\u3051\u304b\u3089\u51fa\u706b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "\u85aa\u6728\u306e\u5c71", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "\u30c8\u30ec\u30a4\u30e9\u30fc\u304b\u3089\u51fa\u706b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "\u5730\u4e0b\u306e\u706b\u4e8b", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "\u7159\u7a81\u304b\u3089\u51fa\u706b", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "\u5c4b\u6839\u304b\u3089\u51fa\u706b", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "\u6cb9\u304b\u3089\u51fa\u706b", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "\u30d0\u30b9\u30b7\u30a7\u30eb\u30bf\u30fc\u304b\u3089\u51fa\u706b", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "\u8def\u9762\u4e8b\u6545", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "\u5c0f\u578b\u30b9\u30fc\u30d1\u30fc\u306e\u706b\u707d", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "poi": 9 - }, - "27": { - "name": "\u30ac\u30ec\u30fc\u30b8\u304b\u3089\u51fa\u706b", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "\u6a5f\u68b0\u304b\u3089\u51fa\u706b", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "\u30bf\u30f3\u30ab\u30fc\u6d41\u51fa", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "\u30ac\u30b9\u6f0f\u308c", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "\u6696\u7089\u304b\u3089\u51fa\u706b", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "\u5208\u308a\u53d6\u308a\u6a5f\u304b\u3089\u51fa\u706b", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "\u5c0f\u578b\u30b9\u30fc\u30d1\u30fc\u306e\u706b\u707d", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "poi": 9 - }, - "34": { - "name": "\u75c5\u9662\u706b\u707d", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "poi": 2 - }, - "35": { - "name": "\u30a2\u30eb\u30b3\u30fc\u30eb\u4e2d\u6bd2\u8005\u306e\u9169\u914a", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "\u4e00\u822c\u5185\u79d1" - } - }, - "36": { - "name": "\u80f8\u90e8\u306e\u75db\u307f", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "\u5faa\u74b0\u5668" - }, - "37": { - "name": "\u6025\u6027\u5598\u606f", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "38": { - "name": "\u767a\u4f5c", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "\u795e\u7d4c\u79d1" - }, - "39": { - "name": "\u71b1", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "40": { - "name": "\u4eba\u8eab\u843d\u4e0b", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "41": { - "name": "\u8eca\u6574\u5099\u5e97\u306b\u3066\u706b\u707d", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "\u4eba\u8eab\u843d\u4e0b", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "43": { - "name": "\u4eba\u8eab\u843d\u4e0b", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "44": { - "name": "\u4e07\u5f15\u304d", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "\u4e07\u5f15\u304d", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "\u8eca\u4e0a\u8352\u3089\u3057", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120 - }, - "47": { - "name": "\u8eca\u4e0a\u8352\u3089\u3057", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120 - }, - "48": { - "name": "\u91d1\u5c5e\u5f37\u76d7", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "\u30b9\u30ea", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "\u4e0d\u6b63\u4e57\u8eca", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "\u4e0d\u6b63\u4e57\u8eca", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "\u4e0d\u6b63\u4e57\u8eca", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "\u4e0d\u6b63\u4e57\u8eca", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "\u8eca\u4e0a\u8352\u3089\u3057", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "\u66b4\u529b\u4e8b\u4ef6", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "\u66b4\u5f92", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "\u672a\u8a31\u53ef\u306e\u30c7\u30e2", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "\u53f0\u6240\u706b\u707d", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "\u52d5\u7269\u6551\u52a9", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "\u30b9\u30dd\u30fc\u30c4\u30db\u30fc\u30eb\u306b\u3066\u706b\u707d", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "poi": 12 - }, - "61": { - "name": "\u8efd\u822a\u7a7a\u6a5f\u306e\u885d\u7a81\uff08\u98db\u884c\u5834\uff09", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 2, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "poi": 28 - }, - "62": { - "name": "\u9a12\u97f3\u306e\u82e6\u60c5", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "\u4e00\u904e\u6027\u8133\u865a\u8840\u767a\u4f5c", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\u8133\u795e\u7d4c\u5916\u79d1" - }, - "64": { - "name": "\u30d0\u30b9\u3092\u5dfb\u304d\u8fbc\u3080\u4e8b\u6545", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "\u4e00\u822c\u5185\u79d1" - } - }, - "65": { - "name": "\u53f0\u6240\u706b\u707d", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "\u90e8\u5c4b\u706b\u4e8b", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "\u66b4\u529b\u4e8b\u4ef6", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "\u5927\u578b\u30b9\u30fc\u30d1\u30fc\u306e\u706b\u707d", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "\u30bf\u30f3\u30ab\u30fc\u6d41\u51fa", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "\u5927\u578b\u30b9\u30fc\u30d1\u30fc\u306e\u706b\u707d", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "\u9f3b\u8840", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "\u4e00\u822c\u5916\u79d1" - }, - "72": { - "name": "\u8efd\u822a\u7a7a\u6a5f\u306e\u885d\u7a81", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "\u30d0\u30b9\u3092\u5dfb\u304d\u8fbc\u3080\u5927\u4e8b\u6545", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "\u4e00\u822c\u5916\u79d1" - } - }, - "74": { - "name": "\u5927\u706b\u4e8b", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "\u5efa\u7269\u5d29\u58ca", - "stations": { - "0": 5, - "2": 3 - }, - "vehicles": { - "truck": 2, - "platform": 1, - "bchief": 2, - "heavyRescue": 2 - }, - "credits": 7300, - "patients": { - "max": 2, - "specialisation": "\u4e00\u822c\u5916\u79d1" - } - }, - "76": { - "name": "\u7523\u696d\u706b\u707d", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 6, - "platform": 1, - "bchief": 2, - "hazmat": 1 - }, - "credits": 4800, - "patients": { - "max": 4, - "specialisation": "\u4e00\u822c\u5916\u79d1" - } - }, - "77": { - "name": "\u60a3\u8005\u306e\u8f38\u9001", - "onlyRd": true, - "transport": 0 - }, - "78": { - "name": "\u653e\u706b\u9b54\u306e\u902e\u6355", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "\u4e00\u822c\u5916\u79d1" - }, - "79": { - "name": "\u547c\u5438\u505c\u6b62", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "\u4e00\u822c\u5916\u79d1" - }, - "80": { - "name": "\u5f79\u4eba\u306b\u5bfe\u3059\u308b\u66b4\u529b", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "prisoners": { - "max": 2 - } - }, - "81": { - "name": "\u30b5\u30a4\u30ed\u706b\u4e8b", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "82": { - "name": "\u9001\u96fb\u5854\u3067\u8ca0\u50b7\u3057\u305f\u4eba", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "\u4e00\u822c\u5916\u79d1" - } - }, - "83": { - "name": "\u71c3\u3048\u308b\u30ef\u30e9\u306e\u5c71", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "84": { - "name": "\u99d0\u5728\u8b66\u5bdf\u306e\u8972\u6483", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "85": { - "name": "\u30a4\u30fc\u30b9\u30bf\u30fc\u30a8\u30c3\u30b0\u6ce5\u68d2", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "86": { - "name": "\u5de5\u623f\u304b\u3089\u76d7\u307e\u308c\u305f\u30d6\u30e9\u30b7", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "87": { - "name": "\u5d29\u308c\u305f\u30a6\u30b5\u30ae\u306e\u5de3\u7a74", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "88": { - "name": "\u4e8b\u6545\u3063\u305f\u30a4\u30fc\u30b9\u30bf\u30fc\u30d0\u30cb\u30fc", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - } - }, - "89": { - "name": "\u71c3\u3048\u308b\u30a4\u30fc\u30b9\u30bf\u30fc\u30d0\u30b9\u30b1\u30c3\u30c8", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "90": { - "name": "\u30c1\u30e7\u30b3\u30ec\u30fc\u30c8\u30bf\u30f3\u30ab\u30fc\u6d41\u51fa", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "91": { - "name": "\u71c3\u3048\u308b\u30a8\u30c3\u30b0\u30dc\u30a4\u30e9\u30fc", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "92": { - "name": "\u30a4\u30fc\u30b9\u30bf\u30fc\u30a8\u30c3\u30b0\u30bf\u30a6\u30f3\u306e\u91ce\u30a6\u30b5\u30ae\u4f1a\u8b70", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2\u6642\u9593" - }, - "93": { - "name": "\u6a2a\u8ee2\u3057\u305f\u30a4\u30fc\u30b9\u30bf\u30fc\u30a8\u30c3\u30b0\u306e\u30c8\u30e9\u30c3\u30af", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - } - }, - "94": { - "name": "\u512a\u5148\u30df\u30c3\u30b7\u30e7\u30f3\uff1a\u30a4\u30fc\u30b9\u30bf\u30fc\u30a8\u30c3\u30b0\u30cf\u30f3\u30c8", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "95": { - "name": "\u30af\u30ec\u30fc\u30f3\u306b\u4e57\u3063\u305f\u30a4\u30fc\u30b9\u30bf\u30fc\u30d0\u30cb\u30fc", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "96": { - "name": "\u8ca8\u7269\u5217\u8eca\u8131\u7dda", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "poi": 24 - }, - "97": { - "name": "\u8ca8\u7269\u5217\u8eca\u8131\u7dda", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "poi": 7 - }, - "98": { - "name": "\u8ca8\u7269\u5217\u8eca\u8131\u7dda", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u707d\u5bb3\u5916\u79d1" - }, - "poi": 6 - }, - "99": { - "name": "\u6398\u524a\u73fe\u5834\u6551\u52a9", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "\u4e00\u822c\u5916\u79d1" - } - }, - "100": { - "name": "\u30a2\u30ca\u30d5\u30a3\u30e9\u30ad\u30b7\u30fc", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "101": { - "name": "\u8ca0\u50b7\u30e9\u30f3\u30ca\u30fc", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\u4e00\u822c\u5185\u79d1" - }, - "102": { - "name": "\u8ff7\u5b50", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "\u4e00\u822c\u5185\u79d1" - } - }, - "103": { - "name": "\u51e6\u5206\u5834\u306e\u706b\u707d", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ko_KR.json b/modules/lss-missionHelper/missions.ko_KR.json deleted file mode 100644 index 7024cb9d2..000000000 --- a/modules/lss-missionHelper/missions.ko_KR.json +++ /dev/null @@ -1,1406 +0,0 @@ -{ - "0": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc4f0\ub808\uae30\ud1b5)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ucee8\ud14c\uc774\ub108)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ucc28\ub7c9)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc624\ud1a0\ubc14\uc774)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc794\ub514\ubc2d)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ubc29)", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uacf5\uad6c \ucc3d\uace0)", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ub099\uc5fd)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc4f0\ub808\uae30\ub354\ubbf8)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc9da\ub354\ubbf8)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ud2b8\ub799\ud130)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ube44\uc0c1 \uc804\ud654)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "\uac00\ub85c\uc218", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ud2b8\ub7ed)", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc18c\uaddc\ubaa8 \ub4e4\ud310)", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc18c\ud615 \ub4e4\ubd88)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc774\ub3d9 \uc8fc\ud0dd)", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc6b0\ud3b8\ud568)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "\ub364\ubd88 \ub354\ubbf8", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ud2b8\ub808\uc77c\ub7ec)", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc9c0\ud558\uc2e4)", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uad74\ub69d)", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc9c0\ubd95)", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uae30\ub984)", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ubc84\uc2a4 \uc815\ub958\uc18c)", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "\uad50\ud1b5\uc0ac\uace0", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc18c\ud615 \uc288\ud37c\ub9c8\ucf13)", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "poi": 9 - }, - "27": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ucc28\uace0)", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uae30\uacc4)", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "\uc6d0\uc778 \ubbf8\uc0c1 \ud0f1\ud06c \uc720\ucd9c", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "\uac00\uc2a4 \ub204\ucd9c \uc0ac\uace0", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ubcbd\ub09c\ub85c)", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc218\ud655\uae30)", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc18c\ud615 \uc288\ud37c\ub9c8\ucf13)", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "poi": 9 - }, - "34": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ubcd1\uc6d0)", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "poi": 2 - }, - "35": { - "name": "\uc54c\ucf54\uc62c \uc911\ub3c5 \ud658\uc790", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - } - }, - "36": { - "name": "\ud749\ubd80 \ud1b5\uc99d \ud658\uc790", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "\uc2ec\uc7a5 \uc758\ud559\uacfc" - }, - "37": { - "name": "\uae09\uc131 \ucc9c\uc2dd \ud658\uc790", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "38": { - "name": "\ubc1c\uc791 \ud658\uc790", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "\uc2e0\uacbd\uacfc" - }, - "39": { - "name": "\ubc1c\uc5f4 \ud658\uc790", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "40": { - "name": "\uc4f0\ub7ec\uc9c4 \uc2dc\ubbfc", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "41": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ucc28\ub7c9 \uc815\ube44\uc18c)", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "\uc4f0\ub7ec\uc9c4 \uc2dc\ubbfc", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "43": { - "name": "\uc4f0\ub7ec\uc9c4 \uc2dc\ubbfc", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "44": { - "name": "\uac00\uac8c \uc808\ub3c4 \uc0ac\uac74", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "\uac00\uac8c \uc808\ub3c4 \uc0ac\uac74", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "\uc8fc\ucc28 \ucc28\ub7c9 \uc0ac\uace0", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120 - }, - "47": { - "name": "\uc8fc\ucc28 \ucc28\ub7c9 \uc0ac\uace0", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120 - }, - "48": { - "name": "\uae08\uc18d \uac15\ub3c4 \uc0ac\uac74", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "\uc18c\ub9e4\uce58\uae30 \uc0ac\uac74", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "\ubb34\uc784\uc2b9\ucc28 \uc0ac\uac74", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "\ubb34\uc784\uc2b9\ucc28 \uc0ac\uac74", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "\ubb34\uc784\uc2b9\ucc28 \uc0ac\uac74", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "\ubb34\uc784\uc2b9\ucc28 \uc0ac\uac74", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "\uc8fc\ucc28 \ucc28\ub7c9 \uc0ac\uace0", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "\ub09c\ud22c \uc0ac\uac74", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "\ud3ed\ub3d9 \uc0ac\uac74", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "\uae30\uc2b5 \ub370\ubaa8", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ubd80\uc5cc)", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "\ub3d9\ubb3c \uad6c\uc870", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc2a4\ud3ec\uce20 \ud640)", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "poi": 12 - }, - "61": { - "name": "\uacbd\ube44\ud589\uae30 \ucd94\ub77d(\ube44\ud589\uc7a5)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "poi": 28 - }, - "62": { - "name": "\uc18c\uc74c \uc7a5\uc560", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "\uc77c\uacfc\uc131 \ub1cc\ud5c8\ud608 \ubc1c\uc791 \ud658\uc790", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\uc2e0\uacbd\uc678\uacfc" - }, - "64": { - "name": "\ubc84\uc2a4 \uad50\ud1b5\uc0ac\uace0", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - } - }, - "65": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ubd80\uc5cc)", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ubc29)", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "\ub09c\ud22c \uc0ac\uac74", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ub300\ud615 \uc288\ud37c\ub9c8\ucf13)", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "\uc6d0\uc778 \ubbf8\uc0c1 \ud0f1\ud06c \uc720\ucd9c", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ub300\ud615 \uc288\ud37c\ub9c8\ucf13)", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "\ucf54\ud53c \ud658\uc790", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "\uc77c\ubc18 \uc678\uacfc" - }, - "72": { - "name": "\uacbd\ube44\ud589\uae30 \ucd94\ub77d", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "\uc2ec\uac01\ud55c \ubc84\uc2a4 \uad50\ud1b5\uc0ac\uace0", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "\uc77c\ubc18 \uc678\uacfc" - } - }, - "74": { - "name": "\ud654\uc7ac \ud604\uc7a5(\ub300\ud615)", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "\uac74\ubb3c \ubd80\ubd84 \ubd95\uad34", - "stations": { - "0": 5, - "2": 3 - }, - "vehicles": { - "truck": 2, - "platform": 1, - "bchief": 2, - "heavyRescue": 2 - }, - "credits": 7300, - "patients": { - "max": 2, - "specialisation": "\uc77c\ubc18 \uc678\uacfc" - } - }, - "76": { - "name": "\ud654\uc7ac \ud604\uc7a5(\uc0b0\uc5c5 \ub2e8\uc9c0)", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 6, - "platform": 1, - "bchief": 2, - "hazmat": 1 - }, - "credits": 4800, - "patients": { - "max": 4, - "specialisation": "\uc77c\ubc18 \uc678\uacfc" - } - }, - "77": { - "name": "\ud658\uc790 \uc774\uc1a1", - "onlyRd": true, - "transport": 0 - }, - "78": { - "name": "\uc2ec\uc7a5\ub9c8\ube44 \ud658\uc790", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "\uc77c\ubc18 \uc678\uacfc" - }, - "79": { - "name": "\ud638\ud761 \uc815\uc9c0 \ud658\uc790", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "\uc77c\ubc18 \uc678\uacfc" - }, - "80": { - "name": "\uace0\uc555 \uc804\ubd07\ub300\uc5d0\uc11c \ubd80\uc0c1\uc744 \uc785\uc740 \uc0ac\ub78c", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "\uc77c\ubc18 \uc678\uacfc" - } - }, - "81": { - "name": "\ubd88\ud0c0\ub294 \ubccf\uc9da \ub354\ubbf8", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "82": { - "name": "\uc8fc\uac70 \uad00\ud560 \uacbd\ucc30 \ub808\uc774\ub4dc", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "83": { - "name": "\uc774\uc2a4\ud130 \uc5d0\uadf8 \ub3c4\ub451", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "84": { - "name": "\uc791\uc5c5\uc7a5\uc5d0\uc11c \ube0c\ub7ec\uc2dc \ub3c4\ub09c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "85": { - "name": "\ubb34\ub108\uc9c4 \ud1a0\ub07c\uad74", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "86": { - "name": "\uc774\uc2a4\ud130 \ubc84\ub2c8 \uad50\ud1b5\uc0ac\uace0", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - } - }, - "87": { - "name": "\uc774\uc2a4\ud130 \ubc14\uad6c\ub2c8 \ud654\uc7ac", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "88": { - "name": "\ucd08\ucf5c\ub9bf \ud0f1\ud06c \uc720\ucd9c", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "89": { - "name": "\uc5d0\uadf8 \ubcf4\uc77c\ub7ec \ud654\uc7ac", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "90": { - "name": "\uc774\uc2a4\ud130 \uc5d0\uadf8 \ub9c8\uc744\uc758 \ud1a0\ub07c \ud68c\uc758", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2\uc2dc\uac04" - }, - "91": { - "name": "\uc774\uc2a4\ud130 \uc5d0\uadf8 \ud2b8\ub7ed \uc804\ubcf5", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - } - }, - "92": { - "name": "\uc6b0\uc120 \uc21c\uc704 \uc784\ubb34: \uc774\uc2a4\ud130 \uc5d0\uadf8 \ud5cc\ud2b8", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "93": { - "name": "\ud06c\ub808\uc778 \uc704\uc758 \uc774\uc2a4\ud130 \ubc84\ub2c8", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "94": { - "name": "\ud654\ubb3c \uc6b4\uc1a1 \uc5f4\ucc28 \ud0c8\uc120", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "poi": 24 - }, - "95": { - "name": "\ud654\ubb3c \uc6b4\uc1a1 \uc5f4\ucc28 \ud0c8\uc120", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "poi": 6 - }, - "96": { - "name": "\ud654\ubb3c \uc6b4\uc1a1 \uc5f4\ucc28 \ud0c8\uc120", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\uc678\uc0c1\ud559\uacfc" - }, - "poi": 7 - }, - "97": { - "name": "\ud2b9\uc218 \ubc00\ud3d0 \uacf5\uac04 \uad6c\uc870", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "\uc77c\ubc18 \uc678\uacfc" - } - }, - "98": { - "name": "\uacfc\ubbfc\uc99d", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "99": { - "name": "\ubd80\uc0c1 \ub2f9\ud55c \uc8fc\uc790", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - }, - "100": { - "name": "\uc544\ub3d9 \uc2e4\uc885", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "\uc77c\ubc18 \ub0b4\uacfc" - } - }, - "101": { - "name": "\uc4f0\ub808\uae30\ub9e4\ub9bd\uc7a5 \ud654\uc7ac", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.nb_NO.json b/modules/lss-missionHelper/missions.nb_NO.json deleted file mode 100644 index dc54a0900..000000000 --- a/modules/lss-missionHelper/missions.nb_NO.json +++ /dev/null @@ -1,1952 +0,0 @@ -{ - "0": { - "name": "Brennende s\u00f8ppeldunk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Containerbrann", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Brennende bil", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Brennende motorsykkel", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Gressbrann", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Brann i rom", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Generell indremedisiner" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Brennende hageskur", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Brennende l\u00f8v", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "S\u00f8ppelbrann", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Brennende halmball", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Brennende traktor", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Brennende telefonkiosk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Tre p\u00e5 veien", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Brennende lastebil", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Liten \u00e5kerbrann", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Liten buskbrann", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Brennende bobil", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Brennende postkasse", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Haug med kvister", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Brennende trailer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Kjellerbrann", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Generell indremedisiner" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Skorsteinsbrann", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Takbrann", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Fettbrann", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Brennende busskur", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Veiulykke", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologi" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Liten brann i matvarebutikk", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Generell indremedisiner" - }, - "poi": 9 - }, - "27": { - "name": "Brennende garasje", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "Brennende maskin", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Ukjent tankutslipp", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Gasslekkasje", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "B\u00e5lbrann", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Brennende tresker", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Liten brann i matvarebutikk", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Generell indremedisiner" - }, - "poi": 9 - }, - "34": { - "name": "Brann p\u00e5 sykehus", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Generell indremedisiner" - }, - "poi": 2 - }, - "35": { - "name": "Alkoholrus", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Generell indremedisiner" - } - }, - "36": { - "name": "Brystsmerter", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Kardiologi" - }, - "37": { - "name": "Akutt astma", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Generell indremedisiner" - }, - "38": { - "name": "Anfall", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Nevrologi" - }, - "39": { - "name": "Feber", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Generell indremedisiner" - }, - "40": { - "name": "Fall", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologi" - }, - "41": { - "name": "Brann i verksted", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Generell indremedisiner" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Fall", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologi" - }, - "43": { - "name": "Fall", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologi" - }, - "44": { - "name": "Butikktyveri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Butikktyveri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Ulykke med parkert bil", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Ulykke med parkert bil", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Innbrudd", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Lommetyveri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Billettsniking", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Billettsniking", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Billettsniking", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Billettsniking", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Ulykke med parkert bil", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Sl\u00e5sskamp", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Oppr\u00f8r", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Ikke kunngjort demonstrasjon", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Kj\u00f8kkenbrann", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Dyreredning", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Brennende sportshall", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Generell indremedisiner" - }, - "poi": 12 - }, - "61": { - "name": "Krasj med lettfly (flyplass)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologi" - }, - "poi": 28 - }, - "62": { - "name": "St\u00f8yklage", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Transitorisk iskemisk anfall (drypp)", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Nevrokirurgi" - }, - "64": { - "name": "Ulykke med buss", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Generell indremedisiner" - } - }, - "65": { - "name": "Kj\u00f8kkenbrann", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Brann i rom", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Generell indremedisiner" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Sl\u00e5sskamp", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Stor brann i matvarebutikk", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Generell indremedisiner" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Ukjent tankutslipp", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Stor brann i matvarebutikk", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Generell indremedisiner" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Nesebl\u00f8dning", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Helsedirekt\u00f8r" - }, - "72": { - "name": "Krasj med lettfly", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologi" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Alvorlig ulykke med buss", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Helsedirekt\u00f8r" - } - }, - "74": { - "name": "Storbrann", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Delvis kollapset bygning", - "stations": { - "0": 5, - "2": 3 - }, - "vehicles": { - "truck": 2, - "platform": 1, - "bchief": 2, - "heavyRescue": 2 - }, - "credits": 7300, - "patients": { - "max": 2, - "specialisation": "Helsedirekt\u00f8r" - } - }, - "76": { - "name": "Industribrann", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 6, - "platform": 1, - "bchief": 2, - "hazmat": 1 - }, - "credits": 4800, - "patients": { - "max": 4, - "specialisation": "Helsedirekt\u00f8r" - } - }, - "77": { - "name": "Pasienttransport", - "onlyRd": true, - "transport": 0 - }, - "78": { - "name": "Hjertestans", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Helsedirekt\u00f8r" - }, - "79": { - "name": "Pustestopp", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Helsedirekt\u00f8r" - }, - "80": { - "name": "Motorsykkelulykke", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Generell indremedisiner" - } - }, - "81": { - "name": "V\u00e6pnet ran", - "stations": { - "6": 7 - }, - "vehicles": { - "police": 5 - }, - "credits": 1300, - "patients": { - "max": 1, - "specialisation": "Generell indremedisiner" - }, - "poi": 9 - }, - "82": { - "name": "Bilulykke", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "Traumatologi" - } - }, - "83": { - "name": "CO-forgiftning", - "stations": { - "0": 5, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "air": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 10, - "min": 2, - "transport": 80, - "specialisation": "Generell indremedisiner" - }, - "percentages": { - "air": 30 - } - }, - "84": { - "name": "Fremmedlegeme", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Generell indremedisiner" - }, - "85": { - "name": "Ryggmargskade", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "Helsedirekt\u00f8r" - }, - "86": { - "name": "Takras", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 1, - "bchief": 1, - "police": 2 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 10, - "specialisation": "Traumatologi" - } - }, - "87": { - "name": "Sammenrast bygning", - "stations": { - "0": 7, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 3, - "platform": 2, - "bchief": 2, - "police": 1 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 20, - "specialisation": "Traumatologi" - } - }, - "88": { - "name": "Brannskade (3. grads)", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "Helsedirekt\u00f8r" - }, - "89": { - "name": "Hodeskade", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "Nevrokirurgi" - }, - "90": { - "name": "Amputasjon", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 80, - "rth": 50, - "specialisation": "Helsedirekt\u00f8r" - }, - "91": { - "name": "G\u00e5rdsbrann (stor)", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 9, - "bchief": 2, - "platform": 3, - "tanker": 3 - }, - "credits": 9000, - "poi": 21 - }, - "92": { - "name": "Ryggsmerter", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "Generell medisin" - }, - "93": { - "name": "Brann i kafeteria", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Generell medisin" - }, - "poi": 12 - }, - "94": { - "name": "Klatreulykke", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Generell medisin" - }, - "percentages": { - "platform": 50 - } - }, - "95": { - "name": "Vold mot offentlig tjenesteperson", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Generell medisin" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "96": { - "name": "Silobrann", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "97": { - "name": "Personskade p\u00e5 h\u00f8yspentmast", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Generell kirurgi" - } - }, - "98": { - "name": "Brann i halmballer", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "99": { - "name": "Ransaking av bolig", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "100": { - "name": "P\u00e5skeegg tyv", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "101": { - "name": "B\u00f8rste tj\u00e5let fra p\u00e5skeverksted", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "102": { - "name": "Kollapset kanin hull", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "103": { - "name": "P\u00e5kj\u00f8rt p\u00e5skehare", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traume" - } - }, - "104": { - "name": "Brennende p\u00e5skekurv", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "105": { - "name": "Sjokolate tankvogn lekkasje", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "106": { - "name": "Brennende eggkoker", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "107": { - "name": "Hare m\u00f8te i P\u00e5skeegg byen", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 timer" - }, - "108": { - "name": "Veltet p\u00e5skeegg lastebil", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traume" - } - }, - "109": { - "name": "Prioritert oppdrag: P\u00e5skeegg jakt", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "110": { - "name": "P\u00e5skehare p\u00e5 en kran", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "111": { - "name": "Avsporet godstog", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traume" - }, - "poi": 24 - }, - "112": { - "name": "Avsporet godstog", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traume" - }, - "poi": 5 - }, - "113": { - "name": "Avsporet godstog", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traume" - }, - "poi": 7 - }, - "114": { - "name": "Gr\u00f8ftredning", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "Generell kirurgi" - } - }, - "115": { - "name": "Fange som r\u00f8mmer", - "stations": { - "6": 7, - "13": 1 - }, - "vehicles": { - "k9": 1, - "police": 10, - "policeHeli": 1 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "116": { - "name": "Mistenkt som flykter", - "stations": { - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "policeHeli": 1 - }, - "credits": 3000, - "prisoners": { - "max": 1 - } - }, - "117": { - "name": "Savnet person", - "stations": { - "0": 6, - "2": 1, - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "truck": 2, - "bchief": 1, - "policeHeli": 1 - }, - "credits": 4500, - "patients": { - "max": 1, - "specialisation": "Generell medisin" - }, - "poi": 3 - }, - "118": { - "name": "Arrestordre", - "stations": { - "6": 2, - "13": 1 - }, - "vehicles": { - "police": 3, - "policeHeli": 1 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 119 - } - }, - "119": { - "name": "Politibetjent nede", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Generell kirurgi" - } - }, - "120": { - "name": "Ransakelse av kj\u00f8ret\u00f8y", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1000 - }, - "121": { - "name": "Liten demonstrasjon", - "stations": { - "2": 2, - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2200, - "patients": { - "max": 3, - "specialisation": "Traume" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 122 - } - }, - "122": { - "name": "Mellomstor demonstrasjon", - "stations": { - "2": 3, - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 7, - "k9": 1, - "policeHeli": 1 - }, - "credits": 3000, - "patients": { - "max": 5, - "specialisation": "Traume" - }, - "prisoners": { - "max": 4 - } - }, - "123": { - "name": "Narkotikasalg", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1500, - "prisoners": { - "max": 2 - } - }, - "124": { - "name": "Bensinstasjonsran", - "stations": { - "6": 8, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1 - }, - "credits": 1250, - "poi": 11, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 12 - } - }, - "125": { - "name": "Skudd avfyrt mot politibetjent", - "stations": { - "2": 1, - "6": 10, - "13": 1 - }, - "vehicles": { - "police": 8, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traume" - }, - "special": { - "SWATPersonnel": 6 - } - }, - "126": { - "name": "VIP oppdrag", - "stations": { - "6": 15, - "13": 1 - }, - "vehicles": { - "police": 6, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4000, - "special": { - "SWATPersonnel": 18 - }, - "siwa": true, - "dauer": "30 minutter" - }, - "127": { - "name": "Innbrudd", - "stations": { - "6": 9, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1 - }, - "credits": 1250, - "prisoners": { - "max": 2 - }, - "special": { - "SWATPersonnel": 4 - } - }, - "128": { - "name": "Drapsfors\u00f8k", - "stations": { - "2": 1, - "6": 9 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traume" - }, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "129": { - "name": "Innbrudd p\u00e5 museum", - "stations": { - "6": 9 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "poi": 13, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "130": { - "name": "Anafylaktisk sjokk", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Generell medisin" - }, - "131": { - "name": "Skadet l\u00f8per", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Generell medisin" - }, - "132": { - "name": "Barn forsvunnet", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "Generell medisin" - } - }, - "133": { - "name": "Deponibrann", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.nl_NL.json b/modules/lss-missionHelper/missions.nl_NL.json deleted file mode 100644 index 85e1832c9..000000000 --- a/modules/lss-missionHelper/missions.nl_NL.json +++ /dev/null @@ -1,10535 +0,0 @@ -{ - "0": { - "name": "Brandende afvalbak", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Brandende container", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Brandende personenauto", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "3": { - "name": "Brandende motorfiets", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "4": { - "name": "Brandend gras", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 140 - } - }, - "5": { - "name": "Brand in woonkamer", - "stations": { - "0": 4, - "5": 1 - }, - "vehicles": { - "police": 1, - "truck": 2, - "bchief": 1, - "redvoertuig": 1 - }, - "credits": 1400, - "percentages": { - "redvoertuig": 80 - } - }, - "6": { - "name": "Brand in tuinhuis", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "7": { - "name": "Brandende boom", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210 - }, - "8": { - "name": "Brandend afval", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 54 - } - }, - "9": { - "name": "Brandend hooi", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250 - }, - "10": { - "name": "Brandende traktor", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600, - "expansions": { - "0": 28 - } - }, - "11": { - "name": "Brandende bromfiets", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Boom op de weg", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310 - }, - "13": { - "name": "Brandende vrachtwagen", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "slangenwagen": 1 - }, - "credits": 980, - "percentages": { - "slangenwagen": 10 - } - }, - "14": { - "name": "Heidebrand", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "slangenwagen": 1 - }, - "credits": 1000, - "poi": 3, - "percentages": { - "slangenwagen": 20 - } - }, - "15": { - "name": "Bosbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "slangenwagen": 1, - "truck": 1 - }, - "credits": 500, - "poi": 3, - "percentages": { - "slangenwagen": 10 - } - }, - "16": { - "name": "Brand in woonwagen", - "stations": { - "0": 4, - "5": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "redvoertuig": 1 - }, - "credits": 1100, - "patients": { - "max": 1, - "specialisation": "Interne Geneeskunde" - }, - "percentages": { - "redvoertuig": 80 - } - }, - "17": { - "name": "Brandende dixi", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Brandende struik", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700, - "expansions": { - "0": 14 - } - }, - "19": { - "name": "Brandende aanhangwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Brand in kelder", - "stations": { - "0": 3, - "5": 1 - }, - "vehicles": { - "police": 1, - "bchief": 1, - "hovd": 1, - "truck": 3, - "slangenwagen": 1 - }, - "credits": 1800, - "patients": { - "max": 2, - "specialisation": "Interne Geneeskunde" - }, - "percentages": { - "hovd": 50, - "slangenwagen": 10 - } - }, - "21": { - "name": "Schoorsteenbrand", - "stations": { - "0": 3 - }, - "vehicles": { - "redvoertuig": 1, - "truck": 1 - }, - "credits": 2400, - "percentages": { - "redvoertuig": 100 - } - }, - "22": { - "name": "Brandend dak", - "stations": { - "0": 6, - "5": 1 - }, - "vehicles": { - "police": 1, - "redvoertuig": 1, - "truck": 3, - "bchief": 1, - "hovd": 1 - }, - "credits": 2700, - "percentages": { - "redvoertuig": 100, - "hovd": 50 - } - }, - "23": { - "name": "Brand in cafetaria", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 1200, - "percentages": { - "redvoertuig": 10 - } - }, - "24": { - "name": "Brandend bushokje", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Verkeersongeval met beknelling", - "stations": { - "0": 3, - "5": 1 - }, - "vehicles": { - "police": 1, - "hulpverlening": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologie" - }, - "percentages": { - "hulpverlening": 10 - } - }, - "26": { - "name": "Brand in supermarkt", - "stations": { - "0": 4, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "slangenwagen": 1, - "hovd": 1, - "police": 1 - }, - "credits": 3510, - "poi": 10, - "percentages": { - "slangenwagen": 20, - "hovd": 50 - } - }, - "27": { - "name": "Persoon aangereden", - "stations": { - "0": 4 - }, - "vehicles": { - "hulpverlening": 1, - "truck": 1 - }, - "credits": 700, - "percentages": { - "hulpverlening": 30 - } - }, - "28": { - "name": "Brand in landbouwschuur", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "slangenwagen": 1 - }, - "credits": 1600, - "poi": 21, - "percentages": { - "redvoertuig": 50, - "slangenwagen": 20 - } - }, - "29": { - "name": "Brand in werkplaats", - "stations": { - "0": 5, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 3, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "hovd": 1, - "slangenwagen": 1, - "police": 1 - }, - "credits": 2470, - "patients": { - "max": 1, - "specialisation": "Algemene Heelkunde" - }, - "percentages": { - "adembescherming": 50, - "hovd": 70, - "slangenwagen": 20 - } - }, - "30": { - "name": "Lekkende dieseltank", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 190, - "percentages": { - "hulpverlening": 20 - } - }, - "31": { - "name": "Oliespoor", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "32": { - "name": "Schoorsteenbrand woning met rietenkap", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "redvoertuig": 1, - "truck": 2 - }, - "credits": 1310 - }, - "33": { - "name": "Brandende landbouwmachine", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200, - "expansions": { - "0": 127 - } - }, - "34": { - "name": "Brand in supermarkt", - "stations": { - "0": 4, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 2100, - "poi": 10 - }, - "35": { - "name": "Brand in ziekenhuis", - "stations": { - "0": 8, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1, - "commando": 1 - }, - "credits": 2510, - "poi": 2, - "percentages": { - "hovd": 10, - "commando": 10 - } - }, - "36": { - "name": "Brandende goederenwagon", - "stations": { - "0": 11 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "slangenwagen": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1 - }, - "credits": 3110, - "poi": 8, - "percentages": { - "waarschuwing": 50, - "gevaar": 80 - } - }, - "37": { - "name": "Brandende afvalbak", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 5 - }, - "38": { - "name": "Brandende afvalbak", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 6 - }, - "39": { - "name": "Brandende afvalbak", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 6 - }, - "40": { - "name": "Brandende afvalbak", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 2 - }, - "41": { - "name": "Brand in kantoorpand", - "vehicles": { - "truck": 8, - "bchief": 2, - "hovd": 1, - "redvoertuig": 3, - "slangenwagen": 3, - "adembescherming": 1 - }, - "credits": 10000 - }, - "42": { - "name": "Brand in tankstation", - "stations": { - "0": 11, - "5": 2 - }, - "vehicles": { - "truck": 4, - "hulpverlening": 1, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "slangenwagen": 1, - "adembescherming": 1, - "waarschuwing": 1, - "gevaar": 1, - "police": 2 - }, - "credits": 3720, - "poi": 11, - "percentages": { - "waarschuwing": 50, - "gevaar": 50 - } - }, - "43": { - "name": "Kettingbotsing", - "vehicles": { - "truck": 8, - "hulpverlening": 4, - "bchief": 2, - "hovd": 1, - "commando": 1, - "police": 8 - }, - "credits": 10000, - "patients": { - "max": 25, - "min": 15, - "transport": 75, - "specialisation": "Traumatologie" - } - }, - "44": { - "name": "Liftopsluiting", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "45": { - "name": "Overdosis alcohol", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Interne Geneeskunde" - }, - "46": { - "name": "Bloedneus", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Algemene Heelkunde" - }, - "47": { - "name": "Pijn op de borst", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiologie" - }, - "48": { - "name": "Astma aanval", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Interne Geneeskunde" - }, - "49": { - "name": "Beroerte", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologie" - }, - "50": { - "name": "Koortsstuip", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Interne Geneeskunde" - }, - "51": { - "name": "Gevallen persoon", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologie" - }, - "52": { - "name": "Brand in garagebedrijf", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 1800, - "poi": 15 - }, - "53": { - "name": "Brand in sporthal", - "stations": { - "0": 14, - "5": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1, - "hulpverlening": 1, - "adembescherming": 1, - "slangenwagen": 1, - "commando": 1, - "press": 1 - }, - "credits": 1700, - "poi": 12, - "percentages": { - "commando": 60 - } - }, - "54": { - "name": "Brand in sporthal", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 230, - "poi": 12, - "percentages": { - "redvoertuig": 20 - } - }, - "55": { - "name": "Brand in sporthal", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 1000, - "poi": 12 - }, - "56": { - "name": "Brand in sporthal", - "stations": { - "0": 16, - "5": 1 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 2, - "bchief": 2, - "hovd": 1, - "hulpverlening": 1, - "commando": 1, - "slangenwagen": 1, - "adembescherming": 1 - }, - "credits": 3100, - "poi": 12 - }, - "57": { - "name": "Kat in boom", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 210, - "percentages": { - "redvoertuig": 20 - } - }, - "58": { - "name": "Buitenbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250 - }, - "59": { - "name": "Brand in opslagloods", - "vehicles": { - "truck": 16, - "redvoertuig": 4, - "hulpverlening": 2, - "bchief": 4, - "adembescherming": 1, - "slangenwagen": 4, - "hovd": 1, - "commando": 1 - }, - "credits": 15000 - }, - "60": { - "name": "Brand in slaapkamer", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "redvoertuig": 1 - }, - "credits": 800, - "percentages": { - "redvoertuig": 80 - } - }, - "61": { - "name": "Brand in slaapkamer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 500, - "expansions": { - "0": 22 - }, - "percentages": { - "redvoertuig": 10 - } - }, - "62": { - "name": "Brand in keuken", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1 - }, - "credits": 2000, - "percentages": { - "hovd": 50 - } - }, - "63": { - "name": "Brand in keuken", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 500, - "percentages": { - "redvoertuig": 10 - } - }, - "64": { - "name": "Brand in keuken", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 700, - "percentages": { - "redvoertuig": 80 - } - }, - "65": { - "name": "Takken op de weg", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310 - }, - "66": { - "name": "Boom op fietspad", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310 - }, - "67": { - "name": "Omgewaaide bouwsteiger", - "stations": { - "0": 1 - }, - "vehicles": { - "redvoertuig": 1, - "truck": 1 - }, - "credits": 320, - "percentages": { - "redvoertuig": 30 - } - }, - "68": { - "name": "Boom op auto", - "stations": { - "0": 1 - }, - "vehicles": { - "hulpverlening": 1, - "truck": 1 - }, - "credits": 350, - "percentages": { - "hulpverlening": 10 - } - }, - "69": { - "name": "Persoon bekneld onder boom", - "stations": { - "0": 6, - "3": 2 - }, - "vehicles": { - "bchief": 1, - "hulpverlening": 1, - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "hulpverlening": 40 - } - }, - "70": { - "name": "Winkeldiefstal", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "71": { - "name": "Winkeldiefstal", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "72": { - "name": "Winkeldiefstal", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "poi": 14, - "prisoners": { - "max": 1 - } - }, - "73": { - "name": "Tasjesdief", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "prisoners": { - "max": 1 - } - }, - "74": { - "name": "Huiselijk geweld", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 500, - "prisoners": { - "max": 1 - } - }, - "75": { - "name": "Bestuurder onder invloed", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "prisoners": { - "max": 1 - } - }, - "76": { - "name": "Klein vliegtuig neergestort", - "stations": { - "0": 6, - "3": 3, - "5": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "hovd": 1, - "hulpverlening": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 5, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "hovd": 10 - } - }, - "77": { - "name": "Klein vliegtuig neergestort", - "stations": { - "0": 6, - "3": 3, - "5": 2 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "hulpverlening": 1, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "hulpverlening": 80 - } - }, - "78": { - "name": "Rookontwikkeling in winkel", - "stations": { - "0": 1 - }, - "vehicles": { - "redvoertuig": 1, - "truck": 1 - }, - "credits": 350, - "expansions": { - "0": 34 - }, - "percentages": { - "redvoertuig": 10 - } - }, - "79": { - "name": "Gevallen fietser", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologie" - }, - "80": { - "name": "Allergische reactie", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Interne Geneeskunde" - }, - "81": { - "name": "Verward persoon", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 568 - } - }, - "82": { - "name": "Vrachtwagen gekanteld", - "stations": { - "0": 3, - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1, - "bchief": 1, - "hulpverlening": 1, - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "specialisation": "Traumatologie" - }, - "percentages": { - "hulpverlening": 70 - } - }, - "83": { - "name": "Val van hoogte (> 5m)", - "stations": { - "3": 10 - }, - "onlyRd": true, - "transport": 100, - "mmtarts": 100, - "specialisation": "Algemene Heelkunde" - }, - "84": { - "name": "Ernstige brandwonden", - "stations": { - "3": 10 - }, - "onlyRd": true, - "transport": 100, - "mmtarts": 100, - "specialisation": "Algemene Heelkunde" - }, - "85": { - "name": "Aanrijding voetganger (> 30km\/h)", - "stations": { - "3": 10, - "5": 3 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - } - }, - "86": { - "name": "Aanrijding door trein", - "stations": { - "3": 10, - "5": 3 - }, - "vehicles": { - "police": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "poi": 6 - }, - "87": { - "name": "Beginnende geboorte", - "stations": { - "3": 3 - }, - "onlyRd": true, - "specialisation": "Gynaecologie" - }, - "88": { - "name": "Hersenbloeding", - "stations": { - "3": 3 - }, - "onlyRd": true, - "specialisation": "Neurochirurgie" - }, - "89": { - "name": "Nek- wervelletsel", - "stations": { - "3": 3 - }, - "onlyRd": true, - "specialisation": "Neurochirurgie" - }, - "90": { - "name": "Ontwrichting", - "stations": { - "3": 2 - }, - "onlyRd": true, - "specialisation": "Algemene Heelkunde" - }, - "91": { - "name": "Psychiatrisch beeld", - "stations": { - "3": 5 - }, - "onlyRd": true, - "specialisation": "Neurologie" - }, - "92": { - "name": "Botbreuk", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Algemene Heelkunde" - }, - "93": { - "name": "Gebroken rib", - "stations": { - "3": 4 - }, - "onlyRd": true, - "specialisation": "Traumatologie" - }, - "94": { - "name": "Hoofdletsel", - "stations": { - "3": 2 - }, - "onlyRd": true, - "specialisation": "Algemene Heelkunde" - }, - "95": { - "name": "Hyperventilatie", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Interne Geneeskunde" - }, - "96": { - "name": "Hittekramp", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Algemene Heelkunde" - }, - "97": { - "name": "Hoofdwond", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Algemene Heelkunde" - }, - "98": { - "name": "Vreemde lucht", - "stations": { - "0": 11 - }, - "vehicles": { - "gevaar": 1, - "bchief": 1, - "hulpverlening": 1, - "truck": 1 - }, - "credits": 600, - "percentages": { - "gevaar": 20, - "bchief": 30, - "hulpverlening": 10 - } - }, - "99": { - "name": "Stankoverlast", - "stations": { - "0": 11 - }, - "vehicles": { - "gevaar": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 550, - "percentages": { - "gevaar": 10, - "bchief": 10 - } - }, - "100": { - "name": "Ammoniakalarm in opslagloods", - "stations": { - "0": 14 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "gevaar": 1, - "hulpverlening": 1, - "waarschuwing": 1, - "hovd": 1, - "commando": 1 - }, - "credits": 1200, - "percentages": { - "hulpverlening": 80, - "waarschuwing": 10, - "hovd": 20, - "commando": 10 - } - }, - "101": { - "name": "Koolmonoxide vrijgekomen", - "stations": { - "0": 11, - "5": 1 - }, - "vehicles": { - "gevaar": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 1200, - "patients": { - "max": 2, - "specialisation": "Interne Geneeskunde" - }, - "percentages": { - "gevaar": 10, - "bchief": 50 - } - }, - "102": { - "name": "Lekkende goederenwagon", - "stations": { - "0": 11 - }, - "vehicles": { - "hulpverlening": 1, - "gevaar": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 1200, - "poi": 8 - }, - "103": { - "name": "Schoorsteenbrand", - "stations": { - "0": 3 - }, - "vehicles": { - "redvoertuig": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 32 - }, - "percentages": { - "redvoertuig": 100 - } - }, - "104": { - "name": "Brandgerucht", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 130, - "expansions": { - "0": 115 - } - }, - "105": { - "name": "Buitensluiting", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 140 - }, - "106": { - "name": "Schaap in sloot", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 140, - "poi": 28 - }, - "107": { - "name": "Persoon bekneld in machine", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1, - "bchief": 1, - "hulpverlening": 1, - "truck": 1 - }, - "credits": 540, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "hulpverlening": 80 - } - }, - "108": { - "name": "Ongeval met trein en personenauto", - "stations": { - "0": 10, - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1, - "bchief": 1, - "hulpverlening": 1, - "truck": 1 - }, - "credits": 1240, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Traumatologie" - }, - "poi": 24, - "percentages": { - "hulpverlening": 90 - } - }, - "109": { - "name": "Ongeval met trein en persoon", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1, - "bchief": 1, - "hulpverlening": 1, - "truck": 1 - }, - "credits": 740, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Algemene Heelkunde" - }, - "poi": 24, - "percentages": { - "hulpverlening": 80 - } - }, - "110": { - "name": "Brand in vakantiewoning", - "stations": { - "0": 3 - }, - "vehicles": { - "redvoertuig": 1, - "truck": 1 - }, - "credits": 500, - "percentages": { - "redvoertuig": 10 - } - }, - "111": { - "name": "Brand in vakantiewoning", - "stations": { - "0": 3 - }, - "vehicles": { - "redvoertuig": 1, - "bchief": 1, - "slangenwagen": 1, - "truck": 2 - }, - "credits": 1500, - "percentages": { - "redvoertuig": 80, - "slangenwagen": 10 - } - }, - "112": { - "name": "Overval winkel", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 400, - "poi": 14, - "prisoners": { - "max": 1 - } - }, - "113": { - "name": "Overval winkel", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 1000, - "poi": 14, - "prisoners": { - "max": 1 - } - }, - "114": { - "name": "Brandend dak", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 1000 - }, - "115": { - "name": "Brandend dak", - "stations": { - "0": 6, - "5": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "redvoertuig": 1, - "police": 1 - }, - "credits": 1400 - }, - "116": { - "name": "Voetbalwedstrijd", - "stations": { - "3": 1, - "5": 4, - "11": 1 - }, - "vehicles": { - "ambulance": 1, - "megroep": 3, - "mecommando": 1 - }, - "credits": 3000, - "poi": 20, - "siwa": true, - "dauer": "2 uur" - }, - "117": { - "name": "Voetbalwedstrijd, risicowedstrijd", - "stations": { - "3": 2, - "5": 4, - "11": 2 - }, - "vehicles": { - "ambulance": 2, - "megroep": 6, - "mecommando": 1 - }, - "credits": 6000, - "poi": 20, - "siwa": true, - "dauer": "2 uur" - }, - "118": { - "name": "Hardloopevenement", - "stations": { - "3": 3, - "5": 2 - }, - "vehicles": { - "police": 2, - "ambulance": 3 - }, - "credits": 3700, - "siwa": true, - "dauer": "4 uur" - }, - "119": { - "name": "Begeleiding orkest", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 2000, - "siwa": true, - "dauer": "1 uur" - }, - "120": { - "name": "Begeleiding wielrenners", - "stations": { - "3": 2, - "5": 2 - }, - "vehicles": { - "police": 2, - "ambulance": 2 - }, - "credits": 4000, - "siwa": true, - "dauer": "2 uur" - }, - "121": { - "name": "Test brandalarm school", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "poi": 12, - "siwa": true, - "dauer": "15 minuten" - }, - "122": { - "name": "Overval winkel", - "stations": { - "5": 4, - "9": 1 - }, - "vehicles": { - "police": 5, - "polHeli": 1 - }, - "credits": 4000, - "poi": 9 - }, - "123": { - "name": "Overval winkel", - "stations": { - "5": 4, - "9": 1 - }, - "vehicles": { - "police": 5, - "polHeli": 1 - }, - "credits": 4000, - "poi": 10 - }, - "124": { - "name": "Achtervolging personenauto", - "stations": { - "5": 3, - "9": 1 - }, - "vehicles": { - "police": 4, - "polHeli": 1 - }, - "credits": 4000 - }, - "125": { - "name": "Vermist persoon", - "stations": { - "5": 3, - "9": 1 - }, - "vehicles": { - "police": 3, - "polHeli": 1 - }, - "credits": 3500 - }, - "126": { - "name": "Brand in landbouwschuur", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 600, - "poi": 21, - "percentages": { - "redvoertuig": 10 - } - }, - "127": { - "name": "Brand in landbouwschuur", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "slangenwagen": 1, - "hovd": 1 - }, - "credits": 2100, - "poi": 21, - "percentages": { - "slangenwagen": 60, - "hovd": 50 - } - }, - "128": { - "name": "Heidebrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "slangenwagen": 1 - }, - "credits": 400, - "poi": 3, - "percentages": { - "slangenwagen": 10 - } - }, - "129": { - "name": "Heidebrand", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "slangenwagen": 1 - }, - "credits": 1950, - "poi": 3 - }, - "130": { - "name": "Brand in cafetaria", - "stations": { - "0": 5, - "5": 1 - }, - "vehicles": { - "police": 1, - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 1400, - "percentages": { - "redvoertuig": 50 - } - }, - "131": { - "name": "Brand in cafetaria", - "stations": { - "0": 7, - "5": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1, - "slangenwagen": 1 - }, - "credits": 1700, - "percentages": { - "hovd": 50, - "slangenwagen": 10 - } - }, - "132": { - "name": "Brandende bus", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "133": { - "name": "Brandende bestelwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "134": { - "name": "Brandende haag", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "135": { - "name": "Brandende papiercontainer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300 - }, - "136": { - "name": "Brandende caravan", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "137": { - "name": "Besteld vervoer", - "onlyRd": true, - "transport": 0, - "mmtarts": 0 - }, - "138": { - "name": "Brand in meterkast", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 170, - "percentages": { - "hulpverlening": 10 - } - }, - "139": { - "name": "Natuurbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "slangenwagen": 1 - }, - "credits": 110, - "percentages": { - "slangenwagen": 10 - } - }, - "140": { - "name": "Natuurbrand", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "slangenwagen": 1 - }, - "credits": 400, - "percentages": { - "slangenwagen": 40 - } - }, - "141": { - "name": "Natuurbrand", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "slangenwagen": 1, - "hovd": 1 - }, - "credits": 1000, - "poi": 3, - "percentages": { - "hovd": 50 - } - }, - "142": { - "name": "Natuurbrand", - "stations": { - "0": 10 - }, - "vehicles": { - "truck": 4, - "hulpverlening": 1, - "bchief": 1, - "slangenwagen": 2, - "hovd": 1 - }, - "credits": 1750, - "poi": 3, - "percentages": { - "hulpverlening": 50 - } - }, - "143": { - "name": "Natuurbrand", - "stations": { - "0": 12 - }, - "vehicles": { - "truck": 8, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 2, - "hovd": 1, - "commando": 1 - }, - "credits": 4000, - "poi": 3, - "percentages": { - "adembescherming": 20, - "commando": 50 - } - }, - "144": { - "name": "Natuurbrand", - "stations": { - "0": 14 - }, - "vehicles": { - "truck": 12, - "hulpverlening": 2, - "bchief": 3, - "adembescherming": 1, - "slangenwagen": 3, - "hovd": 2, - "commando": 1, - "press": 1 - }, - "credits": 8000, - "poi": 3, - "percentages": { - "adembescherming": 50 - } - }, - "145": { - "name": "Natuurbrand", - "vehicles": { - "truck": 40, - "hulpverlening": 4, - "bchief": 10, - "adembescherming": 1, - "slangenwagen": 10, - "hovd": 4, - "commando": 2, - "police": 2 - }, - "credits": 22500 - }, - "146": { - "name": "Brandende vogelverschrikker", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 350 - }, - "147": { - "name": "Brandend pompoenveld", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "bchief": 1 - }, - "credits": 850 - }, - "148": { - "name": "Overkookte pompoensoep", - "stations": { - "0": 1, - "3": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1500, - "patients": { - "max": 1, - "specialisation": "Neurologie" - } - }, - "149": { - "name": "Heks vast in boom", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 80, - "specialisation": "Traumatologie" - } - }, - "150": { - "name": "Monster uitgebroken", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 4 - }, - "credits": 1600 - }, - "151": { - "name": "Gestolen pompoenen", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "152": { - "name": "Frankenstein gespot", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 550 - }, - "153": { - "name": "Snoep diefstal", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100 - }, - "154": { - "name": "Horrorclown gespot", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "prisoners": { - "max": 1 - } - }, - "155": { - "name": "Gaslekkage", - "stations": { - "0": 14, - "5": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "hulpverlening": 1, - "hovd": 1, - "commando": 1 - }, - "credits": 890, - "percentages": { - "hulpverlening": 30, - "hovd": 10, - "commando": 10 - } - }, - "156": { - "name": "Gaslekkage", - "stations": { - "0": 14, - "5": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "hulpverlening": 1, - "hovd": 1, - "commando": 1, - "gevaar": 1 - }, - "credits": 1100, - "percentages": { - "hovd": 50, - "commando": 50, - "gevaar": 20 - } - }, - "157": { - "name": "Brand in ziekenhuis", - "stations": { - "0": 10, - "5": 2 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 2, - "bchief": 1, - "hovd": 1, - "adembescherming": 1, - "commando": 1 - }, - "credits": 3570, - "patients": { - "max": 2, - "transport": 100 - }, - "poi": 2, - "percentages": { - "adembescherming": 50, - "commando": 90 - } - }, - "158": { - "name": "Brand in ziekenhuis", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 350, - "poi": 2 - }, - "159": { - "name": "Brand in sporthal", - "stations": { - "0": 10, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1, - "adembescherming": 1 - }, - "credits": 1500, - "poi": 12, - "percentages": { - "hovd": 50, - "adembescherming": 20 - } - }, - "160": { - "name": "Brandende cadeautjes", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 550 - }, - "161": { - "name": "Sinterklaas van dak gegleden", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatologie" - }, - "162": { - "name": "Pepernoot op hoofd", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Traumatologie" - }, - "163": { - "name": "Piet bestolen", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 500 - }, - "164": { - "name": "Kind geschrokken", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 0 - }, - "165": { - "name": "Piet klem in schoorsteen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 950, - "patients": { - "max": 1, - "min": 1 - } - }, - "166": { - "name": "Demonstratie zwarte piet", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 4 - }, - "credits": 1200 - }, - "167": { - "name": "Schoenen dief", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "168": { - "name": "Verstikking in pepernoot", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 80 - }, - "169": { - "name": "Brandende kerstboom", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 550 - }, - "170": { - "name": "Brandende kerstboom", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 550, - "poi": 17 - }, - "171": { - "name": "Verkeersongeval door gladheid", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "police": 1 - }, - "credits": 550, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "bchief": 40 - } - }, - "172": { - "name": "Gevallen kerstman", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatologie" - }, - "173": { - "name": "Ruzie op de kerstmarkt", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "poi": 17, - "prisoners": { - "max": 2 - } - }, - "174": { - "name": "Diefstal op de kerstmarkt", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 200, - "poi": 17, - "prisoners": { - "max": 1 - } - }, - "175": { - "name": "Brandende kerstmarktkraam", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600, - "poi": 17 - }, - "176": { - "name": "Gevallen schaatser", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 60, - "specialisation": "Traumatologie" - }, - "177": { - "name": "Gevallen persoon door gladheid", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 60, - "specialisation": "Traumatologie" - }, - "178": { - "name": "Donkere dagen offensief", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600 - }, - "179": { - "name": "Snijwond door gebroken kerstbal", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 20, - "specialisation": "Traumatologie" - }, - "180": { - "name": "Bergen object uit water voor politie", - "stations": { - "0": 1, - "5": 2, - "water": 1 - }, - "vehicles": { - "truck": 1, - "watervoertuig": 1, - "police": 2 - }, - "credits": 1000, - "poi": 1 - }, - "181": { - "name": "Verkeersongeval met beknelling", - "stations": { - "0": 4, - "3": 1, - "5": 2, - "water": 1 - }, - "vehicles": { - "police": 2, - "watervoertuig": 1, - "truck": 1, - "hulpverlening": 1, - "bchief": 1 - }, - "credits": 1600, - "patients": { - "max": 1, - "transport": 90, - "specialisation": "Interne Geneeskunde" - }, - "poi": 28, - "percentages": { - "watervoertuig": 20, - "hulpverlening": 40 - } - }, - "182": { - "name": "Personenauto in sloot", - "stations": { - "0": 4, - "3": 1, - "5": 2, - "water": 1 - }, - "vehicles": { - "police": 2, - "watervoertuig": 1, - "hulpverlening": 1, - "truck": 1, - "bchief": 1 - }, - "credits": 1400, - "patients": { - "max": 2, - "transport": 90, - "specialisation": "Interne Geneeskunde" - }, - "poi": 28, - "percentages": { - "watervoertuig": 80, - "hulpverlening": 50 - } - }, - "183": { - "name": "Paard in sloot", - "stations": { - "water": 1 - }, - "vehicles": { - "truck": 1, - "watervoertuig": 1, - "hulpverlening": 1 - }, - "credits": 1200, - "poi": 28, - "percentages": { - "watervoertuig": 10, - "hulpverlening": 20 - } - }, - "184": { - "name": "Eend verstrikt in visdraad", - "stations": { - "water": 1 - }, - "vehicles": { - "truck": 1, - "watervoertuig": 1 - }, - "credits": 400, - "poi": 1, - "percentages": { - "watervoertuig": 20 - } - }, - "185": { - "name": "Verlaten kinderfiets langs waterkant", - "stations": { - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "watervoertuig": 1, - "police": 1 - }, - "credits": 1200, - "poi": 1 - }, - "186": { - "name": "Parkeergarage onder water", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "slangenwagen": 1 - }, - "credits": 490, - "percentages": { - "slangenwagen": 40 - } - }, - "187": { - "name": "Kelder onder water", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "slangenwagen": 1 - }, - "credits": 390, - "percentages": { - "slangenwagen": 20 - } - }, - "188": { - "name": "Gevaarlijk hangende tak", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 310, - "percentages": { - "redvoertuig": 50 - } - }, - "189": { - "name": "Boom op dak", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 330, - "percentages": { - "hulpverlening": 60 - } - }, - "190": { - "name": "Straat onder water", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 490, - "percentages": { - "hulpverlening": 10 - } - }, - "191": { - "name": "Losgewaaide dakbedekking", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 420, - "percentages": { - "redvoertuig": 80 - } - }, - "192": { - "name": "Parkeerterrein onder water", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "slangenwagen": 1 - }, - "credits": 490, - "percentages": { - "slangenwagen": 20 - } - }, - "193": { - "name": "Koe in sloot", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 140, - "poi": 28, - "percentages": { - "hulpverlening": 10 - } - }, - "194": { - "name": "Koe in gierput", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 190, - "poi": 21, - "percentages": { - "hulpverlening": 10 - } - }, - "195": { - "name": "Lekkende woonboot", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 420, - "poi": 1, - "percentages": { - "hulpverlening": 10 - } - }, - "196": { - "name": "Brand in woonwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 190 - }, - "197": { - "name": "Brandende vrachtwagen", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 190 - }, - "198": { - "name": "Brand in woonkamer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 190, - "percentages": { - "redvoertuig": 10 - } - }, - "199": { - "name": "Inbraak in woning", - "stations": { - "5": 5 - }, - "vehicles": { - "police": 3, - "ovdp": 1 - }, - "credits": 800, - "prisoners": { - "max": 1 - }, - "percentages": { - "ovdp": 50 - } - }, - "200": { - "name": "Drugslab aangetroffen", - "stations": { - "0": 11, - "5": 5 - }, - "vehicles": { - "police": 4, - "ovdp": 1, - "truck": 1, - "bchief": 1, - "gevaar": 1 - }, - "credits": 800, - "prisoners": { - "max": 2 - } - }, - "201": { - "name": "Vechtpartij in caf\u00e9", - "stations": { - "3": 1, - "5": 5 - }, - "vehicles": { - "police": 4, - "ovdp": 1 - }, - "credits": 850, - "patients": { - "max": 1, - "specialisation": "Traumatologie" - }, - "poi": 19, - "prisoners": { - "max": 2 - }, - "percentages": { - "ovdp": 50 - } - }, - "202": { - "name": "Steekincident", - "stations": { - "3": 10, - "5": 5 - }, - "vehicles": { - "police": 5, - "ovdp": 1 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "prisoners": { - "max": 1 - } - }, - "203": { - "name": "Verkeersongeval met gevaarlijke stoffen", - "stations": { - "0": 6, - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 2, - "truck": 1, - "bchief": 1, - "hulpverlening": 1, - "gevaar": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 40, - "specialisation": "Traumatologie" - }, - "percentages": { - "hulpverlening": 80, - "gevaar": 60 - } - }, - "204": { - "name": "Verkeersongeval met gevaarlijke stoffen", - "stations": { - "0": 11, - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 2, - "truck": 1, - "bchief": 1, - "hulpverlening": 1, - "gevaar": 1, - "waarschuwing": 1, - "hovd": 1, - "commando": 1 - }, - "credits": 1600, - "patients": { - "max": 1, - "min": 1, - "transport": 40, - "specialisation": "Traumatologie" - }, - "percentages": { - "waarschuwing": 50, - "hovd": 50, - "commando": 50 - } - }, - "205": { - "name": "Persoon te water", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 850, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Interne Geneeskunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 20, - "wateraanhanger": 50 - } - }, - "206": { - "name": "Persoon te water", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 1100, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Interne Geneeskunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 50 - } - }, - "207": { - "name": "Personenauto te water", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 2 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 100 - }, - "poi": 27, - "percentages": { - "redvoertuig": 10, - "hulpverlening": 40, - "wateraanhanger": 10 - } - }, - "208": { - "name": "Personenauto te water", - "stations": { - "0": 12, - "3": 2, - "5": 3, - "water": 2 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 3 - }, - "credits": 1200, - "patients": { - "max": 3, - "transport": 90 - }, - "poi": 27, - "percentages": { - "redvoertuig": 50, - "hulpverlening": 60, - "wateraanhanger": 50 - } - }, - "209": { - "name": "Aanvaring met vrachtschip en motorboot", - "stations": { - "0": 12, - "3": 1, - "5": 2, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 2 - }, - "credits": 1100, - "patients": { - "max": 1, - "transport": 90, - "specialisation": "Interne Geneeskunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 10, - "hulpverlening": 50 - } - }, - "210": { - "name": "Aanvaring met vrachtschip en motorboot", - "stations": { - "0": 12, - "3": 2, - "5": 2, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 2 - }, - "credits": 1500, - "patients": { - "max": 2, - "min": 2, - "transport": 90, - "specialisation": "Interne Geneeskunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 50, - "hulpverlening": 50 - } - }, - "211": { - "name": "Aanvaring met vrachtschip en motorboot", - "stations": { - "0": 12, - "3": 3, - "5": 2, - "water": 3 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "watervoertuig": 3, - "wateraanhanger": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 4, - "min": 3, - "transport": 90, - "specialisation": "Interne Geneeskunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 80, - "hulpverlening": 80, - "hovd": 50, - "commando": 50 - } - }, - "212": { - "name": "Omgeslagen zeilboot", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 2 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Interne Geneeskunde" - }, - "poi": 1, - "percentages": { - "wateraanhanger": 80 - } - }, - "213": { - "name": "Omgeslagen zeilboot", - "stations": { - "0": 12, - "3": 2, - "5": 1, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 2, - "police": 1 - }, - "credits": 1100, - "patients": { - "max": 2, - "transport": 100, - "specialisation": "Interne Geneeskunde" - }, - "poi": 1, - "percentages": { - "redvoertuig": 10 - } - }, - "214": { - "name": "Bosbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "slangenwagen": 1 - }, - "credits": 750, - "poi": 3, - "percentages": { - "slangenwagen": 40 - } - }, - "215": { - "name": "Bosbrand", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "hovd": 1, - "slangenwagen": 1 - }, - "credits": 800, - "poi": 3, - "percentages": { - "hovd": 50 - } - }, - "216": { - "name": "Bosbrand", - "stations": { - "0": 12 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "hovd": 1, - "commando": 1, - "slangenwagen": 1 - }, - "credits": 999, - "poi": 3, - "percentages": { - "commando": 10 - } - }, - "217": { - "name": "Plofkraak", - "stations": { - "5": 5 - }, - "vehicles": { - "police": 5, - "ovdp": 1 - }, - "credits": 620, - "poi": 14 - }, - "218": { - "name": "Plofkraak", - "stations": { - "0": 4, - "5": 5, - "9": 1 - }, - "vehicles": { - "police": 5, - "polHeli": 1, - "ovdp": 1, - "truck": 1, - "bchief": 1 - }, - "credits": 1100, - "poi": 14, - "prisoners": { - "max": 2 - } - }, - "219": { - "name": "Open dag, klein", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "redvoertuig": 1 - }, - "credits": 2000, - "poi": 26, - "siwa": true, - "dauer": "2 uur" - }, - "220": { - "name": "Open dag, groot", - "stations": { - "0": 2, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "redvoertuig": 1, - "police": 1, - "ambulance": 1 - }, - "credits": 3000, - "poi": 26, - "siwa": true, - "dauer": "2 uur" - }, - "221": { - "name": "Inval in woning", - "stations": { - "5": 5 - }, - "vehicles": { - "police": 3, - "ovdp": 1 - }, - "credits": 800, - "prisoners": { - "max": 1 - }, - "percentages": { - "ovdp": 50 - } - }, - "222": { - "name": "Inbraak in woning", - "stations": { - "5": 5, - "9": 1 - }, - "vehicles": { - "police": 4, - "ovdp": 1, - "polHeli": 1 - }, - "credits": 1000, - "prisoners": { - "max": 2 - }, - "percentages": { - "ovdp": 50 - } - }, - "223": { - "name": "Brand in kelder", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 2, - "bchief": 1 - }, - "credits": 700 - }, - "224": { - "name": "Brand in kelder", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "225": { - "name": "Benauwdheid", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Interne Geneeskunde" - }, - "226": { - "name": "Val van trap", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Algemene Heelkunde" - }, - "227": { - "name": "Assistentie treinconducteur", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 750, - "poi": 6, - "prisoners": { - "max": 1 - } - }, - "228": { - "name": "Assistentie treinconducteur", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 750, - "poi": 6, - "prisoners": { - "max": 2 - } - }, - "229": { - "name": "Brand in tankstation", - "stations": { - "0": 11, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1, - "slangenwagen": 1, - "adembescherming": 1, - "waarschuwing": 1, - "gevaar": 1, - "police": 1 - }, - "credits": 1700, - "poi": 11, - "percentages": { - "hovd": 50, - "slangenwagen": 50, - "adembescherming": 20, - "waarschuwing": 10, - "gevaar": 10 - } - }, - "230": { - "name": "Onwelwording", - "stations": { - "3": 1 - }, - "onlyRd": true, - "specialisation": "Interne Geneeskunde" - }, - "231": { - "name": "Vernieling bushokje", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 800, - "poi": 4 - }, - "232": { - "name": "Buspassagier weigert te betalen", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 800, - "poi": 4, - "prisoners": { - "max": 1 - } - }, - "233": { - "name": "Brand in tuinhuis", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "redvoertuig": 1 - }, - "credits": 900, - "percentages": { - "redvoertuig": 10 - } - }, - "234": { - "name": "Vliegtuig neergestort", - "vehicles": { - "truck": 12, - "redvoertuig": 1, - "hulpverlening": 4, - "slangenwagen": 1, - "gevaar": 1, - "bchief": 3, - "hovd": 2, - "commando": 2, - "police": 12 - }, - "credits": 11500, - "patients": { - "max": 85, - "min": 55, - "transport": 75, - "mmtarts": 25, - "specialisation": "Traumatologie" - } - }, - "235": { - "name": "Overdosis drugs", - "stations": { - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Interne Geneeskunde" - } - }, - "236": { - "name": "Schietincident", - "stations": { - "3": 10, - "5": 5 - }, - "vehicles": { - "police": 5, - "ovdp": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "prisoners": { - "max": 1 - } - }, - "237": { - "name": "Brand in werkplaats", - "stations": { - "0": 4, - "5": 1 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "police": 1 - }, - "credits": 780, - "percentages": { - "adembescherming": 10 - } - }, - "238": { - "name": "Brand in werkplaats", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 450 - }, - "239": { - "name": "Verstikking", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Interne Geneeskunde" - }, - "240": { - "name": "Vergiftiging", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Interne Geneeskunde" - }, - "241": { - "name": "Zwemmer vermist", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 1150, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Interne Geneeskunde" - }, - "poi": 1, - "percentages": { - "wateraanhanger": 80 - } - }, - "242": { - "name": "Verlaten kleding langs waterkant", - "stations": { - "0": 6, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "watervoertuig": 1, - "police": 1 - }, - "credits": 900, - "poi": 1, - "expansions": { - "0": 241, - "1": 348 - } - }, - "243": { - "name": "Verdachte situatie", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 750 - }, - "244": { - "name": "Persoon van podium gevallen", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Algemene Heelkunde", - "poi": 25 - }, - "245": { - "name": "Ontruimen kraakpand", - "stations": { - "5": 3, - "11": 1 - }, - "vehicles": { - "police": 4, - "ovdp": 1, - "megroep": 3, - "mecommando": 1 - }, - "credits": 3500, - "siwa": true, - "dauer": "1 uur" - }, - "246": { - "name": "Persoon vermist", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 4 - }, - "credits": 600 - }, - "247": { - "name": "Persoon vermist", - "stations": { - "5": 4, - "11": 1 - }, - "vehicles": { - "police": 5, - "ovdp": 1, - "megroep": 3, - "mecommando": 1 - }, - "credits": 1200 - }, - "248": { - "name": "Persoon vermist", - "stations": { - "5": 3, - "9": 1, - "11": 1 - }, - "vehicles": { - "police": 3, - "megroep": 3, - "mecommando": 1, - "polHeli": 1 - }, - "credits": 2200 - }, - "249": { - "name": "Straatroof", - "stations": { - "5": 3, - "9": 1 - }, - "vehicles": { - "police": 3, - "polHeli": 1 - }, - "credits": 2700 - }, - "250": { - "name": "Opnemen aangifte inbraak", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300 - }, - "251": { - "name": "Vrachtwagen te water", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 27, - "percentages": { - "hulpverlening": 80, - "wateraanhanger": 20 - } - }, - "252": { - "name": "Vrachtwagen te water", - "stations": { - "0": 12, - "3": 10, - "5": 2, - "water": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 2 - }, - "credits": 1300, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "poi": 27, - "percentages": { - "wateraanhanger": 60 - } - }, - "253": { - "name": "Grote boek van Sinterklaas aangespoeld", - "stations": { - "0": 12, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 1000, - "poi": 1 - }, - "254": { - "name": "Brandende goederenwagon", - "stations": { - "0": 11 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "gevaar": 1 - }, - "credits": 650, - "poi": 8, - "percentages": { - "bchief": 30, - "gevaar": 10 - } - }, - "255": { - "name": "Brandende goederenwagon", - "stations": { - "0": 11 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "slangenwagen": 1, - "gevaar": 1 - }, - "credits": 1700, - "poi": 8, - "percentages": { - "slangenwagen": 50, - "gevaar": 30 - } - }, - "256": { - "name": "Geluidsoverlast", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "257": { - "name": "Auto-inbraak", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 500 - }, - "258": { - "name": "Brand in flatwoning", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 250, - "percentages": { - "redvoertuig": 80 - } - }, - "259": { - "name": "Brand in flatwoning", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1050, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - } - }, - "260": { - "name": "Brandend speeltoestel", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "poi": 0 - }, - "261": { - "name": "Persoon door glas gevallen", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 20, - "specialisation": "Interne Geneeskunde" - }, - "262": { - "name": "Burenruzie", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 430 - }, - "263": { - "name": "Brandende personenauto in parkeergarage", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300, - "poi": 0 - }, - "264": { - "name": "Brandende personenauto in parkeergarage", - "stations": { - "0": 4, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 650, - "poi": 0, - "percentages": { - "redvoertuig": 20 - } - }, - "265": { - "name": "Vliegtuig met hydraulisch probleem", - "stations": { - "0": 10 - }, - "vehicles": { - "crashtender": 2, - "afoosc": 1, - "truck": 1 - }, - "credits": 1550, - "poi": 32 - }, - "266": { - "name": "Vliegtuig met rook in cabine", - "stations": { - "0": 10 - }, - "vehicles": { - "crashtender": 2, - "afoosc": 1, - "truck": 1 - }, - "credits": 1550, - "poi": 32 - }, - "267": { - "name": "Vliegtuig met brandgeur in cabine", - "stations": { - "0": 10 - }, - "vehicles": { - "crashtender": 2, - "afoosc": 1, - "truck": 1 - }, - "credits": 1550, - "poi": 32 - }, - "268": { - "name": "Vliegtuig met probleem met landingsgestel", - "stations": { - "0": 12, - "3": 8, - "5": 5, - "11": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "crashtender": 2, - "afoosc": 1, - "police": 5, - "ovdp": 1 - }, - "credits": 2600, - "patients": { - "max": 4, - "transport": 10, - "specialisation": "Algemene Heelkunde" - }, - "poi": 32 - }, - "269": { - "name": "Vliegtuig met brandmelding in vrachtruim", - "stations": { - "0": 12, - "5": 5, - "11": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "crashtender": 2, - "afoosc": 1, - "police": 5, - "ovdp": 1 - }, - "credits": 2700, - "poi": 32 - }, - "270": { - "name": "Vliegtuig buiten start-\/landingsbaan beland", - "stations": { - "0": 10, - "3": 8, - "5": 2 - }, - "vehicles": { - "bchief": 1, - "crashtender": 2, - "afoosc": 1, - "police": 2, - "truck": 1 - }, - "credits": 1800, - "patients": { - "max": 3, - "transport": 10, - "specialisation": "Algemene Heelkunde" - }, - "poi": 32 - }, - "271": { - "name": "Rookontwikkeling in vrachtruim vliegtuig", - "stations": { - "0": 10 - }, - "vehicles": { - "crashtender": 2, - "afoosc": 1, - "truck": 1 - }, - "credits": 1125, - "poi": 34 - }, - "272": { - "name": "Klein vliegtuig met motorisch probleem", - "stations": { - "0": 10, - "3": 3, - "5": 3 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "crashtender": 1, - "police": 2 - }, - "credits": 1100, - "patients": { - "max": 1, - "transport": 20, - "specialisation": "Algemene Heelkunde" - }, - "poi": 29, - "percentages": { - "hulpverlening": 50 - } - }, - "273": { - "name": "Klein vliegtuig neergestort", - "stations": { - "0": 10, - "3": 5, - "5": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "crashtender": 1, - "police": 2 - }, - "credits": 2100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 29, - "percentages": { - "hulpverlening": 80 - } - }, - "274": { - "name": "Klein vliegtuig neergestort", - "stations": { - "0": 10, - "3": 10, - "5": 5, - "11": 1 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "crashtender": 1, - "police": 2, - "ovdp": 1 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 29, - "percentages": { - "hovd": 20, - "commando": 20, - "ovdp": 20 - } - }, - "275": { - "name": "Brandend klein vliegtuig", - "stations": { - "0": 10, - "5": 2 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "crashtender": 1, - "police": 1 - }, - "credits": 1650, - "poi": 31, - "percentages": { - "bchief": 10 - } - }, - "276": { - "name": "Brandend klein vliegtuig", - "stations": { - "0": 10, - "5": 5, - "11": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "hovd": 1, - "crashtender": 1, - "police": 2, - "ovdp": 1 - }, - "credits": 2500, - "poi": 31, - "percentages": { - "hovd": 10, - "ovdp": 10 - } - }, - "277": { - "name": "Pijn op de borst", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiologie", - "poi": 33 - }, - "278": { - "name": "Beroerte", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologie", - "poi": 33 - }, - "279": { - "name": "Bedreiging", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 750 - }, - "280": { - "name": "Brand in garagebedrijf", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 850, - "poi": 15, - "percentages": { - "redvoertuig": 20 - } - }, - "281": { - "name": "Brand in garagebedrijf", - "stations": { - "0": 10, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "police": 1 - }, - "credits": 2700, - "poi": 15, - "percentages": { - "adembescherming": 20, - "slangenwagen": 50, - "hovd": 50 - } - }, - "282": { - "name": "Brand in garagebedrijf", - "stations": { - "0": 12, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 1 - }, - "credits": 3620, - "patients": { - "max": 1, - "transport": 10, - "specialisation": "Algemene Heelkunde" - }, - "poi": 15, - "percentages": { - "waarschuwing": 10, - "gevaar": 50 - } - }, - "283": { - "name": "Val van paard", - "stations": { - "3": 10 - }, - "onlyRd": true, - "transport": 100, - "mmtarts": 10, - "specialisation": "Algemene Heelkunde", - "poi": 21 - }, - "284": { - "name": "Gevaarlijk rijgedrag", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 500 - }, - "285": { - "name": "Brand in supermarkt", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 1400, - "poi": 10, - "percentages": { - "redvoertuig": 10 - } - }, - "286": { - "name": "Kind vast in boom", - "stations": { - "0": 3, - "3": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 340, - "patients": { - "max": 1, - "specialisation": "Algemene Heelkunde" - }, - "poi": 0, - "percentages": { - "redvoertuig": 80 - } - }, - "287": { - "name": "Brand in magazijn", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 350, - "poi": 18, - "percentages": { - "redvoertuig": 20 - } - }, - "288": { - "name": "Brand in magazijn", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 1750, - "poi": 18 - }, - "289": { - "name": "Brand in magazijn", - "stations": { - "0": 8, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "police": 1 - }, - "credits": 2150, - "poi": 18, - "percentages": { - "adembescherming": 20, - "slangenwagen": 40, - "hovd": 50 - } - }, - "290": { - "name": "Brand in magazijn", - "stations": { - "0": 12, - "5": 2 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 3000, - "poi": 18, - "percentages": { - "waarschuwing": 50, - "gevaar": 50 - } - }, - "291": { - "name": "Brand in magazijn", - "stations": { - "0": 16, - "5": 2 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 2, - "waarschuwing": 2, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 4200, - "poi": 18, - "percentages": { - "waarschuwing": 50 - } - }, - "292": { - "name": "Ongeval met trein en vrachtwagen", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1575, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "specialisation": "Traumatologie" - }, - "poi": 24, - "percentages": { - "hulpverlening": 80 - } - }, - "293": { - "name": "Ongeval met trein en vrachtwagen", - "stations": { - "0": 6, - "3": 10, - "5": 2 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "police": 2 - }, - "credits": 2450, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "poi": 24 - }, - "294": { - "name": "Overlast jeugd", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 550, - "poi": 14 - }, - "295": { - "name": "Overlast zwervers", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 450, - "poi": 14 - }, - "296": { - "name": "Brand in museum", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 900, - "poi": 13, - "percentages": { - "redvoertuig": 70 - } - }, - "297": { - "name": "Brand in museum", - "stations": { - "0": 6, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "police": 1 - }, - "credits": 1500, - "poi": 13, - "percentages": { - "adembescherming": 10 - } - }, - "298": { - "name": "Brand in museum", - "stations": { - "0": 8, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "commando": 1, - "police": 1 - }, - "credits": 2200, - "patients": { - "max": 1, - "specialisation": "Algemene Heelkunde" - }, - "poi": 13, - "percentages": { - "adembescherming": 50, - "slangenwagen": 20, - "hovd": 50, - "commando": 50 - } - }, - "299": { - "name": "Brandend plezierjacht", - "stations": { - "0": 12, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 900, - "poi": 1, - "percentages": { - "watervoertuig": 10, - "wateraanhanger": 70 - } - }, - "300": { - "name": "Brandend plezierjacht", - "stations": { - "0": 12, - "3": 2, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 1450, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 1, - "percentages": { - "watervoertuig": 40 - } - }, - "301": { - "name": "Inbraakalarm", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 750 - }, - "302": { - "name": "Brand in kantoorgebouw", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 850, - "poi": 22, - "percentages": { - "redvoertuig": 20 - } - }, - "303": { - "name": "Brand in kantoorgebouw", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 1650, - "poi": 22, - "percentages": { - "redvoertuig": 80 - } - }, - "304": { - "name": "Brand in kantoorgebouw", - "stations": { - "0": 8, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "police": 1 - }, - "credits": 2400, - "poi": 22, - "percentages": { - "adembescherming": 10, - "slangenwagen": 20, - "hovd": 50 - } - }, - "305": { - "name": "Verkeersongeval met touringcar", - "stations": { - "0": 6, - "3": 6, - "5": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 2 - }, - "credits": 1450, - "patients": { - "max": 6, - "min": 3, - "transport": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "hulpverlening": 50 - } - }, - "306": { - "name": "Verkeersongeval met touringcar", - "stations": { - "0": 12, - "3": 8, - "5": 3 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "police": 3 - }, - "credits": 2100, - "patients": { - "max": 8, - "min": 5, - "transport": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "hovd": 50 - } - }, - "307": { - "name": "Verkeersongeval met touringcar", - "stations": { - "0": 14, - "3": 10, - "5": 5, - "11": 1 - }, - "vehicles": { - "truck": 3, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 4, - "ovdp": 1 - }, - "credits": 3250, - "patients": { - "max": 10, - "min": 7, - "transport": 100, - "specialisation": "Traumatologie" - } - }, - "308": { - "name": "Natuurbrand", - "stations": { - "0": 20, - "5": 3 - }, - "vehicles": { - "truck": 16, - "hulpverlening": 3, - "bchief": 4, - "adembescherming": 1, - "slangenwagen": 4, - "hovd": 2, - "commando": 1, - "police": 3 - }, - "credits": 11500, - "poi": 3, - "percentages": { - "adembescherming": 80 - } - }, - "309": { - "name": "Natuurbrand", - "stations": { - "0": 30, - "5": 6 - }, - "vehicles": { - "truck": 24, - "hulpverlening": 4, - "bchief": 6, - "adembescherming": 1, - "slangenwagen": 6, - "hovd": 3, - "commando": 2, - "police": 5 - }, - "credits": 18750, - "poi": 3 - }, - "310": { - "name": "Verkeersongeval met scooter en fietser", - "stations": { - "3": 10, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 750, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "mmtarts": 50, - "specialisation": "Traumatologie" - } - }, - "311": { - "name": "Verkeersongeval met fietser en fietser", - "stations": { - "3": 3, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 650, - "patients": { - "max": 2, - "min": 1, - "transport": 80, - "specialisation": "Traumatologie" - } - }, - "312": { - "name": "Lekkende goederenwagon", - "stations": { - "0": 15, - "3": 10, - "5": 1 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 1 - }, - "credits": 4000, - "patients": { - "max": 1, - "transport": 100, - "mmtarts": 50, - "specialisation": "Traumatologie" - }, - "poi": 8, - "percentages": { - "waarschuwing": 70, - "hovd": 80, - "commando": 50 - } - }, - "313": { - "name": "Brand in passagierstrein", - "stations": { - "0": 2, - "5": 1 - }, - "vehicles": { - "truck": 1, - "police": 1 - }, - "credits": 1000, - "poi": 6 - }, - "314": { - "name": "Brand in passagierstrein", - "stations": { - "0": 8, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "police": 2 - }, - "credits": 2100, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 6, - "percentages": { - "hulpverlening": 10 - } - }, - "315": { - "name": "Brand in passagierstrein", - "stations": { - "0": 14, - "3": 4, - "5": 3, - "11": 1 - }, - "vehicles": { - "truck": 3, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "commando": 1, - "police": 3, - "ovdp": 1, - "press": 1 - }, - "credits": 3250, - "patients": { - "max": 4, - "min": 2, - "transport": 100, - "specialisation": "Algemene Heelkunde" - }, - "poi": 6, - "percentages": { - "hulpverlening": 50, - "adembescherming": 10, - "slangenwagen": 20 - } - }, - "316": { - "name": "Bedreiging met vuurwapen", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 2 - }, - "credits": 1100, - "prisoners": { - "max": 1 - } - }, - "317": { - "name": "Bedreiging met vuurwapen", - "stations": { - "5": 6 - }, - "vehicles": { - "police": 4 - }, - "credits": 2000, - "prisoners": { - "max": 1 - } - }, - "318": { - "name": "Brand op binnenvaartschip", - "stations": { - "0": 12, - "water": 1 - }, - "vehicles": { - "truck": 1, - "wateraanhanger": 1 - }, - "credits": 1450, - "poi": 27, - "percentages": { - "wateraanhanger": 20 - } - }, - "319": { - "name": "Brand op binnenvaartschip", - "stations": { - "0": 13, - "3": 1, - "water": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1 - }, - "credits": 3100, - "patients": { - "max": 1, - "transport": 70, - "specialisation": "Algemene Heelkunde" - }, - "poi": 27, - "percentages": { - "watervoertuig": 10 - } - }, - "320": { - "name": "Brand op binnenvaartschip", - "stations": { - "0": 14, - "3": 2, - "water": 4 - }, - "vehicles": { - "truck": 3, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "gevaar": 1, - "hovd": 1, - "watervoertuig": 1, - "wateraanhanger": 2, - "press": 1 - }, - "credits": 4750, - "patients": { - "max": 2, - "transport": 90, - "specialisation": "Traumatologie" - }, - "poi": 27, - "percentages": { - "hulpverlening": 20, - "adembescherming": 10, - "gevaar": 10, - "hovd": 50, - "watervoertuig": 20 - } - }, - "321": { - "name": "Brandende wegberm", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300, - "poi": 16 - }, - "322": { - "name": "Brandende wegberm", - "stations": { - "0": 7 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "slangenwagen": 1 - }, - "credits": 1000, - "poi": 16, - "percentages": { - "slangenwagen": 50 - } - }, - "323": { - "name": "Verkeersongeval met motorfiets", - "stations": { - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - } - }, - "324": { - "name": "Verkeersongeval met personenauto en motorfiets", - "stations": { - "3": 10, - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 900, - "patients": { - "max": 1, - "min": 1, - "transport": 80, - "mmtarts": 50, - "specialisation": "Traumatologie" - } - }, - "325": { - "name": "Verkeersongeval met fietser en motorfiets", - "stations": { - "3": 10, - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 1100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "mmtarts": 70, - "specialisation": "Traumatologie" - } - }, - "326": { - "name": "Brand in landbouwschuur", - "stations": { - "0": 12, - "5": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "police": 1 - }, - "credits": 3650, - "poi": 21, - "percentages": { - "hulpverlening": 50, - "adembescherming": 50, - "waarschuwing": 20, - "gevaar": 20, - "hovd": 70 - } - }, - "327": { - "name": "Brand in landbouwschuur", - "stations": { - "0": 16, - "5": 2 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 2, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 7000, - "poi": 21, - "percentages": { - "waarschuwing": 50, - "gevaar": 50, - "commando": 50 - } - }, - "328": { - "name": "Persoon onwel na mixen mest", - "stations": { - "0": 11, - "3": 2, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "police": 1 - }, - "credits": 700, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 21, - "percentages": { - "hulpverlening": 20, - "bchief": 50, - "waarschuwing": 10, - "gevaar": 50 - } - }, - "329": { - "name": "Verwaarloosde hond in woning", - "stations": { - "5": 1, - "11": 1 - }, - "vehicles": { - "hond": 1, - "police": 1 - }, - "credits": 350 - }, - "330": { - "name": "Vechtpartij in caf\u00e9", - "stations": { - "3": 1, - "5": 5, - "11": 1 - }, - "vehicles": { - "police": 5, - "ovdp": 1, - "hond": 1 - }, - "credits": 2250, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Traumatologie" - }, - "poi": 19, - "prisoners": { - "max": 2 - }, - "percentages": { - "ovdp": 50 - } - }, - "331": { - "name": "Inbraak in bedrijfspand", - "stations": { - "5": 2, - "11": 1 - }, - "vehicles": { - "police": 2, - "hond": 1 - }, - "credits": 1500, - "poi": 22, - "prisoners": { - "max": 1 - } - }, - "332": { - "name": "Inbraak in bedrijfspand", - "stations": { - "5": 2, - "11": 1 - }, - "vehicles": { - "police": 2, - "hond": 1 - }, - "credits": 1500, - "poi": 18, - "prisoners": { - "max": 1 - } - }, - "333": { - "name": "Inbraak in bedrijfspand", - "stations": { - "5": 3, - "9": 1, - "11": 1 - }, - "vehicles": { - "police": 3, - "hond": 1, - "polHeli": 1 - }, - "credits": 2000, - "poi": 22, - "prisoners": { - "max": 1 - } - }, - "334": { - "name": "Brand in schoolgebouw", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 850, - "poi": 12, - "percentages": { - "redvoertuig": 20 - } - }, - "335": { - "name": "Brand in schoolgebouw", - "stations": { - "0": 6, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1750, - "poi": 12, - "percentages": { - "redvoertuig": 80 - } - }, - "336": { - "name": "Brand in schoolgebouw", - "stations": { - "0": 8, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "police": 1 - }, - "credits": 2850, - "poi": 12, - "percentages": { - "adembescherming": 10, - "slangenwagen": 20, - "hovd": 50 - } - }, - "337": { - "name": "Huiselijk geweld", - "stations": { - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "prisoners": { - "max": 1 - } - }, - "338": { - "name": "Huiselijk geweld", - "stations": { - "3": 1, - "5": 2, - "11": 1 - }, - "vehicles": { - "police": 2, - "hond": 1 - }, - "credits": 1550, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "prisoners": { - "max": 2 - } - }, - "339": { - "name": "Lekkende LPG installatie", - "stations": { - "0": 8, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "police": 1 - }, - "credits": 1150, - "poi": 11, - "percentages": { - "hulpverlening": 60, - "bchief": 80, - "waarschuwing": 10, - "gevaar": 10 - } - }, - "340": { - "name": "Lekkende LPG installatie", - "stations": { - "0": 14, - "5": 2 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 2500, - "poi": 11, - "percentages": { - "waarschuwing": 30, - "gevaar": 20, - "hovd": 10, - "commando": 10 - } - }, - "341": { - "name": "Nacontrole brand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500, - "poi": 14, - "expansions": { - "0": 130 - } - }, - "342": { - "name": "Nacontrole brand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500, - "poi": 13, - "expansions": { - "0": 297 - } - }, - "343": { - "name": "Nacontrole brand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500, - "expansions": { - "0": 60, - "1": 114 - } - }, - "344": { - "name": "Vreemde lucht in kantoorgebouw", - "stations": { - "0": 12, - "3": 4, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "gevaar": 1, - "police": 1 - }, - "credits": 1375, - "patients": { - "max": 4, - "min": 2, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 22, - "percentages": { - "hulpverlening": 40, - "bchief": 50, - "gevaar": 50 - } - }, - "345": { - "name": "Vreemde lucht in kantoorgebouw", - "stations": { - "0": 14, - "3": 10, - "5": 1 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 1, - "press": 1 - }, - "credits": 2850, - "patients": { - "max": 10, - "min": 5, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 22, - "percentages": { - "hulpverlening": 80, - "waarschuwing": 20, - "hovd": 50, - "commando": 50 - } - }, - "346": { - "name": "Brand in opslagloods met gevaarlijke stoffen", - "vehicles": { - "truck": 24, - "redvoertuig": 6, - "hulpverlening": 4, - "bchief": 6, - "adembescherming": 2, - "slangenwagen": 8, - "waarschuwing": 4, - "gevaar": 2, - "hovd": 1, - "commando": 1, - "police": 5 - }, - "credits": 18500 - }, - "347": { - "name": "Brand bij afvalverwerker", - "vehicles": { - "truck": 20, - "redvoertuig": 2, - "hulpverlening": 2, - "bchief": 5, - "adembescherming": 1, - "slangenwagen": 6, - "waarschuwing": 4, - "gevaar": 1, - "hovd": 2, - "commando": 1, - "police": 5 - }, - "credits": 17500 - }, - "348": { - "name": "Zwemmer vermist", - "stations": { - "0": 12, - "3": 1, - "5": 2, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 2 - }, - "credits": 1750, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Interne Geneeskunde" - }, - "poi": 1, - "percentages": { - "redvoertuig": 10, - "hulpverlening": 10 - } - }, - "349": { - "name": "Zwemmer vermist", - "stations": { - "0": 14, - "3": 1, - "5": 2, - "water": 3 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 3, - "wateraanhanger": 2, - "police": 2 - }, - "credits": 3150, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Interne Geneeskunde" - }, - "poi": 1, - "percentages": { - "redvoertuig": 40, - "hulpverlening": 40 - } - }, - "350": { - "name": "Insluiping in woning", - "stations": { - "5": 3, - "11": 1 - }, - "vehicles": { - "police": 3, - "hond": 1 - }, - "credits": 2350, - "prisoners": { - "max": 1 - } - }, - "351": { - "name": "Inbraakalarm woning", - "stations": { - "5": 2, - "11": 1 - }, - "vehicles": { - "police": 2, - "hond": 1 - }, - "credits": 1500, - "prisoners": { - "max": 1 - } - }, - "352": { - "name": "Brand in terminal", - "stations": { - "0": 10, - "5": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "police": 1 - }, - "credits": 1400, - "poi": 33, - "percentages": { - "redvoertuig": 20 - } - }, - "353": { - "name": "Brand in terminal", - "stations": { - "0": 10, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 2 - }, - "credits": 3300, - "patients": { - "max": 2, - "transport": 20, - "specialisation": "Algemene Heelkunde" - }, - "poi": 33, - "percentages": { - "redvoertuig": 60 - } - }, - "354": { - "name": "Brand in terminal", - "stations": { - "0": 15, - "3": 10, - "5": 4, - "11": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "hovd": 1, - "commando": 1, - "afoosc": 1, - "police": 4, - "ovdp": 1 - }, - "credits": 5150, - "patients": { - "max": 8, - "min": 4, - "transport": 20, - "specialisation": "Algemene Heelkunde" - }, - "poi": 33, - "percentages": { - "adembescherming": 10 - } - }, - "355": { - "name": "Heidebrand", - "stations": { - "0": 14 - }, - "vehicles": { - "truck": 4, - "hulpverlening": 1, - "bchief": 1, - "slangenwagen": 2, - "hovd": 1 - }, - "credits": 3000, - "poi": 3, - "percentages": { - "hulpverlening": 20, - "hovd": 50 - } - }, - "356": { - "name": "Heidebrand", - "stations": { - "0": 16 - }, - "vehicles": { - "truck": 8, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 4, - "hovd": 1, - "commando": 1 - }, - "credits": 7200, - "poi": 3, - "percentages": { - "hulpverlening": 80, - "adembescherming": 20, - "hovd": 80, - "commando": 80 - } - }, - "357": { - "name": "Natuurbrand", - "stations": { - "0": 65, - "5": 8 - }, - "vehicles": { - "truck": 32, - "hulpverlening": 4, - "bchief": 8, - "adembescherming": 2, - "slangenwagen": 10, - "hovd": 3, - "commando": 2, - "police": 8 - }, - "credits": 22500, - "poi": 3 - }, - "358": { - "name": "Hoge bloeddruk", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 60, - "specialisation": "Cardiologie" - }, - "359": { - "name": "Lage bloeddruk", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 60, - "specialisation": "Cardiologie" - }, - "360": { - "name": "Brand in bovenwoning", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 300, - "percentages": { - "redvoertuig": 40 - } - }, - "361": { - "name": "Brand in bovenwoning", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1150, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "percentages": { - "redvoertuig": 60 - } - }, - "362": { - "name": "Brand in flatwoning", - "stations": { - "0": 10, - "3": 6, - "5": 2 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "hovd": 1, - "police": 2 - }, - "credits": 2350, - "patients": { - "max": 6, - "min": 3, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "percentages": { - "adembescherming": 10, - "hovd": 50 - } - }, - "363": { - "name": "Brand op passagiersschip", - "stations": { - "0": 12, - "3": 2, - "water": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "watervoertuig": 1 - }, - "credits": 1450, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 27, - "percentages": { - "bchief": 20, - "watervoertuig": 20 - } - }, - "364": { - "name": "Brand op passagiersschip", - "stations": { - "0": 14, - "3": 6, - "5": 1, - "water": 2 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 3250, - "patients": { - "max": 6, - "min": 4, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 27 - }, - "365": { - "name": "Brand op passagiersschip", - "stations": { - "0": 16, - "3": 10, - "5": 2, - "water": 3 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "hovd": 1, - "commando": 1, - "watervoertuig": 3, - "wateraanhanger": 2, - "police": 1 - }, - "credits": 4800, - "patients": { - "max": 12, - "min": 8, - "transport": 50, - "specialisation": "Traumatologie" - }, - "poi": 27, - "percentages": { - "redvoertuig": 20, - "hulpverlening": 20, - "adembescherming": 40, - "hovd": 50, - "commando": 50 - } - }, - "366": { - "name": "Personen op dak school", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 550, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "367": { - "name": "Gestolen scooter gevonden", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400, - "poi": 12 - }, - "368": { - "name": "Verkeersongeval met vrachtwagen en fietser", - "stations": { - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - } - }, - "369": { - "name": "Verkeersongeval met vrachtwagen en fietser", - "stations": { - "3": 10, - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 1150, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - } - }, - "370": { - "name": "Verkeersongeval met vrachtwagen en fietser", - "stations": { - "0": 6, - "3": 10, - "5": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 2 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "hulpverlening": 80 - } - }, - "371": { - "name": "Verlaten slee langs waterkant", - "stations": { - "0": 3, - "3": 1, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "watervoertuig": 1, - "police": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Interne Geneeskunde" - }, - "poi": 1 - }, - "372": { - "name": "Brandende kerststal", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600, - "poi": 17 - }, - "373": { - "name": "Brandwonden door gourmetstel", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 20, - "specialisation": "Algemene Heelkunde" - }, - "374": { - "name": "Geluidsoverlast door kerstmuziek", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 500 - }, - "375": { - "name": "Persoon bekneld onder kerstpakketten", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "percentages": { - "hulpverlening": 20, - "bchief": 80 - } - }, - "376": { - "name": "Persoon te water", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 3, - "wateraanhanger": 2, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Interne Geneeskunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 50, - "hulpverlening": 50 - } - }, - "377": { - "name": "Persoon te water", - "stations": { - "0": 14, - "3": 1, - "5": 2, - "water": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "watervoertuig": 4, - "wateraanhanger": 2, - "police": 2 - }, - "credits": 5200, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Interne Geneeskunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 50, - "hulpverlening": 70, - "hovd": 20 - } - }, - "378": { - "name": "Vreemde lucht in winkelcentrum", - "stations": { - "0": 12, - "3": 8, - "5": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "gevaar": 1, - "police": 2 - }, - "credits": 1950, - "patients": { - "max": 10, - "min": 6, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 14, - "percentages": { - "hulpverlening": 50, - "gevaar": 50 - } - }, - "379": { - "name": "Vreemde lucht in winkelcentrum", - "stations": { - "0": 16, - "3": 10, - "5": 4 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 4 - }, - "credits": 4000, - "patients": { - "max": 18, - "min": 12, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 14, - "percentages": { - "waarschuwing": 20 - } - }, - "380": { - "name": "Epileptische aanval", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 85, - "specialisation": "Neurologie" - }, - "381": { - "name": "Hevige bloeding", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "382": { - "name": "Suikertekort", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 25, - "specialisation": "Interne Geneeskunde" - }, - "383": { - "name": "Brand in parkeergarage", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 900, - "poi": 0, - "percentages": { - "redvoertuig": 20 - } - }, - "384": { - "name": "Brand in parkeergarage", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1 - }, - "credits": 2150, - "poi": 0, - "percentages": { - "redvoertuig": 40, - "hulpverlening": 10 - } - }, - "385": { - "name": "Brand in parkeergarage", - "stations": { - "0": 12, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "police": 1 - }, - "credits": 3650, - "poi": 0, - "percentages": { - "redvoertuig": 80, - "hulpverlening": 20, - "adembescherming": 40, - "slangenwagen": 20, - "hovd": 50 - } - }, - "386": { - "name": "Brand in parkeergarage", - "stations": { - "0": 16, - "5": 2 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 5100, - "poi": 0, - "percentages": { - "hulpverlening": 30, - "adembescherming": 80, - "slangenwagen": 40, - "commando": 50 - } - }, - "387": { - "name": "Bouwvakker van hoogte gevallen", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatologie", - "poi": 53 - }, - "388": { - "name": "Bouwvakker van hoogte gevallen", - "stations": { - "0": 3, - "3": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 400, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 53 - }, - "389": { - "name": "Bouwvakker bekneld onder bouwmateriaal", - "stations": { - "0": 6, - "3": 10, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 50, - "specialisation": "Traumatologie" - }, - "poi": 53, - "percentages": { - "hulpverlening": 80 - } - }, - "390": { - "name": "Brand bij afvalverwerker", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 800, - "poi": 46, - "percentages": { - "redvoertuig": 20 - } - }, - "391": { - "name": "Brand bij afvalverwerker", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "slangenwagen": 1 - }, - "credits": 1500, - "poi": 46, - "percentages": { - "redvoertuig": 50, - "slangenwagen": 20 - } - }, - "392": { - "name": "Brand bij afvalverwerker", - "stations": { - "0": 12 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "slangenwagen": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1 - }, - "credits": 2600, - "poi": 46, - "percentages": { - "slangenwagen": 80, - "waarschuwing": 20, - "gevaar": 60, - "hovd": 50 - } - }, - "393": { - "name": "Brand bij afvalverwerker", - "stations": { - "0": 16, - "5": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 2, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "police": 1 - }, - "credits": 4800, - "poi": 46, - "percentages": { - "hulpverlening": 20, - "adembescherming": 50, - "waarschuwing": 60 - } - }, - "394": { - "name": "Brand bij afvalverwerker", - "stations": { - "0": 18, - "5": 2 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 3, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 6800, - "poi": 46, - "percentages": { - "hulpverlening": 20 - } - }, - "395": { - "name": "Brand bij afvalverwerker", - "stations": { - "0": 20, - "5": 2 - }, - "vehicles": { - "truck": 12, - "redvoertuig": 3, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 4, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 9500, - "poi": 46, - "percentages": { - "hulpverlening": 40 - } - }, - "396": { - "name": "Lekkende LPG installatie", - "stations": { - "0": 14, - "5": 2 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 2600, - "poi": 11, - "percentages": { - "waarschuwing": 50, - "gevaar": 50 - } - }, - "397": { - "name": "Gaslekkage", - "stations": { - "0": 14, - "5": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 1200, - "percentages": { - "hulpverlening": 50, - "gevaar": 20 - } - }, - "398": { - "name": "Vreemde lucht in kantoorgebouw", - "stations": { - "0": 14, - "3": 8, - "5": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 1 - }, - "credits": 1750, - "patients": { - "max": 6, - "min": 3, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 22, - "percentages": { - "hulpverlening": 60 - } - }, - "399": { - "name": "Inbraakalarm bedrijfspand", - "stations": { - "5": 2, - "11": 1 - }, - "vehicles": { - "police": 2, - "hond": 1 - }, - "credits": 1850, - "poi": 22, - "expansions": { - "0": 333 - } - }, - "400": { - "name": "Inbraakalarm bedrijfspand", - "stations": { - "5": 2, - "11": 1 - }, - "vehicles": { - "police": 2, - "hond": 1 - }, - "credits": 1850, - "poi": 18, - "expansions": { - "0": 333 - } - }, - "401": { - "name": "Overvalalarm supermarkt", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 2250, - "poi": 10, - "expansions": { - "0": 123 - } - }, - "402": { - "name": "Persoon van laadklep gevallen", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Algemene Heelkunde", - "poi": 10 - }, - "403": { - "name": "Persoon van laadklep gevallen", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Algemene Heelkunde", - "poi": 14 - }, - "404": { - "name": "Persoon van laadklep gevallen", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Algemene Heelkunde", - "poi": 9 - }, - "405": { - "name": "Motorrijder gevallen", - "stations": { - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Algemene Heelkunde" - } - }, - "406": { - "name": "Persoon van dak gevallen", - "stations": { - "3": 10 - }, - "onlyRd": true, - "transport": 100, - "mmtarts": 100, - "specialisation": "Algemene Heelkunde" - }, - "407": { - "name": "Nacontrole brand", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 500, - "poi": 47, - "percentages": { - "redvoertuig": 20 - } - }, - "408": { - "name": "Brand in kerkgebouw", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 800, - "poi": 47, - "percentages": { - "redvoertuig": 40 - } - }, - "409": { - "name": "Brand in kerkgebouw", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 1500, - "poi": 47 - }, - "410": { - "name": "Brand in kerkgebouw", - "stations": { - "0": 12, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 2, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "police": 1 - }, - "credits": 2500, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 47, - "percentages": { - "adembescherming": 40, - "slangenwagen": 40, - "hovd": 50 - } - }, - "411": { - "name": "Brand in kerkgebouw", - "stations": { - "0": 16, - "3": 3, - "5": 2 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 2650, - "patients": { - "max": 3, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 47, - "percentages": { - "hulpverlening": 10, - "adembescherming": 40, - "slangenwagen": 40 - } - }, - "412": { - "name": "Brand in kerkgebouw", - "stations": { - "0": 16, - "3": 3, - "5": 2 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 2, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 4850, - "patients": { - "max": 3, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 47, - "percentages": { - "hulpverlening": 20 - } - }, - "413": { - "name": "Brand in kerkgebouw", - "stations": { - "0": 20, - "3": 4, - "5": 2 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 3, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 2, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 6700, - "patients": { - "max": 4, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 47, - "percentages": { - "hulpverlening": 40 - } - }, - "414": { - "name": "Brand in transformatorhuisje", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "bchief": 1 - }, - "credits": 800, - "poi": 49, - "percentages": { - "bchief": 10 - } - }, - "415": { - "name": "Brand in transformatorhuisje", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1 - }, - "credits": 1800, - "poi": 49, - "percentages": { - "hulpverlening": 10 - } - }, - "416": { - "name": "Brand in transformatorhuisje", - "stations": { - "0": 14, - "5": 2 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 3000, - "poi": 49, - "percentages": { - "hulpverlening": 20 - } - }, - "417": { - "name": "Verkeersongeval met lijnbus en voetganger", - "stations": { - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 4 - }, - "418": { - "name": "Verkeersongeval met lijnbus en voetganger", - "stations": { - "3": 10, - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 1150, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "poi": 4 - }, - "419": { - "name": "Verkeersongeval met lijnbus en fietser", - "stations": { - "3": 1, - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 4 - }, - "420": { - "name": "Verkeersongeval met lijnbus en fietser", - "stations": { - "0": 6, - "3": 10, - "5": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 2 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "poi": 4, - "percentages": { - "hulpverlening": 60 - } - }, - "421": { - "name": "Overvalalarm bankkantoor", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 2200, - "poi": 41 - }, - "422": { - "name": "Overval bankkantoor", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 2200, - "poi": 41, - "prisoners": { - "max": 1 - } - }, - "423": { - "name": "Overval bankkantoor", - "stations": { - "5": 4, - "11": 1 - }, - "vehicles": { - "police": 4, - "ovdp": 1, - "hond": 1 - }, - "credits": 4100, - "poi": 41, - "prisoners": { - "max": 2 - } - }, - "424": { - "name": "Overval bankkantoor", - "stations": { - "5": 5, - "9": 1, - "11": 1 - }, - "vehicles": { - "police": 5, - "ovdp": 1, - "hond": 1, - "polHeli": 1 - }, - "credits": 4500, - "poi": 41, - "prisoners": { - "max": 2 - } - }, - "425": { - "name": "Brand in bouwmarkt", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 850, - "poi": 48, - "percentages": { - "redvoertuig": 20 - } - }, - "426": { - "name": "Brand in bouwmarkt", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 1550, - "poi": 48, - "percentages": { - "redvoertuig": 80 - } - }, - "427": { - "name": "Brand in bouwmarkt", - "stations": { - "0": 12, - "5": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "police": 1 - }, - "credits": 2500, - "poi": 48, - "percentages": { - "adembescherming": 20, - "slangenwagen": 40, - "hovd": 50 - } - }, - "428": { - "name": "Brand in bouwmarkt", - "stations": { - "0": 18, - "5": 2 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "waarschuwing": 1, - "hovd": 1, - "commando": 1, - "police": 2, - "press": 1 - }, - "credits": 4850, - "poi": 48, - "percentages": { - "hulpverlening": 20, - "adembescherming": 80, - "waarschuwing": 20 - } - }, - "429": { - "name": "Brand in bouwmarkt", - "stations": { - "0": 20, - "5": 2 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 3, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 2, - "waarschuwing": 2, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 6850, - "poi": 48, - "percentages": { - "hulpverlening": 40, - "waarschuwing": 50, - "gevaar": 50 - } - }, - "430": { - "name": "Persoon bekneld tussen containers", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatologie", - "poi": 52 - }, - "431": { - "name": "Persoon bekneld tussen containers", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 1 - }, - "credits": 950, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 52, - "percentages": { - "hulpverlening": 60 - } - }, - "432": { - "name": "Persoon bekneld onder heftruck", - "stations": { - "0": 6, - "3": 10, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1050, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "poi": 52, - "percentages": { - "hulpverlening": 60 - } - }, - "433": { - "name": "Lekkende tankwagen", - "stations": { - "0": 11, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "police": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Traumatologie" - }, - "poi": 52, - "percentages": { - "hulpverlening": 80, - "waarschuwing": 10, - "gevaar": 50 - } - }, - "434": { - "name": "Lekkende tankwagen", - "stations": { - "0": 12, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "police": 2 - }, - "credits": 3800, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Traumatologie" - }, - "poi": 52, - "percentages": { - "waarschuwing": 60 - } - }, - "435": { - "name": "Lekkende tankwagen", - "stations": { - "0": 16, - "3": 4, - "5": 5 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 3, - "ovdp": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Traumatologie" - }, - "poi": 52 - }, - "436": { - "name": "Persoon te water", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 52, - "percentages": { - "redvoertuig": 40, - "wateraanhanger": 40 - } - }, - "437": { - "name": "Persoon te water", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 1150, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 52, - "percentages": { - "redvoertuig": 60, - "hulpverlening": 20 - } - }, - "438": { - "name": "Duiker vermist", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 850, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 1, - "percentages": { - "redvoertuig": 10, - "wateraanhanger": 60 - } - }, - "439": { - "name": "Duiker vermist", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 1100, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 1, - "percentages": { - "redvoertuig": 20, - "hulpverlening": 10 - } - }, - "440": { - "name": "Brand in gevangenis", - "stations": { - "0": 6, - "3": 1, - "5": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "bchief": 1, - "police": 3 - }, - "credits": 950, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 44, - "percentages": { - "redvoertuig": 30, - "bchief": 20 - } - }, - "441": { - "name": "Brand in gevangenis", - "stations": { - "0": 13, - "3": 2, - "5": 4 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1, - "police": 4 - }, - "credits": 1950, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 44, - "percentages": { - "redvoertuig": 60, - "hovd": 10 - } - }, - "442": { - "name": "Brand in gevangenis", - "stations": { - "0": 16, - "3": 2, - "5": 4, - "11": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 4, - "ovdp": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 44, - "percentages": { - "redvoertuig": 60 - } - }, - "443": { - "name": "Brand in hotel", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 750, - "poi": 39, - "percentages": { - "redvoertuig": 20 - } - }, - "444": { - "name": "Brand in hotel", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 1550, - "poi": 39, - "percentages": { - "redvoertuig": 40 - } - }, - "445": { - "name": "Brand in hotel", - "stations": { - "0": 12, - "3": 6, - "5": 2 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "hovd": 1, - "police": 2 - }, - "credits": 2500, - "patients": { - "max": 6, - "min": 2, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 39, - "percentages": { - "redvoertuig": 80, - "adembescherming": 10, - "hovd": 50 - } - }, - "446": { - "name": "Brand in hotel", - "stations": { - "0": 16, - "3": 6, - "5": 2, - "11": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "hovd": 1, - "commando": 1, - "police": 2, - "ovdp": 1 - }, - "credits": 2600, - "patients": { - "max": 8, - "min": 4, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 39, - "percentages": { - "adembescherming": 10 - } - }, - "447": { - "name": "Brand in hotel", - "stations": { - "0": 18, - "3": 10, - "5": 3, - "11": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 2, - "bchief": 1, - "adembescherming": 1, - "hovd": 1, - "commando": 1, - "police": 3, - "ovdp": 1, - "press": 1 - }, - "credits": 4900, - "patients": { - "max": 10, - "min": 6, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 39, - "percentages": { - "adembescherming": 40 - } - }, - "448": { - "name": "Suikertekort", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Neurochirurgie" - }, - "449": { - "name": "Val van skateboard", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "450": { - "name": "Open botbreuk", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Algemene Heelkunde" - }, - "451": { - "name": "Zwaan met gebroken poot", - "stations": { - "0": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "wateraanhanger": 1 - }, - "credits": 400, - "poi": 1, - "percentages": { - "wateraanhanger": 10 - } - }, - "452": { - "name": "Vogel vast in schoorsteen", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1 - }, - "credits": 350, - "percentages": { - "redvoertuig": 40, - "hulpverlening": 20 - } - }, - "453": { - "name": "Vissen met zuurstoftekort", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300, - "poi": 1 - }, - "454": { - "name": "Kat op dak", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 320, - "percentages": { - "redvoertuig": 10 - } - }, - "455": { - "name": "Ree vast in hek", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 300, - "poi": 3 - }, - "456": { - "name": "Brand in manege", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "slangenwagen": 1 - }, - "credits": 800, - "poi": 38, - "percentages": { - "redvoertuig": 10, - "slangenwagen": 20 - } - }, - "457": { - "name": "Brand in manege", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "slangenwagen": 1 - }, - "credits": 1950, - "poi": 38, - "percentages": { - "redvoertuig": 50, - "slangenwagen": 60 - } - }, - "458": { - "name": "Brand in manege", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "slangenwagen": 1, - "hovd": 1 - }, - "credits": 2750, - "poi": 38, - "percentages": { - "hovd": 50 - } - }, - "459": { - "name": "Brandende vliegtuigtrekker", - "stations": { - "0": 10 - }, - "vehicles": { - "truck": 1, - "afoosc": 1 - }, - "credits": 600, - "poi": 34, - "percentages": { - "afoosc": 50 - } - }, - "460": { - "name": "Brandende vliegtuigtrekker", - "stations": { - "0": 10 - }, - "vehicles": { - "truck": 2, - "afoosc": 1 - }, - "credits": 1350, - "poi": 34 - }, - "461": { - "name": "Vliegtuig met motorisch probleem", - "stations": { - "0": 12, - "3": 8, - "5": 5, - "11": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "crashtender": 2, - "afoosc": 1, - "police": 5, - "ovdp": 1 - }, - "credits": 2950, - "patients": { - "max": 4, - "transport": 10, - "specialisation": "Algemene Heelkunde" - }, - "poi": 32 - }, - "462": { - "name": "Drugsafval aangetroffen", - "stations": { - "0": 11, - "5": 5 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "police": 4, - "ovdp": 1 - }, - "credits": 1600, - "poi": 3, - "percentages": { - "waarschuwing": 20 - } - }, - "463": { - "name": "Verdachte vaten aangetroffen", - "stations": { - "0": 11, - "5": 5 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "police": 4, - "ovdp": 1 - }, - "credits": 1600, - "poi": 3, - "percentages": { - "waarschuwing": 20 - } - }, - "464": { - "name": "Stankoverlast", - "stations": { - "0": 11, - "5": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "gevaar": 1, - "police": 1 - }, - "credits": 550, - "expansions": { - "0": 200, - "1": 462, - "2": 463 - }, - "percentages": { - "bchief": 20, - "gevaar": 10 - } - }, - "465": { - "name": "Brand in verzorgingshuis", - "stations": { - "0": 6, - "3": 2, - "5": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 950, - "patients": { - "max": 2, - "min": 1, - "transport": 90, - "specialisation": "Algemene Heelkunde" - }, - "poi": 37, - "percentages": { - "redvoertuig": 20, - "bchief": 10 - } - }, - "466": { - "name": "Brand in verzorgingshuis", - "stations": { - "0": 6, - "3": 3, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1600, - "patients": { - "max": 3, - "min": 1, - "transport": 90, - "specialisation": "Algemene Heelkunde" - }, - "poi": 37, - "percentages": { - "redvoertuig": 80 - } - }, - "467": { - "name": "Brand in verzorgingshuis", - "stations": { - "0": 12, - "3": 4, - "5": 2 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "hovd": 1, - "police": 2 - }, - "credits": 2750, - "patients": { - "max": 6, - "min": 2, - "transport": 90, - "specialisation": "Algemene Heelkunde" - }, - "poi": 37, - "percentages": { - "hovd": 50 - } - }, - "468": { - "name": "Brand in verzorgingshuis", - "stations": { - "0": 18, - "3": 10, - "5": 2, - "11": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 2, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "commando": 1, - "police": 2, - "ovdp": 1 - }, - "credits": 4950, - "patients": { - "max": 10, - "min": 4, - "transport": 90, - "mmtarts": 10, - "specialisation": "Algemene Heelkunde" - }, - "poi": 37, - "percentages": { - "adembescherming": 40, - "slangenwagen": 20 - } - }, - "469": { - "name": "Brand in verzorgingshuis", - "stations": { - "0": 20, - "3": 10, - "5": 3, - "11": 1 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 3, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "commando": 1, - "police": 3, - "ovdp": 1 - }, - "credits": 7000, - "patients": { - "max": 15, - "min": 5, - "transport": 90, - "mmtarts": 10, - "specialisation": "Algemene Heelkunde" - }, - "poi": 37, - "percentages": { - "slangenwagen": 20 - } - }, - "470": { - "name": "Personen onwel door hitte", - "stations": { - "0": 6, - "3": 5, - "5": 2 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "police": 2 - }, - "credits": 700, - "patients": { - "max": 10, - "min": 5, - "transport": 50, - "specialisation": "Interne Geneeskunde" - }, - "poi": 43, - "percentages": { - "bchief": 50 - } - }, - "471": { - "name": "Personen onwel door hitte", - "stations": { - "0": 14, - "3": 10, - "5": 2 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 2, - "ovdp": 1 - }, - "credits": 1100, - "patients": { - "max": 30, - "min": 15, - "transport": 50, - "mmtarts": 5, - "specialisation": "Interne Geneeskunde" - }, - "poi": 43 - }, - "472": { - "name": "Personen onwel door hitte", - "stations": { - "0": 6, - "3": 5, - "5": 2 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "police": 2 - }, - "credits": 700, - "patients": { - "max": 10, - "min": 5, - "transport": 50, - "specialisation": "Interne Geneeskunde" - }, - "poi": 22, - "percentages": { - "bchief": 50 - } - }, - "473": { - "name": "Personen onwel door hitte", - "stations": { - "0": 14, - "3": 10, - "5": 2 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 2, - "ovdp": 1 - }, - "credits": 1100, - "patients": { - "max": 30, - "min": 15, - "transport": 50, - "mmtarts": 5, - "specialisation": "Interne Geneeskunde" - }, - "poi": 22 - }, - "474": { - "name": "Brand in kantoorgebouw", - "stations": { - "0": 14, - "5": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 2, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "police": 1 - }, - "credits": 5000, - "poi": 22, - "percentages": { - "adembescherming": 40, - "slangenwagen": 40, - "hovd": 50 - } - }, - "475": { - "name": "Brand in kantoorgebouw", - "stations": { - "0": 16, - "3": 5, - "5": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 2, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "hovd": 1, - "commando": 1, - "police": 1, - "ovdp": 1 - }, - "credits": 5250, - "patients": { - "max": 5, - "transport": 10, - "specialisation": "Algemene Heelkunde" - }, - "poi": 22, - "percentages": { - "adembescherming": 40, - "slangenwagen": 40 - } - }, - "476": { - "name": "Verkeersongeval scooter", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "477": { - "name": "Verkeersongeval scooter", - "stations": { - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Algemene Heelkunde" - } - }, - "478": { - "name": "Liftopsluiting", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "479": { - "name": "Liftopsluiting", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "480": { - "name": "Watersporter vermist", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 850, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 1, - "percentages": { - "redvoertuig": 10, - "wateraanhanger": 60 - } - }, - "481": { - "name": "Watersporter vermist", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 1 - }, - "credits": 1750, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 1, - "percentages": { - "redvoertuig": 20, - "hulpverlening": 10 - } - }, - "482": { - "name": "Watersporter vermist", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 3, - "wateraanhanger": 2, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 1, - "percentages": { - "redvoertuig": 40, - "hulpverlening": 20 - } - }, - "483": { - "name": "Vat met gevaarlijke stoffen omgevallen", - "stations": { - "0": 12, - "3": 2, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "gevaar": 1, - "police": 1 - }, - "credits": 1150, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Traumatologie" - }, - "poi": 50, - "percentages": { - "hulpverlening": 80, - "gevaar": 80 - } - }, - "484": { - "name": "Vat met gevaarlijke stoffen omgevallen", - "stations": { - "0": 14, - "3": 4, - "5": 2 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "police": 2 - }, - "credits": 3600, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Traumatologie" - }, - "poi": 50, - "percentages": { - "waarschuwing": 50 - } - }, - "485": { - "name": "Vat met gevaarlijke stoffen omgevallen", - "stations": { - "0": 16, - "3": 8, - "5": 3, - "11": 1 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 3, - "ovdp": 1 - }, - "credits": 4000, - "patients": { - "max": 8, - "transport": 30, - "specialisation": "Traumatologie" - }, - "poi": 50 - }, - "486": { - "name": "Wateroverlast", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 800, - "poi": 22, - "percentages": { - "hulpverlening": 10 - } - }, - "487": { - "name": "Wateroverlast", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 800, - "poi": 22, - "percentages": { - "hulpverlening": 20 - } - }, - "488": { - "name": "Wateroverlast", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 800, - "poi": 14, - "percentages": { - "hulpverlening": 10 - } - }, - "489": { - "name": "Wateroverlast", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1 - }, - "credits": 800, - "poi": 14, - "percentages": { - "hulpverlening": 20 - } - }, - "490": { - "name": "Wateroverlast", - "stations": { - "0": 16, - "5": 1, - "11": 1 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 1, - "ovdp": 1 - }, - "credits": 1650, - "poi": 22, - "percentages": { - "hulpverlening": 60 - } - }, - "491": { - "name": "Wateroverlast", - "stations": { - "0": 16, - "5": 1, - "11": 1 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 1, - "ovdp": 1 - }, - "credits": 1650, - "poi": 14, - "percentages": { - "hulpverlening": 60 - } - }, - "492": { - "name": "Ongeregeldheden voetbalsupporters horeca", - "stations": { - "5": 3, - "11": 1 - }, - "vehicles": { - "police": 4, - "ovdp": 1, - "megroep": 3, - "mecommando": 1 - }, - "credits": 2000, - "poi": 19, - "prisoners": { - "max": 4 - } - }, - "493": { - "name": "Ongeregeldheden voetbalsupporters horeca", - "stations": { - "5": 2, - "11": 1 - }, - "vehicles": { - "police": 2, - "ovdp": 1, - "megroep": 3, - "mecommando": 1 - }, - "credits": 1650, - "poi": 19, - "prisoners": { - "max": 3 - } - }, - "494": { - "name": "Personenauto in sloot", - "stations": { - "0": 4, - "3": 1, - "5": 2, - "water": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 1, - "police": 2 - }, - "credits": 1400, - "patients": { - "max": 2, - "transport": 90, - "specialisation": "Interne Geneeskunde" - }, - "poi": 28, - "percentages": { - "hulpverlening": 50, - "watervoertuig": 80 - } - }, - "495": { - "name": "Personenauto in sloot", - "stations": { - "0": 4, - "3": 1, - "5": 2, - "water": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 1, - "police": 2 - }, - "credits": 1400, - "patients": { - "max": 2, - "transport": 90, - "specialisation": "Interne Geneeskunde" - }, - "poi": 28, - "percentages": { - "hulpverlening": 50, - "watervoertuig": 80 - } - }, - "496": { - "name": "Personenauto te water", - "stations": { - "0": 12, - "3": 1, - "5": 1, - "water": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 2 - }, - "credits": 900, - "patients": { - "max": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 27, - "percentages": { - "redvoertuig": 10, - "hulpverlening": 40, - "wateraanhanger": 10 - } - }, - "497": { - "name": "Personenauto te water", - "stations": { - "0": 12, - "3": 2, - "5": 3, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 3 - }, - "credits": 1200, - "patients": { - "max": 3, - "transport": 90, - "specialisation": "Traumatologie" - }, - "poi": 27, - "percentages": { - "redvoertuig": 50, - "hulpverlening": 60, - "wateraanhanger": 50 - } - }, - "498": { - "name": "Verkeersongeval materieel", - "stations": { - "0": 1, - "5": 1 - }, - "vehicles": { - "truck": 1, - "police": 1 - }, - "credits": 550 - }, - "499": { - "name": "Verkeersongeval materieel", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 450 - }, - "500": { - "name": "Kettingbotsing", - "stations": { - "0": 6, - "3": 2, - "5": 2 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "police": 2 - }, - "credits": 1200, - "patients": { - "max": 2, - "min": 1, - "transport": 80, - "specialisation": "Algemene Heelkunde" - }, - "percentages": { - "hovd": 20 - } - }, - "501": { - "name": "Kettingbotsing", - "stations": { - "0": 6, - "3": 2, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 1 - }, - "credits": 900, - "patients": { - "max": 2, - "min": 1, - "transport": 80, - "specialisation": "Algemene Heelkunde" - }, - "percentages": { - "hulpverlening": 40 - } - }, - "502": { - "name": "Kettingbotsing", - "stations": { - "0": 8, - "3": 6, - "5": 3 - }, - "vehicles": { - "truck": 3, - "hulpverlening": 1, - "bchief": 1, - "police": 3 - }, - "credits": 2000, - "patients": { - "max": 6, - "min": 4, - "transport": 80, - "specialisation": "Algemene Heelkunde" - }, - "poi": 16 - }, - "503": { - "name": "Kettingbotsing", - "stations": { - "0": 14, - "3": 8, - "5": 3, - "11": 1 - }, - "vehicles": { - "truck": 3, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 3, - "ovdp": 1 - }, - "credits": 2250, - "patients": { - "max": 8, - "min": 6, - "transport": 80, - "specialisation": "Algemene Heelkunde" - }, - "poi": 16 - }, - "504": { - "name": "Brand in fabriekshal", - "stations": { - "0": 4, - "5": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "police": 1 - }, - "credits": 900, - "poi": 50, - "percentages": { - "redvoertuig": 20 - } - }, - "505": { - "name": "Brand in fabriekshal", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1600, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 50, - "percentages": { - "redvoertuig": 80 - } - }, - "506": { - "name": "Brand in fabriekshal", - "stations": { - "0": 10, - "3": 1, - "5": 2 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "slangenwagen": 1, - "gevaar": 1, - "hovd": 1, - "police": 2 - }, - "credits": 2800, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 50, - "percentages": { - "slangenwagen": 40, - "gevaar": 20, - "hovd": 50 - } - }, - "507": { - "name": "Brand in fabriekshal", - "stations": { - "0": 12, - "3": 1, - "5": 2, - "11": 1 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 2 - }, - "credits": 2950, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 50, - "percentages": { - "adembescherming": 20, - "slangenwagen": 60, - "waarschuwing": 60 - } - }, - "508": { - "name": "Brand in fabriekshal", - "stations": { - "0": 18, - "5": 3, - "11": 1 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 3, - "press": 1 - }, - "credits": 5000, - "poi": 50, - "percentages": { - "hulpverlening": 20, - "adembescherming": 60 - } - }, - "509": { - "name": "Brand in fabriekshal", - "stations": { - "0": 20, - "5": 3, - "11": 1 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 3, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 2, - "waarschuwing": 2, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 3, - "press": 1 - }, - "credits": 7200, - "poi": 50, - "percentages": { - "hulpverlening": 40 - } - }, - "510": { - "name": "Brand in schuurtje", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 600, - "percentages": { - "redvoertuig": 10 - } - }, - "511": { - "name": "Brand in schuurtje", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1850, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "percentages": { - "redvoertuig": 20 - } - }, - "512": { - "name": "Brand in garagebox", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 700, - "percentages": { - "redvoertuig": 10 - } - }, - "513": { - "name": "Brand in garagebox", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1900, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "percentages": { - "redvoertuig": 20 - } - }, - "514": { - "name": "Aanvaring met vrachtschip en passagiersschip", - "stations": { - "0": 12, - "3": 10, - "5": 2, - "water": 1 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 1, - "wateraanhanger": 1, - "police": 2 - }, - "credits": 1750, - "patients": { - "max": 10, - "min": 5, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 10, - "hulpverlening": 50 - } - }, - "515": { - "name": "Aanvaring met vrachtschip en passagiersschip", - "stations": { - "0": 12, - "3": 10, - "5": 2, - "water": 2 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 2, - "wateraanhanger": 1, - "police": 2 - }, - "credits": 1850, - "patients": { - "max": 12, - "min": 8, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 20, - "hulpverlening": 60 - } - }, - "516": { - "name": "Aanvaring met vrachtschip en passagiersschip", - "stations": { - "0": 14, - "3": 10, - "5": 2, - "water": 3 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "watervoertuig": 3, - "wateraanhanger": 2, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 15, - "min": 10, - "transport": 50, - "specialisation": "Algemene Heelkunde" - }, - "poi": 27, - "percentages": { - "redvoertuig": 30, - "hulpverlening": 70 - } - }, - "517": { - "name": "Aanvaring met vrachtschip en passagiersschip", - "stations": { - "0": 16, - "3": 10, - "5": 3, - "11": 1, - "water": 3 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "watervoertuig": 3, - "wateraanhanger": 2, - "police": 3, - "ovdp": 1 - }, - "credits": 3100, - "patients": { - "max": 18, - "min": 10, - "transport": 50, - "mmtarts": 5, - "specialisation": "Traumatologie" - }, - "poi": 27, - "percentages": { - "redvoertuig": 40, - "hulpverlening": 80 - } - }, - "518": { - "name": "Aanvaring met vrachtschip en passagiersschip", - "stations": { - "0": 16, - "3": 10, - "5": 4, - "11": 1, - "water": 4 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "watervoertuig": 4, - "wateraanhanger": 2, - "police": 4, - "ovdp": 1 - }, - "credits": 3300, - "patients": { - "max": 18, - "min": 12, - "transport": 50, - "mmtarts": 5, - "specialisation": "Traumatologie" - }, - "poi": 27, - "percentages": { - "redvoertuig": 50 - } - }, - "519": { - "name": "Aanvaring met vrachtschip en passagiersschip", - "stations": { - "0": 16, - "3": 10, - "5": 4, - "9": 1, - "11": 1, - "water": 4 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 1, - "adembescherming": 1, - "hovd": 1, - "commando": 1, - "watervoertuig": 4, - "wateraanhanger": 3, - "police": 4, - "ovdp": 1, - "polHeli": 1 - }, - "credits": 4750, - "patients": { - "max": 18, - "min": 12, - "transport": 50, - "mmtarts": 5, - "specialisation": "Traumatologie" - }, - "poi": 27, - "percentages": { - "adembescherming": 20 - } - }, - "520": { - "name": "Gebroken arm", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 25, - "specialisation": "Interne Geneeskunde" - }, - "521": { - "name": "Gebroken arm", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 25, - "specialisation": "Interne Geneeskunde" - }, - "522": { - "name": "Gebroken been", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 25, - "specialisation": "Interne Geneeskunde" - }, - "523": { - "name": "Gebroken been", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 25, - "specialisation": "Interne Geneeskunde" - }, - "524": { - "name": "Schouder uit de kom", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 25, - "specialisation": "Interne Geneeskunde" - }, - "525": { - "name": "Auto in brand door vuurwerk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "526": { - "name": "Auto in brand door vuurwerk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "527": { - "name": "Afval in brand door vuurwerk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "528": { - "name": "Afval in brand door vuurwerk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "529": { - "name": "Grasbrand door vuurwerk", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "530": { - "name": "Kelderbrand door vuurwerk", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Interne Geneeskunde" - }, - "percentages": { - "bchief": 90 - } - }, - "531": { - "name": "Brandend bushokje door vuurwerk", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "532": { - "name": "Brandend balkon door vuurwerk", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1 - }, - "credits": 1500, - "percentages": { - "redvoertuig": 30 - } - }, - "533": { - "name": "Brandende papiercontainer door vuurwerk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "534": { - "name": "Brandende heg door vuurwerk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "535": { - "name": "Brandende heg door vuurwerk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "536": { - "name": "Beschonken bestuurder na Oud en Nieuw feest", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "537": { - "name": "Beschonken bestuurder na Oud en Nieuw feest", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "538": { - "name": "Rieten kap woning in brand door vuurwerk", - "stations": { - "0": 7, - "3": 3, - "5": 2 - }, - "vehicles": { - "truck": 5, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "mmtarts": 50, - "specialisation": "Interne Geneeskunde" - }, - "percentages": { - "adembescherming": 30 - } - }, - "539": { - "name": "Auto beschadigd door vuurwerk", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "540": { - "name": "Overtreding op vuurwerkbesluit", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "541": { - "name": "Handletsel door vuurwerk", - "stations": { - "3": 3 - }, - "onlyRd": true, - "transport": 90, - "mmtarts": 80, - "specialisation": "Traumatologie" - }, - "542": { - "name": "Verkeersongeval door gladheid", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "police": 1 - }, - "credits": 550, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "bchief": 40 - } - }, - "543": { - "name": "Verkeersongeval door gladheid", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "police": 1 - }, - "credits": 550, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "percentages": { - "bchief": 40 - } - }, - "544": { - "name": "Gevallen persoon door gladheid", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 60, - "specialisation": "Traumatologie" - }, - "545": { - "name": "Gevallen persoon door gladheid", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 60, - "specialisation": "Traumatologie" - }, - "546": { - "name": "Donkere dagen offensief", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600 - }, - "547": { - "name": "Donkere dagen offensief", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600 - }, - "548": { - "name": "Steekincident (groot)", - "stations": { - "0": 14, - "3": 4, - "5": 10, - "11": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 10, - "ovdp": 1 - }, - "credits": 4200, - "patients": { - "max": 5, - "min": 2, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 14, - "prisoners": { - "max": 1 - } - }, - "549": { - "name": "Steekincident (groot)", - "stations": { - "0": 14, - "3": 4, - "5": 10, - "11": 1 - }, - "vehicles": { - "truck": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 10, - "ovdp": 1 - }, - "credits": 4200, - "patients": { - "max": 7, - "min": 5, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 6, - "prisoners": { - "max": 1 - } - }, - "550": { - "name": "Brand in theater", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "redvoertuig": 1 - }, - "credits": 850, - "poi": 25, - "expansions": { - "0": 551 - }, - "percentages": { - "redvoertuig": 20 - } - }, - "551": { - "name": "Brand in theater", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1 - }, - "credits": 1600, - "poi": 25, - "expansions": { - "0": 552 - }, - "percentages": { - "redvoertuig": 40 - } - }, - "552": { - "name": "Brand in theater", - "stations": { - "0": 8, - "3": 6, - "5": 2 - }, - "vehicles": { - "truck": 3, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "police": 1 - }, - "credits": 2200, - "patients": { - "max": 4, - "min": 2, - "transport": 60, - "specialisation": "Algemene Heelkunde" - }, - "poi": 25, - "percentages": { - "redvoertuig": 40, - "adembescherming": 10, - "slangenwagen": 80 - } - }, - "553": { - "name": "Hennepkwekerij aangetroffen", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 500, - "prisoners": { - "max": 1 - } - }, - "554": { - "name": "Monteur in aanraking met hoogspanning", - "stations": { - "0": 5, - "3": 10, - "5": 5 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 2 - }, - "credits": 3800, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 100, - "specialisation": "Traumatologie" - }, - "poi": 49, - "percentages": { - "hulpverlening": 60 - } - }, - "555": { - "name": "Persoon in aanraking met laagspanning", - "stations": { - "3": 2 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Traumatologie" - }, - "556": { - "name": "Brand in theater", - "stations": { - "0": 12, - "3": 8, - "5": 2 - }, - "vehicles": { - "truck": 4, - "redvoertuig": 1, - "bchief": 1, - "adembescherming": 1, - "slangenwagen": 1, - "police": 1 - }, - "credits": 3200, - "patients": { - "max": 8, - "min": 6, - "transport": 60, - "specialisation": "Algemene Heelkunde" - }, - "poi": 25, - "percentages": { - "adembescherming": 20 - } - }, - "557": { - "name": "Brand in theater", - "stations": { - "0": 16, - "3": 12, - "5": 6, - "11": 1 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 1, - "hulpverlening": 1, - "bchief": 2, - "adembescherming": 1, - "slangenwagen": 2, - "waarschuwing": 1, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 4, - "ovdp": 1, - "press": 1 - }, - "credits": 6400, - "patients": { - "max": 16, - "min": 6, - "transport": 60, - "specialisation": "Algemene Heelkunde" - }, - "poi": 25, - "percentages": { - "adembescherming": 20 - } - }, - "558": { - "name": "Brand in theater", - "stations": { - "0": 18, - "3": 22, - "5": 6, - "11": 1 - }, - "vehicles": { - "truck": 12, - "redvoertuig": 2, - "hulpverlening": 1, - "bchief": 3, - "adembescherming": 1, - "slangenwagen": 3, - "waarschuwing": 3, - "gevaar": 1, - "hovd": 1, - "commando": 1, - "police": 4, - "ovdp": 1, - "press": 1 - }, - "credits": 10714, - "patients": { - "max": 30, - "min": 15, - "transport": 60, - "specialisation": "Algemene Heelkunde" - }, - "poi": 25, - "percentages": { - "adembescherming": 20 - } - }, - "559": { - "name": "Geschreeuw in woning", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "560": { - "name": "Geschreeuw in woning", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 400, - "prisoners": { - "max": 1 - } - }, - "561": { - "name": "Rijden onder invloed van lachgas", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 400, - "poi": 16, - "prisoners": { - "max": 1 - } - }, - "562": { - "name": "Hart gestolen", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 400, - "prisoners": { - "max": 1 - } - }, - "563": { - "name": "Hart gebroken", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiologie" - }, - "564": { - "name": "Voetganger onder tram", - "stations": { - "0": 6, - "3": 10, - "5": 3 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 3 - }, - "credits": 2040, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 80, - "specialisation": "Traumatologie" - }, - "poi": 5 - }, - "565": { - "name": "Fietser onder tram", - "stations": { - "0": 6, - "3": 10, - "5": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 2 - }, - "credits": 2140, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 50, - "specialisation": "Traumatologie" - }, - "poi": 5 - }, - "566": { - "name": "Auto tegen woonhuis", - "stations": { - "0": 6, - "3": 1, - "5": 1 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1540, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologie" - }, - "percentages": { - "hulpverlening": 50 - } - }, - "567": { - "name": "Verward persoon", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 400, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 568 - } - }, - "568": { - "name": "Verward persoon (Hoge dreiging)", - "stations": { - "3": 1, - "5": 5, - "11": 2 - }, - "vehicles": { - "police": 3, - "hond": 1, - "ato": 4, - "atc": 1, - "atm": 1, - "ovdp": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "transport": 30, - "specialisation": "Traumatologie" - }, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 569 - }, - "percentages": { - "ovdp": 50 - } - }, - "569": { - "name": "Verward persoon draait gaskraan open", - "stations": { - "0": 6, - "3": 1, - "5": 5, - "11": 2 - }, - "vehicles": { - "truck": 1, - "hulpverlening": 1, - "bchief": 1, - "police": 4, - "hond": 1, - "ato": 4, - "atc": 1, - "atm": 1, - "ovdp": 1 - }, - "credits": 2500, - "patients": { - "max": 1, - "transport": 30, - "specialisation": "Traumatologie" - }, - "prisoners": { - "max": 1 - }, - "percentages": { - "hulpverlening": 50, - "bchief": 100, - "ovdp": 100 - } - }, - "570": { - "name": "Geplande aanhouding vuurwapengevaarlijke verdachte", - "stations": { - "5": 5, - "11": 1 - }, - "vehicles": { - "police": 2, - "ato": 4, - "atc": 1, - "atm": 1, - "ovdp": 1 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "percentages": { - "ovdp": 5 - } - }, - "571": { - "name": "Voedselvergiftiging", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 80, - "specialisation": "Interne Geneeskunde", - "poi": 40 - }, - "572": { - "name": "Zwangere vrouw in noodsituatie", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 80, - "specialisation": "Gynaecologie" - }, - "573": { - "name": "Vlam in de pan", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 62, - "1": 64 - } - }, - "574": { - "name": "Assistentie handhaving", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 14, - "prisoners": { - "max": 1 - } - }, - "575": { - "name": "Assistentie handhaving", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "poi": 14, - "prisoners": { - "max": 1 - } - }, - "576": { - "name": "Zwemmer in nood", - "stations": { - "0": 1, - "3": 1, - "5": 2 - }, - "vehicles": { - "truck": 1, - "police": 2 - }, - "credits": 510, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologie" - }, - "poi": 23 - }, - "577": { - "name": "Zwemmer in nood", - "stations": { - "0": 1, - "3": 10, - "5": 2 - }, - "vehicles": { - "truck": 1, - "police": 2 - }, - "credits": 1010, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "mmtarts": 60, - "specialisation": "Traumatologie" - }, - "poi": 23 - }, - "578": { - "name": "Paasei dief", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "579": { - "name": "Kwast gestolen uit werkplaats", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "580": { - "name": "Ingestort konijnenhol", - "stations": { - "5": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "hulpverlening": 1, - "police": 2 - }, - "credits": 1500 - }, - "581": { - "name": "Aangevallen Paashaas", - "stations": { - "3": 3, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatologie" - } - }, - "582": { - "name": "Brandende paasmand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "583": { - "name": "Lekkende chocoladevrachtwagen", - "stations": { - "0": 10, - "5": 2 - }, - "vehicles": { - "truck": 4, - "hulpverlening": 2, - "bchief": 2, - "police": 3, - "gevaar": 1 - }, - "credits": 5000 - }, - "584": { - "name": "Brandende eierkoker", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "585": { - "name": "Hazenbijeenkomst in Paaseistad", - "stations": { - "0": 2, - "3": 4, - "5": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 uur" - }, - "586": { - "name": "Gekantelde paaseivrachtwagen", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatologie" - } - }, - "587": { - "name": "Prioriteit: paasei-jacht", - "stations": { - "5": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "588": { - "name": "Paashaas in een kraan", - "stations": { - "0": 12, - "5": 1 - }, - "vehicles": { - "redvoertuig": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "589": { - "name": "Voorzorgslanding klein vliegtuig", - "stations": { - "0": 10, - "3": 4 - }, - "vehicles": { - "truck": 1, - "crashtender": 1, - "afoosc": 1 - }, - "credits": 1980, - "patients": { - "max": 6, - "min": 1, - "transport": 60, - "specialisation": "Algemene Heelkunde" - }, - "poi": 29, - "expansions": { - "0": 590 - } - }, - "590": { - "name": "Noodlanding groot vliegtuig", - "stations": { - "0": 13, - "3": 11, - "5": 5 - }, - "vehicles": { - "truck": 2, - "hulpverlening": 1, - "adembescherming": 1, - "waarschuwing": 2, - "gevaar": 1, - "bchief": 1, - "hovd": 1, - "crashtender": 3, - "afoosc": 1, - "police": 4, - "ovdp": 1 - }, - "credits": 8640, - "patients": { - "max": 30, - "min": 12, - "transport": 60, - "specialisation": "Algemene Heelkunde" - }, - "poi": 31, - "percentages": { - "hulpverlening": 20, - "waarschuwing": 10, - "gevaar": 10 - } - }, - "591": { - "name": "Uitslaande brand in veestal", - "stations": { - "0": 18, - "3": 3, - "5": 5 - }, - "vehicles": { - "truck": 7, - "redvoertuig": 1, - "slangenwagen": 1, - "adembescherming": 1, - "waarschuwing": 4, - "gevaar": 1, - "press": 1, - "bchief": 1, - "hovd": 1, - "commando": 1, - "police": 3, - "ovdp": 1 - }, - "credits": 9450, - "patients": { - "max": 3, - "min": 1, - "transport": 80, - "specialisation": "Traumatologie" - }, - "poi": 21 - }, - "592": { - "name": "Brand op bedrijventerein", - "stations": { - "0": 23, - "3": 4, - "5": 5 - }, - "vehicles": { - "truck": 8, - "redvoertuig": 2, - "slangenwagen": 2, - "adembescherming": 1, - "waarschuwing": 4, - "gevaar": 1, - "press": 1, - "bchief": 2, - "hovd": 1, - "commando": 1, - "police": 4, - "ovdp": 1 - }, - "credits": 11060, - "patients": { - "max": 6, - "min": 1, - "transport": 90, - "specialisation": "Traumatologie" - }, - "poi": 51 - }, - "593": { - "name": "Begeleiding demonstratie (klein)", - "stations": { - "5": 3, - "11": 1 - }, - "vehicles": { - "police": 3, - "megroep": 3, - "mecommando": 1 - }, - "credits": 4000, - "siwa": true, - "dauer": "2 uur" - }, - "594": { - "name": "Begeleiding demonstratie (groot)", - "stations": { - "3": 1, - "5": 5, - "11": 3 - }, - "vehicles": { - "police": 4, - "hond": 1, - "megroep": 6, - "mecommando": 2, - "ovdp": 1, - "ambulance": 1 - }, - "credits": 6500, - "siwa": true, - "dauer": "3 uur" - }, - "595": { - "name": "Ongeval bijtend middel (huishoudelijk)", - "stations": { - "3": 1 - }, - "onlyRd": true, - "transport": 80, - "specialisation": "Traumatologie" - }, - "596": { - "name": "Ongeval bijtend middel (huishoudelijk)", - "stations": { - "3": 10 - }, - "onlyRd": true, - "transport": 100, - "mmtarts": 30, - "specialisation": "Traumatologie" - }, - "597": { - "name": "Brand in asielzoekerscentrum", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170, - "poi": 45, - "expansions": { - "0": 598 - } - }, - "598": { - "name": "Brand in asielzoekerscentrum (wasserette)", - "stations": { - "0": 6, - "3": 1, - "5": 2 - }, - "vehicles": { - "truck": 2, - "redvoertuig": 1, - "bchief": 1, - "police": 2 - }, - "credits": 1360, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Algemene Heelkunde" - }, - "poi": 45 - }, - "599": { - "name": "Tanken zonder betalen", - "stations": { - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 500, - "poi": 11, - "expansions": { - "0": 600 - } - }, - "600": { - "name": "Tanken zonder betalen", - "stations": { - "5": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "poi": 11, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 124 - } - }, - "601": { - "name": "Bewusteloos persoon op een bankje", - "stations": { - "3": 1, - "5": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 500, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Interne Geneeskunde" - }, - "poi": 26 - }, - "602": { - "name": "Beveiliger aangevallen", - "stations": { - "3": 1, - "5": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 510, - "patients": { - "max": 1, - "min": 1, - "transport": 40, - "specialisation": "Algemene Heelkunde" - }, - "poi": 19, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 202 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.pl_PL.json b/modules/lss-missionHelper/missions.pl_PL.json deleted file mode 100644 index 150ea7257..000000000 --- a/modules/lss-missionHelper/missions.pl_PL.json +++ /dev/null @@ -1,2689 +0,0 @@ -{ - "0": { - "name": "Po\u017car kosza na \u015bmieci", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Po\u017car kontenera", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "P\u0142on\u0105cy samoch\u00f3d", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "P\u0142on\u0105cy motocykl", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "P\u0142on\u0105ca trawa", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Po\u017car pomieszczenia", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Interna" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Po\u017car kom\u00f3rki ogrodowej", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "P\u0142on\u0105ce li\u015bcie", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Po\u017car gabaryt\u00f3w", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Po\u017car beli s\u0142omy", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Po\u017car traktora", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "P\u0142on\u0105ca budka telefoniczna", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Drzewo na drodze", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "P\u0142on\u0105ca ci\u0119\u017car\u00f3wka", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Ma\u0142y po\u017car pola", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Ma\u0142y po\u017car lasu", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Po\u017car przyczepy kempingowej", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "P\u0142on\u0105ca skrzynka na listy", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Sterta ga\u0142\u0119zi", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "P\u0142on\u0105ca przyczepa", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Po\u017car piwnicy", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Interna" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Po\u017car komina", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Po\u017car dachu", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "P\u0142on\u0105cy t\u0142uszcz", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "P\u0142on\u0105cy przystanek autobusowy", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Kolizja drogowa", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Po\u017car ma\u0142ego supermarketu", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Interna" - }, - "poi": 9 - }, - "27": { - "name": "Po\u017car gara\u017cu", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "P\u0142on\u0105ca maszyna", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Wyciek nieznanej substancji z cysterny", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "mcv": 1, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Wyciek paliwa", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Po\u017car kominka", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Po\u017car kombajnu", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Po\u017car ma\u0142ego supermarketu", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Interna" - }, - "poi": 9 - }, - "34": { - "name": "Ogie\u0144 w szpitalu", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Interna" - }, - "poi": 2 - }, - "35": { - "name": "Zatrucie alkoholem", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Interna" - } - }, - "36": { - "name": "B\u00f3l w klatce piersiowej", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Kardiologia" - }, - "37": { - "name": "Zaostrzenie astmy", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Interna" - }, - "38": { - "name": "Napad padaczkowy", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologia" - }, - "39": { - "name": "Gor\u0105czka", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Interna" - }, - "40": { - "name": "Upadek", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "41": { - "name": "Po\u017car warsztatu samochodowego", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Interna" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Upadek", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "43": { - "name": "Upadek", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "44": { - "name": "Kradzie\u017c sklepowa", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Kradzie\u017c sklepowa", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Incydent z zaparkowanym pojazdem", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Incydent z zaparkowanym pojazdem", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Kradzie\u017c metalu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Kradzie\u017c kieszonkowa", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Jazda bez biletu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Jazda bez biletu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Jazda bez biletu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Jazda bez biletu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Incydent z zaparkowanym pojazdem", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "B\u00f3jka", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Zamieszki", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Nielegalna demonstracja", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Po\u017car kuchni", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Ratunek zwierz\u0119cia", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Po\u017car hali sportowej", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Interna" - }, - "poi": 12 - }, - "61": { - "name": "Katastrofa lekkiego samolotu (lotnisko)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologia" - }, - "poi": 28 - }, - "62": { - "name": "Skarga na ha\u0142as", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Przemijaj\u0105cy incydent niedokrwienny", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurochirurgia" - }, - "64": { - "name": "Wypadek z udzia\u0142em autobusu", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Interna" - } - }, - "65": { - "name": "Po\u017car kuchni", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Po\u017car pomieszczenia", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Interna" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "B\u00f3jka", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Po\u017car du\u017cego supermarketu", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Interna" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Wyciek nieznanej substancji z cysterny", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Po\u017car du\u017cego supermarketu", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Interna" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Krwawienie z nosa", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Chirurg og\u00f3lny" - }, - "72": { - "name": "Katastrofa lekkiego samolotu", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologia" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Powa\u017cny wypadek z udzia\u0142em autobusu", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "74": { - "name": "Du\u017cy po\u017car", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Agresywny pasa\u017cer", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 300, - "patients": { - "max": 1, - "transport": 30, - "specialisation": "Interna" - } - }, - "76": { - "name": "Kradzie\u017c na jarmarku bo\u017conarodzeniowym", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "77": { - "name": "P\u0142on\u0105cy stragan bo\u017conarodzeniowy", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "Interna" - }, - "poi": 17 - }, - "78": { - "name": "Po\u017car na jarmarku bo\u017conarodzeniowym", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "Interna" - }, - "poi": 17 - }, - "79": { - "name": "Wypadek drogowy - l\u00f3d", - "stations": { - "0": 4 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "percentages": { - "heavyRescue": 100 - } - }, - "80": { - "name": "P\u0142on\u0105ca choinka", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "81": { - "name": "P\u0142on\u0105cy wieniec adwentowy", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "82": { - "name": "B\u00f3jka na jarmarku bo\u017conarodzeniowym", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "Traumatologia" - }, - "poi": 17 - }, - "83": { - "name": "Osoba uwi\u0119ziona pod maszyn\u0105", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2 - }, - "credits": 1100, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - } - }, - "84": { - "name": "Uszkodzony dach", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "85": { - "name": "Dachowanie samochodu", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 1, - "bchief": 1, - "police": 1, - "ambulance": 3 - }, - "credits": 1300, - "patients": { - "max": 5, - "min": 1, - "transport": 20, - "specialisation": "Interna" - } - }, - "86": { - "name": "Po\u017car samochodu ci\u0119\u017carowego z naczep\u0105", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 3 - }, - "credits": 900 - }, - "87": { - "name": "Wypadek traktora", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "ambulance": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 0, - "specialisation": "Chirurg og\u00f3lny" - }, - "poi": 21 - }, - "88": { - "name": "Po\u017car pojazdu wywo\u0142any fajerwerkami", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "89": { - "name": "Po\u017car gabaryt\u00f3w wywo\u0142any fajerwerkami", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "90": { - "name": "Po\u017car ma\u0142ego pola wywo\u0142any fajerwerkami", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "91": { - "name": "Po\u017car piwnicy wywo\u0142any fajerwerkami", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Interna" - }, - "percentages": { - "bchief": 90 - } - }, - "92": { - "name": "Po\u017car wiaty przystankowej wywo\u0142any fajerwerkami", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "93": { - "name": "Po\u017car balkonu wywo\u0142any fajerwerkami", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "94": { - "name": "P\u0142on\u0105ce kontenery z papierem podpalone przez fajerwerki", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "95": { - "name": "Po\u017car \u017cywop\u0142otu podpalonego przez petard\u0119", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "96": { - "name": "Kierowca pijany po imprezie sylwestrowej", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "97": { - "name": "Po\u017car dachu krytego strzech\u0105 wywo\u0142any fajerwerkami", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "air": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "Interna" - }, - "percentages": { - "air": 30 - } - }, - "98": { - "name": "Uszkodzenie pojazdu wywo\u0142ane fajerwerkami", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "99": { - "name": "Naruszenie przepis\u00f3w ustawy o materia\u0142ach wybuchowych przeznaczonych do u\u017cytku cywilnego", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "100": { - "name": "Uraz r\u0119ki w wyniku u\u017cycia fajerwerk\u00f3w", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatologia" - }, - "101": { - "name": "P\u0142on\u0105cy pojazd ci\u0119\u017carowy", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1, - "police": 1 - }, - "credits": 2500, - "percentages": { - "tanker": 10 - } - }, - "102": { - "name": "P\u0142on\u0105ca \u015bmieciarka", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 2, - "tanker": 1, - "police": 1 - }, - "credits": 5000 - }, - "103": { - "name": "Wypadek motocyklowy", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Interna" - } - }, - "104": { - "name": "Wypadek dw\u00f3ch samochod\u00f3w - Zderzenie boczne", - "stations": { - "0": 7, - "2": 3, - "6": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "police": 1 - }, - "credits": 3200, - "patients": { - "max": 5, - "min": 1, - "transport": 50, - "rth": 30, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "105": { - "name": "Najechanie na ty\u0142 samochodu", - "stations": { - "0": 4, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "police": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "transport": 50, - "rth": 10, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "106": { - "name": "Wypadek dw\u00f3ch samochod\u00f3w - Zderzenie czo\u0142owe", - "stations": { - "0": 7, - "2": 3, - "6": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "police": 1 - }, - "credits": 3200, - "patients": { - "max": 5, - "min": 1, - "transport": 50, - "rth": 70, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "107": { - "name": "Wypadek na przeje\u017adzie kolejowym", - "stations": { - "0": 7, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "police": 1 - }, - "credits": 3700, - "patients": { - "max": 4, - "min": 1, - "transport": 50, - "rth": 50, - "specialisation": "Chirurg og\u00f3lny" - }, - "poi": 24 - }, - "108": { - "name": "Nag\u0142e zatrzymanie kr\u0105\u017cenia", - "stations": { - "0": 7, - "2": 3 - }, - "vehicles": { - "truck": 1, - "ambulance": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "rth": 30, - "specialisation": "Interna" - } - }, - "109": { - "name": "Udar m\u00f3zgu", - "stations": { - "0": 3, - "2": 2 - }, - "vehicles": { - "ambulance": 1 - }, - "credits": 1200, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "rth": 30, - "specialisation": "Interna" - } - }, - "110": { - "name": "Ci\u0119\u017cki uraz miednicy", - "stations": { - "0": 5, - "2": 3 - }, - "vehicles": { - "truck": 1, - "ambulance": 1 - }, - "credits": 1800, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "rth": 30, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "111": { - "name": "Amputacja urazowa ko\u0144czyny,", - "stations": { - "0": 6, - "2": 3 - }, - "vehicles": { - "truck": 1, - "ambulance": 1 - }, - "credits": 2200, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "rth": 30, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "112": { - "name": "Uraz g\u0142owy wymagaj\u0105cy pilnej interwencji neurochirurgicznej", - "stations": { - "0": 7, - "2": 3 - }, - "vehicles": { - "ambulance": 1 - }, - "credits": 1800, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "rth": 90, - "specialisation": "Neurochirurgia" - } - }, - "113": { - "name": "Oparzenie II\u00ba i III\u00ba przekraczaj\u0105ce 20% powierzchni cia\u0142a", - "stations": { - "0": 3, - "2": 3 - }, - "vehicles": { - "ambulance": 1 - }, - "credits": 1800, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "rth": 80, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "114": { - "name": "Uraz kr\u0119gos\u0142upa", - "stations": { - "0": 7, - "2": 3 - }, - "vehicles": { - "truck": 1, - "ambulance": 1 - }, - "credits": 1800, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "rth": 50, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "115": { - "name": "Pomoc Policji w otwarciu mieszkania", - "stations": { - "0": 2, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 2, - "police": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Interna" - } - }, - "116": { - "name": "Czujka czadu w budynku mieszkalnym", - "stations": { - "0": 2, - "2": 1, - "6": 0 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100, - "patients": { - "max": 2, - "transport": 80, - "specialisation": "Interna" - } - }, - "117": { - "name": "Rozszczelnienie Butli z gazem", - "stations": { - "0": 8, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "police": 1 - }, - "credits": 1800 - }, - "118": { - "name": "Po\u017car Ma\u0142ego Magazynu", - "stations": { - "0": 12 - }, - "vehicles": { - "truck": 9, - "bchief": 1, - "platform": 2 - }, - "credits": 6500, - "poi": 32 - }, - "119": { - "name": "Po\u017car Ma\u0142ego Magazynu", - "stations": { - "0": 12 - }, - "vehicles": { - "truck": 9, - "bchief": 1, - "platform": 2 - }, - "credits": 6500 - }, - "120": { - "name": "Po\u017car Ma\u0142ego Magazynu", - "stations": { - "0": 12 - }, - "vehicles": { - "truck": 9, - "bchief": 1, - "platform": 2 - }, - "credits": 6500, - "poi": 44 - }, - "121": { - "name": "Po\u017car Du\u017cego Magazynu", - "stations": { - "0": 15 - }, - "vehicles": { - "truck": 9, - "bchief": 1, - "platform": 4 - }, - "credits": 9500, - "poi": 32 - }, - "122": { - "name": "Po\u017car Du\u017cego Magazynu", - "stations": { - "0": 15 - }, - "vehicles": { - "truck": 9, - "bchief": 1, - "platform": 4 - }, - "credits": 9500 - }, - "123": { - "name": "Po\u017car Du\u017cego Magazynu", - "stations": { - "0": 15 - }, - "vehicles": { - "truck": 9, - "bchief": 1, - "platform": 4 - }, - "credits": 9500, - "poi": 44 - }, - "124": { - "name": "Po\u017car Pustostanu", - "stations": { - "0": 12, - "2": 3, - "6": 1 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "platform": 1, - "police": 1 - }, - "credits": 4500, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Interna" - } - }, - "125": { - "name": "Po\u017car chlewni", - "stations": { - "0": 16, - "2": 3, - "6": 1 - }, - "vehicles": { - "truck": 6, - "bchief": 1, - "platform": 1, - "police": 1 - }, - "credits": 6500, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Interna" - }, - "poi": 21 - }, - "126": { - "name": "Zad\u0142awienie", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Interna" - }, - "127": { - "name": "Wypadek Na Przeje\u017adzie Kolejowym", - "stations": { - "0": 7, - "2": 3, - "6": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "police": 1 - }, - "credits": 3700, - "patients": { - "max": 4, - "min": 1, - "transport": 50, - "specialisation": "Chirurg og\u00f3lny" - }, - "poi": 24 - }, - "128": { - "name": "Po\u017car w sto\u0142\u00f3wce", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Interna" - }, - "poi": 12 - }, - "129": { - "name": "Wypadek rowerzysty na trasie rowerowej", - "stations": { - "2": 2, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 800, - "patients": { - "max": 1, - "min": 1, - "transport": 50, - "rth": 30, - "specialisation": "Chirurg og\u00f3lny" - }, - "poi": 3 - }, - "130": { - "name": "Zatrzymanie akcji serca", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "Kardiologia" - }, - "131": { - "name": "Unieruchomiony Wspinacz", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Interna" - }, - "percentages": { - "platform": 50 - } - }, - "132": { - "name": "Pochylone drzewo na budynek mieszkalny", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "133": { - "name": "Zagro\u017cenie dla urz\u0119dnika pa\u0144stwowego", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Interna" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "134": { - "name": "Zwierz\u0119 uwi\u0119zione w studni", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 500 - }, - "135": { - "name": "Po\u017car silosu", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 4, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "136": { - "name": "Po\u017car Stodo\u0142y", - "stations": { - "0": 12 - }, - "vehicles": { - "truck": 9, - "bchief": 2, - "platform": 1, - "police": 1 - }, - "credits": 3500 - }, - "137": { - "name": "Poszkodowana osoba przez s\u0142up wysokiego napi\u0119cia", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "138": { - "name": "Uwi\u0119ziony pies w rzece", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "139": { - "name": "P\u0142on\u0105cy stos bel s\u0142omy", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "140": { - "name": "Zalana piwnica", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "141": { - "name": "Nalot policyjny na rezydencj\u0119", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "142": { - "name": "Ucieczka wi\u0119\u017ania", - "stations": { - "6": 7, - "13": 1 - }, - "vehicles": { - "k9": 1, - "police": 10, - "policeHeli": 1 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "143": { - "name": "Uciekaj\u0105cy podejrzany", - "stations": { - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "policeHeli": 1 - }, - "credits": 3000, - "prisoners": { - "max": 1 - } - }, - "144": { - "name": "Poszukiwana osoba", - "stations": { - "0": 6, - "2": 1, - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "truck": 2, - "bchief": 1, - "policeHeli": 1 - }, - "credits": 4500, - "patients": { - "max": 1, - "specialisation": "Interna" - }, - "poi": 3 - }, - "145": { - "name": "Oczekuj\u0105cy nakaz", - "stations": { - "6": 2, - "13": 1 - }, - "vehicles": { - "police": 3, - "policeHeli": 1 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 146 - } - }, - "146": { - "name": "Ranny funkcjonariusz", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Chirurg og\u00f3lny" - } - }, - "147": { - "name": "Przeszukanie pojazdu", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1000 - }, - "148": { - "name": "Ma\u0142y niebezpieczny protest", - "stations": { - "2": 2, - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2200, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 149 - } - }, - "149": { - "name": "\u015aredni niebezpieczny protest", - "stations": { - "2": 3, - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 7, - "k9": 1, - "policeHeli": 1 - }, - "credits": 3000, - "patients": { - "max": 5, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 4 - } - }, - "150": { - "name": "Handel narkotykamil", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1500, - "prisoners": { - "max": 2 - } - }, - "151": { - "name": "Napad na stacj\u0119 benzynow\u0105", - "stations": { - "6": 8, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1 - }, - "credits": 1250, - "poi": 11, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 12 - } - }, - "152": { - "name": "Policjant pod ostrza\u0142em", - "stations": { - "2": 1, - "6": 10, - "13": 1 - }, - "vehicles": { - "police": 8, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - }, - "special": { - "SWATPersonnel": 6 - } - }, - "153": { - "name": "Przem\u00f3wienie VIPa", - "stations": { - "6": 15 - }, - "vehicles": { - "police": 6, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4000, - "special": { - "SWATPersonnel": 18 - }, - "siwa": true, - "dauer": "30 minutes" - }, - "154": { - "name": "Najazd na dom", - "stations": { - "6": 9, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1 - }, - "credits": 1250, - "prisoners": { - "max": 2 - }, - "special": { - "SWATPersonnel": 4 - } - }, - "155": { - "name": "Usi\u0142owanie morderstwa", - "stations": { - "2": 1, - "6": 9 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "156": { - "name": "Napad na muzeum", - "stations": { - "6": 9 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "poi": 13, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "157": { - "name": "Kradzie\u017c Jaj Wielkanocnych", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "158": { - "name": "Skradziony p\u0119dzel z warsztatu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "159": { - "name": "T\u0105pni\u0119cie zaj\u0119czej nory", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "160": { - "name": "Potr\u0105cony Zaj\u0105czek Wielkanocny", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatologia" - } - }, - "161": { - "name": "P\u0142on\u0105cy koszyk wielkanocny", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "162": { - "name": "Wyciek gor\u0105cej czekolady", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "163": { - "name": "Po\u017car podgrzewacza do Jaj", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "164": { - "name": "Jarmark Wielkanocny", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 godziny" - }, - "165": { - "name": "Wypadek ci\u0119\u017car\u00f3wki z Jajami Wielkanocnymi", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatologia" - } - }, - "166": { - "name": "Poszukiwanie Jaj Wielkanocnych", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "167": { - "name": "Powieszony Zaj\u0105czek Wielkanocny na d\u017awigu.", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "168": { - "name": "Wybuch gazu w mieszkaniu", - "stations": { - "0": 8, - "2": 4 - }, - "vehicles": { - "truck": 5, - "platform": 2, - "bchief": 1, - "tanker": 1 - }, - "credits": 5200, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Interna" - }, - "percentages": { - "tanker": 20 - } - }, - "169": { - "name": "Ulatniaj\u0105cy si\u0119 gaz", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "hazmat": 1 - }, - "credits": 2200, - "percentages": { - "hazmat": 20 - } - }, - "170": { - "name": "Zatrzymanie obywatelskie (pijany kierowca)", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 1000 - }, - "171": { - "name": "Zatrzymanie obywatelskie (pr\u00f3ba ucieczki sprawcy wypadku)", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 2000 - }, - "172": { - "name": "Podejrzana osoba pod szko\u0142\u0105 (diler)", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 1000 - }, - "173": { - "name": "Pr\u00f3ba samob\u00f3jcza (skok z budynku)", - "stations": { - "0": 5, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "platform": 1, - "police": 1 - }, - "credits": 3500, - "patients": { - "max": 1, - "transport": 80, - "specialisation": "Interna" - } - }, - "174": { - "name": "Po\u017car autokaru", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 3, - "platform": 1 - }, - "credits": 3000 - }, - "175": { - "name": "Zalany dom", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "176": { - "name": "Zalany gara\u017c", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "177": { - "name": "Kot na drzewie", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 20 - } - }, - "178": { - "name": "Kolizja drogowa", - "stations": { - "0": 3, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "police": 1 - }, - "credits": 1500 - }, - "179": { - "name": "Potr\u0105cenie na przej\u015bciu dla pieszych", - "stations": { - "0": 4, - "2": 3, - "6": 1 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "police": 2 - }, - "credits": 2500, - "patients": { - "max": 3, - "min": 1, - "transport": 50, - "specialisation": "Interna" - } - }, - "180": { - "name": "Wypadek ma\u0142ego busa przewo\u017c\u0105cego osoby", - "stations": { - "0": 12, - "2": 5, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 5, - "bchief": 1, - "heavyRescue": 2, - "ambulance": 1 - }, - "credits": 5500, - "patients": { - "max": 5, - "min": 1, - "transport": 50, - "specialisation": "Interna" - } - }, - "181": { - "name": "Po\u017car transformatora", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1500 - }, - "182": { - "name": "Rozleg\u0142y po\u017car wysypiska \u015bmieci", - "stations": { - "0": 21, - "6": 2 - }, - "vehicles": { - "police": 1, - "truck": 17, - "bchief": 1, - "tanker": 1, - "mcv": 1, - "hazmat": 1 - }, - "credits": 10000, - "percentages": { - "tanker": 90, - "hazmat": 20 - } - }, - "183": { - "name": "Potrzebne Wsparcie Podczas Zatrzymania", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Interna" - }, - "expansions": { - "0": 113 - } - }, - "184": { - "name": "Gniazdo szerszeni w budynku mieszkalnym", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.pt_BR.json b/modules/lss-missionHelper/missions.pt_BR.json deleted file mode 100644 index 71194aa2c..000000000 --- a/modules/lss-missionHelper/missions.pt_BR.json +++ /dev/null @@ -1,1449 +0,0 @@ -{ - "0": { - "name": "Fogo em lixeira", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Fogo em cont\u00eainer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Carro em chamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Moto em chamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Grama em chamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Inc\u00eandio em c\u00f4modo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Fogo em abrigo de jardim", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Folhas em chamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Fogo em lixo em massa", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Fogo em fardo de palha", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Fogo em trator", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Cabine telef\u00f4nica em chamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "\u00c1rvore na pista", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Caminh\u00e3o em chamas", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Fogo em campo pequeno", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Inc\u00eandio florestal pequeno", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Fogo em caravana", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Fogo em caixa de correio", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Pilha de galhos", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Trailer em chamas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Fogo em por\u00e3o", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Fogo em chamin\u00e9", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Fogo em telhado", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Fogo em fog\u00e3o", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Parada de \u00f4nibus em chamas", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Acidente em estrada", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologia" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Inc\u00eandio em supermercado pequeno", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 9 - }, - "27": { - "name": "Fogo em garagem", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "M\u00e1quina em chamas", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Vazamento de \u00f3leo desconhecido", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Vazamento de g\u00e1s", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Fogo em lareira", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Fogo em colheitadeira", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Inc\u00eandio em supermercado pequeno", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 9 - }, - "34": { - "name": "Inc\u00eandio em hospital", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 2 - }, - "35": { - "name": "Embriaguez", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Cl\u00ednica m\u00e9dica" - } - }, - "36": { - "name": "Dores do peito", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiologia" - }, - "37": { - "name": "Asma aguda", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "38": { - "name": "Convuls\u00e3o", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologia" - }, - "39": { - "name": "Febre", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "40": { - "name": "Pessoa ca\u00edda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "41": { - "name": "Fogo em oficina mec\u00e2nica", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Pessoa ca\u00edda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "43": { - "name": "Pessoa ca\u00edda", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "44": { - "name": "Furto em loja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Furto em loja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Acidente com carro estacionado", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Acidente com carro estacionado", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Roubo de metais", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Furto", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Passageiro caloteiro", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Passageiro caloteiro", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Passageiro caloteiro", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Passageiro caloteiro", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Acidente com carro estacionado", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Briga", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Desordeiro", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Protesto n\u00e3o anunciado", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Fogo em cozinha", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Resgate de animal", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Fogo em sal\u00e3o de esportes", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 12 - }, - "61": { - "name": "Acidente a\u00e9reo leve (Aer\u00f3dromo)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologia" - }, - "poi": 28 - }, - "62": { - "name": "Queixa de barulho", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Ataque isqu\u00eamico transit\u00f3rio", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurocirurgia" - }, - "64": { - "name": "Acidente envolvendo um \u00f4nibus", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - } - }, - "65": { - "name": "Fogo em cozinha", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Inc\u00eandio em c\u00f4modo", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Briga", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Inc\u00eandio em supermercado grande", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Vazamento de \u00f3leo desconhecido", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Inc\u00eandio em supermercado grande", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Sangramento nasal", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Cirurgi\u00e3o geral" - }, - "72": { - "name": "Acidente a\u00e9reo leve", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologia" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Acidente s\u00e9rio envolvendo um \u00f4nibus", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Cirurgi\u00e3o geral" - } - }, - "74": { - "name": "Grande inc\u00eandio", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Acidente de mota", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - } - }, - "76": { - "name": "Asfixia", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "77": { - "name": "Inc\u00eandio no refeit\u00f3rio", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 12 - }, - "78": { - "name": "Preso a fazer escalada", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "percentages": { - "platform": 50 - } - }, - "79": { - "name": "Amea\u00e7as sobre funcion\u00e1rio", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "80": { - "name": "Inc\u00eandio num silo", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "81": { - "name": "Ferido num poste de alta tens\u00e3o", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Cirurgi\u00e3o geral" - } - }, - "82": { - "name": "Inc\u00eandio numa pilha de palha", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "83": { - "name": "Buscas domicili\u00e1rias", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "84": { - "name": "Ladr\u00e3o dos Ovos da P\u00e1scoa", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "85": { - "name": "Escova roubada da Oficina", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "86": { - "name": "Toca do Coelho Colapsou", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "87": { - "name": "Coelhinho da P\u00e1scoa Atingido", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatologia" - } - }, - "88": { - "name": "Cesto da P\u00e1scoa a Arder", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "89": { - "name": "Tanque de Chocolate Derramado", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "90": { - "name": "Caldeira de Ovo a Arder", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "91": { - "name": "Encontro de Coelhos na cidade da p\u00e1scoa", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 horas" - }, - "92": { - "name": "Cami\u00e3o dos Ovos caputado", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatologia" - } - }, - "93": { - "name": "Miss\u00e3o Priorit\u00e1ria: Ca\u00e7a aos Ovos da P\u00e1scoa", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "94": { - "name": "Coelhinho da P\u00e1scoa numa grua", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "95": { - "name": "Descarrilamento de Comboio de Carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologia" - }, - "poi": 24 - }, - "96": { - "name": "Descarrilamento de Comboio de Carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologia" - }, - "poi": 6 - }, - "97": { - "name": "Descarrilamento de Comboio de Carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologia" - }, - "poi": 7 - }, - "98": { - "name": "Resgate na vala", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "Cirurgi\u00e3o geral" - } - }, - "99": { - "name": "Choque anafil\u00e1tico", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "100": { - "name": "Corredor lesionado", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "101": { - "name": "Crian\u00e7a perdida", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "Cl\u00ednica m\u00e9dica" - } - }, - "102": { - "name": "Fogo num aterro sanit\u00e1rio", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.pt_PT.json b/modules/lss-missionHelper/missions.pt_PT.json deleted file mode 100644 index f196b540b..000000000 --- a/modules/lss-missionHelper/missions.pt_PT.json +++ /dev/null @@ -1,1567 +0,0 @@ -{ - "0": { - "name": "Inc\u00eandio em caixote do lixo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Inc\u00eandio em contentor do lixo", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Inc\u00eandio num carro", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Inc\u00eandio numa mota", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Inc\u00eandio num relvado", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Inc\u00eandio num quarto", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Inc\u00eandio num jardim", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Inc\u00eandio de sobrantes", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Pequeno inc\u00eandio numa lixeira", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Inc\u00eandio num fardo de palha", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Trator a arder", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Cabine telef\u00f3nica a arder", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Queda de \u00c1rvore", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Inc\u00eandio num cami\u00e3o", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Pequeno inc\u00eandio agr\u00edcola", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Pequeno inc\u00eandio florestal", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Inc\u00eandio numa caravana", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Inc\u00eandio numa caixa de correio", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Queimada descontrolada", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Inc\u00eandio num trailer", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Inc\u00eandio numa cave", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Chamin\u00e9 a arder", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Inc\u00eandio no telhado de uma casa", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Fog\u00e3o a arder", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Paragem do autocarro a arder", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Acidente de via\u00e7\u00e3o", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologia" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Pequeno inc\u00eandio num supermercado", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 9 - }, - "27": { - "name": "Inc\u00eandio numa garagem", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "M\u00e1quina agr\u00edcola a arder", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Combust\u00edvel derramado", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Fuga de g\u00e1s", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Inc\u00eandio numa salamandra", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Ceifeira a arder", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Pequeno Inc\u00eandio num Supermercado", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 9 - }, - "34": { - "name": "Inc\u00eandio no hospital", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 2 - }, - "35": { - "name": "Indiv\u00edduo alcoolizado", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Cl\u00ednica m\u00e9dica" - } - }, - "36": { - "name": "Dores peitorais", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiologia" - }, - "37": { - "name": "Crise asm\u00e1tica", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "38": { - "name": "Convuls\u00f5es", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologia" - }, - "39": { - "name": "Febre", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "40": { - "name": "Pessoa ca\u00edda no solo", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "41": { - "name": "Inc\u00eandio numa oficina de mec\u00e2nica", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Pessoa ca\u00edda no solo", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "43": { - "name": "Pessoa ca\u00edda no solo", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologia" - }, - "44": { - "name": "Furto numa loja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Furto numa loja", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Acidente com carro estacionado", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120 - }, - "47": { - "name": "Acidente com carro estacionado", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120 - }, - "48": { - "name": "Roubo de metais", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Furto", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Furto por Carteirista", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120 - }, - "51": { - "name": "Furto por Carteirista", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 140 - }, - "52": { - "name": "Furto por Carteirista", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Furto por Carteirista", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Acidente com carro estacionado", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Agress\u00f5es m\u00fatuas", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Indiv\u00edduo desordeiro", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Manifesta\u00e7\u00e3o n\u00e3o planeada", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Inc\u00eandio na cozinha", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Resgate de animal", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Inc\u00eandio num pavilh\u00e3o desportivo", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 12 - }, - "61": { - "name": "Incidente ligeiro com aeronave (Aer\u00f3dromo)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologia" - }, - "poi": 28 - }, - "62": { - "name": "Ru\u00eddo em excesso", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Acidente Vascular Cerebral", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurocirurgia" - }, - "64": { - "name": "Acidente com autocarro envolvido", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - } - }, - "65": { - "name": "Inc\u00eandio na cozinha", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Inc\u00eandio num quarto", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Agress\u00f5es m\u00fatuas", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologia" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Grande inc\u00eandio num supermercado", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Combust\u00edvel derramado", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Grande inc\u00eandio num supermercado", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Sangramento nasal", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Cirurgi\u00e3o geral" - }, - "72": { - "name": "Queda de pequena aeronave", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologia" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Grave acidente envolvendo um autocarro", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Cirurgi\u00e3o geral" - } - }, - "74": { - "name": "Inc\u00eandio de grandes dimens\u00f5es", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Capotamento com m\u00faltiplos ve\u00edculos", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "Traumatologia" - } - }, - "76": { - "name": "Acidente de mota", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - } - }, - "77": { - "name": "Asfixia", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "78": { - "name": "Inc\u00eandio no refeit\u00f3rio", - "stations": { - "0": 6, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 12 - }, - "79": { - "name": "Preso a fazer escalada", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "percentages": { - "platform": 50 - } - }, - "80": { - "name": "Amea\u00e7as sobre funcion\u00e1rio", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "81": { - "name": "Inc\u00eandio num silo", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "82": { - "name": "Ferido num poste de alta tens\u00e3o", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Cirurgi\u00e3o geral" - } - }, - "83": { - "name": "Inc\u00eandio numa pilha de fardos de palha", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "84": { - "name": "Buscas domicili\u00e1rias", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "85": { - "name": "Ladr\u00e3o dos Ovos da P\u00e1scoa", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "86": { - "name": "Escova roubada da Oficina", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "87": { - "name": "Toca do Coelho Colapsou", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "88": { - "name": "Coelhinho da P\u00e1scoa Atingido", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatologia" - } - }, - "89": { - "name": "Cesto da P\u00e1scoa a Arder", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "90": { - "name": "Tanque de Chocolate Derramado", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "91": { - "name": "Caldeira de Ovo a Arder", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "92": { - "name": "Encontro de Coelhos na cidade da p\u00e1scoa", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 horas" - }, - "93": { - "name": "Cami\u00e3o dos Ovos caputado", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatologia" - } - }, - "94": { - "name": "Miss\u00e3o Priorit\u00e1ria: Ca\u00e7a aos Ovos da P\u00e1scoa", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "95": { - "name": "Coelhinho da P\u00e1scoa numa grua", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "96": { - "name": "Descarrilamento de Comboio de Carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologia" - }, - "poi": 24 - }, - "97": { - "name": "Descarrilamento de Comboio de Carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologia" - }, - "poi": 6 - }, - "98": { - "name": "Descarrilamento de Comboio de Carga", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Traumatologia" - }, - "poi": 7 - }, - "99": { - "name": "Resgate na vala", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "Cirurgi\u00e3o geral" - } - }, - "100": { - "name": "Les\u00e3o na coluna vertebral", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "Cirurgi\u00e3o geral" - }, - "101": { - "name": "Colapso de fachada de edif\u00edcio", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 1, - "bchief": 1, - "police": 2 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 10, - "specialisation": "Traumatologia" - } - }, - "102": { - "name": "Colapso de edif\u00edcio", - "stations": { - "0": 7, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 3, - "platform": 1, - "bchief": 2, - "police": 2 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 20, - "specialisation": "Traumatologia" - } - }, - "103": { - "name": "Queimaduras de 3\u00b0 grau", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "Cirurgi\u00e3o geral" - }, - "104": { - "name": "Les\u00f5es cerebrais graves", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "Neurocirurgia" - }, - "105": { - "name": "Grande inc\u00eandio num palheiro", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 9, - "bchief": 3, - "platform": 1, - "tanker": 3 - }, - "credits": 9000, - "poi": 21 - }, - "106": { - "name": "Dores nas costas", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "107": { - "name": "Choque anafil\u00e1tico", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "108": { - "name": "Corredor lesionado", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Cl\u00ednica m\u00e9dica" - }, - "109": { - "name": "Crian\u00e7a perdida", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "Cl\u00ednica m\u00e9dica" - } - }, - "110": { - "name": "Fogo num aterro sanit\u00e1rio", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ro_RO.json b/modules/lss-missionHelper/missions.ro_RO.json deleted file mode 100644 index 728589e17..000000000 --- a/modules/lss-missionHelper/missions.ro_RO.json +++ /dev/null @@ -1,1236 +0,0 @@ -{ - "0": { - "name": "Co\u0219 de gunoi \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Container \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Automobil \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Motociclet\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Iarb\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Camer\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Internist general" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "\u0218opron \u00een fl\u0103c\u0103ri", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Frunze \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Depozit de de\u0219euri \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Balot de paie \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Tractor \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Cabin\u0103 telefonic\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Copac c\u0103zut pe strad\u0103", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Camion \u00een fl\u0103c\u0103ri", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "C\u00e2mp mic \u00een fl\u0103c\u0103ri", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Incendiu de vegeta\u021bie mic", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Caravan\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Cutie po\u0219tal\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Gr\u0103mad\u0103 de crengi uscate", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Rulot\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Subsol \u00een fl\u0103c\u0103ri", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Internist general" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "\u0218emineu \u00een fl\u0103c\u0103ri", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Acoperi\u0219 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Incendiu \u00een buc\u0103t\u0103rie", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Sta\u021bie de autobuz \u00een fl\u0103c\u0103ri", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Accident rutier", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologie" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Incendiu \u00eentr-un supermarket mic", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Internist general" - }, - "poi": 9 - }, - "27": { - "name": "Garaj \u00een fl\u0103c\u0103ri", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "Ma\u0219in\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Scurgere dintr-o cistern\u0103 necunoscut\u0103", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "mcv": 1, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Scurgere de gaze", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Incendiu \u00eentr-un c\u0103min", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Combin\u0103 agricol\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Incendiu \u00eentr-un supermarket mic", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Internist general" - }, - "poi": 9 - }, - "34": { - "name": "Incendiu \u00eentr-un spital", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Internist general" - }, - "poi": 2 - }, - "35": { - "name": "Intoxica\u021bie alcoolic\u0103", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Internist general" - } - }, - "36": { - "name": "Dureri \u00een piept", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Cardiologie" - }, - "37": { - "name": "Criz\u0103 de astm", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Internist general" - }, - "38": { - "name": "Convulsii", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologie" - }, - "39": { - "name": "Febr\u0103", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Internist general" - }, - "40": { - "name": "Persoan\u0103 c\u0103zut\u0103", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologie" - }, - "41": { - "name": "Incendiu \u00eentr-un atelier auto", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Internist general" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Persoan\u0103 c\u0103zut\u0103", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologie" - }, - "43": { - "name": "Persoan\u0103 c\u0103zut\u0103", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologie" - }, - "44": { - "name": "Furt din magazin", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Furt din magazin", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Accident cu ma\u0219ina parcat\u0103", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Accident cu ma\u0219ina parcat\u0103", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Furt de metal", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Furt din buzunare", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "C\u0103l\u0103tor f\u0103r\u0103 bilet", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "C\u0103l\u0103tor f\u0103r\u0103 bilet", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "C\u0103l\u0103tor f\u0103r\u0103 bilet", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "C\u0103l\u0103tor f\u0103r\u0103 bilet", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Accident cu ma\u0219ina parcat\u0103", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "\u00cenc\u0103ierare", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologie" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Protestatar", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Protest f\u0103r\u0103 aprobare", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Buc\u0103t\u0103rie \u00een fl\u0103c\u0103ri", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Salvare animale", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Incendiu \u00eentr-o sal\u0103 de sport", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Internist general" - }, - "poi": 12 - }, - "61": { - "name": "Accident de avion u\u0219or (Aerodrom)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologie" - }, - "poi": 28 - }, - "62": { - "name": "Pl\u00e2ngere pentru g\u0103l\u0103gie", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Atac ischemic trec\u0103tor", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurochirurgie" - }, - "64": { - "name": "Accident \u00een care este implicat un autobuz", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Internist general" - } - }, - "65": { - "name": "Buc\u0103t\u0103rie \u00een fl\u0103c\u0103ri", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Camer\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Internist general" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "\u00cenc\u0103ierare", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologie" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Incendiu \u00eentr-un supermarket mare", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Internist general" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Scurgere dintr-o cistern\u0103 necunoscut\u0103", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Incendiu \u00eentr-un supermarket mare", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Internist general" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "S\u00e2ngerare nazal\u0103", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Chirurg general" - }, - "72": { - "name": "Accident de avion u\u0219or", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologie" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Accident grav \u00een care este implicat un autobuz", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Chirurg general" - } - }, - "74": { - "name": "Incendiu major", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Ho\u021b de ou\u0103 de Pa\u0219te", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "76": { - "name": "Perie furat\u0103 din Atelier", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "77": { - "name": "Gaur\u0103 de iepure pr\u0103bu\u0219it\u0103", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "78": { - "name": "Iepura\u0219 de pa\u0219te lovit", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatologie" - } - }, - "79": { - "name": "Co\u0219ule\u021b de Pa\u0219te \u00een fl\u0103c\u0103ri", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "80": { - "name": "Scurgere dintr-o cistern\u0103 de ciocolat\u0103", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "81": { - "name": "Fierb\u0103tor de ou\u0103 \u00een fl\u0103c\u0103ri", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "82": { - "name": "\u00centrunirea iepura\u0219ilor \u00een ora\u0219ul ou\u0103lor de Pa\u0219te", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 ore" - }, - "83": { - "name": "Camion cu ou\u0103 de Pa\u0219te r\u0103sturnat", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatologie" - } - }, - "84": { - "name": "Misiune prioritar\u0103: v\u00e2n\u0103toarea ou\u0103lor de Pa\u0219te", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "85": { - "name": "Iepura\u0219 de Pa\u0219te pe macara", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "86": { - "name": "Salvare din tran\u0219eea", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "Chirurg general" - } - }, - "87": { - "name": "Anafilaxie", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Internist general" - }, - "88": { - "name": "Alerg\u0103tor ranit", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Internist general" - }, - "89": { - "name": "Copil pierdut", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "Internist general" - } - }, - "90": { - "name": "Incendiu la depozitul", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ru_RU.json b/modules/lss-missionHelper/missions.ru_RU.json deleted file mode 100644 index 11da4cdf0..000000000 --- a/modules/lss-missionHelper/missions.ru_RU.json +++ /dev/null @@ -1,2268 +0,0 @@ -{ - "0": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0443\u0440\u043d\u044b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044c", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u043c\u043e\u0442\u043e\u0446\u0438\u043a\u043b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0430\u044f \u0442\u0440\u0430\u0432\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0435", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0430\u0440\u0430\u0435", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - } - }, - "7": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0430\u044f \u043b\u0438\u0441\u0442\u0432\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043c\u0443\u0441\u043e\u0440\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0442\u044e\u043a\u0430 \u0441\u043e\u043b\u043e\u043c\u044b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0442\u0440\u0430\u043a\u0442\u043e\u0440\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0430\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u0430\u044f \u0431\u0443\u0434\u043a\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - } - }, - "12": { - "name": "\u0414\u0435\u0440\u0435\u0432\u043e \u043d\u0430 \u0434\u043e\u0440\u043e\u0433\u0435", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u0433\u0440\u0443\u0437\u043e\u0432\u0438\u043a", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043d\u0430 \u043f\u043e\u043b\u0435", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043b\u0435\u0441\u043d\u043e\u0439 \u043f\u043e\u0436\u0430\u0440", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0430\u0432\u0442\u043e\u0434\u043e\u043c\u0435", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e \u044f\u0449\u0438\u043a\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - } - }, - "18": { - "name": "\u041a\u0443\u0447\u0430 \u0445\u0432\u043e\u0440\u043e\u0441\u0442\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u043f\u0440\u0438\u0446\u0435\u043f", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043f\u043e\u0434\u0432\u0430\u043b\u0435", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043a\u0430\u043c\u0438\u043d\u0435", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "\u041f\u043e\u0436\u0430\u0440 \u043d\u0430 \u043a\u0440\u044b\u0448\u0435", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0413\u0421\u041c", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0430\u044f \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "\u0414\u0422\u041f", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0435", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 9 - }, - "27": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0433\u0430\u0440\u0430\u0436\u0435", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "\u0420\u0430\u0437\u043b\u0438\u0432 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0439 \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u044b", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "\u0423\u0442\u0435\u0447\u043a\u0430 \u0433\u0430\u0437\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043e\u0447\u0430\u0433\u0435", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u043a\u043e\u043c\u0431\u0430\u0439\u043d", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0435", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 9 - }, - "34": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0431\u043e\u043b\u044c\u043d\u0438\u0446\u0435", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 2 - }, - "35": { - "name": "\u0410\u043b\u043a\u043e\u0433\u043e\u043b\u044c\u043d\u043e\u0435 \u043e\u0442\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - } - }, - "36": { - "name": "\u0411\u043e\u043b\u0438 \u0432 \u0433\u0440\u0443\u0434\u0438", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "\u041a\u0430\u0440\u0434\u0438\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "37": { - "name": "\u041e\u0441\u0442\u0440\u044b\u0439 \u043f\u0440\u0438\u0441\u0442\u0443\u043f \u0430\u0441\u0442\u043c\u044b", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "38": { - "name": "C\u0443\u0434\u043e\u0440\u043e\u0433\u0438", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "\u041d\u0435\u0432\u0440\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "39": { - "name": "\u0416\u0430\u0440", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "40": { - "name": "\u0423\u043f\u0430\u0432\u0448\u0438\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "41": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0430\u0432\u0442\u043e\u043c\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u043e\u0439", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "\u0423\u043f\u0430\u0432\u0448\u0438\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "43": { - "name": "\u0423\u043f\u0430\u0432\u0448\u0438\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "44": { - "name": "\u041c\u0430\u0433\u0430\u0437\u0438\u043d\u043d\u0430\u044f \u043a\u0440\u0430\u0436\u0430", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "\u041c\u0430\u0433\u0430\u0437\u0438\u043d\u043d\u0430\u044f \u043a\u0440\u0430\u0436\u0430", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "\u0414\u0422\u041f \u0441 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "\u0414\u0422\u041f \u0441 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "\u041a\u0440\u0430\u0436\u0430 \u043c\u0435\u0442\u0430\u043b\u043b\u0430 \u0441\u043e \u0432\u0437\u043b\u043e\u043c\u043e\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "\u041a\u0430\u0440\u043c\u0430\u043d\u043d\u0430\u044f \u043a\u0440\u0430\u0436\u0430", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "\u0411\u0435\u0437\u0431\u0438\u043b\u0435\u0442\u043d\u0438\u043a", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "\u0411\u0435\u0437\u0431\u0438\u043b\u0435\u0442\u043d\u0438\u043a", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "\u0411\u0435\u0437\u0431\u0438\u043b\u0435\u0442\u043d\u0438\u043a", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "\u0411\u0435\u0437\u0431\u0438\u043b\u0435\u0442\u043d\u0438\u043a", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "\u0414\u0422\u041f \u0441 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "\u0414\u0440\u0430\u043a\u0430", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "\u041d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044c \u043f\u043e\u0440\u044f\u0434\u043a\u0430", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "\u0414\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0431\u0435\u0437 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043d\u0430 \u043a\u0443\u0445\u043d\u0435", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "\u0421\u043f\u0430\u0441\u0435\u043d\u0438\u0435 \u0436\u0438\u0432\u043e\u0442\u043d\u043e\u0433\u043e", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u043f\u043e\u0440\u0442\u0437\u0430\u043b\u0435", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 12 - }, - "61": { - "name": "\u041a\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u043b\u0435\u0433\u043a\u043e\u043c\u043e\u0442\u043e\u0440\u043d\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u043b\u0451\u0442\u0430 (\u0430\u044d\u0440\u043e\u0434\u0440\u043e\u043c)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "poi": 28 - }, - "62": { - "name": "\u0416\u0430\u043b\u043e\u0431\u0430 \u043d\u0430 \u0448\u0443\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "\u041c\u0438\u043a\u0440\u043e\u0438\u043d\u0441\u0443\u043b\u044c\u0442", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\u041d\u0435\u0439\u0440\u043e\u0445\u0438\u0440\u0443\u0440\u0433\u0438\u044f" - }, - "64": { - "name": "\u0414\u0422\u041f \u0441 \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u043e\u043c", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - } - }, - "65": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043d\u0430 \u043a\u0443\u0445\u043d\u0435", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0435", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "\u0414\u0440\u0430\u043a\u0430", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "\u0411\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0435", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "\u0420\u0430\u0437\u043b\u0438\u0432 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0439 \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u044b", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "\u0411\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0435", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "\u041a\u0440\u043e\u0432\u043e\u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0438\u0437 \u043d\u043e\u0441\u0430", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "72": { - "name": "\u041a\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u043b\u0435\u0433\u043a\u043e\u043c\u043e\u0442\u043e\u0440\u043d\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u043b\u0451\u0442\u0430", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "\u041a\u0440\u0443\u043f\u043d\u043e\u0435 \u0414\u0422\u041f \u0441 \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u043e\u043c", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - } - }, - "74": { - "name": "\u041a\u0440\u0443\u043f\u043d\u044b\u0439 \u043f\u043e\u0436\u0430\u0440", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "\u041a\u0440\u0430\u0436\u0430 \u043d\u0430 \u0440\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0435\u043d\u0441\u043a\u043e\u043c \u0440\u044b\u043d\u043a\u0435", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "76": { - "name": "\u0413\u043e\u0440\u0438\u0442 \u043f\u0430\u043b\u0430\u0442\u043a\u0430 \u043d\u0430 \u0440\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0435\u043d\u0441\u043a\u043e\u043c \u0440\u044b\u043d\u043a\u0435", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 17 - }, - "77": { - "name": "\u041f\u043e\u0436\u0430\u0440 \u043d\u0430 \u0440\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0435\u043d\u0441\u043a\u043e\u043c \u0440\u044b\u043d\u043a\u0435", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 17 - }, - "78": { - "name": "\u0414\u043e\u0440\u043e\u0436\u043d\u043e\u0435 \u043f\u0440\u043e\u0438\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u0435 - \u043b\u0435\u0434", - "stations": { - "0": 4 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "percentages": { - "heavyRescue": 100 - } - }, - "79": { - "name": "\u0413\u043e\u0440\u0438\u0442 \u0440\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0435\u043d\u0441\u043a\u0430\u044f \u0435\u043b\u043a\u0430", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "80": { - "name": "\u0413\u043e\u0440\u0438\u0442 \u0440\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0435\u043d\u0441\u043a\u0438\u0439 \u0432\u0435\u043d\u043e\u043a", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "81": { - "name": "\u0414\u0440\u0430\u043a\u0430 \u043d\u0430 \u0440\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0435\u043d\u0441\u043a\u043e\u043c \u0440\u044b\u043d\u043a\u0435", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "poi": 17 - }, - "82": { - "name": "\u0410\u0432\u0442\u043e\u043a\u0430\u0442\u0430\u0441\u0442\u0440\u043e\u0444\u0430", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 1, - "bchief": 1, - "police": 1, - "ambulance": 3 - }, - "credits": 1300, - "patients": { - "max": 5, - "min": 1, - "transport": 20, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - } - }, - "83": { - "name": "\u0413\u0440\u0443\u0437\u043e\u0432\u0438\u043a \u0441 \u043f\u043e\u043b\u0443\u043f\u0440\u0438\u0446\u0435\u043f\u043e\u043c \u0432 \u043e\u0433\u043d\u0435", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 3 - }, - "credits": 900 - }, - "84": { - "name": "\u0418\u043d\u0446\u0438\u0434\u0435\u043d\u0442 \u0441 \u0442\u0440\u0430\u043a\u0442\u043e\u0440\u043e\u043c", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "ambulance": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 0, - "specialisation": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 21 - }, - "85": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044f \u0438\u0437-\u0437\u0430 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "86": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043a\u0443\u0447\u0438 \u043c\u0443\u0441\u043e\u0440\u0430 \u0438\u0437-\u0437\u0430 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "87": { - "name": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0442\u0440\u0430\u0432\u044b, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u043e\u0435 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u043e\u043c", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "88": { - "name": "\u041f\u043e\u0436\u0430\u0440 \u0432 \u043f\u043e\u0434\u0432\u0430\u043b\u0435, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u044b\u0439 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u043e\u043c", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "percentages": { - "bchief": 90 - } - }, - "89": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u043e\u0439 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u043e\u0435 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u043e\u043c", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "90": { - "name": "\u041f\u043e\u0436\u0430\u0440 \u043d\u0430 \u0431\u0430\u043b\u043a\u043e\u043d\u0435, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u044b\u0439 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u043e\u043c", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "91": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430 \u0434\u043b\u044f \u043c\u0430\u043a\u0443\u043b\u0430\u0442\u0443\u0440\u044b, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u043e\u0435 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u043e\u043c", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "92": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0436\u0438\u0432\u043e\u0439 \u0438\u0437\u0433\u043e\u0440\u043e\u0434\u0438, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u043e\u0435 \u043f\u0435\u0442\u0430\u0440\u0434\u043e\u0439", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "93": { - "name": "\u041f\u044c\u044f\u043d\u044b\u0439 \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c \u043f\u043e\u0441\u043b\u0435 \u043d\u043e\u0432\u043e\u0433\u043e\u0434\u043d\u0435\u0433\u043e \u0437\u0430\u0441\u0442\u043e\u043b\u044c\u044f", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "94": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0441\u043e\u043b\u043e\u043c\u0435\u043d\u043d\u043e\u0439 \u043a\u0440\u043e\u0432\u043b\u0438, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u043e\u0435 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u043e\u043c", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "air": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "percentages": { - "air": 30 - } - }, - "95": { - "name": "\u0410\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044c, \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u043e\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "96": { - "name": "\u041d\u0430\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0437\u0430\u043a\u043e\u043d\u0430 \u043e\u0431 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0438 \u0441\u043e \u0432\u0437\u0440\u044b\u0432\u0447\u0430\u0442\u044b\u043c\u0438 \u0432\u0435\u0449\u0435\u0441\u0442\u0432\u0430\u043c\u0438", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "97": { - "name": "\u0422\u0440\u0430\u0432\u043c\u0430 \u0440\u0443\u043a\u0438, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u0430\u044f \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u043e\u043c", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "98": { - "name": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u043a\u0440\u044b\u0448\u0430", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "99": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0431\u043e\u043b\u044c\u0448\u0435\u0433\u0440\u0443\u0437\u043d\u043e\u0433\u043e \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044f", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1, - "police": 1 - }, - "credits": 2500, - "percentages": { - "tanker": 10 - } - }, - "100": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043c\u0443\u0441\u043e\u0440\u043e\u0432\u043e\u0437\u0430", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 2, - "tanker": 1, - "police": 1 - }, - "credits": 5000 - }, - "101": { - "name": "\u0410\u0432\u0430\u0440\u0438\u044f \u043d\u0430 \u043c\u043e\u0442\u043e\u0446\u0438\u043a\u043b\u0435", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - } - }, - "102": { - "name": "\u041e\u043f\u0440\u043e\u043a\u0438\u0434\u044b\u0432\u0430\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044f", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - } - }, - "103": { - "name": "\u0412\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u0435 \u043e\u0433\u0440\u0430\u0431\u043b\u0435\u043d\u0438\u0435", - "stations": { - "6": 7 - }, - "vehicles": { - "police": 5 - }, - "credits": 1300, - "patients": { - "max": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 9, - "prisoners": { - "max": 2 - } - }, - "104": { - "name": "\u041e\u0442\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0433\u0430\u0437\u043e\u043c", - "stations": { - "0": 5, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "air": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 10, - "min": 2, - "transport": 80, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "percentages": { - "air": 30 - } - }, - "105": { - "name": "\u0417\u0430\u0434\u044b\u0445\u0430\u044f\u0441\u044c", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "106": { - "name": "\u041f\u043e\u0436\u0430\u0440 \u0432 \u043a\u0430\u0444\u0435\u0442\u0435\u0440\u0438\u0438", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 12 - }, - "107": { - "name": "\u0417\u0430\u0441\u0442\u0440\u044f\u0432\u0448\u0438\u0439 \u0430\u043b\u044c\u043f\u0438\u043d\u0438\u0441\u0442", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "percentages": { - "platform": 50 - } - }, - "108": { - "name": "\u0423\u0433\u0440\u043e\u0437\u0430 \u043d\u0430\u0441\u0438\u043b\u0438\u044f", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "109": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0441\u0438\u043b\u043e\u0441\u0430", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "110": { - "name": "\u0427\u0435\u043b\u043e\u0432\u0435\u043a \u043d\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u0432\u043e\u043b\u044c\u0442\u043d\u043e\u043c \u0441\u0442\u043e\u043b\u0431\u0435", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - } - }, - "111": { - "name": "\u0422\u0440\u0430\u0432\u043c\u0430 \u043f\u043e\u0437\u0432\u043e\u043d\u043e\u0447\u043d\u0438\u043a\u0430", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "112": { - "name": "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e\u0435 \u043e\u0431\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0437\u0434\u0430\u043d\u0438\u044f", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 5, - "heavyRescue": 2, - "platform": 3, - "bchief": 1, - "police": 2 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 30, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - } - }, - "113": { - "name": "\u041e\u0431\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0437\u0434\u0430\u043d\u0438\u044f", - "stations": { - "0": 7, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 7, - "heavyRescue": 3, - "platform": 2, - "bchief": 2, - "police": 1 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 60, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - } - }, - "114": { - "name": "\u041e\u0436\u043e\u0433\u0438 3\u0439 \u0441\u0442\u0435\u043f\u0435\u043d\u0438", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "115": { - "name": "\u0427\u0435\u0440\u0435\u043f\u043d\u043e-\u043c\u043e\u0437\u0433\u043e\u0432\u0430\u044f \u0442\u0440\u0430\u0432\u043c\u0430", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "\u041d\u0435\u0439\u0440\u043e\u0445\u0438\u0440\u0443\u0440\u0433\u0438\u044f" - }, - "116": { - "name": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0430\u043c\u043f\u0443\u0442\u0430\u0446\u0438\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u0438", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 80, - "rth": 50, - "specialisation": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "117": { - "name": "\u0411\u043e\u043b\u044c\u0448\u043e\u0439 \u043f\u043e\u0436\u0430\u0440 \u043d\u0430 \u0444\u0435\u0440\u043c\u0435", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 9, - "bchief": 2, - "platform": 3, - "tanker": 3 - }, - "credits": 9000, - "poi": 21 - }, - "118": { - "name": "\u0411\u043e\u043b\u0438 \u0432 \u0441\u043f\u0438\u043d\u0435", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "\u041d\u0435\u0432\u0440\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "119": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0441\u043e\u043b\u043e\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u0442\u044e\u043a\u0430", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "120": { - "name": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u043e\u0431\u044b\u0441\u043a \u0436\u0438\u043b\u043e\u0433\u043e \u0440\u0430\u0439\u043e\u043d\u0430", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "121": { - "name": "\u041f\u043e\u0431\u0435\u0433 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u043e\u0433\u043e", - "stations": { - "6": 5, - "13": 1 - }, - "vehicles": { - "k9": 1, - "police": 10, - "policeHeli": 1 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "122": { - "name": "\u041f\u043e\u0434\u043e\u0437\u0440\u0435\u0432\u0430\u0435\u043c\u044b\u0439 \u0443\u0431\u0435\u0433\u0430\u0435\u0442", - "stations": { - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "policeHeli": 1 - }, - "credits": 3000, - "prisoners": { - "max": 1 - } - }, - "123": { - "name": "\u041f\u0440\u043e\u043f\u0430\u0436\u0430 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430", - "stations": { - "0": 6, - "2": 1, - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "truck": 2, - "bchief": 1, - "policeHeli": 1 - }, - "credits": 4500, - "patients": { - "max": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 3 - }, - "124": { - "name": "\u041f\u043e\u0445\u0438\u0449\u0435\u043d\u0438\u0435 \u0440\u0435\u0431\u0451\u043d\u043a\u0430", - "stations": { - "2": 1, - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1 - }, - "credits": 2000, - "patients": { - "max": 1, - "transport": 80, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "poi": 0 - }, - "125": { - "name": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0440\u0430\u043d\u0435\u043d", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 6 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "specialisation": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "expansions": { - "0": 122 - } - }, - "126": { - "name": "\u0420\u043e\u0437\u044b\u0441\u043a \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044f", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1000, - "expansions": { - "0": 125, - "1": 122 - } - }, - "127": { - "name": "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u0445\u0443\u043b\u0438\u0433\u0430\u043d\u043e\u0432", - "stations": { - "2": 2, - "6": 4 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2200, - "patients": { - "max": 3, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 128, - "1": 125 - } - }, - "128": { - "name": "\u0413\u0440\u0443\u043f\u043f\u043e\u0432\u0430\u044f \u0434\u0440\u0430\u043a\u0430", - "stations": { - "2": 3, - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 7, - "k9": 1, - "policeHeli": 1 - }, - "credits": 3000, - "patients": { - "max": 5, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "prisoners": { - "max": 4 - } - }, - "129": { - "name": "\u041f\u0440\u043e\u0434\u0430\u0436\u0430 \u043d\u0430\u0440\u043a\u043e\u0442\u0438\u043a\u043e\u0432", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1500, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 122 - } - }, - "130": { - "name": "\u041e\u0433\u0440\u0430\u0431\u043b\u0435\u043d\u0438\u0435 \u0410\u0417\u0421", - "stations": { - "6": 8, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1 - }, - "credits": 1250, - "poi": 11, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 12 - }, - "expansions": { - "0": 122, - "1": 125 - } - }, - "131": { - "name": "\u0412\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u0435 \u043d\u0430\u043f\u0430\u0434\u0435\u043d\u0438\u0435", - "stations": { - "2": 1, - "6": 10, - "13": 1 - }, - "vehicles": { - "police": 8, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "132": { - "name": "\u041e\u0445\u0440\u0430\u043d\u0430 VIP-\u043f\u0435\u0440\u0441\u043e\u043d\u044b", - "stations": { - "6": 15 - }, - "vehicles": { - "police": 6, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4000, - "special": { - "SWATPersonnel": 18 - }, - "siwa": true, - "dauer": "30 minutes" - }, - "133": { - "name": "\u041d\u0435\u0437\u0430\u043a\u043e\u043d\u043d\u043e\u0435 \u0432\u0442\u043e\u0440\u0436\u0435\u043d\u0438\u0435", - "stations": { - "6": 9, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1 - }, - "credits": 1250, - "prisoners": { - "max": 2 - }, - "special": { - "SWATPersonnel": 4 - }, - "expansions": { - "0": 125, - "1": 122 - } - }, - "134": { - "name": "\u041f\u043e\u043f\u044b\u0442\u043a\u0430 \u0443\u0431\u0438\u0439\u0441\u0442\u0432\u0430", - "stations": { - "2": 1, - "6": 9 - }, - "vehicles": { - "police": 6, - "k9": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "prisoners": { - "max": 1 - }, - "special": { - "SWATPersonnel": 6 - }, - "expansions": { - "0": 122 - } - }, - "135": { - "name": "\u041e\u0433\u0440\u0430\u0431\u043b\u0435\u043d\u0438\u0435 \u043c\u0443\u0437\u0435\u044f", - "stations": { - "6": 9 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 1000, - "poi": 13, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 6 - }, - "expansions": { - "0": 122 - } - }, - "136": { - "name": "\u041a\u0440\u0430\u0436\u0430 \u043f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u044f\u0439\u0446\u0430", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "137": { - "name": "\u041a\u0440\u0430\u0436\u0430 \u043a\u0438\u0441\u0442\u0438 \u0434\u043b\u044f \u043f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u044b\u0445 \u044f\u0438\u0446", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "138": { - "name": "\u041e\u0431\u0432\u0430\u043b \u043a\u0440\u043e\u043b\u0438\u0447\u044c\u0435\u0439 \u043d\u043e\u0440\u044b", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "139": { - "name": "\u0421\u043f\u0430\u0441\u0442\u0438 \u043f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043a\u0440\u043e\u043b\u0438\u043a\u0430", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - } - }, - "140": { - "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u043e\u0439 \u043a\u043e\u0440\u0437\u0438\u043d\u044b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "141": { - "name": "\u0420\u0430\u0437\u043b\u0438\u0432 \u0448\u043e\u043a\u043e\u043b\u0430\u0434\u043d\u043e\u0439 \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u044b", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "142": { - "name": "\u0417\u0430\u0434\u044b\u043c\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u0432\u0430\u0440\u043a\u0435 \u043f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u044b\u0445 \u044f\u0438\u0446", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "143": { - "name": "\u0421\u0445\u043e\u0434\u043a\u0430 \u043a\u0440\u043e\u043b\u0438\u043a\u043e\u0432 \u0432 \u043f\u043e\u0441\u0435\u043b\u043a\u0435 \u041f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u043e\u043c", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 \u0447\u0430\u0441\u0430" - }, - "144": { - "name": "\u041e\u043f\u0440\u043e\u043a\u0438\u043d\u0443\u043b\u0441\u044f \u043f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u044b\u0439 \u0433\u0440\u0443\u0437\u043e\u0432\u0438\u043a", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - } - }, - "145": { - "name": "\u0421\u0440\u043e\u0447\u043d\u043e! \u041e\u0445\u043e\u0442\u0430 \u0437\u0430 \u043f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u044f\u0439\u0446\u0430\u043c\u0438", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "146": { - "name": "\u041a\u0440\u043e\u043b\u0438\u043a \u043d\u0430 \u043f\u043e\u0434\u044a\u0451\u043c\u043d\u043e\u043c \u043a\u0440\u0430\u043d\u0435", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "147": { - "name": "\u0421\u0445\u043e\u0434 \u0441 \u0440\u0435\u043b\u044c\u0441\u043e\u0432 \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0435\u0437\u0434\u0430", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "poi": 24 - }, - "148": { - "name": "\u0421\u0445\u043e\u0434 \u0441 \u0440\u0435\u043b\u044c\u0441\u043e\u0432 \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0435\u0437\u0434\u0430", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "poi": 6 - }, - "149": { - "name": "\u0421\u0445\u043e\u0434 \u0441 \u0440\u0435\u043b\u044c\u0441\u043e\u0432 \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0435\u0437\u0434\u0430", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "air": 2, - "hazmat": 2, - "mcv": 1, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" - }, - "poi": 7 - }, - "150": { - "name": "\u0421\u043f\u0430\u0441\u0435\u043d\u0438\u0435 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430 \u0438\u0437 \u0442\u0440\u0430\u043d\u0448\u0435\u0438", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - } - }, - "151": { - "name": "\u0410\u043d\u0430\u0444\u0438\u043b\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0448\u043e\u043a", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "152": { - "name": "\u0422\u0440\u0430\u0432\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0431\u0435\u0433\u0443\u043d", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - }, - "153": { - "name": "\u041f\u0440\u043e\u043f\u0430\u0432\u0448\u0438\u0439 \u0440\u0435\u0431\u0451\u043d\u043e\u043a", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" - } - }, - "154": { - "name": "\u041f\u043e\u0436\u0430\u0440 \u043d\u0430 \u0441\u0432\u0430\u043b\u043a\u0435", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.sv_SE.json b/modules/lss-missionHelper/missions.sv_SE.json deleted file mode 100644 index b0477dfd1..000000000 --- a/modules/lss-missionHelper/missions.sv_SE.json +++ /dev/null @@ -1,2277 +0,0 @@ -{ - "0": { - "name": "Brand ute - soptunna", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Brand ute - container", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Brand ute - fordon, personbil", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Brand ute - fordon, motorcykel", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "Brand ute - terr\u00e4ng, gr\u00e4sbrand", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Brand i byggnad - flerfamiljshus, l\u00e4genhet", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Brand i byggnad - mindre, frist\u00e5ende", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Brand ute - l\u00f6v", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "Brand ute - sopor", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Brand ute - h\u00f6bal", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Brand ute - fordon, arbetsmaskin", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Brand ute - telefonkiosk", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Hinder p\u00e5 v\u00e4g", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Brand ute - fordon, lastbil", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "Brand ute - terr\u00e4ng, skogsbrand", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "Brand ute - terr\u00e4ng", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Brand ute - fordon, husvagn", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Brand ute - postl\u00e5da", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "Brand ute - rish\u00f6g", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Brand ute - fordon, sl\u00e4pvagn", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Brand i byggnad - flerfamiljshus, k\u00e4llare", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Soteld", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "Brand i byggnad - flerfamiljshus, vind", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Brinnande fett", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Brand ute - busskur", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Trafikolycka - singel", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Traumatologi" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "Brand i byggnad - publik lokal, mataff\u00e4r", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 9 - }, - "27": { - "name": "Brand i byggnad - parkeringshus", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "Brand i byggnad - industri, maskin", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Utsl\u00e4pp farligt \u00e4mne - \u00f6vrigt", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Utsl\u00e4pp farligt \u00e4mne - gas", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "Brand i byggnad - villa", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Brand ute - fordon, sk\u00f6rdetr\u00f6ska", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "Brand i byggnad - publik lokal, mataff\u00e4r", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 9 - }, - "34": { - "name": "Brand i byggnad - v\u00e5rd, sjukhus", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 2 - }, - "35": { - "name": "Fylleri\/LOB", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Inv\u00e4rtesmedicinare" - } - }, - "36": { - "name": "Br\u00f6stsm\u00e4rta", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Kardiologi" - }, - "37": { - "name": "Andningsbesv\u00e4r", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "38": { - "name": "Misst\u00e4nkt stroke", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Neurologi" - }, - "39": { - "name": "Akut buk", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "40": { - "name": "Trauma", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologi" - }, - "41": { - "name": "Brand i byggnad - industri, verkstad", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Misst\u00e4nkt fraktur", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologi" - }, - "43": { - "name": "Fallolycka", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Traumatologi" - }, - "44": { - "name": "St\u00f6ld", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "St\u00f6ld", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Trafikolycka, singel", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Trafikolycka", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "P\u00e5g\u00e5ende inbrott", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Personr\u00e5n", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Bedr\u00e4geri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Bedr\u00e4geri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Bedr\u00e4geri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Bedr\u00e4geri", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Trafikolycka, singel", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Br\u00e5k", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "Misshandel", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "Ordningslagen, demonstration", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Brand i byggnad - flerfamiljshus, k\u00f6k", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Djurr\u00e4ddning", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Brand i byggnad - publik lokal, idrottshall", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 12 - }, - "61": { - "name": "Flygkrasch", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologi" - }, - "poi": 28 - }, - "62": { - "name": "Ordningslagen, ov\u00e4sen", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Misst\u00e4nkt stroke", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Neurokirurgi" - }, - "64": { - "name": "Trafikolycka - singel, buss", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - } - }, - "65": { - "name": "Brand i byggnad - flerfamiljshus, l\u00e4genhet", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Brand i byggnad - radhus", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Misshandel, grov", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "Brand i byggnad - publik lokal, stormarknad", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Utsl\u00e4pp farligt \u00e4mne - \u00f6vrigt", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "Brand i byggnad - publik lokal, stormarknad", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Bl\u00f6dning", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Allm\u00e4nkirurg" - }, - "72": { - "name": "Flygh\u00e4ndelse - varningslarm", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Traumatologi" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "Trafikolycka - flera fordon, buss", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Allm\u00e4nkirurg" - } - }, - "74": { - "name": "Stor brand", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Olaga hot", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 300, - "patients": { - "max": 1, - "transport": 30, - "specialisation": "Inv\u00e4rtesmedicinare" - } - }, - "76": { - "name": "St\u00f6ld p\u00e5 julmarknad", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "poi": 17 - }, - "77": { - "name": "Brinnande julst\u00e5nd", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 1 - }, - "credits": 610, - "patients": { - "max": 1, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 17 - }, - "78": { - "name": "Brand p\u00e5 julmarknad", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "patients": { - "max": 1, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 17 - }, - "79": { - "name": "Trafikolycka - is", - "stations": { - "0": 4 - }, - "vehicles": { - "heavyRescue": 1, - "truck": 1 - }, - "credits": 1410, - "patients": { - "max": 3, - "specialisation": "Traumatologi" - }, - "percentages": { - "heavyRescue": 100 - } - }, - "80": { - "name": "Brinnande julgran", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1 - }, - "credits": 870 - }, - "81": { - "name": "Brinnande julkrans", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 1 - }, - "credits": 800 - }, - "82": { - "name": "Br\u00e5k p\u00e5 julmarknad", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 600, - "patients": { - "max": 2, - "specialisation": "Traumatologi" - }, - "poi": 17 - }, - "83": { - "name": "Fastkl\u00e4md", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2 - }, - "credits": 1100, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologi" - } - }, - "84": { - "name": "L\u00f6sa f\u00f6rem\u00e5l", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1, - "platform": 1 - }, - "credits": 450, - "percentages": { - "platform": 50 - } - }, - "85": { - "name": "Trafikolycka - flera fordon", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 1, - "bchief": 1, - "police": 1 - }, - "credits": 1300, - "patients": { - "max": 5, - "min": 1, - "transport": 20, - "specialisation": "Inv\u00e4rtesmedicinare" - } - }, - "86": { - "name": "Brand ute - fordon, lastbil", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 3 - }, - "credits": 900 - }, - "87": { - "name": "Trafikolycka - arbetsmaskin", - "stations": { - "0": 3, - "2": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "ambulance": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 0, - "specialisation": "Allm\u00e4nkirurg" - }, - "poi": 21 - }, - "88": { - "name": "Bilbrand orsakad av fyrverkerier", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370 - }, - "89": { - "name": "Grovavfallsbrand orsakad av fyrverkerier", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220 - }, - "90": { - "name": "Liten f\u00e4ltbrand orsakad av fyrverkerier", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "91": { - "name": "Brand i k\u00e4llare orsakad av fyrverkerier", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "percentages": { - "bchief": 90 - } - }, - "92": { - "name": "Bussh\u00e5llplatsbrand orsakad av fyrverkerier", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "93": { - "name": "Balkongbrand orsakad av fyrverkerier", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1500, - "percentages": { - "platform": 30 - } - }, - "94": { - "name": "Br\u00e4nder i papperscontainrar orsakade av fyrverkerier", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "95": { - "name": "Buskbrand orsakad av sm\u00e4llare", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "96": { - "name": "Alkoholp\u00e5verkad f\u00f6rare efter ny\u00e5rsfest", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150 - }, - "97": { - "name": "Brand i str\u00e5takshus orsakad av fyrverkerier", - "stations": { - "0": 7, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 5, - "platform": 1, - "bchief": 1, - "air": 1, - "police": 2 - }, - "credits": 4200, - "patients": { - "max": 2, - "min": 1, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "percentages": { - "air": 30 - } - }, - "98": { - "name": "Bil skadad av fyrverkerier", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "99": { - "name": "Brott mot f\u00f6rordningen om explosiva varor", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 200 - }, - "100": { - "name": "Handskada orsakad av fyrverkerier", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Traumatologi" - }, - "101": { - "name": "Brand ute - fordon, lastfordon", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "tanker": 1, - "police": 1 - }, - "credits": 1400, - "percentages": { - "tanker": 10 - } - }, - "102": { - "name": "Brand ute - fordon, sopbil", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 2, - "tanker": 1, - "police": 1 - }, - "credits": 2000 - }, - "103": { - "name": "Trafikolycka - motorcykel", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - } - }, - "104": { - "name": "Utsl\u00e4pp farligt \u00e4mne - kolmonoxid", - "stations": { - "0": 5, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "air": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 10, - "min": 2, - "transport": 80, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "percentages": { - "air": 30 - } - }, - "105": { - "name": "R\u00e5n, v\u00e4pnat", - "stations": { - "6": 7 - }, - "vehicles": { - "police": 5 - }, - "credits": 1300, - "patients": { - "max": 1, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 9, - "prisoners": { - "max": 2 - } - }, - "106": { - "name": "V\u00e5ld\/hot mot tj\u00e4nsteman", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 41, - "prisoners": { - "max": 2 - } - }, - "107": { - "name": "Trafikolycka - singel, volt", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "Traumatologi" - } - }, - "108": { - "name": "Ofri luftv\u00e4g", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "109": { - "name": "Ryggtrauma", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 50, - "rth": 50, - "specialisation": "Allm\u00e4nkirurg" - }, - "110": { - "name": "Ras\/skred", - "stations": { - "0": 5, - "2": 2, - "6": 1 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 2, - "platform": 1, - "bchief": 1, - "police": 2 - }, - "credits": 7500, - "patients": { - "max": 8, - "min": 2, - "transport": 40, - "rth": 10, - "specialisation": "Traumatologi" - } - }, - "111": { - "name": "Ras\/skred - byggnad", - "stations": { - "0": 7, - "2": 4, - "6": 1 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 3, - "platform": 2, - "bchief": 2, - "police": 1 - }, - "credits": 9000, - "patients": { - "max": 20, - "min": 8, - "transport": 50, - "rth": 20, - "specialisation": "Traumatologi" - } - }, - "112": { - "name": "Allvarlig br\u00e4nnskada", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 100, - "rth": 100, - "specialisation": "Allm\u00e4nkirurg" - }, - "113": { - "name": "Skallskada", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "rth": 90, - "specialisation": "Neurokirurgi" - }, - "114": { - "name": "Amputationsskada", - "stations": { - "2": 4 - }, - "onlyRd": true, - "transport": 80, - "rth": 50, - "specialisation": "Allm\u00e4nkirurg" - }, - "115": { - "name": "Brand i byggnad - ladug\u00e5rd", - "stations": { - "0": 13 - }, - "vehicles": { - "truck": 9, - "bchief": 2, - "platform": 3, - "tanker": 3 - }, - "credits": 9000, - "poi": 21 - }, - "116": { - "name": "Ryggsm\u00e4rtor", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 80, - "rth": 30, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "117": { - "name": "Brand i byggnad - skola", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 12 - }, - "118": { - "name": "Person - sv\u00e5r bel\u00e4genhet", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "percentages": { - "platform": 50 - } - }, - "119": { - "name": "Explosion - inomhus", - "stations": { - "0": 13, - "2": 3, - "6": 7 - }, - "vehicles": { - "truck": 2, - "bchief": 2, - "mcv": 1, - "police": 8 - }, - "credits": 3400, - "patients": { - "max": 5, - "transport": 60, - "specialisation": "Traumatologi" - } - }, - "120": { - "name": "Brand i byggnad - Silo", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "121": { - "name": "Personskada av h\u00f6gsp\u00e4nning", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Allm\u00e4nkirurg" - } - }, - "122": { - "name": "Brinnande h\u00f6bal", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "123": { - "name": "Explosion - \u00d6verh\u00e4ngande fara", - "stations": { - "0": 7, - "6": 1 - }, - "vehicles": { - "truck": 2, - "bchief": 1, - "police": 2 - }, - "credits": 1950 - }, - "124": { - "name": "Kramper", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "125": { - "name": "P\u00e5sk\u00e4gg tjuv", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "126": { - "name": "Pensel stulen fr\u00e5n verkstad", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "127": { - "name": "Kollapsat kaninh\u00e5l", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "128": { - "name": "P\u00e5k\u00f6rd p\u00e5skhare", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Traumatologi" - } - }, - "129": { - "name": "Br\u00e4nning p\u00e5skkorg", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "130": { - "name": "Chokladutsl\u00e4pp", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "131": { - "name": "Brinnande \u00e4ggkokare", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "132": { - "name": "Harm\u00f6te i p\u00e5sk\u00e4ggsstaden", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 timmar" - }, - "133": { - "name": "V\u00e4lt p\u00e5sk\u00e4ggsbil", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Traumatologi" - } - }, - "134": { - "name": "Prioriterat uppdrag: P\u00e5sk\u00e4ggsjakt", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "135": { - "name": "P\u00e5skhare i lyftkran", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "136": { - "name": "F\u00f6rs\u00f6k till rymning\/Rymning", - "stations": { - "6": 7, - "13": 1 - }, - "vehicles": { - "k9": 1, - "police": 10, - "policeHeli": 1 - }, - "credits": 4000, - "prisoners": { - "max": 1 - } - }, - "137": { - "name": "F\u00f6rf\u00f6ljande", - "stations": { - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 5, - "policeHeli": 1 - }, - "credits": 3000, - "prisoners": { - "max": 1 - } - }, - "138": { - "name": "F\u00f6rsvunnen person", - "stations": { - "0": 6, - "2": 1, - "6": 4, - "13": 1 - }, - "vehicles": { - "police": 8, - "k9": 1, - "policeHeli": 1 - }, - "credits": 4500, - "patients": { - "max": 1, - "specialisation": "Inv\u00e4rtesmedicinare" - }, - "poi": 3 - }, - "139": { - "name": "Husrannsakan", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 2000, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 129 - } - }, - "140": { - "name": "Vapenlagen", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 4 - }, - "credits": 1500, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Allm\u00e4nkirurg" - }, - "special": { - "SWATPersonnel": 3 - } - }, - "141": { - "name": "Kontroll av fordon", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1000, - "expansions": { - "0": 47 - }, - "percentages": { - "k9": 20 - } - }, - "142": { - "name": "Ordningslagen, demonstration med tillst\u00e5nd", - "stations": { - "2": 2, - "6": 6, - "13": 1 - }, - "vehicles": { - "police": 4, - "k9": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "transport": 25, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 2 - }, - "expansions": { - "0": 132 - } - }, - "143": { - "name": "Ordningslagen, demonstration utan tillst\u00e5nd", - "stations": { - "2": 3, - "6": 7, - "13": 1 - }, - "vehicles": { - "police": 5, - "policeHeli": 1, - "k9": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 2, - "transport": 25, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 25 - }, - "special": { - "SWATPersonnel": 3 - } - }, - "144": { - "name": "\u00d6verl\u00e5telse", - "stations": { - "6": 6 - }, - "vehicles": { - "police": 2, - "k9": 1 - }, - "credits": 1500, - "prisoners": { - "max": 2 - }, - "percentages": { - "k9": 20 - } - }, - "145": { - "name": "\u00d6verfallslarm", - "stations": { - "6": 8, - "13": 1 - }, - "vehicles": { - "policeHeli": 1, - "police": 4 - }, - "credits": 1250, - "prisoners": { - "max": 3 - }, - "expansions": { - "0": 105 - } - }, - "146": { - "name": "Polis beskjuten", - "stations": { - "2": 1, - "6": 10, - "13": 1 - }, - "vehicles": { - "police": 8, - "policeHeli": 1, - "k9": 1 - }, - "credits": 4100, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatologi" - }, - "special": { - "SWATPersonnel": 6 - } - }, - "147": { - "name": "Statsbes\u00f6k", - "stations": { - "6": 15 - }, - "vehicles": { - "police": 6, - "policeHeli": 1, - "k9": 2 - }, - "credits": 4000, - "special": { - "SWATPersonnel": 8 - }, - "siwa": true, - "dauer": "30 minuter" - }, - "148": { - "name": "Grovt r\u00e5n", - "stations": { - "6": 9, - "13": 1 - }, - "vehicles": { - "police": 4, - "policeHeli": 1, - "k9": 1 - }, - "credits": 1250, - "prisoners": { - "max": 2 - }, - "special": { - "SWATPersonnel": 5 - } - }, - "149": { - "name": "F\u00f6rs\u00f6k till mord\/dr\u00e5p", - "stations": { - "2": 1, - "6": 9 - }, - "vehicles": { - "police": 2 - }, - "credits": 1000, - "patients": { - "max": 1, - "min": 1, - "transport": 100, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 1 - } - }, - "150": { - "name": "Bankr\u00e5n med gisslan", - "stations": { - "6": 9 - }, - "vehicles": { - "police": 12, - "k9": 1 - }, - "credits": 2000, - "poi": 31, - "prisoners": { - "max": 3 - }, - "special": { - "SWATPersonnel": 6 - } - }, - "151": { - "name": "Trafikolycka - mindre motorfordon, moped", - "stations": { - "0": 1, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 1, - "police": 1 - }, - "credits": 750, - "patients": { - "max": 2, - "min": 1, - "transport": 65, - "specialisation": "Traumatologi" - } - }, - "152": { - "name": "Hundbett", - "stations": { - "2": 3, - "6": 4 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 2, - "min": 1, - "transport": 100, - "specialisation": "Traumatologi" - }, - "prisoners": { - "max": 1 - } - }, - "153": { - "name": "H\u00e4stolycka", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 65, - "rth": 30, - "specialisation": "Traumatologi", - "poi": 20 - }, - "154": { - "name": "Upplopp - evenemang, arena", - "stations": { - "6": 15 - }, - "vehicles": { - "police": 1 - }, - "credits": 6000, - "patients": { - "max": 10, - "transport": 20, - "specialisation": "Traumatologi" - }, - "poi": 20, - "special": { - "averageMinimumEmployeesPolice": 24 - } - }, - "155": { - "name": "Narkotikabrott", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 2 - }, - "credits": 400, - "prisoners": { - "max": 1 - } - }, - "156": { - "name": "Trafikolycka - vilt", - "stations": { - "0": 4, - "2": 4, - "6": 2 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "police": 1 - }, - "credits": 1010, - "patients": { - "max": 4, - "min": 1, - "transport": 40, - "specialisation": "Traumatologi" - }, - "poi": 3 - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.tr_TR.json b/modules/lss-missionHelper/missions.tr_TR.json deleted file mode 100644 index c0f22160f..000000000 --- a/modules/lss-missionHelper/missions.tr_TR.json +++ /dev/null @@ -1,1489 +0,0 @@ -{ - "0": { - "name": "\u00c7\u00f6p kutusu yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "Konteyner yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "Araba yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "Motosiklet yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "\u00c7im yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "Oda yang\u0131n\u0131", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Genel Dahiliye" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "Bah\u00e7e kul\u00fcbesi yang\u0131n\u0131", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "Yaprak yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "\u00c7\u00f6p y\u0131\u011f\u0131n\u0131 yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "Saman balyas\u0131 yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "Trakt\u00f6r yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "Yang\u0131n alarm kutusu", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "Yola d\u00fc\u015fm\u00fc\u015f a\u011fa\u00e7", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "Kamyon yang\u0131n\u0131", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "K\u00fc\u00e7\u00fck tarla yang\u0131n\u0131", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "K\u00fc\u00e7\u00fck yaban yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "Karavan yang\u0131n\u0131", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "Posta kutusu yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "\u00c7al\u0131 y\u0131\u011f\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "Dorse yang\u0131n\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "Bodrum kat\u0131 yang\u0131n\u0131", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "Genel Dahiliye" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "Baca yang\u0131n\u0131", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "\u00c7at\u0131 yang\u0131n\u0131", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "Gres yang\u0131n\u0131", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "Otob\u00fcs dura\u011f\u0131 yang\u0131n\u0131", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "Trafik kazas\u0131", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "Travmatoloji" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "K\u00fc\u00e7\u00fck s\u00fcpermarket yang\u0131n\u0131", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Genel Dahiliye" - }, - "poi": 9 - }, - "27": { - "name": "Garaj yang\u0131n\u0131", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "Makine yang\u0131n\u0131", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "Yabanc\u0131 tanker s\u0131z\u0131nt\u0131s\u0131", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "mcv": 1, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "Gaz ka\u00e7a\u011f\u0131", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "\u015e\u00f6mine yang\u0131n\u0131", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "Bi\u00e7erd\u00f6ver yang\u0131n\u0131", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "K\u00fc\u00e7\u00fck s\u00fcpermarket yang\u0131n\u0131", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "Genel Dahiliye" - }, - "poi": 9 - }, - "34": { - "name": "Hastane yang\u0131n\u0131", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "Genel Dahiliye" - }, - "poi": 2 - }, - "35": { - "name": "Alkol zehirlenmesi", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Genel Dahiliye" - } - }, - "36": { - "name": "G\u00f6\u011f\u00fcs a\u011fr\u0131lar\u0131", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "Kardiyoloji" - }, - "37": { - "name": "Akut ast\u0131m", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "Genel Dahiliye" - }, - "38": { - "name": "Fel\u00e7", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "N\u00f6roloji" - }, - "39": { - "name": "Y\u00fcksek ate\u015f", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Genel Dahiliye" - }, - "40": { - "name": "Y\u00fcksekten d\u00fc\u015fme", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Travmatoloji" - }, - "41": { - "name": "Oto tamirhanesi yang\u0131n\u0131", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Genel Dahiliye" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "Y\u00fcksekten d\u00fc\u015fme", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Travmatoloji" - }, - "43": { - "name": "Y\u00fcksekten d\u00fc\u015fme", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "Travmatoloji" - }, - "44": { - "name": "Ma\u011faza h\u0131rs\u0131zl\u0131\u011f\u0131", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "Ma\u011faza h\u0131rs\u0131zl\u0131\u011f\u0131", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "Park halindeki araba kazas\u0131", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "Park halindeki araba kazas\u0131", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "Metal h\u0131rs\u0131zl\u0131\u011f\u0131", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "Yankesicilik", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "Ka\u00e7ak yolcu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "Ka\u00e7ak yolcu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "Ka\u00e7ak yolcu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "Ka\u00e7ak yolcu", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "Park halindeki araba kazas\u0131", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "Arbede", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Travmatoloji" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "G\u00f6sterici", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "\u0130zinsiz g\u00f6steri", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "Mutfak yang\u0131n\u0131", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "Hayvan kurtarma", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "Spor salonu yang\u0131n\u0131", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "Genel Dahiliye" - }, - "poi": 12 - }, - "61": { - "name": "K\u00fc\u00e7\u00fck U\u00e7ak Kazas\u0131 (Hava Meydan\u0131)", - "stations": { - "0": 4, - "2": 2 - }, - "vehicles": { - "truck": 1, - "arff": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Travmatoloji" - }, - "poi": 28 - }, - "62": { - "name": "G\u00fcr\u00fclt\u00fc \u015fikayeti", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "Ge\u00e7ici \u0130skemik Atak", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Beyin Cerrahisi" - }, - "64": { - "name": "Otob\u00fcs kazas\u0131", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "Genel Dahiliye" - } - }, - "65": { - "name": "Mutfak yang\u0131n\u0131", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "Oda yang\u0131n\u0131", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "Genel Dahiliye" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "Arbede", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "Travmatoloji" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "B\u00fcy\u00fck s\u00fcpermarket yang\u0131n\u0131", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Genel Dahiliye" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "Yabanc\u0131 tanker s\u0131z\u0131nt\u0131s\u0131", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "B\u00fcy\u00fck s\u00fcpermarket yang\u0131n\u0131", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "Genel Dahiliye" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "Burun kanamas\u0131", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "Genel Cerrah" - }, - "72": { - "name": "K\u00fc\u00e7\u00fck U\u00e7ak Kazas\u0131", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "Travmatoloji" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "B\u00fcy\u00fck otob\u00fcs kazas\u0131", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "Genel Cerrah" - } - }, - "74": { - "name": "B\u00fcy\u00fck yang\u0131n", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "Ara\u00e7 devrilmesi", - "stations": { - "0": 4, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "heavyRescue": 1, - "police": 2 - }, - "credits": 3000, - "patients": { - "max": 4, - "min": 1, - "transport": 100, - "specialisation": "Travmatoloji" - } - }, - "76": { - "name": "Silahl\u0131 soygun", - "stations": { - "6": 7 - }, - "vehicles": { - "police": 5 - }, - "credits": 1300, - "patients": { - "max": 1, - "specialisation": "Genel Dahiliye" - }, - "poi": 9, - "prisoners": { - "max": 2 - } - }, - "77": { - "name": "Motosiklet Kazas\u0131", - "stations": { - "0": 3, - "2": 1, - "6": 1 - }, - "vehicles": { - "truck": 3, - "bchief": 1, - "police": 1 - }, - "credits": 2300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Genel Dahiliye" - } - }, - "78": { - "name": "Bo\u011fucu", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "Genel Dahiliye" - }, - "79": { - "name": "Kafeterya Yang\u0131n\u0131", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "Genel Dahiliye" - }, - "poi": 12 - }, - "80": { - "name": "S\u0131k\u0131\u015fm\u0131\u015f da\u011fc\u0131", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "Genel Dahiliye" - }, - "percentages": { - "platform": 50 - } - }, - "81": { - "name": "G\u00f6revliye tehdit", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "Genel Dahiliye" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "82": { - "name": "Ambarda yang\u0131n", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 32 - }, - "83": { - "name": "Y\u00fcksek gerilim hatt\u0131 dire\u011finde yaral\u0131 \u015fah\u0131s", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "Genel Cerrah" - } - }, - "84": { - "name": "Saman y\u0131\u011f\u0131n\u0131 yan\u0131yor", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "85": { - "name": "Konut bask\u0131n\u0131", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "86": { - "name": "Paskalya yumurtas\u0131 h\u0131rs\u0131z\u0131", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "87": { - "name": "At\u00f6lyeden f\u0131r\u00e7a \u00e7al\u0131nd\u0131", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "88": { - "name": "Tav\u015fan evi y\u0131k\u0131lm\u0131\u015f", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "89": { - "name": "Paskalya tav\u015fan\u0131 vuruldu", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "Travmatoloji" - } - }, - "90": { - "name": "Paskalya sepeti yaniyor", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "91": { - "name": "\u00c7ikolata Tankeri devrildi", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "92": { - "name": "Yumurta kazan\u0131 yan\u0131yor", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "93": { - "name": "Paskalya yumurtas\u0131 kasabas\u0131nda tav\u015fan toplant\u0131s\u0131", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 saat" - }, - "94": { - "name": "Paskalya yumurtas\u0131 kamyonu devrildi", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "Travmatoloji" - } - }, - "95": { - "name": "\u00d6ncelikli g\u00f6rev: Paskalya yumurtas\u0131 av\u0131", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "96": { - "name": "Paskalya tav\u015fan\u0131 \u00fczerine vin\u00e7 d\u00fc\u015ft\u00fc", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "97": { - "name": "Y\u00fck treni raydan \u00e7\u0131kt\u0131", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Travmatoloji" - }, - "poi": 24 - }, - "98": { - "name": "Y\u00fck treni raydan \u00e7\u0131kt\u0131", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Travmatoloji" - }, - "poi": 6 - }, - "99": { - "name": "Y\u00fck treni raydan \u00e7\u0131kt\u0131", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "Travmatoloji" - }, - "poi": 7 - }, - "100": { - "name": "Kaz\u0131 \u00e7al\u0131\u015fmas\u0131 s\u0131ras\u0131nda g\u00f6\u00e7\u00fck", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "Genel Cerrah" - } - }, - "101": { - "name": "Anafilaksi", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Genel Dahiliye" - }, - "102": { - "name": "Yaral\u0131 ko\u015fucu", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "Genel Dahiliye" - }, - "103": { - "name": "Kay\u0131p \u00c7ocuk araniyor", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "Genel Dahiliye" - } - }, - "104": { - "name": "\u00c7\u00f6pl\u00fck yaniyor", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.uk_UA.json b/modules/lss-missionHelper/missions.uk_UA.json deleted file mode 100644 index f57abff00..000000000 --- a/modules/lss-missionHelper/missions.uk_UA.json +++ /dev/null @@ -1,1403 +0,0 @@ -{ - "0": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443\u0440\u043d\u0438", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110, - "poi": 4 - }, - "1": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 170 - }, - "2": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0438\u0439 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 370, - "expansions": { - "0": 27, - "1": 16, - "2": 19 - } - }, - "3": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0438\u0439 \u043c\u043e\u0442\u043e\u0446\u0438\u043a\u043b", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340, - "expansions": { - "0": 27 - } - }, - "4": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0430 \u0442\u0440\u0430\u0432\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 200, - "expansions": { - "0": 14 - } - }, - "5": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043f\u0440\u0438\u043c\u0456\u0449\u0435\u043d\u043d\u0456", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "percentages": { - "platform": 30 - } - }, - "6": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0430\u0440\u0430\u0457", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 600 - }, - "7": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0435 \u043b\u0438\u0441\u0442\u044f", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 210, - "expansions": { - "0": 14 - } - }, - "8": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0441\u043c\u0456\u0442\u0442\u044f", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 220, - "expansions": { - "0": 20, - "1": 22, - "2": 6 - } - }, - "9": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0442\u044e\u043a\u0430 \u0441\u043e\u043b\u043e\u043c\u0438", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 250, - "expansions": { - "0": 14, - "1": 6 - } - }, - "10": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0442\u0440\u0430\u043a\u0442\u043e\u0440\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 600 - }, - "11": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u0430 \u0431\u0443\u0434\u043a\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 240 - }, - "12": { - "name": "\u0414\u0435\u0440\u0435\u0432\u043e \u043d\u0430 \u0434\u043e\u0440\u043e\u0437\u0456", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 310, - "expansions": { - "0": 25 - } - }, - "13": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0430 \u0432\u0430\u043d\u0442\u0430\u0436\u0456\u0432\u043a\u0430", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 980 - }, - "14": { - "name": "\u041d\u0435\u0432\u0435\u043b\u0438\u043a\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043d\u0430 \u043f\u043e\u043b\u0456", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000, - "expansions": { - "0": 15 - } - }, - "15": { - "name": "\u041d\u0435\u0432\u0435\u043b\u0438\u043a\u0430 \u043b\u0456\u0441\u043e\u0432\u0430 \u043f\u043e\u0436\u0435\u0436\u0430", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1010, - "poi": 3 - }, - "16": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0430\u0432\u0442\u043e\u0434\u043e\u043c\u0456", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1100 - }, - "17": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043f\u043e\u0448\u0442\u043e\u0432\u043e\u0457 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0438", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 340 - }, - "18": { - "name": "\u041a\u0443\u043f\u0430 \u0445\u043c\u0438\u0437\u0443", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 700 - }, - "19": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0438\u0439 \u043f\u0440\u0438\u0447\u0435\u043f", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 650 - }, - "20": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043f\u0456\u0434\u0432\u0430\u043b\u0456", - "stations": { - "0": 3 - }, - "vehicles": { - "bchief": 1, - "truck": 3 - }, - "credits": 2500, - "patients": { - "max": 2, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "percentages": { - "bchief": 90 - } - }, - "21": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0434\u0438\u043c\u043e\u0445\u043e\u0434\u0456", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "truck": 1 - }, - "credits": 2400, - "expansions": { - "0": 22 - }, - "percentages": { - "platform": 100 - } - }, - "22": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043d\u0430 \u0434\u0430\u0445\u0443", - "stations": { - "0": 3 - }, - "vehicles": { - "platform": 1, - "truck": 3, - "bchief": 1 - }, - "credits": 2700, - "percentages": { - "platform": 100, - "bchief": 50 - } - }, - "23": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0436\u0438\u0440\u0443", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1200 - }, - "24": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0430 \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430 \u0437\u0443\u043f\u0438\u043d\u043a\u0430", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 900, - "poi": 4 - }, - "25": { - "name": "\u0414\u0422\u041f", - "stations": { - "0": 3 - }, - "vehicles": { - "truck": 1 - }, - "credits": 1000, - "patients": { - "max": 1, - "transport": 40, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "expansions": { - "0": 24, - "1": 2, - "2": 29 - } - }, - "26": { - "name": "\u041c\u0430\u043b\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0456", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "poi": 9 - }, - "27": { - "name": "\u041f\u043e\u0436\u0435\u0436\u0430 \u0443 \u0433\u0430\u0440\u0430\u0436\u0456", - "stations": { - "0": 4 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1400 - }, - "28": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0438\u0439 \u043c\u0435\u0445\u0430\u043d\u0456\u0437\u043c", - "stations": { - "0": 5 - }, - "vehicles": { - "truck": 3, - "heavyRescue": 1, - "bchief": 1, - "tanker": 1 - }, - "credits": 2470, - "percentages": { - "tanker": 30 - } - }, - "29": { - "name": "\u0412\u0438\u043b\u0438\u0432 \u0437 \u043d\u0435\u0432\u0456\u0434\u043e\u043c\u043e\u0457 \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u0438", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 2 - }, - "credits": 5300 - }, - "30": { - "name": "\u0412\u0438\u0442\u0456\u043a \u0433\u0430\u0437\u0443", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 400 - }, - "31": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043a\u0430\u043c\u0456\u043d\u0456", - "stations": { - "0": 6 - }, - "vehicles": { - "bchief": 1, - "platform": 1, - "truck": 1 - }, - "credits": 1310 - }, - "32": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043a\u043e\u043c\u0431\u0430\u0439\u043d\u0443", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1200 - }, - "33": { - "name": "\u041c\u0430\u043b\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0456", - "stations": { - "0": 5, - "2": 1 - }, - "vehicles": { - "truck": 4, - "bchief": 1 - }, - "credits": 1500, - "patients": { - "max": 2, - "transport": 30, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "poi": 9 - }, - "34": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043b\u0456\u043a\u0430\u0440\u043d\u0456", - "stations": { - "0": 10, - "2": 6 - }, - "vehicles": { - "truck": 10, - "bchief": 2, - "heavyRescue": 2, - "tanker": 1, - "platform": 3 - }, - "credits": 6000, - "patients": { - "max": 25, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "poi": 2 - }, - "35": { - "name": "\u0410\u043b\u043a\u043e\u0433\u043e\u043b\u044c\u043d\u0435 \u043e\u0442\u0440\u0443\u0454\u043d\u043d\u044f", - "stations": { - "2": 1, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "patients": { - "max": 1, - "min": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - } - }, - "36": { - "name": "\u0411\u0456\u043b\u044c \u0443 \u0433\u0440\u0443\u0434\u044f\u0445", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 100, - "specialisation": "\u041a\u0430\u0440\u0434\u0456\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "37": { - "name": "\u0413\u043e\u0441\u0442\u0440\u0438\u0439 \u043d\u0430\u043f\u0430\u0434 \u0430\u0441\u0442\u043c\u0438", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "38": { - "name": "\u041f\u0440\u0438\u043f\u0430\u0434\u043e\u043a", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 50, - "specialisation": "\u041d\u0435\u0432\u0440\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "39": { - "name": "\u0416\u0430\u0440", - "stations": { - "2": 3 - }, - "onlyRd": true, - "transport": 90, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "40": { - "name": "\u041f\u0430\u0434\u0456\u043d\u043d\u044f \u043b\u044e\u0434\u0438\u043d\u0438", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "41": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0439\u0441\u0442\u0435\u0440\u043d\u0456", - "stations": { - "0": 14, - "2": 2, - "6": 2 - }, - "vehicles": { - "truck": 8, - "bchief": 2, - "platform": 2, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1, - "police": 2 - }, - "credits": 6000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "poi": 15, - "percentages": { - "tanker": 40 - } - }, - "42": { - "name": "\u041f\u0430\u0434\u0456\u043d\u043d\u044f \u043b\u044e\u0434\u0438\u043d\u0438", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "43": { - "name": "\u041f\u0430\u0434\u0456\u043d\u043d\u044f \u043b\u044e\u0434\u0438\u043d\u0438", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 30, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "44": { - "name": "\u041a\u0440\u0430\u0434\u0456\u0436\u043a\u0430 \u0443 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0456", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 9, - "prisoners": { - "max": 1 - } - }, - "45": { - "name": "\u041a\u0440\u0430\u0434\u0456\u0436\u043a\u0430 \u0443 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0456", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "poi": 10, - "prisoners": { - "max": 1 - } - }, - "46": { - "name": "\u0414\u0422\u041f \u0456\u0437 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0435\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 9 - }, - "47": { - "name": "\u0414\u0422\u041f \u0456\u0437 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0435\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 10 - }, - "48": { - "name": "\u041a\u0440\u0430\u0434\u0456\u0436\u043a\u0430 \u043c\u0435\u0442\u0430\u043b\u0443 \u0437\u0456 \u0437\u043b\u0430\u043c\u043e\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 8, - "prisoners": { - "max": 1 - } - }, - "49": { - "name": "\u041a\u0438\u0448\u0435\u043d\u044c\u043a\u043e\u0432\u0430 \u043a\u0440\u0430\u0434\u0456\u0436\u043a\u0430", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 0, - "prisoners": { - "max": 1 - } - }, - "50": { - "name": "\u0411\u0435\u0437\u0431\u0456\u043b\u0435\u0442\u043d\u0438\u043a", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 4 - }, - "51": { - "name": "\u0411\u0435\u0437\u0431\u0456\u043b\u0435\u0442\u043d\u0438\u043a", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 5 - }, - "52": { - "name": "\u0411\u0435\u0437\u0431\u0456\u043b\u0435\u0442\u043d\u0438\u043a", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 6 - }, - "53": { - "name": "\u0411\u0435\u0437\u0431\u0456\u043b\u0435\u0442\u043d\u0438\u043a", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 7 - }, - "54": { - "name": "\u0414\u0422\u041f \u0456\u0437 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0435\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 120, - "poi": 14 - }, - "55": { - "name": "\u0411\u0456\u0439\u043a\u0430", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "prisoners": { - "max": 2 - } - }, - "56": { - "name": "\u0423\u0447\u0430\u0441\u043d\u0438\u043a \u0437\u0430\u0432\u043e\u0440\u0443\u0448\u0435\u043d\u044c", - "stations": { - "6": 2 - }, - "vehicles": { - "police": 2 - }, - "credits": 500, - "prisoners": { - "max": 1 - }, - "expansions": { - "0": 55 - } - }, - "57": { - "name": "\u041d\u0435\u043e\u0433\u043e\u043b\u043e\u0448\u0435\u043d\u0430 \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0456\u044f", - "vehicles": { - "police": 7 - }, - "credits": 10020 - }, - "58": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043d\u0430 \u043a\u0443\u0445\u043d\u0456", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "59": { - "name": "\u041f\u043e\u0440\u044f\u0442\u0443\u043d\u043e\u043a \u0442\u0432\u0430\u0440\u0438\u043d\u0438", - "stations": { - "0": 6 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1 - }, - "credits": 900, - "poi": 21 - }, - "60": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u043f\u043e\u0440\u0442\u0437\u0430\u043b\u0456", - "stations": { - "0": 9, - "2": 2 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1 - }, - "credits": 2000, - "patients": { - "max": 4, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "poi": 12 - }, - "62": { - "name": "\u0421\u043a\u0430\u0440\u0433\u0438 \u043d\u0430 \u0448\u0443\u043c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 400 - }, - "63": { - "name": "\u0422\u0440\u0430\u043d\u0437\u0438\u0442\u043e\u0440\u043d\u0430 \u0456\u0448\u0435\u043c\u0456\u0447\u043d\u0430 \u0430\u0442\u0430\u043a\u0430", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\u041d\u0435\u0439\u0440\u043e\u0445\u0456\u0440\u0443\u0440\u0433\u0456\u044f" - }, - "64": { - "name": "\u0414\u0422\u041f \u0437\u0430 \u0443\u0447\u0430\u0441\u0442\u044e \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u0430", - "stations": { - "0": 3, - "2": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1 - }, - "credits": 1000, - "patients": { - "max": 12, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - } - }, - "65": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043d\u0430 \u043a\u0443\u0445\u043d\u0456", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 1000 - }, - "66": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043f\u0440\u0438\u043c\u0456\u0449\u0435\u043d\u043d\u0456", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2, - "platform": 1 - }, - "credits": 1400, - "patients": { - "max": 1, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "percentages": { - "platform": 30 - } - }, - "67": { - "name": "\u0411\u0456\u0439\u043a\u0430", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 3, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "prisoners": { - "max": 2 - } - }, - "68": { - "name": "\u0412\u0435\u043b\u0438\u043a\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0456", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "69": { - "name": "\u0412\u0438\u043b\u0438\u0432 \u0437 \u043d\u0435\u0432\u0456\u0434\u043e\u043c\u043e\u0457 \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u0438", - "stations": { - "0": 13, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 4300 - }, - "70": { - "name": "\u0412\u0435\u043b\u0438\u043a\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0456", - "stations": { - "0": 8, - "2": 3, - "6": 2 - }, - "vehicles": { - "truck": 6, - "bchief": 2, - "platform": 1, - "heavyRescue": 1, - "tanker": 1, - "police": 1 - }, - "credits": 3000, - "patients": { - "max": 6, - "transport": 30, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "poi": 10, - "percentages": { - "tanker": 20 - } - }, - "71": { - "name": "\u041a\u0440\u043e\u0432\u043e\u0442\u0435\u0447\u0430 \u0437 \u043d\u043e\u0441\u0443", - "stations": { - "2": 1 - }, - "onlyRd": true, - "specialisation": "\u0425\u0456\u0440\u0443\u0440\u0433 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "72": { - "name": "\u041a\u0430\u0442\u0430\u0441\u0442\u0440\u043e\u0444\u0430 \u043b\u0435\u0433\u043a\u043e\u043c\u043e\u0442\u043e\u0440\u043d\u043e\u0433\u043e \u043b\u0456\u0442\u0430\u043a\u0430", - "stations": { - "0": 13, - "2": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "heavyRescue": 1, - "tanker": 1, - "hazmat": 1 - }, - "credits": 4000, - "patients": { - "max": 4, - "transport": 60, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "percentages": { - "hazmat": 50 - } - }, - "73": { - "name": "\u0421\u0435\u0440\u0439\u043e\u0437\u043d\u0430 \u0414\u0422\u041f \u0437\u0430 \u0443\u0447\u0430\u0441\u0442\u044e \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u0430", - "stations": { - "0": 5, - "2": 8, - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 1, - "platform": 1, - "heavyRescue": 2, - "police": 2 - }, - "credits": 2000, - "patients": { - "max": 12, - "transport": 80, - "specialisation": "\u0425\u0456\u0440\u0443\u0440\u0433 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - } - }, - "74": { - "name": "\u0412\u0435\u043b\u0438\u043a\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f", - "vehicles": { - "truck": 10, - "bchief": 3, - "platform": 2, - "tanker": 2, - "heavyRescue": 2 - }, - "credits": 10210 - }, - "75": { - "name": "\u041a\u0430\u0432'\u044f\u0440\u043d\u044f \u0443 \u0432\u043e\u0433\u043d\u0456", - "stations": { - "0": 6, - "2": 2 - }, - "vehicles": { - "truck": 3, - "bchief": 1 - }, - "credits": 1300, - "patients": { - "max": 2, - "transport": 50, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "poi": 12 - }, - "76": { - "name": "\u0417\u0430\u0441\u0442\u0440\u044f\u0433\u043b\u0438\u0439 \u0430\u043b\u044c\u043f\u0456\u043d\u0456\u0441\u0442", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "heavyRescue": 1, - "platform": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "percentages": { - "platform": 50 - } - }, - "77": { - "name": "\u041d\u0430\u0441\u0438\u043b\u044c\u0441\u0442\u0432\u043e \u0441\u043b\u0443\u0436\u0431\u043e\u0432\u0456\u0439 \u043e\u0441\u043e\u0431\u0456", - "stations": { - "2": 1, - "6": 4 - }, - "vehicles": { - "police": 2 - }, - "credits": 750, - "patients": { - "max": 1, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "poi": 46, - "prisoners": { - "max": 2 - } - }, - "78": { - "name": "\u0421\u043f\u0430\u043b\u0430\u0445 \u0441\u0438\u043b\u043e\u0441\u0430", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 8, - "platform": 1, - "heavyRescue": 1, - "bchief": 2 - }, - "credits": 3000, - "poi": 53 - }, - "79": { - "name": "\u041f\u043e\u0441\u0442\u0440\u0430\u0436\u0434\u0430\u043b\u0438\u0439 \u043d\u0430 \u043b\u0456\u043d\u0456\u0457 \u0432\u0438\u0441\u043e\u043a\u043e\u0432\u043e\u043b\u044c\u0442\u043d\u0438\u0445 \u043f\u0435\u0440\u0435\u0434\u0430\u0447", - "stations": { - "0": 4, - "2": 1 - }, - "vehicles": { - "truck": 1, - "platform": 1, - "heavyRescue": 1 - }, - "credits": 650, - "patients": { - "max": 1, - "min": 1, - "transport": 60, - "specialisation": "\u0425\u0456\u0440\u0443\u0440\u0433 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - } - }, - "80": { - "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0442\u044e\u043a\u0430 \u0441\u043e\u043b\u043e\u043c\u0438", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "tanker": 1 - }, - "credits": 1500, - "poi": 21 - }, - "81": { - "name": "\u0420\u0435\u0439\u0434 \u043f\u043e\u043b\u0456\u0446\u0456\u0457 \u043d\u0430 \u0436\u0438\u0442\u043b\u043e\u0432\u0438\u0439 \u0440\u0430\u0439\u043e\u043d", - "stations": { - "6": 4 - }, - "vehicles": { - "police": 4 - }, - "credits": 750, - "prisoners": { - "max": 3 - } - }, - "82": { - "name": "\u041a\u0440\u0430\u0434\u0456\u0436\u043a\u0430 \u043f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u0438\u0445 \u044f\u0454\u0446\u044c", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 100, - "prisoners": { - "max": 1 - } - }, - "83": { - "name": "\u041a\u0440\u0430\u0434\u0456\u0436\u043a\u0430 \u043f\u0435\u043d\u0437\u043b\u0456\u0432 \u0437 \u041c\u0430\u0439\u0441\u0442\u0435\u0440\u043d\u0456", - "stations": { - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 150, - "poi": 12, - "prisoners": { - "max": 1 - } - }, - "84": { - "name": "\u041e\u0431\u0432\u0430\u043b \u041a\u0440\u043e\u043b\u044f\u0447\u043e\u0457 \u043d\u043e\u0440\u0438", - "stations": { - "6": 2 - }, - "vehicles": { - "truck": 4, - "bchief": 2, - "heavyRescue": 1, - "police": 2 - }, - "credits": 1500 - }, - "85": { - "name": "\u0425\u0442\u043e \u0437\u0431\u0438\u0432 \u041f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043a\u0440\u043e\u043b\u0438\u043a\u0430", - "stations": { - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1 - }, - "credits": 300, - "patients": { - "max": 1, - "min": 1, - "transport": 38, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - } - }, - "86": { - "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0438\u0439 \u041f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u0438\u0439 \u043a\u043e\u0448\u0438\u043a", - "stations": { - "0": 1 - }, - "vehicles": { - "truck": 1 - }, - "credits": 110 - }, - "87": { - "name": "\u041f\u0440\u043e\u0442\u0456\u043a\u0430\u043d\u043d\u044f \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u0438 \u0437 \u0448\u043e\u043a\u043e\u043b\u0430\u0434\u043e\u043c", - "stations": { - "0": 10, - "6": 2 - }, - "vehicles": { - "truck": 4, - "heavyRescue": 2, - "bchief": 2, - "police": 3, - "hazmat": 1 - }, - "credits": 5000 - }, - "88": { - "name": "\u0417\u0430\u0433\u043e\u0440\u044f\u043d\u043d\u044f \u043f\u0440\u0438 \u0432\u0430\u0440\u0446\u0456 \u044f\u0454\u0446\u044c", - "stations": { - "0": 2 - }, - "vehicles": { - "truck": 2 - }, - "credits": 800 - }, - "89": { - "name": "\u0417\u0456\u0431\u0440\u0430\u043d\u043d\u044f \u0437\u0430\u0439\u0446\u0456\u0432 \u0432 \u043c\u0456\u0441\u0442\u0435\u0447\u043a\u0443 \u041f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u0438\u0445 \u044f\u0454\u0446\u044c", - "stations": { - "0": 2, - "2": 4, - "6": 7 - }, - "vehicles": { - "police": 8, - "ambulance": 4, - "truck": 2 - }, - "credits": 7000, - "poi": 20, - "siwa": true, - "dauer": "2 \u0433\u043e\u0434\u0438\u043d\u0438" - }, - "90": { - "name": "\u041f\u0435\u0440\u0435\u043a\u0438\u0434\u0430\u043d\u043d\u044f \u0432\u0430\u043d\u0442\u0430\u0436\u0456\u0432\u043a\u0438 \u0437 \u043f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u0438\u043c\u0438 \u044f\u0439\u0446\u044f\u043c\u0438", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 2, - "heavyRescue": 1, - "bchief": 1 - }, - "credits": 2200, - "patients": { - "max": 2, - "min": 1, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - } - }, - "91": { - "name": "\u041f\u0440\u0456\u043e\u0440\u0456\u0442\u0435\u0442\u043d\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f: \u041f\u043e\u043b\u044e\u0432\u0430\u043d\u043d\u044f \u043d\u0430 \u041f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u0456 \u044f\u0439\u0446\u044f", - "stations": { - "6": 3 - }, - "vehicles": { - "police": 6 - }, - "credits": 1000 - }, - "92": { - "name": "\u041f\u0430\u0441\u0445\u0430\u043b\u044c\u043d\u0438\u0439 \u043a\u0440\u043e\u043b\u0438\u043a \u043d\u0430 \u043f\u0456\u0434\u0439\u043e\u043c\u043d\u043e\u043c\u0443 \u043a\u0440\u0430\u043d\u0456", - "stations": { - "0": 12, - "6": 1 - }, - "vehicles": { - "platform": 1, - "bchief": 1, - "police": 1, - "truck": 1 - }, - "credits": 2000 - }, - "93": { - "name": "\u0421\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0442\u044f\u0433\u0430 \u0437 \u0440\u0435\u0439\u043e\u043a", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "poi": 24 - }, - "94": { - "name": "\u0421\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0442\u044f\u0433\u0430 \u0437 \u0440\u0435\u0439\u043e\u043a", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "poi": 6 - }, - "95": { - "name": "\u0421\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0442\u044f\u0433\u0430 \u0437 \u0440\u0435\u0439\u043e\u043a", - "stations": { - "0": 15, - "2": 3, - "6": 3 - }, - "vehicles": { - "truck": 10, - "platform": 4, - "bchief": 2, - "heavyRescue": 4, - "hazmat": 2, - "police": 2 - }, - "credits": 10000, - "patients": { - "max": 4, - "transport": 100, - "specialisation": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" - }, - "poi": 7 - }, - "96": { - "name": "\u041f\u043e\u0440\u044f\u0442\u0443\u043d\u043e\u043a \u0456\u0437 \u0442\u0440\u0430\u043d\u0448\u0435\u0457", - "stations": { - "0": 5, - "2": 3, - "6": 1 - }, - "vehicles": { - "police": 1, - "truck": 3, - "bchief": 1, - "heavyRescue": 2 - }, - "credits": 2500, - "patients": { - "max": 4, - "min": 2, - "specialisation": "\u0425\u0456\u0440\u0443\u0440\u0433 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - } - }, - "97": { - "name": "\u0410\u043d\u0430\u0444\u0456\u043b\u0430\u043a\u0442\u0438\u0447\u043d\u0438\u0439 \u0448\u043e\u043a", - "stations": { - "2": 2 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "98": { - "name": "\u0422\u0440\u0430\u0432\u043c\u043e\u0432\u0430\u043d\u0438\u0439 \u0431\u0456\u0433\u0443\u043d", - "stations": { - "2": 1 - }, - "onlyRd": true, - "transport": 70, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - }, - "99": { - "name": "\u0417\u043d\u0438\u043a\u043d\u0435\u043d\u043d\u044f \u0434\u0438\u0442\u0438\u043d\u0438", - "stations": { - "2": 1, - "6": 2 - }, - "vehicles": { - "police": 3 - }, - "credits": 700, - "patients": { - "max": 1, - "transport": 75, - "specialisation": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" - } - }, - "100": { - "name": "\u041f\u043e\u0436\u0435\u0436\u0430 \u043d\u0430 \u0437\u0432\u0430\u043b\u0438\u0449\u0456", - "stations": { - "0": 8 - }, - "vehicles": { - "truck": 5, - "bchief": 1, - "platform": 1, - "tanker": 1 - }, - "credits": 3500, - "poi": 51, - "percentages": { - "tanker": 30 - } - } -} \ No newline at end of file From 49cb82fb2c0b662953f77dfd054b00efbc838bab Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 17:28:49 +0200 Subject: [PATCH 57/59] :ambulance: [MissionHElper] AHH --- .../lss-missionHelper/missionHelper.user.js | 4284 +++++++++++++++++ 1 file changed, 4284 insertions(+) create mode 100644 modules/lss-missionHelper/missionHelper.user.js diff --git a/modules/lss-missionHelper/missionHelper.user.js b/modules/lss-missionHelper/missionHelper.user.js new file mode 100644 index 000000000..f081b5e85 --- /dev/null +++ b/modules/lss-missionHelper/missionHelper.user.js @@ -0,0 +1,4284 @@ +/* global lssm, $, I18n */ + +const LSSM_MH_PREFIX = `missionhelper`; +const lssm_missionhelper_adjustPosition = () => { + let missionhelper = document.querySelector(`#${LSSM_MH_PREFIX}`); + missionhelper.style.left = `${document.querySelector( + '#iframe-inside-container' + ).clientWidth * + 0.97 - + missionhelper.clientWidth}px`; +}; + +(I18n => { + I18n.translations.de_DE.lssm.missionhelper = { + diy_mission: + 'Dieser Einsatz scheint ein selbst erstellter Verbandsgroßeinsatz zu sein.', + guard_mission: 'Sicherheitswache', + vge: 'VerbandsGroßEinsatz', + patients: 'Patienten', + prisoners: 'Gefangene', + water: 'Wasserbedarf', + to: 'bis zu', + exp: 'Ausbreitungen', + fwm: 'Folgeeinsätze', + averageMinimumEmployeesFire: + 'Durchschnittlich mindestens benötigte Feuerwehrleute', + averageMinimumEmployeesPolice: + 'Durchschnittlich mindestens benötigte Polizisten/Polizistinnen', + ambulance_only: 'Dieser Einsatz ist ein reiner Rettungsdienst-Einsatz!', + title: 'Einsatzhelfer', + settings: { + name: { + label: 'Name', + description: 'Zeigt den Namen des Einsatzes im Helfer an.', + }, + id: { + label: 'ID', + description: 'Zeigt die ID des Einsatzes im Helfer an.', + }, + type: { + label: 'TYP-ID', + description: 'Zeigt die ID des Einsatz-Typs im Helfer an.', + }, + poi: { + label: 'POI', + description: + 'Zeigt im Helfer an, an welchem POI der Einsatz ist.', + }, + live_patients: { + label: 'Zahl der Patienten', + description: + 'Zeigt live an, wie viele Patienten der Einsatz aktuell hat.', + }, + water: { + label: 'Wasserbedarf', + description: 'Zeigt die insgesamt benötigte Wassermenge an.', + }, + vehicles: { + label: 'Fahrzeuge', + description: 'Zeigt die benötigten Fahrzeuge an.', + }, + hide_elw1: { + label: 'ELW 1 einfach werten', + description: + 'Zieht die Zahl der benötigten ELW 2 von den ELW 1 ab und blendet ELW 1 aus, falls die Anzahl unter 0 sinkt.', + }, + hide_rw: { + label: 'Rüstwagen einfach werten', + description: + 'Zieht die Zahl der benötigten LF von den RW ab und blendet RW aus, falls die Anzahl unter 0 sinkt. Diese Funktion ist für Leute gedacht, die ein reines HLF-System fahren.', + }, + patients: { + label: 'Patienteninformationen', + description: + 'Zeigt Informationen über (potentielle) Patienten.', + }, + prisoners: { + label: 'Gefangeneninformationen', + description: 'Zeigt Informationen über (potentielle) Gefangene', + }, + special: { + label: 'Sonstige Informationen', + description: + 'Zeigt Spezielle Informationen, wie z.B. das durchschnittlich mindestens benötige Personal, an.', + }, + expansions: { + label: 'Ausbreitungen', + description: + 'Zeigt, zu was sich der Einsatz ausbreiten kann. (Zeigt nur einfache Ausbreitung)', + }, + followup: { + label: 'Folgeeinsätze', + description: + 'Zeigt, was der Einsatz für Folgeinsätze generieren kann', + }, + show_100: { + label: 'Zeige 100% Wahrscheinlichkeit', + description: + 'Zeigt die Wahrscheinlichkeit für ein Fahrzeug auch an, wenn diese 100% beträgt.', + }, + credits: { + label: 'Durchschnittlicher Verdienst', + description: + 'Zeigt den durchschnittlichen Verdienst, den man für diesen Einsatz bekommt an.', + }, + show_siwa: { + label: 'Anforderungen von Sicherheitswachen', + description: + 'Zeigt die Anforderungen bei Sicherheitswachen auch im Helfer an.', + }, + mission_time: { + label: 'Generierungszeit', + description: 'Zeigt die Zeit der Generierung des Einsatzes an.', + }, + }, + transport: 'Transport', + tragehilfe: 'Tragehilfe', + requirements: { + firetrucks: 'Löschfahrzeuge', + platform_trucks: 'Drehleitern', + heavy_rescue_vehicles: 'Rüstwagen', + battalion_chief_vehicles: 'ELW 1', + mobile_command_vehicles: 'ELW 2', + mobile_air_vehicles: 'GW-Atemschutz', + gwoil: 'GW-Öl', + gwmess: 'GW-Messtechnik', + hazmat_vehicles: 'GW-Gefahrgut', + water_tankers: 'Schlauchwagen', + hazmat_dekon: 'Dekon-P', + fwk: 'Feuerwehrkran', + height_rescue_units: 'GW-Höhenrettung', + police_cars: 'Funkstreifenwagen', + boats: 'Boot', + lebefkw: 'Leichter Befehlskraftwagen', + fukw: 'Führungskraftwagen', + grukw: 'Gruppenkraftwagen', + gefkw: 'Gefangenenkraftwagen', + wasserwerfer: 'Wasserwerfer', + nef: 'NEF', + helicopter: 'RTH', + lna: 'KdoW-LNA', + orgl: 'KdoW-OrgL', + ambulances: 'RTW', + ktw: 'KTW oder RTW', + thw_gkw: 'Gerätekraftwagen', + thw_mzkw: 'Mehrzweckkraftwagen', + thw_mtwtz: 'MTW-TZ', + thw_brmg_r: 'Radlader (BRmG R)', + thw_lkw: 'LKW K 9', + thw_dle: 'Anhänger Drucklufterzeugung', + police_helicopters: 'Polizeihubschrauber', + arff: 'Flugfeldlöschfahrzeug', + rettungstreppe: 'Rettungstreppenfahrzeug', + diver_units: 'Taucher', + mek: 'MEK-Fahrzeuge', + sek: 'SEK-Fahrzeuge', + gw_werkfeuerwehr: 'GW-Werkfeuerwehr', + ulf: 'ULF mit Löscharm', + teleskopmast: 'Teleskopmasten', + turboloescher: 'Turbolöscher', + gw_san: 'GW-San', + gwwa: 'GW-Wasserrettung', + allow_rw_instead_of_lf: 'Löschfahrzeuge oder Rüstwagen oder GKW', + }, + pois: [ + 'Park', + 'See', + 'Krankenhaus', + 'Wald', + 'Bushaltestelle', + 'Straßenbahnhaltestelle', + 'Bahnhof (Regionalverkehr)', + 'Bahnhof (Regional und Fernverkehr)', + 'Güterbahnhof', + 'Supermarkt (Klein)', + 'Supermarkt (Goß)', + 'Tankstelle', + 'Schule', + 'Museum', + 'Einkaufszentrum', + 'Auto-Werkstatt', + 'Autobahnauf.- / abfahrt', + 'Weihnachtsmarkt', + 'Lagerhalle', + 'Diskothek', + 'Stadion', + 'Bauernhof', + 'Bürokomplex', + 'Schwimmbad', + 'Bahnübergang', + 'Theater', + 'Festplatz', + 'Fluss', + 'Baumarkt', + 'Flughafen (klein): Start-/Landebahn', + 'Flughafen (klein): Gebäude', + 'Flughafen (klein): Flugzeug Standplatz', + 'Flughafen (groß): Start-/Landebahn', + 'Flughafen (groß): Terminal', + 'Flughafen (groß): Vorfeld / Standplätze', + 'Flughafen (groß): Parkhaus', + 'Biogasanlage', + 'Bank', + 'Kirche', + 'Chemiepark', + 'Industire-Allgemein', + 'Automobilindustrie', + 'Müllverbrennungsanlage', + 'Eishalle', + ], + }; + + I18n.translations.en_US.lssm.missionhelper = { + diy_mission: 'This mission seems to be a large scale alliance mission.', + guard_mission: 'Planned mission', + vge: 'Large scale alliance mission', + patients: 'Patients', + prisoners: 'Prisoners', + to: 'up to', + exp: 'Spreads', + SWATPersonnel: 'Needed SWAT Personnel', + ambulance_only: 'This mission is ambulance-only!', + title: 'Missionhelper', + transport: 'Transport', + settings: { + name: { + label: 'Name', + description: 'Shows the name of the mission in the helper.', + }, + id: { + label: 'ID', + description: 'Displays the ID of the mission in the helper.', + }, + type: { + label: 'TYP-ID', + description: + 'Displays the ID of the mission type in the helper.', + }, + poi: { + label: 'POI', + description: + 'Indicates in the helper which POI the operation is at.', + }, + live_patients: { + label: 'Number of patients', + description: + 'Shows live how many patients are currently in use.', + }, + vehicles: { + label: 'Vehicles', + description: 'Displays the required vehicles.', + }, + patients: { + label: 'patient information', + description: 'Shows information about (potential) patients.', + }, + prisoners: { + label: 'prisoner information', + description: 'Shows information about (potential) prisoners.', + }, + special: { + label: 'Other information', + description: + 'Displays special information, such as the average minimum number of personnel required.', + }, + expansions: { + label: 'distributions', + description: + 'Shows what the bet can spread to. (Shows only simple spread)', + }, + show_100: { + label: 'Show 100% probability', + description: + 'Shows the probability for a vehicle even if it is 100%.', + }, + credits: { + label: 'Average earnings', + description: + 'Shows the average earnings you get for this assignment.', + }, + show_siwa: { + label: 'Requirements of security guards', + description: + 'Shows the requirements for security guards in the helper as well.', + }, + mission_time: { + label: 'Creation Time', + description: + 'Shows the date and time when the mission was created.', + }, + }, + requirements: { + firetrucks: 'Firetrucks', + platform_trucks: 'Platform truck', + heavy_rescue_vehicles: 'Heavy Rescue vehicles or Utility unit', + boats: 'Boat', + mobile_air_vehicles: 'Mobile Air', + battalion_chief_vehicles: 'Battalion Chief Unit', + water_tankers: 'Water Tanker', + hazmat_vehicles: 'HazMat', + mobile_command_vehicles: 'Mobile Command Vehicle', + arff: 'ARFF', + large_fire_boat: 'Large Fireboat', + ambulances: 'Ambulances', + als: 'ALS Ambulance', + bls: 'BLS Ambulance', + fly: 'Fly-Car', + ems: 'EMS Rescue', + mcu: 'Mass Casualty Unit', + large_rescue_boat: 'Large Rescueboat', + police_cars: 'Police Car', + k9: 'K-9', + pmotorcycle: 'Police Motorcycle', + swat_armored_vehicle: 'SWAT Armoured Vehicle', + swat_suv: 'SWAT SUV', + helicopter: 'HEMS', + police_helicopters: 'Police Helicopter', + emschief: 'EMS Chief', + brush_truck: 'Wildland fire engines', + }, + pois: [ + 'Park', + 'Lake', + 'Hospital', + 'Forest', + 'Bus stop', + 'Tram stop', + 'Train station (regional traffic)', + 'Train station (regional traffic and long-distance travel)', + 'Goods station', + 'Supermarket (small)', + 'Supermarket (big)', + 'Gas station', + 'School', + 'Museum', + 'Mall', + 'Car workshop', + 'Highway exit', + 'Christmas market', + 'Storehouse', + 'Discotheque', + 'Stadium', + 'Farm', + 'Office building', + 'Swimming bath', + 'Railroad Crossing', + 'Theater', + 'Fairground', + 'River', + 'Small Airport (Runway)', + 'Large Airport (Runway)', + 'Airport Terminal', + 'Bank', + 'Warehouse', + 'Bridge', + 'Fast Food Restaurant', + 'Cargo Port', + 'Recycling Centre', + 'High rise', + 'Cruise ship dock', + 'Marina', + 'Rail Crossing', + 'Tunnel', + 'Cold Storage Warehouse', + 'Power Plant', + 'Factory', + 'Scrap yard', + 'Subway station', + 'Small chemical storage tank', + 'Large chemical storage tank', + 'Hotel', + 'Bar', + 'Landfill site', + 'Parking Garage', + 'Propane depot', + ], + }; + + I18n.translations.en_GB.lssm.missionhelper = { + diy_mission: 'This mission seems to be a large scale alliance mission.', + exp: 'Spreads', + fwm: 'Follow-up missions', + SWATPersonnel: 'Needed Armed Response Personnel', + settings: { + name: { + label: 'Name', + description: 'Shows the name of the mission in the helper.', + }, + id: { + label: 'ID', + description: 'Displays the ID of the mission in the helper.', + }, + type: { + label: 'TYP-ID', + description: + 'Displays the ID of the mission type in the helper.', + }, + poi: { + label: 'POI', + description: + 'Indicates in the helper which POI the operation is at.', + }, + live_patients: { + label: 'Number of patients', + description: + 'Shows live how many patients are currently in use.', + }, + vehicles: { + label: 'Vehicles', + description: 'Displays the required vehicles.', + }, + patients: { + label: 'patient information', + description: 'Shows information about (potential) patients.', + }, + prisoners: { + label: 'prisoner information', + description: 'Shows information about (potential) prisoners.', + }, + special: { + label: 'Other information', + description: + 'Displays special information, such as the average minimum number of personnel required.', + }, + expansions: { + label: 'distributions', + description: + 'Shows what the bet can spread to. (Shows only simple spread)', + }, + followup: { + label: 'Follow-up missions', + description: + 'Shows what the insert can generate for follow-up missions', + }, + show_100: { + label: 'Show 100% probability', + description: + 'Shows the probability for a vehicle even if it is 100%.', + }, + credits: { + label: 'Average earnings', + description: + 'Shows the average earnings you get for this assignment.', + }, + show_siwa: { + label: 'Requirements of security guards', + description: + 'Shows the requirements for security guards in the helper as well.', + }, + mission_time: { + label: 'Creation Time', + description: + 'Shows the date and time when the mission was created.', + }, + }, + requirements: { + firetrucks: 'Fire engines', + platform_trucks: 'Aerial Appliance', + heavy_rescue_vehicles: 'Rescue Support Unit or Rescue Pump', + mobile_air_vehicles: 'Breathing Apparatus Support Unit', + battalion_chief_vehicles: 'Fire Officer', + water_tankers: 'Water Carrier', + hazmat_vehicles: 'HazMat', + mobile_command_vehicles: 'Incident Command and Control Unit', + police_cars: 'Police Car', + arff: 'ARFF', + k9: 'Dog Support Unit', + swat_suv: 'Armed Response Vehicle (ARV)', + helicopter: 'HEMS', + police_helicopters: 'Police helicopter', + }, + pois: [ + 'Park', + 'Lake', + 'Hospital', + 'Forest', + 'Bus stop', + 'Tram stop', + 'Train station (regional traffic)', + 'Train station (regional traffic and long-distance travel)', + 'Goods station', + 'Supermarket (small)', + 'Supermarket (big)', + 'Gas station', + 'School', + 'Museum', + 'Mall', + 'Car workshop', + 'Highway exit', + 'Christmas market', + 'Storehouse', + 'Discotheque', + 'Stadium', + 'Farm', + 'Office building', + 'Swimming bath', + 'Railroad Crossing', + 'Theater', + 'Fairground', + 'River', + 'Small Airport (Runway)', + 'Large Airport (Runway)', + 'Airport Terminal', + 'Bank', + 'Warehouse', + 'Bridge', + 'Fast Food Restaurant', + 'Cargo Port', + 'Recycling Centre', + 'High rise', + 'Cruise ship dock', + 'Marina', + 'Rail Crossing', + 'Tunnel', + 'Cold Storage Warehouse', + 'Power Plant', + 'Factory', + 'Scrap yard', + 'Subway station', + 'Small chemical storage tank', + 'Large chemical storage tank', + 'Hotel', + 'Bar', + 'Landfill site', + 'Parking Garage', + 'Silo', + 'Heathland', + ], + }; + + I18n.translations.en_AU.lssm.missionhelper = { + diy_mission: 'This mission seems to be a large scale alliance mission.', + settings: { + name: { + label: 'Name', + description: 'Shows the name of the mission in the helper.', + }, + id: { + label: 'ID', + description: 'Displays the ID of the mission in the helper.', + }, + type: { + label: 'TYP-ID', + description: + 'Displays the ID of the mission type in the helper.', + }, + poi: { + label: 'POI', + description: + 'Indicates in the helper which POI the operation is at.', + }, + live_patients: { + label: 'Number of patients', + description: + 'Shows live how many patients are currently in use.', + }, + vehicles: { + label: 'Vehicles', + description: 'Displays the required vehicles.', + }, + patients: { + label: 'patient information', + description: 'Shows information about (potential) patients.', + }, + prisoners: { + label: 'prisoner information', + description: 'Shows information about (potential) prisoners.', + }, + special: { + label: 'Other information', + description: + 'Displays special information, such as the average minimum number of personnel required.', + }, + expansions: { + label: 'distributions', + description: + 'Shows what the bet can spread to. (Shows only simple spread)', + }, + show_100: { + label: 'Show 100% probability', + description: + 'Shows the probability for a vehicle even if it is 100%.', + }, + credits: { + label: 'Average earnings', + description: + 'Shows the average earnings you get for this assignment.', + }, + show_siwa: { + label: 'Requirements of security guards', + description: + 'Shows the requirements for security guards in the helper as well.', + }, + mission_time: { + label: 'Creation Time', + description: + 'Shows the date and time when the mission was created.', + }, + }, + requirements: { + firetrucks: 'Fire engines', + platform_trucks: 'Turntable Ladder', + heavy_rescue_vehicles: 'Rescue', + mobile_air_vehicles: 'Breathing Apparatus Support Unit', + battalion_chief_vehicles: 'Support Vehicle', + water_tankers: 'Water Tanker', + hazmat_vehicles: 'HazMat', + mobile_command_vehicles: 'Mobile Command Vehicle', + police_cars: 'Police Car', + arff: 'ARFF', + helicopter: 'Air Ambulance', + k9: 'K-9 Unit', + pmotorcycle: 'Police Motorcycle', + swat_armored_vehicle: 'SWAT Armoured Vehicle', + swat_suv: 'SWAT SUV', + police_helicopters: 'Police Helicopter', + }, + pois: [ + 'Park', + 'Lake', + 'Hospital', + 'Forest', + 'Bus stop', + 'Tram stop', + 'Train station (regional traffic)', + 'Train station (regional traffic and long-distance travel)', + 'Goods station', + 'Supermarket (small)', + 'Supermarket (big)', + 'Gas station', + 'School', + 'Museum', + 'Mall', + 'Car workshop', + 'Highway exit', + 'Christmas market', + 'Storehouse', + 'Discotheque', + 'Stadium', + 'Farm', + 'Office building', + 'Swimming bath', + 'Railroad Crossing', + 'Theater', + 'Fairground', + 'River', + 'Small Airport (Runway)', + 'Large Airport (Runway)', + 'Airport Terminal', + 'Bank', + 'Warehouse', + 'Bridge', + 'Fast Food Restaurant', + 'Cargo Port', + 'Recycling Centre', + 'High rise', + 'Cruise ship dock', + 'Marina', + 'Rail Crossing', + 'Tunnel', + 'Cold Storage Warehouse', + 'Power Plant', + 'Factory', + 'Scrap yard', + 'Subway station', + 'Small chemical storage tank', + 'Large chemical storage tank', + 'Hotel', + 'Bar', + 'Landfill site', + ], + }; + + I18n.translations.es_ES.lssm.missionhelper = { + diy_mission: + 'Esta misión parece ser una misión de alianza a gran escala.', + guard_mission: 'Misión planificada', + vge: 'misión de alianza a gran escala', + patients: 'pacientes', + prisoners: 'presos', + water: 'Wasserbedarf', + to: 'hasta', + exp: 'Diferenciales', + ambulance_only: 'Esta misión es sólo de ambulancias.!', + title: 'Missionhelper', + transport: 'transportar', + settings: { + name: { + label: 'Nombre', + description: 'Muestra el nombre de la misión en el ayudante.', + }, + id: { + label: 'ID', + description: 'Muestra el ID de la misión en el asistente.', + }, + type: { + label: 'TYP-ID', + description: + 'Muestra el ID del tipo de misión en el asistente.', + }, + poi: { + label: 'POI', + description: + 'Indica en el asistente en qué PDI se encuentra la operación.', + }, + live_patients: { + label: 'Número de pacientes', + description: + 'Muestra en vivo cuántos pacientes están actualmente en uso.', + }, + vehicles: { + label: 'Vehículos', + description: 'Muestra los vehículos necesarios.', + }, + patients: { + label: 'información del paciente', + description: + 'Muestra información sobre pacientes (potenciales).', + }, + prisoners: { + label: 'información sobre los presos', + description: + 'Muestra información sobre prisioneros (potenciales).', + }, + special: { + label: 'Otra información', + description: + 'Muestra información especial, como el promedio mínimo de personal necesario.', + }, + expansions: { + label: 'distribuciones', + description: + 'Muestra a qué puede llegar la apuesta. (Muestra sólo la dispersión simple)', + }, + show_100: { + label: 'Mostrar 100% de probabilidad', + description: + 'Muestra la probabilidad de un vehículo incluso si es 100%.', + }, + credits: { + label: 'Ganancias medias', + description: + 'Muestra el promedio de ganancias que usted obtiene por esta asignación.', + }, + show_siwa: { + label: 'Requisitos de los guardias de seguridad', + description: + 'También muestra los requisitos para los guardias de seguridad en el ayudante.', + }, + mission_time: { + label: 'Hora de creación', + description: + 'Muestra la fecha y la hora en que se creó la misión.', + }, + }, + requirements: { + firetrucks: 'camiones de bomberos', + platform_trucks: 'camiones con plataforma', + heavy_rescue_vehicles: 'Furgones de Útiles Vario', + mobile_air_vehicles: 'Mobile Air', + battalion_chief_vehicles: 'unidades de Mando y Comunicaciones', + mobile_command_vehicles: 'unidades de mando', + water_tankers: 'camiones cisterna', + hazmat_vehicles: 'vehículos de materiales peligrosos', + police_cars: 'coches patrulla', + helicopter: 'Helicóptero HSR', + arff: 'CBA', + police_helicopters: 'Police Helicopter', + ambulances: 'Ambulancia', + }, + pois: [ + 'Parque', + 'Lago', + 'Hospital', + 'Bosque', + 'Parada de autobús', + 'Parada de tranvía', + 'Parada de tren \\(cercanías\\)', + 'Parada de tren \\(cercanías y larga distancia\\)', + 'Estación de mercancías', + 'Supermercado \\(pequeño\\)', + 'Supermercado \\(grande\\)', + 'Gasolinera', + 'Escuela', + 'Museo', + 'Centro comercial', + 'Taller', + 'Salida de autopista', + 'Mercado navideño', + 'Depósito', + 'Discoteca', + 'Estadio', + 'Granja', + 'Edificio de oficinas', + 'Piscina', + 'Railroad Crossing', + 'Cine', + 'Feria', + 'Río', + 'Aeropuerto pequeño \\(pista\\)', + 'Aeropuerto grande \\(pista\\)', + 'Terminal de aeropuerto', + 'Banco', + 'Almacén', + 'Puente', + 'Restaurante de comida rápida', + 'Puerto de mercancías', + 'Centro de reciclaje', + 'Rascacielos', + 'Cubierta de yate', + 'Puerto deportivo', + 'Paso a nivel', + 'Túnel', + 'Almacén frigorífico', + 'Central eléctrica', + 'Fábrica', + 'Chatarrería', + 'Estación de metro', + 'Almacén químico pequeño', + 'Almacén químico grande', + 'Hotel', + 'Bar', + 'Vertedero', + 'Aparcamiento', + 'Granero', + ], + }; + + I18n.translations.es_MX.lssm.missionhelper = { + diy_mission: + 'Esta misión parece ser una misión de alianza a gran escala.', + settings: { + name: { + label: 'Nombre', + description: 'Muestra el nombre de la misión en el ayudante.', + }, + id: { + label: 'ID', + description: 'Muestra el ID de la misión en el asistente.', + }, + type: { + label: 'TYP-ID', + description: + 'Muestra el ID del tipo de misión en el asistente.', + }, + poi: { + label: 'POI', + description: + 'Indica en el asistente en qué PDI se encuentra la operación.', + }, + live_patients: { + label: 'Número de pacientes', + description: + 'Muestra en vivo cuántos pacientes están actualmente en uso.', + }, + vehicles: { + label: 'Vehículos', + description: 'Muestra los vehículos necesarios.', + }, + patients: { + label: 'información del paciente', + description: + 'Muestra información sobre pacientes (potenciales).', + }, + prisoners: { + label: 'información sobre los presos', + description: + 'Muestra información sobre prisioneros (potenciales).', + }, + special: { + label: 'Otra información', + description: + 'Muestra información especial, como el promedio mínimo de personal necesario.', + }, + expansions: { + label: 'distribuciones', + description: + 'Muestra a qué puede llegar la apuesta. (Muestra sólo la dispersión simple)', + }, + show_100: { + label: 'Mostrar 100% de probabilidad', + description: + 'Muestra la probabilidad de un vehículo incluso si es 100%.', + }, + credits: { + label: 'Ganancias medias', + description: + 'Muestra el promedio de ganancias que usted obtiene por esta asignación.', + }, + show_siwa: { + label: 'Requisitos de los guardias de seguridad', + description: + 'También muestra los requisitos para los guardias de seguridad en el ayudante.', + }, + mission_time: { + label: 'Hora de creación', + description: + 'Muestra la fecha y la hora en que se creó la misión.', + }, + }, + requirements: { + firetrucks: 'camiones de bomberos', + platform_trucks: 'camiones con plataforma', + heavy_rescue_vehicles: 'Furgones de Útiles Vario', + mobile_air_vehicles: 'Mobile Air', + battalion_chief_vehicles: 'unidades de Mando y Comunicaciones', + mobile_command_vehicles: 'vehículos de mando', + water_tankers: 'camiones cisterna', + hazmat_vehicles: 'vehículos de materiales peligrosos', + police_cars: 'coches patrulla', + helicopter: 'Helicóptero HSR', + arff: 'CBA', + police_helicopters: 'Police Helicopter', + ambulances: 'Ambulancia', + }, + pois: [ + 'Parque', + 'Lago', + 'Hospital', + 'Bosque', + 'Parada de autobús', + 'Parada de tranvía', + 'Parada de tren \\(cercanías\\)', + 'Parada de tren \\(cercanías y larga distancia\\)', + 'Estación de mercancías', + 'Supermercado \\(pequeño\\)', + 'Supermercado \\(grande\\)', + 'Gasolinera', + 'Escuela', + 'Museo', + 'Centro comercial', + 'Taller', + 'Salida de autopista', + 'Mercado navideño', + 'Depósito', + 'Discoteca', + 'Estadio', + 'Granja', + 'Edificio de oficinas', + 'Piscina', + 'Railroad Crossing', + 'Cine', + 'Feria', + 'Río', + 'Aeropuerto pequeño \\(pista\\)', + 'Aeropuerto grande \\(pista\\)', + 'Terminal de aeropuerto', + 'Banco', + 'Almacén', + 'Puente', + 'Restaurante de comida rápida', + 'Puerto de mercancías', + 'Centro de reciclaje', + 'Rascacielos', + 'Cubierta de yate', + 'Puerto deportivo', + 'Paso a nivel', + 'Túnel', + 'Almacén frigorífico', + 'Central eléctrica', + 'Fábrica', + 'Chatarrería', + 'Estación de metro', + 'Almacén químico pequeño', + 'Almacén químico grande', + 'Hotel', + 'Bar', + 'Vertedero', + 'Aparcamiento', + 'Granero', + ], + }; + + I18n.translations.pt_PT.lssm.missionhelper = { + diy_mission: + 'Esta missão parece ser uma missão de aliança em larga escala.', + guard_mission: 'Missão planeada', + vge: 'missão de aliança em larga escala', + patients: 'pacientes', + prisoners: 'detentos', + to: 'até', + exp: 'Divulgação', + ambulance_only: 'Esta misión es sólo de ambulancias.!', + title: 'Missionhelper', + transport: 'levar', + settings: { + name: { + label: 'Primeiro nome', + description: 'Mostre o nome da missão no ajudante.', + }, + id: { + label: 'ID', + description: 'Exiba o ID da missão no assistente.', + }, + type: { + label: 'TYP-ID', + description: 'Exiba o ID do tipo de missão no assistente.', + }, + poi: { + label: 'POI', + description: + 'Indique no assistente em que POI está a operação.', + }, + live_patients: { + label: 'Número de pacientes', + description: + 'Mostra ao vivo quantos pacientes estão em uso no momento.', + }, + vehicles: { + label: 'Veículos', + description: 'Mostre os veículos necessários.', + }, + patients: { + label: 'informação do paciente', + description: + 'Mostrar informações sobre pacientes (potenciais).', + }, + prisoners: { + label: 'informações sobre detentos', + description: 'Exibe informações sobre (potenciais) detentos.', + }, + special: { + label: 'Outra informação', + description: + 'Exibe informações especiais, como o número médio mínimo de pessoal necessário.', + }, + expansions: { + label: 'distribuições', + description: + 'Mostre o que a aposta pode alcançar. (Mostrar apenas dispersão simples)', + }, + show_100: { + label: 'Mostrar 100% de chance', + description: + 'Mostra a probabilidade de um veículo, mesmo que seja 100%.', + }, + credits: { + label: 'Ganho médio', + description: + 'Mostra os ganhos médios que você ganha com esta tarefa.', + }, + show_siwa: { + label: 'Requisitos dos guardas de segurança', + description: + 'Ele também mostra os requisitos para guardas de segurança no assistente.', + }, + mission_time: { + label: 'Tempo de criação', + description: 'Mostra a data e hora em que a missão foi criada.', + }, + }, + requirements: { + firetrucks: 'Caminhões de bombeiro', + platform_trucks: 'Caminhões plataforma', + heavy_rescue_vehicles: 'Veículos de resgate pesado', + mobile_air_vehicles: 'Mobile Air', + battalion_chief_vehicles: 'Viaturas de batalhão', + mobile_command_vehicles: 'vehículos de mando', + water_tankers: 'Caminhões pipa', + hazmat_vehicles: 'Viaturas de produtos perigosos', + police_cars: 'Viaturas de polícia', + helicopter: 'Heli INEM', + arff: 'Defesa Civil', + police_helicopters: 'Police Helicopter', + ambulances: 'Ambulancia', + }, + pois: [ + 'Parque', + 'Lago', + 'Hospital', + 'Floresta', + 'Ponto de ônibus', + 'Ponto de bonde', + 'Estação de trem \\(tráfego regional\\)', + 'Estação de trem \\(tráfego regional e viagem de longa distância\\)', + 'Estação de mercadorias', + 'Supermercado \\(pequeno\\)', + 'Supermercado \\(grande\\)', + 'Posto de combustível', + 'Escola', + 'Museu', + 'Shopping', + 'Oficina mecânica', + 'Saída de rodovia', + 'Mercado de natal', + 'Armazém', + 'Discoteca', + 'Estádio', + 'Fazenda', + 'Edifício comercial', + 'Piscina', + 'Railroad Crossing', + 'Teatro', + 'Feira', + 'Rio', + 'Aeroporto pequeno \\(pista\\)', + 'Aeroporto grande \\(pista\\)', + 'Terminal de aeroporto', + 'Banco', + 'Depósito', + 'Ponte', + 'Lanchonete de fast food', + 'Porto de carga', + 'Centro de reciclagem', + 'Arrancha-céus', + 'Doca de cruzeiro', + 'Marina', + 'Passagem de nível', + 'Túnel', + 'Armazém refrigerado', + 'Usina elétrica', + 'Fábrica', + 'Ferro velho', + 'Estação de metrô', + 'Tanque de armazenamento químico pequeno', + 'Tanque de armazenamento químico grande', + 'Hotel', + 'Bar', + 'Aterro sanitário', + 'Garagem de estacionamento', + 'Silo', + ], + }; + + I18n.translations.pt_BR.lssm.missionhelper = { + diy_mission: + 'Esta missão parece ser uma missão de aliança em larga escala.', + settings: { + name: { + label: 'Primeiro nome', + description: 'Mostre o nome da missão no ajudante.', + }, + id: { + label: 'ID', + description: 'Exiba o ID da missão no assistente.', + }, + type: { + label: 'TYP-ID', + description: 'Exiba o ID do tipo de missão no assistente.', + }, + poi: { + label: 'POI', + description: + 'Indique no assistente em que POI está a operação.', + }, + live_patients: { + label: 'Número de pacientes', + description: + 'Mostra ao vivo quantos pacientes estão em uso no momento.', + }, + vehicles: { + label: 'Veículos', + description: 'Mostre os veículos necessários.', + }, + patients: { + label: 'informação do paciente', + description: + 'Mostrar informações sobre pacientes (potenciais).', + }, + prisoners: { + label: 'informações sobre detentos', + description: 'Exibe informações sobre (potenciais) detentos.', + }, + special: { + label: 'Outra informação', + description: + 'Exibe informações especiais, como o número médio mínimo de pessoal necessário.', + }, + expansions: { + label: 'distribuições', + description: + 'Mostre o que a aposta pode alcançar. (Mostrar apenas dispersão simples)', + }, + show_100: { + label: 'Mostrar 100% de chance', + description: + 'Mostra a probabilidade de um veículo, mesmo que seja 100%.', + }, + credits: { + label: 'Ganho médio', + description: + 'Mostra os ganhos médios que você ganha com esta tarefa.', + }, + show_siwa: { + label: 'Requisitos dos guardas de segurança', + description: + 'Ele também mostra os requisitos para guardas de segurança no assistente.', + }, + mission_time: { + label: 'Tempo de criação', + description: 'Mostra a data e hora em que a missão foi criada.', + }, + }, + requirements: { + firetrucks: 'Caminhões de bombeiro', + platform_trucks: 'Caminhões plataforma', + heavy_rescue_vehicles: 'Veículos de resgate pesado', + mobile_air_vehicles: 'Mobile Air', + battalion_chief_vehicles: 'Viaturas de batalhão', + mobile_command_vehicles: 'vehículos de mando', + water_tankers: 'Caminhões pipa', + hazmat_vehicles: 'Viaturas de produtos perigosos', + police_cars: 'Viaturas de polícia', + helicopter: 'Helicóptero HSR', + arff: 'Defesa Civil', + police_helicopters: 'Police Helicopter', + ambulances: 'Ambulancia', + }, + pois: [ + 'Parque', + 'Lago', + 'Hospital', + 'Floresta', + 'Ponto de ônibus', + 'Ponto de bonde', + 'Estação de trem \\(tráfego regional\\)', + 'Estação de trem \\(tráfego regional e viagem de longa distância\\)', + 'Estação de mercadorias', + 'Supermercado \\(pequeno\\)', + 'Supermercado \\(grande\\)', + 'Posto de combustível', + 'Escola', + 'Museu', + 'Shopping', + 'Oficina mecânica', + 'Saída de rodovia', + 'Mercado de natal', + 'Armazém', + 'Discoteca', + 'Estádio', + 'Fazenda', + 'Edifício comercial', + 'Piscina', + 'Railroad Crossing', + 'Teatro', + 'Feira', + 'Rio', + 'Aeroporto pequeno \\(pista\\)', + 'Aeroporto grande \\(pista\\)', + 'Terminal de aeroporto', + 'Banco', + 'Depósito', + 'Ponte', + 'Lanchonete de fast food', + 'Porto de carga', + 'Centro de reciclagem', + 'Arrancha-céus', + 'Doca de cruzeiro', + 'Marina', + 'Passagem de nível', + 'Túnel', + 'Armazém refrigerado', + 'Usina elétrica', + 'Fábrica', + 'Ferro velho', + 'Estação de metrô', + 'Tanque de armazenamento químico pequeno', + 'Tanque de armazenamento químico grande', + 'Hotel', + 'Bar', + 'Aterro sanitário', + 'Garagem de estacionamento', + 'Silo', + ], + }; + + I18n.translations.sv_SE.lssm.missionhelper = { + diy_mission: + 'Detta uppdrag verkar vara ett alliansuppdrag i stor skala.', + guard_mission: 'Planerat uppdrag', + vge: 'Stora alliansuppdrag', + patients: 'patienter', + prisoners: 'fångar', + to: 'upp till', + exp: 'bredbara', + SWATPersonnel: 'Nödvändig insatsstyrka', + ambulance_only: 'Detta uppdrag är endast ambulans!', + title: 'Missionhelper', + transport: 'Transport', + settings: { + name: { + label: 'namn', + description: 'Visar uppdragets namn i hjälparen.', + }, + id: { + label: 'ID', + description: 'Visar uppdragets ID i hjälpen.', + }, + type: { + label: 'TYP-ID', + description: 'Visar ID för uppdragstypen i hjälparen.', + }, + poi: { + label: 'POI', + description: 'Anger i hjälpen vilken POI operationen är på.', + }, + live_patients: { + label: 'Antal patienter', + description: + 'Visar hur många patienter som för närvarande används.', + }, + vehicles: { + label: 'fordon', + description: 'Visar nödvändiga fordon.', + }, + patients: { + label: 'patientinformation', + description: 'Visar information om (potentiella) patienter.', + }, + prisoners: { + label: 'fångsinformation', + description: 'Visar information om (potentiella) fångar.', + }, + special: { + label: 'Annan information', + description: + 'Visar speciell information, till exempel det genomsnittliga minsta antal personal som krävs.', + }, + expansions: { + label: 'distributioner', + description: + 'Visar vad insatsen kan spridas till. (Visar bara enkel spridning)', + }, + show_100: { + label: 'Visa 100% sannolikhet ', + description: + 'Visar sannolikheten för ett fordon även om det är 100%.', + }, + credits: { + label: 'Genomsnittlig inkomst', + description: + 'Visar den genomsnittliga vinsten du får för den här uppgiften.', + }, + show_siwa: { + label: 'Krav på säkerhetsvakter', + description: + 'Visar också kraven för säkerhetsvakter i hjälpen.', + }, + mission_time: { + label: 'Skapningstid', + description: 'Visar datum och tid då uppdraget skapades.', + }, + }, + requirements: { + firetrucks: 'släckbilar', + platform_trucks: 'stegbilar', + heavy_rescue_vehicles: 'Lastväxlare', + mobile_air_vehicles: 'Fordon', + battalion_chief_vehicles: 'brandchefsbilar', + water_tankers: 'tankbilar', + hazmat_vehicles: 'farligt gods-fordon', + mobile_command_vehicles: 'Ledningsfordon', + police_cars: 'polisbilar', + ambulances: 'Ambulans', + arff: 'ARFF', + helicopter: 'Ambulanshelikopter', + k9: 'Hundenhet', + pmotorcycle: 'Polismotorcykel', + swat_armored_vehicle: 'Bepansrat insatsfordon', + swat_suv: 'Insatsfordon', + police_helicopters: 'Polishelikopter', + }, + pois: [ + 'Park', + 'Sjö', + 'Sjukhus', + 'Skog', + 'Busshållplats', + 'Spårvagnshållplats', + 'Tågstation \\(regionaltåg\\)', + 'Tågstation \\(regional- och fjärrtåg\\)', + 'Varustation', + 'Mataffär', + 'Stormarknad', + 'Bensinmack', + 'Skola', + 'Museum', + 'Köpcentrum', + 'Bilverkstad', + 'Avfart', + 'Julmarknad', + 'Lagerbyggnad', + 'Nattklubb', + 'Arena', + 'Bondgård', + 'Kontorsbyggnad', + 'Badhus', + 'Järnvägsövergång', + 'Teater', + 'Nöjesfält', + 'Flod', + 'Liten startbana', + 'Stor startbana', + 'Flygplatsterminal', + 'Bank', + 'Magasin', + 'Bro', + 'Snabbmatsrestaurang', + 'Fraktgodshamn', + 'Återvinningscentral', + 'Höghus', + 'Kryssningshamn', + 'Småbåtshamn', + 'Järnvägskorsning', + 'Tunnel', + 'Fryshus', + 'Kraftverk', + 'Fabrik', + 'Skrotupplag', + 'Tunnelbanestation', + 'Liten kemikalietank', + 'Stor kemikalietank', + 'Hotell', + 'Bar', + 'Soptipp', + 'Parkeringshus', + 'Silo', + ], + }; + + I18n.translations.da_DK.lssm.missionhelper = { + diy_mission: + 'Denne mission synes at være en alliansemission i stor skala.', + guard_mission: 'Planlagt mission', + vge: 'Stor skala alliance mission', + patients: 'Patienter', + prisoners: 'Fanger', + to: 'op til', + exp: 'Sprede', + SWATPersonnel: 'Nødvendige AKS personel', + ambulance_only: 'Denne mission er kun ambulance!', + title: 'Missionhelper', + transport: 'Transportere', + settings: { + name: { + label: 'Navn', + description: 'Viser missionens navn i hjælperen.', + }, + id: { + label: 'ID', + description: 'Viser ID for missionen i hjælperen.', + }, + type: { + label: 'TYP-ID', + description: 'Viser ID for missionstypen i hjælperen.', + }, + poi: { + label: 'POI', + description: + 'Angiver i hjælperen, hvilket POI operationen er ved.', + }, + live_patients: { + label: 'Antal patienter', + description: + 'Viser live, hvor mange patienter der i øjeblikket er i brug.', + }, + vehicles: { + label: 'Køretøjer', + description: 'Viser de nødvendige køretøjer.', + }, + patients: { + label: 'patientinformation', + description: 'Viser oplysninger om (potentielle) patienter.', + }, + prisoners: { + label: 'fangeoplysninger', + description: 'Viser oplysninger om (potentielle) fanger.', + }, + special: { + label: 'Andre oplysninger', + description: + 'Viser speciel information, såsom det gennemsnitlige minimalt antal krævede medarbejdere.', + }, + expansions: { + label: 'distributioner', + description: + 'Viser, hvad indsatsen kan sprede sig til. (Viser kun enkel spredning)', + }, + show_100: { + label: 'Vis 100% sandsynlighed', + description: + 'Viser sandsynligheden for et køretøj, selvom det er 100%.', + }, + credits: { + label: 'Gennemsnitlig indtjeningGennemsnitlig indtjening', + description: + 'Viser den gennemsnitlige indtjening, du får for denne opgave.', + }, + show_siwa: { + label: 'Krav til sikkerhedsvagter', + description: + 'Viser også kravene til sikkerhedsvagter i hjælperen.', + }, + mission_time: { + label: 'Oprettelsestid', + description: + 'Viser dato og klokkeslæt, hvor missionen blev oprettet.', + }, + }, + requirements: { + firetrucks: 'Brandbiler', + platform_trucks: 'Stigevogn', + heavy_rescue_vehicles: 'pionertjenesten', + mobile_air_vehicles: 'højtrykskompressor', + battalion_chief_vehicles: 'Holdleder-køretøjer', + water_tankers: 'vandtankvogne', + hazmat_vehicles: 'gift- og kemikaliekøretøjer', + mobile_command_vehicles: 'ledelses- og kommunikationsmoduler', + police_cars: 'politibiler', + ambulances: 'Ambulans', + arff: 'ARFF', + k9: 'Hundepatrulje', + pmotorcycle: 'Politimotorcykel', + swat_armored_vehicle: 'AKS Pansret mandskabsvogn', + swat_suv: 'AKS Patruljevogn', + police_helicopters: 'Politihelikopter', + helicopter: 'Rednings Helikopter', + }, + pois: [ + 'Park', + 'Sø', + 'Hostpital', + 'Skov', + 'Busstoppested', + 'Sporvognstoppested', + 'Togstation \\(lokal trafik\\)', + 'Togstation \\(lokal og national /international trafik\\)', + 'Godsstation', + 'Supermarked \\(lille\\)', + 'Supermarked \\(stort\\)', + 'Benzinstation', + 'Skole', + 'Museum', + 'Indkøbscenter', + 'Bilværksted', + 'Motervejsfrakørsel', + 'Julemarked', + 'Pakhus', + 'Diskotek', + 'Stadion', + 'Gård', + 'Kontorbygning', + 'Svømmehal', + 'Jernbaneovergang', + 'Teater', + 'Markedsplads', + 'Flod', + 'Lille lufthavn \\(landingsbane\\)', + 'Stor lufthavn \\(landingsbane\\)', + 'Lufthavnsterminal', + 'Bank', + 'Varehus', + 'Bro', + 'Fast Food-restaurant', + 'Containerhavnn', + 'Genbrugscenter', + 'Skyskraber', + 'Krydstogthavn', + 'Lystbådehavn', + 'Skinnekrydsning', + 'Tunnel', + 'Kølehus', + 'Kraftværk', + 'Fabrik', + 'Skrotplads', + 'Metrostation', + 'Lille kemikalietank', + 'Stor kemikalietank', + 'Hotel', + 'Bar', + 'Losseplads', + 'Parkeringshus', + 'Silo', + ], + }; + + I18n.translations.cs_CZ.lssm.missionhelper = { + diy_mission: 'Tato mise se jeví jako rozsáhlá alianční mise.', + guard_mission: 'Plánovaná mise', + vge: 'Velká alianční mise', + patients: 'Pacienti', + prisoners: 'Vězni', + to: 'až do', + exp: 'Šíření', + SWATPersonnel: 'Potřebný personál URNY', + ambulance_only: 'Tato mise je pouze sanitka!', + title: 'Pomocník mise', + transport: 'Doprava', + settings: { + name: { + label: 'název', + description: 'Zobrazuje název mise v pomocníkovi.', + }, + id: { + label: 'ID', + description: 'Zobrazuje ID mise v pomocníkovi.', + }, + type: { + label: 'TYP-ID', + description: 'Zobrazuje ID typu mise v pomocníkovi.', + }, + poi: { + label: 'POI', + description: + 'Označuje v pomocníkovi, na kterém POI je operace.', + }, + live_patients: { + label: 'Počet pacientů', + description: + 'Ukazuje živě, kolik pacientů se v současné době používá.', + }, + vehicles: { + label: 'Vozidla', + description: 'Zobrazí požadovaná vozidla.', + }, + patients: { + label: 'informace o pacientovi', + description: + 'Zobrazuje informace o (potenciálních) pacientech.', + }, + prisoners: { + label: 'informace vězně', + description: 'Zobrazuje informace o (potenciálních) vězňech.', + }, + special: { + label: 'Jiná informace', + description: + 'Zobrazuje speciální informace, například průměrný minimální požadovaný počet zaměstnanců.', + }, + expansions: { + label: 'distribuce', + description: + 'Ukazuje, na co se může sázka rozšířit. (Zobrazuje pouze jednoduché šíření)', + }, + show_100: { + label: 'Zobrazit 100% pravděpodobnost', + description: + 'Zobrazuje pravděpodobnost pro vozidlo, i když je to 100%.', + }, + credits: { + label: 'Průměrné příjmy', + description: + 'Zobrazuje průměrné příjmy, které získáte za tuto úlohu.', + }, + show_siwa: { + label: 'Požadavky na bezpečnostní strážce', + description: + 'Ukazuje také požadavky na bezpečnostní strážce v pomocníkovi.', + }, + mission_time: { + label: 'Čas vytvoření', + description: 'Zobrazuje datum a čas, kdy byla mise vytvořena.', + }, + }, + requirements: { + firetrucks: 'hasičské vozy', + platform_trucks: 'automobilové žebříky', + heavy_rescue_vehicles: 'těžká technická vozidla', + mobile_air_vehicles: 'Mobile Air', + battalion_chief_vehicles: 'velitelské automobily', + water_tankers: 'kombinované hasící automobily', + hazmat_vehicles: 'vozidla pro práci s nebezpečnými látkami', + mobile_command_vehicles: 'velitelská vozidla', + police_cars: 'policejní automobily', + helicopter: 'Vrtulník LZS', + ambulances: 'Sanitkat', + arff: 'letištní speciály', + k9: 'Vozidlo Kynologů PČR', + pmotorcycle: 'Policejní motocykl', + swat_armored_vehicle: 'Obrněné vozidlo URNA', + swat_suv: 'URNA SUV', + police_helicopters: 'Policejní vrtulník', + }, + pois: [ + 'Park', + 'Jezero', + 'Nemocnice', + 'Les', + 'Zastávka autobusu', + 'Zastávka tramvaje', + 'Železniční stanice \\(regionální doprava\\)', + 'Železniční stanice \\(regionální a dálková doprava\\)', + 'Nákladové nádraží', + 'Supermarket \\(malý\\)', + 'Supermarket \\(velký\\)', + 'Čerpací stanice', + 'Škola', + 'Muzeum', + 'Nákupní centrum', + 'Autoservis', + 'Dálniční sjezd', + 'Vánoční trh', + 'Skladiště', + 'Diskotéka', + 'Stadion', + 'Farma', + 'Kancelářská budova', + 'Plovárna', + 'Järnvägsövergång', + 'Divadlo', + 'Zábavní park', + 'Řeka', + 'Malé letiště \\(ranvej\\)', + 'Velké letiště \\(ranvej\\)', + 'Letištní terminál', + 'Banka', + 'Velkosklad', + 'Most', + 'Rychlé občerstvení', + 'Nákladní přístav', + 'Sběrný dvůr', + 'Výšková budova', + 'Přístaviště výletních lodí', + 'Malý přístav', + 'Železniční přejezd', + 'Tunel', + 'Chladírenský sklad', + 'Elektrárna', + 'Továrna', + 'Šrotiště', + 'Stanice metra', + 'Malá chemická skladovací nádrž', + 'Velká chemická skladovací nádrž', + 'Hotel', + 'Bar', + 'Skládka', + 'Kryté parkoviště', + 'Silo', + ], + }; + + I18n.translations.tr_TR.lssm.missionhelper = { + diy_mission: + 'Bu misyon büyük ölçekli bir ittifak görevi gibi görünüyor.', + guard_mission: 'Planlanan görev', + vge: 'Büyük ölçekli ittifak misyonu', + patients: 'hastalar', + prisoners: 'Mahkumlar', + to: 'kadar', + exp: 'Yayıldı', + SWATPersonnel: 'Needed SWAT Personnel', + ambulance_only: 'Bu görev sadece ambulanstır!', + title: 'Misyonhelper', + transport: 'Taşıma', + settings: { + name: { + label: 'isim', + description: 'Yardımcıdaki görevin adını gösterir.', + }, + id: { + label: 'İD', + description: 'Yardımcıdaki görevin kimliğini görüntüler.', + }, + type: { + label: 'TYP kimliği', + description: 'Yardımcıdaki görev türünün kimliğini görüntüler.', + }, + poi: { + label: 'POI', + description: 'Yardımcıda işlemin hangi İÇN olduğunu gösterir.', + }, + live_patients: { + label: 'Hasta sayısı', + description: + 'Şu anda kaç hastanın kullanımda olduğunu canlı gösterir.', + }, + vehicles: { + label: 'Araçlar', + description: 'Gerekli araçları görüntüler.', + }, + patients: { + label: 'hasta bilgisi', + description: '(Potansiyel) hastalar hakkında bilgi gösterir.', + }, + prisoners: { + label: 'mahkum bilgisi', + description: '(Potansiyel) mahkumlar hakkında bilgi gösterir.', + }, + special: { + label: 'Diğer bilgiler', + description: + 'Gerekli ortalama asgari personel sayısı gibi özel bilgileri görüntüler.', + }, + expansions: { + label: 'dağılımları', + description: + 'Bahsin neye yayılabileceğini gösterir. (Yalnızca basit yayılımı gösterir)', + }, + show_100: { + label: '% 100 olasılığı göster', + description: 'Bir aracın% 100 olsa bile olasılığını gösterir.', + }, + credits: { + label: 'Ortalama kazanç', + description: + 'Bu ödev için aldığınız ortalama kazançları gösterir.', + }, + show_siwa: { + label: 'Güvenlik görevlilerinin gereksinimleri', + description: + 'Yardımcıdaki güvenlik görevlilerinin gereksinimlerini de gösterir.', + }, + mission_time: { + label: 'Yaratılış Zamanı', + description: 'Görevin oluşturulduğu tarih ve saati gösterir.', + }, + }, + requirements: { + firetrucks: 'itfaiye aracı', + platform_trucks: 'Platformlu Kamyon', + heavy_rescue_vehicles: 'Büyük Kurtarma', + mobile_air_vehicles: 'Mobile Air', + battalion_chief_vehicles: 'Tabur Amiri', + water_tankers: 'Su Tankerleri', + hazmat_vehicles: 'Tehlikeli Madde', + mobile_command_vehicles: 'Mobil Komuta', + police_cars: 'Polis Arabaları', + helicopter: 'HEMS', + ambulances: 'Sanitkat', + arff: 'ARFF', + k9: 'Dog Support Units', + swat_suv: 'Armed Response Vehicle (ARV)', + police_helicopters: 'Police Helicopter', + }, + pois: [ + 'Park', + 'Göl', + 'Hastane', + 'Orman', + 'Otobüs durağı', + 'Tramvay durağı', + 'Tren istasyonu \\(bölgesel trafik\\)', + 'Tren istasyonu \\(bölgesel trafik ve uzun mesafeli yolculuk\\)', + 'Yük istasyonu', + 'Süpermarket \\(küçük\\)', + 'Süpermarket \\(büyük\\)', + 'Akaryakıt istasyonu', + 'Okul', + 'Müze', + 'Alışveriş Merkezi', + 'Oto tamirhanesi', + 'Otoyol çıkışı', + 'Noel pazarı', + 'Depo', + 'Diskotek', + 'Stadyum', + 'Çiftlik', + 'Ofis binası', + 'Yüzme havuzu', + 'Järnvägsövergång', + 'Tiyatro', + 'Lunapark', + 'Nehir', + 'Küçük Havalimanı \\(Uçak Pisti\\)', + 'Büyük Havalimanı \\(Uçak Pisti\\)', + 'Havalimanı Terminali', + 'Banka', + 'Ambar', + 'Köprü', + 'Fast Food Restoranı', + 'Kargo limanı', + 'Geri Dönüşüm Merkezi', + 'Gökdelen', + 'Yolcu gemisi limanı', + 'Marina', + 'Demiryolu Geçidi', + 'Tünel', + 'Soğuk Hava Ambarı', + 'Enerji Santrali', + 'Fabrika', + 'Hurdalık', + 'Metro istasyonu', + 'Küçük kimyasal depo tankı', + 'Büyük kimyasal depo tankı', + 'Otel', + 'Bar', + 'Çöplük', + 'Katlı Otopark', + 'Ambar', + ], + }; + + I18n.translations.nb_NO.lssm.missionhelper = { + diy_mission: + 'Dette oppdraget ser ut til å være et allianseoppdrag i stor skala.', + guard_mission: 'Planlagt oppdrag', + vge: 'Alliansemisjon i stor skala', + patients: 'Pasienter', + prisoners: 'innsatte', + to: 'opp til', + exp: 'Spre', + SWATPersonnel: 'Nødvendig delta-personell', + ambulance_only: 'Dette oppdraget er kun ambulanse!', + title: 'Missionhelper', + transport: 'Transportere', + settings: { + name: { + label: 'Navn', + description: 'Viser navnet på oppdraget i hjelperen.', + }, + id: { + label: 'ID', + description: 'Viser IDen til oppdraget i hjelperen.', + }, + type: { + label: 'TYP-ID', + description: 'Viser ID for oppdragstypen i hjelperen.', + }, + poi: { + label: 'POI', + description: + 'Indikerer i hjelperen hvilken POI operasjonen er på.', + }, + live_patients: { + label: 'Antall pasienter', + description: 'Viser hvor mange pasienter som er i bruk.', + }, + vehicles: { + label: 'kjøretøy', + description: 'Viser de nødvendige kjøretøyene.', + }, + patients: { + label: 'pasientinformasjon', + description: 'Viser informasjon om (potensielle) pasienter.', + }, + prisoners: { + label: 'fangeinformasjon', + description: 'Viser informasjon om (potensielle) fanger.', + }, + special: { + label: 'Annen informasjon', + description: + 'Viser spesiell informasjon, for eksempel gjennomsnittlig minimum antall ansatte som kreves.', + }, + expansions: { + label: 'distribusjoner', + description: + 'Viser hva innsatsen kan spre seg til. (Viser bare enkel oppslag)', + }, + show_100: { + label: 'Vis 100% sannsynlighet', + description: + 'Viser sannsynligheten for et kjøretøy selv om det er 100%.', + }, + credits: { + label: 'Gjennomsnittlig inntjening', + description: + 'Viser gjennomsnittlig inntjening du får for denne oppgaven.', + }, + show_siwa: { + label: 'Krav til sikkerhetsvakter', + description: + 'Viser også kravene til sikkerhetsvakter i hjelperen.', + }, + mission_time: { + label: 'Opprettingstid', + description: + 'Viser dato og klokkeslett da oppdraget ble opprettet.', + }, + }, + requirements: { + firetrucks: 'Brannbiler', + platform_trucks: 'høyderedskap', + heavy_rescue_vehicles: 'redningsbiler', + mobile_air_vehicles: 'røykdykkere', + battalion_chief_vehicles: 'Bataljonsjefbil', + water_tankers: 'tankbiler', + hazmat_vehicles: 'CBRN', + mobile_command_vehicles: 'utryckningsfordon', + police_cars: 'politibiler', + ambulances: 'Ambulans', + arff: 'brann- og redningstjeneste for fly', + k9: 'Hundepatrulje', + pmotorcycle: 'Politimotorsykkel', + swat_armored_vehicle: 'Pansret kjøretøy', + swat_suv: 'Delta kjøretøy', + police_helicopters: 'Politihelikopter', + helicopter: 'Räddningshelikopter', + }, + pois: [ + 'Park', + 'Innsjø', + 'Sykehus', + 'Skog', + 'Busstopp', + 'Trikkestopp', + 'Togstasjon \\(regional\\)', + 'Togstasjon \\(regional og langdistanse\\)', + 'Godsstasjon', + 'Matvarebutikk \\(liten\\)', + 'Matvarebutikk \\(stor\\)', + 'Bensinstasjon', + 'Skole', + 'Museum', + 'Kjøpesenter', + 'Bilverksted', + 'Motorveiavkjøring', + 'Julemarked', + 'Lagerbygning', + 'Nattklubb', + 'Stadion', + 'Gård', + 'Kontorbygning', + 'Basseng', + 'Järnvägsövergång', + 'Teater', + 'Tivoli', + 'Elv', + 'Liten flyplass \\(flystripe\\)', + 'Stor flyplass \\(flystripe\\)', + 'Flyplassterminal', + 'Bank', + 'Varehus', + 'Bro', + 'Gatekjøkken', + 'Cargohavn', + 'Gjenvinningssenter', + 'Skyskraper', + 'Cruisehavn', + 'Marina', + 'Planovergang', + 'Tunnel', + 'Kaldt varehus', + 'Kraftverk', + 'Fabrikk', + 'Skrotplass', + 'Metrostasjon', + 'Liten kjemisk lagringstank', + 'Stor kjemisk lagringstank', + 'Hotell', + 'Bar', + 'Avfallsdeponi', + 'Parkeringshus', + 'Silo', + ], + }; + + I18n.translations.pl_PL.lssm.missionhelper = { + diy_mission: 'Ta misja wydaje się być misją sojuszników na dużą skalę.', + guard_mission: 'Planowana misja', + vge: 'Misja sojuszu na dużą skalę', + patients: 'Pacjenci', + prisoners: 'Więźniowie', + to: 'aż do', + exp: 'Rozprzestrzeniania', + SWATPersonnel: 'Wymagani policjanci SPKP', + ambulance_only: 'Ta misja to tylko ambulans!', + title: 'Pomocnik misjonarza', + transport: 'Transport', + settings: { + name: { + label: 'Nazwa', + description: 'Pokazuje nazwę misji w pomocniku.', + }, + id: { + label: 'ID', + description: 'Wyświetla ID misji w helperze.', + }, + type: { + label: 'TYP-ID', + description: 'Wyświetla ID typu misji w helperze.', + }, + poi: { + label: 'POI', + description: + 'Wskazuje w pomocniku, na którym punkcie POI znajduje się dana operacja.', + }, + live_patients: { + label: 'Liczba pacjentów', + description: + 'Pokazuje na żywo, ilu pacjentów jest obecnie w użyciu.', + }, + vehicles: { + label: 'Pojazdy', + description: 'Wyświetla wymagane pojazdy.', + }, + patients: { + label: 'patient information', + description: + 'Pokazuje informacje o (potencjalnych) pacjentach.', + }, + prisoners: { + label: 'informacje o więźniach', + description: 'Pokazuje informacje o (potencjalnych) więźniach.', + }, + special: { + label: 'Inne informacje', + description: + 'Displays special information, such as the average minimum number of personnel required.', + }, + expansions: { + label: 'dystrybucje', + description: + 'Pokazuje, do czego może rozprzestrzeniać się zakład. (Pokazuje tylko prosty spread)', + }, + show_100: { + label: 'Pokaż 100% prawdopodobieństwo', + description: + 'Pokazuje prawdopodobieństwo dla pojazdu, nawet jeśli jest to 100%.', + }, + credits: { + label: 'Średni wynik finansowy', + description: + 'Pokazuje średnie zarobki, które otrzymujesz za to zadanie.', + }, + show_siwa: { + label: 'Wymogi strażników bezpieczeństwa', + description: + 'Pokazuje również wymagania strażników bezpieczeństwa w pomocniku.', + }, + mission_time: { + label: 'Czas tworzenia', + description: 'Pokazuje datę i godzinę utworzenia misji.', + }, + }, + requirements: { + firetrucks: 'samochody pożarnicze', + platform_trucks: 'SP wysokościowe', + heavy_rescue_vehicles: 'ciężkie samochody ratowniczo-gaśnicze', + mobile_air_vehicles: 'SPGaz', + battalion_chief_vehicles: 'Oficera Operacyjnego', + water_tankers: 'cysterny z wodą', + hazmat_vehicles: 'SP Rchem', + mobile_command_vehicles: 'samochody dowodzenia i łączności', + police_cars: 'radiowozy', + helicopter: 'śmigłowiec LPR', + ambulances: 'Ambulans P', + arff: 'SP LSP', + k9: 'Jednostki K-9', + pmotorcycle: 'Motocykl Policyjny', + swat_armored_vehicle: 'Opancerzony Pojazd SPKP', + swat_suv: 'SUV SPKP', + police_helicopters: 'Helikopter Policyjny', + }, + pois: [ + 'Park', + 'Jezioro', + 'Szpital', + 'Las', + 'Przystanek autobusowy', + 'Przystanek tramwajowy', + 'Dworzec kolejowy \\(ruch podmiejski\\)', + 'Dworzec kolejowy \\(ruch podmiejski i dalekobieżny\\)', + 'Stacja towarowa', + 'Supermarket \\(mały\\)', + 'Supermarket \\(duży\\)', + 'Stacja paliw', + 'Szkoła', + 'Muzeum', + 'Centrum handlowe', + 'Warsztat samochodowy', + 'Zjazd z autostrady', + 'Jarmark Bożonarodzeniowy', + 'Storehouse', + 'Dyskoteka', + 'Stadion', + 'Gospodarstwo rolne', + 'Biurowiec', + 'Basen', + 'Przejazd kolejowy', + 'Teatr', + 'Teren wystawowy', + 'Rzeka', + 'Mały port lotniczy \\(pas startowy\\)', + 'Duży port lotniczy \\(pas startowy\\)', + 'Terminal portu lotniczego', + 'Bank', + 'Magazyn', + 'Most', + 'Bar szybkiej obsługi', + 'Cargo-port', + 'Centrum segregacji odpadów', + 'Wieżowiec', + 'Dok dla wycieczkowców', + 'Marina', + 'Przejazd kolejowo-drogowy', + 'Tunel', + 'Chłodnia składowa', + 'Elektrownia', + 'Fabryka', + 'Składowisko złomu', + 'Stacja metra', + 'Mały zbiornik na substancje chemiczne', + 'Duży zbiornik na substancje chemiczne', + 'Hotel', + 'Bar', + 'Składowisko odpadów', + 'Parking', + 'Silos', + ], + }; + + I18n.translations.it_IT.lssm.missionhelper = { + diy_mission: + "Questa missione sembra essere una missione su larga scala dell'alleanza..", + guard_mission: 'Missione pianificata', + vge: "Missione dell'alleanza su larga scala", + patients: 'Pazienti', + prisoners: 'Prigionieri', + to: 'fino', + exp: 'Espansione', + SWATPersonnel: 'Needed SWAT Personnel', + averageMinimumEmployeesFire: 'Vigili del Fuoco richiesti', + ambulance_only: "Questa missione e' riservata alle ambulanze.!", + title: 'Missionhelper', + transport: 'Trasporto', + settings: { + name: { + label: 'Nome', + description: "Mostra il nome della missione nell'aiuto.", + }, + id: { + label: 'ID', + description: "Visualizza l'ID della missione nell'helper.", + }, + type: { + label: 'TIPO-ID', + description: + "Visualizza l'ID del tipo di missione nell'helper.", + }, + poi: { + label: 'POI', + description: + "Indica nell'helper a quale PDI si trova l'operazione.", + }, + live_patients: { + label: 'Numero di pazienti', + description: + 'Mostra dal vivo quanti pazienti sono attualmente in uso.', + }, + vehicles: { + label: 'Veicoli', + description: 'Visualizza i veicoli necessari.', + }, + patients: { + label: 'informazioni sul paziente', + description: 'Mostra informazioni sui (potenziali) pazienti.', + }, + prisoners: { + label: 'prisoner information', + description: + 'Mostra informazioni sui (potenziali) prigionieri.', + }, + special: { + label: 'Altre informazioni', + description: + 'Visualizza informazioni speciali, come ad esempio il numero medio minimo di persone richieste.', + }, + expansions: { + label: 'erogazioni', + description: + 'Mostra a cosa può diffondersi la scommessa. (Mostra solo spread semplice)', + }, + show_100: { + label: 'Mostra il 100% di probabilità', + description: + 'Mostra la probabilità per un veicolo anche se è al 100%.', + }, + credits: { + label: 'Guadagno medio', + description: + 'Mostra i guadagni medi che si ottengono per questo incarico.', + }, + show_siwa: { + label: 'Requisiti delle guardie di sicurezza', + description: + "Mostra i requisiti per le guardie di sicurezza anche nell'helper.", + }, + mission_time: { + label: 'Tempo di creazione', + description: + "Mostra la data e l'ora in cui la missione è stata creata.", + }, + }, + requirements: { + firetrucks: 'Autopompe', + platform_trucks: 'Autoscale', + heavy_rescue_vehicles: 'Veicoli di soccorso pesante', + mobile_air_vehicles: 'Carro aria', + battalion_chief_vehicles: 'Funzionario', + water_tankers: 'Autobotti', + hazmat_vehicles: 'Mezzi N.B.C.R.', + mobile_command_vehicles: 'Mobile Command Vehicle', + police_cars: 'Volanti della polizia', + helicopter: 'elisoccorso', + fwk: 'Autogrù', + ambulances: 'Ambulanza Medicalizzata', + arff: 'Flotta aerea antincendio AIB', + k9: 'unitò cinofila antidroga', + pmotorcycle: 'Moto della Polizia', + swat_armored_vehicle: 'furgone Antisommossa', + swat_suv: 'Suv UOPI', + police_helicopters: 'elicottero della polizia', + }, + pois: [ + 'Parco', + 'Lago', + 'Ospedale', + 'Bosco', + "Fermata dell'autobus", + 'Fermata del tram', + 'Stazione ferroviaria \\(traffico regionale\\)', + 'Stazione ferroviaria \\(traffico regionale e viaggi a lunga distanza\\)', + 'Stazione merci', + 'Supermercato \\(piccolo\\)', + 'Supermercato \\(grande\\)', + 'Stazione di servizio', + 'Scuola', + 'Museo', + 'Centro commercial', + 'Officina meccanica', + 'Uscita autostradale', + 'Mercatino di Natale', + 'Storehouse', + 'Discoteca', + 'Stadio', + 'Azienda agricola', + 'Edificio adibito a uffici', + 'Piscina', + 'Railroad Crossing', + 'Teatro', + 'Luna park', + 'Fiume', + 'Piccolo aeroporto \\(pista\\)', + 'Grande aeroporto \\(pista\\)', + 'Terminal aeroporto', + 'Banca', + 'Magazzino', + 'Ponte', + 'Tavola calda', + 'Porto mercantile', + 'Piattaforma ecologica', + 'Grattacielo', + 'Molo navi da crociera', + 'Porticciolo', + 'Passaggio a livello', + 'Galleria', + 'Magazzino a celle frigorifere', + 'Centrale elettrica', + 'Fabbrica', + 'Deposito rottami', + 'Stazione metropolitana', + 'Piccolo serbatoio di accumulo sostanze chimiche', + 'Grande serbatoio di accumulo sostanze chimiche', + 'Hotel', + 'Bar', + 'Discarica', + 'Parcheggio coperto', + 'Silos', + ], + }; + + I18n.translations.fr_FR.lssm.missionhelper = { + diy_mission: + "Cette mission semble être une mission d'alliance à grande échelle.", + guard_mission: 'Mission prévue', + vge: "Mission d'alliance à grande échelle", + patients: 'Patients', + prisoners: 'prisonniers', + to: "jusqu'à", + exp: 'Propagation', + SWATPersonnel: 'Needed SWAT Personnel', + averageMinimumEmployeesFire: 'Moyenne minimale Pompiers', + averageMinimumEmployeesHoehen: 'Spécialistes IMP requis', + ambulance_only: 'Cette mission est réservée aux ambulances !', + title: 'Aide à la mission', + transport: 'transport', + settings: { + name: { + label: 'Nom', + description: "Affiche le nom de la mission dans l'assistant.", + }, + id: { + label: 'ID', + description: "Affiche l'ID de la mission dans l'aide.", + }, + type: { + label: 'TYP-ID', + description: "Affiche l'ID du type de mission dans l'aide.", + }, + poi: { + label: 'POI', + description: + "Indique dans l'aide à quel POI se trouve l'opération.", + }, + live_patients: { + label: 'Nombre de patients', + description: + "Affiche en temps réel le nombre de patients en cours d'utilisation.", + }, + vehicles: { + label: 'Véhicules', + description: 'Affiche les véhicules requis.', + }, + patients: { + label: 'renseignements sur le patient', + description: + 'Affiche des informations sur les patients (potentiels).', + }, + prisoners: { + label: 'renseignements sur le détenu', + description: + 'Affiche des informations sur les détenus (potentiels).', + }, + special: { + label: 'Autres informations', + description: + "Affiche des informations spéciales, telles que le nombre minimum moyen d'employés requis.", + }, + expansions: { + label: 'répartitions', + description: + "Montre à quoi le pari peut s'étendre. (N'affiche que la propagation simple)", + }, + show_100: { + label: 'Montrer 100% de probabilité', + description: + "Indique la probabilité pour un véhicule même s'il est à 100%.", + }, + credits: { + label: 'Salaire moyen', + description: + 'Indique le salaire moyen que vous touchez pour cette affectation.', + }, + show_siwa: { + label: 'Exigences applicables aux agents de sécurité', + description: + "Affiche également les exigences pour les agents de sécurité de l'assistant.", + }, + mission_time: { + label: 'Heure de création', + description: + "Affiche la date et l'heure de création de la mission.", + }, + }, + requirements: { + firetrucks: 'Fourgons d’incendie', + platform_trucks: 'Moyen Elévateur Aérien', + heavy_rescue_vehicles: 'Véhicule de secours routier', + mobile_air_vehicles: 'Assistance respiratoire', + battalion_chief_vehicles: 'Chefs de groupe', + water_tankers: 'Camions-citernes', + hazmat_vehicles: 'risques technologiques', + mobile_command_vehicles: 'poste de commandement', + police_cars: 'Voitures de police', + helicopter: 'Dragon', + ambulances: 'Ambulances', + thw_gkw: 'Véhicule Tout Usage', + arff: 'ARFF', + height_rescue_units: 'VGRIMP', + }, + pois: [ + 'Parc', + 'Lac', + 'Hôpital', + 'Forêt', + 'Arrêt de bus', + 'Arrêt de tram', + 'Gare ferroviaire \\(trajets régionaux\\)', + 'Gare ferroviaire \\(trajets régionaux et grandes lignes\\)', + 'Supérette', + 'Supermarché \\(petit\\)', + 'Supermarché \\(grand\\)', + 'Station-service', + 'École', + 'Musée', + 'Centre commercial', + 'Garage automobile', + 'Sortie d’autoroute', + 'Marché de Noël', + 'Hangar', + 'Discothèque', + 'Stade', + 'Ferme', + 'Bureaux', + 'Piscine', + 'Passage à niveau', + 'Théâtre', + 'Fête foraine', + 'Rivière', + 'Petit aéroport \\(piste\\)', + 'Grand aéroport \\(piste\\)', + 'Terminal d’aéroport', + 'Banque', + 'Entrepôt', + 'Pont', + 'Restauration rapide', + 'Port de fret', + 'Centre de recyclage', + 'Tour', + 'Quai de navire de croisière', + 'Marina', + 'Croisement de voie ferrée', + 'Tunnel', + 'Entrepôt frigorifique', + 'Centrale électrique', + 'Usine', + 'Casse', + 'Station de métro', + 'Petite citerne de produits chimiques', + 'Grande citerne de produits chimiques', + 'Hôtel', + 'Bar', + 'Décharge', + 'Parking couvert', + 'Silo', + ], + }; + + I18n.translations.ru_RU.lssm.missionhelper = { + diy_mission: + 'Эта миссия, похоже, является широкомасштабной миссией альянса.', + guard_mission: 'Запланированная миссия', + vge: 'Запланированная миссия', + patients: 'Пациенты', + prisoners: 'Заключенные', + to: 'вплоть до', + exp: 'Распространяться', + SWATPersonnel: 'Требуемый личный состав спецназа', + ambulance_only: 'Это задание только для скорой помощи!', + title: 'Миссионер', + transport: 'Транспорт', + settings: { + name: { + label: 'Имя', + description: 'Показывает имя миссии в помощнике..', + }, + id: { + label: 'УДОСТОВЕРЕНИЕ ЛИЧНОСТИ', + description: 'Отображает идентификатор задания в помощнике..', + }, + type: { + label: 'ТИП-ID', + description: + 'Отображает идентификатор типа миссии в помощнике..', + }, + poi: { + label: 'POI', + description: + 'Указывает в помощнике, в какой Точке интереса выполняется операция.', + }, + live_patients: { + label: 'Количество пациентов', + description: + 'Показывает вживую, сколько пациентов в данный момент находятся в эксплуатации.', + }, + vehicles: { + label: 'Автомобили', + description: 'Отображает требуемые транспортные средства.', + }, + patients: { + label: 'информация о пациенте', + description: + 'Показывает информацию о (потенциальных) пациентах.', + }, + prisoners: { + label: 'информация о заключенных', + description: + 'Показывает информацию о (потенциальных) заключенных.', + }, + special: { + label: 'Другая информация', + description: + 'Отображает специальную информацию, например, среднее минимальное требуемое количество персонала.', + }, + expansions: { + label: 'рассылки', + description: + 'Показывает, на что может распространяться ставка. (Показывает только простое распространение)', + }, + show_100: { + label: 'Показать 100% вероятность', + description: + 'Показывает вероятность для транспортного средства, даже если она составляет 100%.', + }, + credits: { + label: 'Средний заработок', + description: + 'Показывает средний заработок, который вы получаете за это задание.', + }, + show_siwa: { + label: 'Требования к охранникам', + description: + 'Также показывает требования к охранникам в помощнике.', + }, + mission_time: { + label: 'Время создания', + description: 'Показывает дату и время создания миссии.', + }, + }, + requirements: { + firetrucks: 'пожарные машины', + platform_trucks: 'платформы', + heavy_rescue_vehicles: + 'машины для спасательных работ в тяжёлых условиях', + mobile_air_vehicles: 'респираторной поддержки', + battalion_chief_vehicles: 'командира батальона', + water_tankers: 'цистерны с водой', + hazmat_vehicles: 'автомобили обезвреживания', + mobile_command_vehicles: 'мобильные командные пункты', + police_cars: 'полицейские автомобили', + arff: 'АПСР', + helicopter: 'вертолёта', + k9: 'Автомобиль с полицейской собакой', + pmotorcycle: 'Полицейский мотоцикл', + swat_armored_vehicle: 'Бронемашина спецназа', + swat_suv: 'Внедорожник спецназа', + police_helicopters: 'Полицейский вертолет', + }, + pois: [ + 'Парк', + 'Озеро', + 'Больница', + 'Лес', + 'Автобусная остановка', + 'Трамвайная остановка', + 'Железнодорожная станция', + 'Железнодорожный вокзал', + 'Товарная станция', + 'Супермаркет \\(небольшой\\)', + 'Супермаркет \\(большой\\)', + 'Автозаправка', + 'Школа', + 'Музей', + 'Торговый центр', + 'Автомастерская', + 'Съезд с трассы', + 'Рождественский рынок', + 'Storehouse', + 'Дискотека', + 'Стадион', + 'Ферма', + 'Офисное здание', + 'Бассейн', + 'Railroad Crossing', + 'Театр', + 'Ярмарка', + 'Река', + 'Малый аэропорт \\(ВПП\\)', + 'Большой аэропорт \\(ВПП\\)', + 'Терминал аэропорта', + 'Банк', + 'Склад', + 'Мост', + 'Ресторан быстрого питания', + 'Грузовой порт', + 'Центр переработки ВО', + 'Высотка', + 'Причал круизных лайнеров', + 'Гавань', + 'Железнодорожный переезд', + 'Тоннель', + 'Холодный склад', + 'Электростанция', + 'Фабрика', + 'Утилизационный склад', + 'Станция метро', + 'Малое хранилище химикатов', + 'Большое хранилище химикатов', + 'Гостиница', + 'Бар', + 'Мусорный полигон', + 'Паркинг', + 'Силос', + ], + }; + + I18n.translations.uk_UA.lssm.missionhelper = { + diy_mission: 'Ця місія, здається, є масштабною місією альянсу.', + guard_mission: 'Запланована місія', + vge: 'Велика місія альянсу', + patients: 'Пацієнти', + prisoners: "В'язні", + to: 'аж до', + exp: 'Поширення', + SWATPersonnel: 'Needed SWAT Personnel', + ambulance_only: 'Ця місія є лише швидкою допомогою!', + title: 'Місіонер', + transport: 'Транспорт', + settings: { + name: { + label: "Ім'я", + description: "Показує ім'я місії у помічнику.", + }, + id: { + label: 'Посвідчення особи', + description: 'Відображає ідентифікатор місії у помічнику.', + }, + type: { + label: 'ІДЕНТИФІКАТОР ТИПУ', + description: 'Відображає ідентифікатор типу місії у помічнику.', + }, + poi: { + label: 'Потім', + description: + 'Вказує в помічнику, на якій POI знаходиться операція.', + }, + live_patients: { + label: 'Кількість пацієнтів', + description: + 'Показує в прямому ефірі, скільки пацієнтів зараз використовуються.', + }, + vehicles: { + label: 'Транспортні засоби', + description: 'Відображає необхідні транспортні засоби.', + }, + patients: { + label: 'інформація про пацієнта', + description: 'Показує інформацію про (потенційних) пацієнтів.', + }, + prisoners: { + label: "інформація про в'язнів", + description: "Показує інформацію про (потенційних) ув'язнених.", + }, + special: { + label: 'Інша інформація', + description: + 'Відображає спеціальну інформацію, таку як середня мінімальна кількість необхідного персоналу.', + }, + expansions: { + label: 'дистрибуції', + description: + 'Показує, на що може поширюватися ставка. (Показує лише просте поширення)', + }, + show_100: { + label: 'Показати 100% вірогідність', + description: + 'Показує ймовірність для транспортного засобу, навіть якщо він 100%.', + }, + credits: { + label: 'Середній заробіток', + description: + 'Показує середній заробіток, який ви отримуєте за це завдання.', + }, + show_siwa: { + label: 'Вимоги охоронців', + description: 'Показує вимоги до охоронців і в помічнику.', + }, + mission_time: { + label: 'Час створення', + description: 'Показує дату та час створення місії.', + }, + }, + requirements: { + firetrucks: 'пожежні машини', + platform_trucks: 'вантажні платформи', + heavy_rescue_vehicles: 'важкі рятувальні машини', + mobile_air_vehicles: 'Carro aria', + battalion_chief_vehicles: 'машини командира батальйону', + water_tankers: 'автоцистерн', + hazmat_vehicles: 'машини знезараження', + mobile_command_vehicles: 'Mobile Command Vehicle', + police_cars: 'поліцейські машини', + helicopter: 'elisoccorso', + ambulances: 'Ambulanza Medicalizzata', + arff: 'Flotta aerea antincendio AIB', + k9: 'Dog Support Units', + swat_suv: 'Armed Response Vehicle (ARV)', + police_helicopters: 'Police Helicopter', + }, + pois: [ + 'Парк', + 'Озеро', + 'Лікарня', + 'Ліс', + 'Автобусна зупинка', + 'Трамвайна зупинка', + 'Залізнична станція', + 'Залізничний вокзал', + 'Товарна станція', + 'Супермаркет \\(малий\\)', + 'Супермаркет \\(великий\\)', + 'Заправна станція', + 'Школа', + 'Музей', + 'Торгівельний центр', + 'Автомайстерня', + "З'їзд із траси", + 'Різдвяний ринок', + 'Storehouse', + 'Дискотека', + 'Стадіон', + 'Ферма', + 'Офісна будівля', + 'Басейн', + 'Railroad Crossing', + 'Театр', + 'Ярмарок', + 'Річка', + 'Малий аеропорт \\(ЗПС\\)', + 'Великий аеропорт \\(ЗПС\\)', + 'Термінал аеропорту', + 'Банк', + 'Склад', + 'Міст', + 'Ресторан швидкого харчування', + 'Вантажний порт', + 'Центр переробки відходів', + 'Висотка', + 'Причал круїзних лайнерів', + 'Гавань', + 'Залізничний переїзд', + 'Тунель', + 'Холодний склад', + 'Електростанція', + 'Фабрика', + 'Утилізаційний склад', + 'Станція метро', + 'Мале сховище хімікатів', + 'Велике сховище хімікатів', + 'Готель', + 'Бар', + 'Сміттєзвалище', + 'Гараж', + 'Силос', + ], + }; + + I18n.translations.ja_JP.lssm.missionhelper = { + diy_mission: 'このミッションは大規模な同盟ミッションのようです。', + guard_mission: '計画ミッション', + vge: '大規模同盟ミッション', + patients: '患者さん', + prisoners: '囚人', + to: 'まで', + exp: '普及', + SWATPersonnel: 'Needed SWAT Personnel', + ambulance_only: 'このミッションは救急車のみです!', + title: 'ミッションヘルパー', + transport: '輸送', + settings: { + name: { + label: '名前', + description: 'ヘルパーのミッションの名前を表示します。', + }, + id: { + label: 'Id', + description: 'ヘルパー内のミッションの ID を表示します。', + }, + type: { + label: 'タイプ ID', + description: 'ヘルパーのミッションタイプの ID を表示します。', + }, + poi: { + label: 'ポイ', + description: '操作がどの POI にあるかをヘルパーで示します。', + }, + live_patients: { + label: '患者数', + description: '現在使用中の患者数をライブで表示します。', + }, + vehicles: { + label: '乗り物', + description: '必要な車両を表示します。', + }, + patients: { + label: '患者情報', + description: '(潜在的な)患者に関する情報を表示します。', + }, + prisoners: { + label: '囚人情報', + description: '(潜在的な)囚人に関する情報を表示します。', + }, + special: { + label: 'その他の情報', + description: + '必要な要員の平均最小人数などの特別な情報を表示します。', + }, + expansions: { + label: '分布', + description: + 'ベットが何に広がるかを示します。 (単純なスプレッドのみを表示)', + }, + show_100: { + label: '100%の確率を表示', + description: '車両が100%であっても、車両の確率を示します。', + }, + credits: { + label: '平均収益', + description: 'この割り当てで得られる平均収益を表示します。', + }, + show_siwa: { + label: '警備員の要件', + description: 'ヘルパーのセキュリティガードの要件も示します。', + }, + mission_time: { + label: '作成時間', + description: 'ミッションが作成された日時を表示します。', + }, + }, + requirements: { + firetrucks: '消防車が ', + platform_trucks: 'プラットフォームトラック', + heavy_rescue_vehicles: '大型救助車', + mobile_air_vehicles: 'Breathing Apparatus Support Unit', + battalion_chief_vehicles: '消防隊', + water_tankers: 'ウォータータンカー', + hazmat_vehicles: '危険物取扱車両が', + mobile_command_vehicles: 'Incident Command and Control Unit', + police_cars: '警察車両が', + arff: '空港用消防車', + k9: 'Dog Support Unit', + swat_suv: 'Armed Response Vehicle (ARV)', + helicopter: 'HEMS', + police_helicopters: 'Police helicopter', + }, + pois: [ + '公園', + '湖', + '病院', + '森', + 'バス停', + '電車停留所', + '駅\\(普通車両\\)', + '駅\\(普通車両と長距離路線\\)', + '雑貨屋', + 'スーパーマーケット\\(小型\\)', + 'スーパーマーケット\\(大型\\)', + 'ガソリンスタンド', + '学校', + '博物館', + 'ショッピングモール', + '車整備店', + '高速インター', + '高速道路出口', + 'Storehouse', + 'ディスコ', + 'スタジアム', + '牧場', + 'オフィスビル', + 'プール', + 'Railroad Crossing', + '映画館', + 'イベント会場', + '河川', + '小型空港\\(滑走路\\)', + '大型空港\\(滑走路\\)', + '空港ターミナル', + '銀行', + '倉庫', + '橋', + 'ファストフードレストラン', + '貨物港', + 'リサイクルセンター', + '高層ビル', + 'クルーズ船ドック', + 'マリーナ', + '踏切', + 'トンネル', + '低温倉庫', + '発電所', + '工場', + 'ゴミ処分場', + '地下鉄駅', + '化学薬品タンク\\(小型\\)', + '化学薬品タンク\\(大型\\)', + 'ホテル', + 'バー', + '埋立地', + '駐車ガレージ', + 'サイロ', + ], + }; + + I18n.translations.ko_KR.lssm.missionhelper = { + diy_mission: '이 임무는 대규모 동맹 임무 인 것 같습니다.', + guard_mission: '계획된 임무', + vge: '대규모 동맹 임무', + patients: '환자', + prisoners: '죄수', + to: '까지', + exp: '확산', + ambulance_only: '이 임무는 구급차 전용입니다!', + title: '선교사', + transport: '수송', + settings: { + name: { + label: '이름', + description: '도우미의 임무 이름을 표시합니다.', + }, + id: { + label: '신분증', + description: '헬퍼에서 미션의 ID를 표시합니다.', + }, + type: { + label: '유형 ID', + description: '헬퍼에서 미션 유형의 ID를 표시합니다.', + }, + poi: { + label: '다음', + description: '도우미에서 작업이 있는 POI를 나타냅니다.', + }, + live_patients: { + label: '환자 수', + description: '현재 사용중인 환자 수를 실시간으로 보여줍니다.', + }, + vehicles: { + label: '차량', + description: '필요한 차량을 표시합니다.', + }, + patients: { + label: '환자 정보', + description: '(잠재적) 환자에 대한 정보를 표시합니다.', + }, + prisoners: { + label: '죄수 정보', + description: '(잠재적 인) 포로에 대한 정보를 표시합니다.', + }, + special: { + label: '기타 정보', + description: + '필요한 평균 최소 인원 수와 같은 특수 정보를 표시합니다.', + }, + expansions: { + label: '분포', + description: + '베팅이 퍼질 수있는 것을 보여줍니다. (간단한 스프레드 만 표시)', + }, + show_100: { + label: '100 % 확률 표시', + description: + '차량이 100 % 인 경우에도 차량의 확률을 표시합니다.', + }, + credits: { + label: '평균 수입', + description: '이 과제에서 얻은 평균 수입을 보여줍니다.', + }, + show_siwa: { + label: '경비원의 요구 사항', + description: + '도우미의 보안 요원에 대한 요구 사항도 표시합니다.', + }, + mission_time: { + label: '창조 시간', + description: '미션이 생성 된 날짜와 시간을 보여줍니다.', + }, + }, + requirements: { + firetrucks: '소방차', + platform_trucks: '플랫폼 트럭', + heavy_rescue_vehicles: '중장비 구조 차량', + mobile_air_vehicles: 'Breathing Apparatus Support Unit', + battalion_chief_vehicles: '소방대장', + water_tankers: '수상 탱커', + hazmat_vehicles: '생화학 차량', + mobile_command_vehicles: 'Incident Command and Control Unit', + police_cars: '경찰차', + arff: 'ARFF', + k9: 'Dog Support Unit', + swat_suv: 'Armed Response Vehicle (ARV)', + helicopter: 'HEMS', + police_helicopters: 'Police helicopter', + }, + pois: [ + '공원', + '호수', + '병원', + '숲', + '버스 정류장', + '전차 정류장', + '기차역\\(지역 교통\\)', + '기차역\\(지역 교통 및 장거리 여행역\\)', + '화물역', + '슈퍼마켓\\(소형\\)', + '슈퍼마켓\\(대형\\)', + '주유소', + '학교', + '박물관', + '쇼핑몰', + '차량 정비소', + '고속도로 출구', + '크리스마스 마켓', + '저장소', + '디스코텍', + '경기장', + '농장', + '사무용 건물', + '수영장', + '철길 건널목', + '극장', + '박람회장', + '강', + '소형 공항\\(활주로\\)', + '대형 공항\\(활주로\\)', + '공항 터미널', + '은행', + '창고', + '다리', + '패스트푸드 레스토랑', + '적하구', + '재활용 센터', + '고층 건물', + '유람선 부두', + '정박지', + '철도 건널목', + '터널', + '냉동 창고', + '발전소', + '공장', + '고철 처리장', + '지하철역', + '소형 화학물질 저장 탱크', + '대형 화학물질 저장 탱크', + '호텔', + '술집', + '매립지', + '주차장', + 'Silo', + ], + }; + + I18n.translations.ro_RO.lssm.missionhelper = { + diy_mission: + 'Această misiune pare a fi o misiune de alianță la scară largă.', + guard_mission: 'Misiune planificată', + vge: 'Misiune a alianței la scară largă', + patients: 'Pacienţii', + prisoners: 'Prizonieri', + to: 'până la', + exp: 'Se răspândeşte', + SWATPersonnel: 'Needed SWAT Personnel', + ambulance_only: 'Misiunea asta e doar pentru ambulanță!', + title: 'Ajutor de misiune', + transport: 'Transport', + settings: { + name: { + label: 'Numele', + description: 'Afișează numele misiunii în ajutor.', + }, + id: { + label: 'Id', + description: 'Afișează ID-ul misiunii în ajutor.', + }, + type: { + label: 'ID DE TIP', + description: 'Afișează ID-ul tipului de misiune în ajutor.', + }, + poi: { + label: 'Apoi', + description: + 'Indică în ajutor la ce punct de interes se află operațiunea.', + }, + live_patients: { + label: 'Numărul de pacienți', + description: + 'Arată live cât de mulți pacienți sunt în prezent în uz.', + }, + vehicles: { + label: 'Vehicule', + description: 'Afișează vehiculele necesare.', + }, + patients: { + label: 'informații despre pacient', + description: + 'Afișează informații despre (potențialii) pacienți.', + }, + prisoners: { + label: 'informații prizonier', + description: + 'Afișează informații despre (potențialii) deținuți.', + }, + special: { + label: 'Alte informații', + description: + 'Afișează informații speciale, ar fi numărul minim mediu de personal necesar.', + }, + expansions: { + label: 'Distribuţii', + description: + 'Arată la ce se poate răspândi pariul. (Afișează numai o simplă răspândire)', + }, + show_100: { + label: 'Arată probabilitatea 100%', + description: + 'Afișează probabilitatea pentru un vehicul, chiar dacă este 100%.', + }, + credits: { + label: 'Câștigul salarial mediu', + description: + 'Afișează câștigurile medii pe care le obțineți pentru această atribuire.', + }, + show_siwa: { + label: 'Cerințe ale agenților de securitate', + description: + 'Arată cerințele pentru agenții de pază în ajutor, de asemenea.', + }, + mission_time: { + label: 'Timp de creare', + description: + 'Afișează data și ora la care a fost creată misiunea.', + }, + }, + requirements: { + firetrucks: 'Mașini de pompieri', + platform_trucks: 'Camioane cu platformă', + heavy_rescue_vehicles: 'grele de salvare', + mobile_air_vehicles: 'Breathing Apparatus Support Unit', + battalion_chief_vehicles: 'Șeful de batalion', + water_tankers: 'Cisterne de apă', + hazmat_vehicles: 'pentru transportul mărfurilor periculoase', + mobile_command_vehicles: 'comandă forțe mobile', + police_cars: 'Mașini de poliție', + arff: + 'Serviciu aeronautic de salvare și luptă împotriva incendiilor', + helicopter: 'Air Ambulance', + }, + pois: [ + 'Parc', + 'Lac', + 'Spital', + 'Pădure', + 'Stație de autobuz', + 'Stație de tramvai', + 'Gară (trafic regional)', + 'Gară (trafic regional și deplasări pe distanțe lungi)', + 'Stație de marfă', + 'Supermarket (mic)', + 'Supermarket (mare)', + 'Stație de benzină', + 'Școală', + 'Muzeu', + 'Centru comercial', + 'Atelier auto', + 'Ieșire pe autostradă', + 'Târg de Crăciun', + 'Depozit', + 'Discotecă', + 'Stadion', + 'Fermă', + 'Clădire de birouri', + 'Bazin de înot', + 'Trecere de cale ferată', + 'Teatru', + 'Bâlci', + 'Râu', + 'Aeroport mic (pistă)', + 'Aeroport mare (pistă)', + 'Terminal aeroport', + 'Bancă', + 'Magazie', + 'Pod', + 'Restaurant fast-food', + 'Port pentru mărfuri', + 'Centru de reciclare', + 'Bloc cu multe etaje', + 'Doc pentru nave de croazieră', + 'Debarcader', + 'Trecere de nivel', + 'Tunel', + 'Depozit frigorific', + 'Centrală electrică', + 'Fabrică', + 'Depozit de fier vechi', + 'Stație de metrou', + 'Rezervor mic pentru stocarea de substanțe chimice', + 'Rezervor mare pentru stocarea de substanțe chimice', + 'Hotel', + 'Bar', + 'Depozit de deșeuri', + 'Parcare', + 'Silo', + ], + }; + + I18n.translations.fi_FI.lssm.missionhelper = { + diy_mission: + 'Tämä tehtävä näyttää olevan laaja-alainen liittoutumatehtävä.', + guard_mission: 'Suunniteltu tehtävä', + vge: 'Laajamittainen liittoutumatehtävä', + patients: 'potilaat', + prisoners: 'vangit', + to: 'aikeissa', + exp: 'levitteet', + SWATPersonnel: 'Needed SWAT Personnel', + ambulance_only: 'Tämä tehtävä on vain ambulanssi!', + title: 'Tehtävän auttaja', + transport: 'Kuljetus', + settings: { + name: { + label: 'Nimi', + description: 'Näyttää avustajan operaation nimen.', + }, + id: { + label: 'ID', + description: 'Näyttää operaattorin tunnuksen auttajassa.', + }, + type: { + label: 'TYP-tunnus', + description: 'Näyttää avustajan operaatiotyypin tunnuksen.', + }, + poi: { + label: 'KP', + description: 'Ilmaisee auttajassa, missä KP: ssä toiminta on.', + }, + live_patients: { + label: 'Potilaiden lukumäärä', + description: + 'Näyttää live-tilassa kuinka monta potilasta on tällä hetkellä käytössä.', + }, + vehicles: { + label: 'ajoneuvot', + description: 'Näyttää vaadittavat ajoneuvot.', + }, + patients: { + label: 'potilastiedot', + description: 'Näyttää tiedot (potentiaalisista) potilaista.', + }, + prisoners: { + label: 'vangin tiedot', + description: 'Näyttää (potentiaalisista) vankeista.', + }, + special: { + label: 'Muita tietoja', + description: + 'Näyttää erityistietoja, kuten tarvittavan henkilöstön keskimääräisen vähimmäismäärän.', + }, + expansions: { + label: 'jakaumat', + description: + 'Näyttää, mihin veto voi levitä. (Näyttää vain yksinkertaisen levityksen)', + }, + show_100: { + label: 'Näytä 100% todennäköisyys', + description: + 'Näyttää todennäköisyyden ajoneuvolle, vaikka se olisi 100%.', + }, + credits: { + label: 'Keskimääräiset ansiot', + description: + 'Näyttää keskimäärin ansaitsemasi tämän toimeksiannon.', + }, + show_siwa: { + label: 'Turvallisuusvaatimukset', + description: + 'Näyttää myös auttajassa oleville vartijoille asetetut vaatimukset.', + }, + mission_time: { + label: 'Luomisaika', + description: + 'Näyttää päivämäärän ja kellonajan, jolloin operaatio luotiin.', + }, + }, + requirements: { + firetrucks: 'paloautot', + platform_trucks: 'nostolava-auto', + heavy_rescue_vehicles: 'raskaat pelastusautot', + mobile_air_vehicles: 'Breathing Apparatus Support Unit', + battalion_chief_vehicles: 'johtoauto', + water_tankers: 'säiliöauto', + hazmat_vehicles: 'kemikaalitorjunta-auto', + mobile_command_vehicles: 'johtokeskusauto', + police_cars: 'poliisiauto', + arff: 'lentokenttäpaloauto', + helicopter: 'Air Ambulance', + }, + pois: [ + 'Puisto', + 'Järvi', + 'Sairaala', + 'Metsä', + 'Linja-autopysäkki', + 'Raitiovaunupysäkki', + 'Rautatieasema (paikallisliikenne)', + 'Rautatieasema (paikallis- ja pitkän matkan liikenne)', + 'Tavara-asema', + 'Valintamyymälä (pieni)', + 'Valintamyymälä (iso)', + 'Huoltoasema', + 'Koulu', + 'Museo', + 'Ostoskeskus', + 'Autokorjaamo', + 'Moottoritien poistumisliittymä', + 'Joulumarkkinat', + 'Varastorakennus', + 'Disko', + 'Stadion', + 'Maatila', + 'Toimistorakennus', + 'Uima-allas', + 'Trecere de cale ferată', + 'Teatteri', + 'Messukenttä', + 'Joki', + 'Pieni lentoasema (kiitorata)', + 'Suuri lentokenttä (kiitorata)', + 'Lentokenttäterminaali', + 'Pankki', + 'Varasto', + 'Silta', + 'Pikaruokaravintola', + 'Rahtisatama', + 'Kierrätyskeskus', + 'Pilvenpiirtäjä', + 'Risteilyaluslaituri', + 'Venesatama', + 'Rautatieristeys', + 'Tunneli', + 'Kylmävarasto', + 'Voimalaitos', + 'Tehdas', + 'Romuttamo', + 'Metroasema', + 'Pieni kemikaalisäiliö', + 'Iso kemikaalisäiliö', + 'Hotelli', + 'Baari', + 'Kaatopaikka', + 'Pysäköintihalli', + 'Silo', + ], + }; + + I18n.translations.nl_NL.lssm.missionhelper = { + diy_mission: 'Deze inzet lijkt een grootschalige team inzet te zijn.', + guard_mission: 'Geplande inzet', + vge: 'Grootschalige team inzet', + patients: 'Patiënten', + prisoners: 'Gevangenen', + to: 'tot', + exp: 'Verspreidingen', + ambulance_only: 'Deze inzet is alleen voor de ambulance!', + title: 'Meldinghelper', + transport: 'Transport', + settings: { + name: { + label: 'Naam', + description: 'Toont de naam van de inzet in de helper.', + }, + id: { + label: 'ID', + description: 'Toont de ID van de inzet in de helper.', + }, + type: { + label: 'TYPE-ID', + description: 'Toont de ID van het inzettype in de helper.', + }, + poi: { + label: 'POI', + description: + 'Geeft in de helper aan op welke POI de inzet betrekking heeft.', + }, + live_patients: { + label: 'Aantal patiënten', + description: + 'Laat live zien hoeveel patiënten er momenteel zijn.', + }, + vehicles: { + label: 'Voertuigen', + description: 'Geeft de benodigde voertuigen weer.', + }, + patients: { + label: 'Patiënteninformatie', + description: 'Toont informatie over (potentiële) patiënten.', + }, + prisoners: { + label: 'Gevangeneninformatie', + description: 'Toont informatie over (potentiële) gevangenen', + }, + special: { + label: 'Overige informatie', + description: + 'Toont speciale informatie, zoals het minimum aantal personeelsleden dat nodig is.', + }, + expansions: { + label: 'Incidentuitbreiding', + description: + 'Toont, of en hoe deze melding zich uitbreiden kan (Laat alleen de eerste uitbreiding zien)', + }, + show_100: { + label: 'Toon 100% waarschijnlijkheid', + description: + 'Toont de waarschijnlijkheid van een voertuig, ook al is het 100%.', + }, + credits: { + label: 'Gemiddelde verdiensten', + description: + 'Toont de gemiddelde verdiensten die je krijgt voor deze opdracht.', + }, + show_siwa: { + label: 'Helper bij geplande inzetten', + description: + 'Toont de meldinghelper ook bij geplande inzetten.', + }, + mission_time: { + label: 'Aanmaak tijd', + description: + 'Toont de datum en tijd waarop de inzet is gemaakt.', + }, + }, + requirements: { + firetrucks: 'Tankautospuiten', + police_cars: 'Noodhulpeenheden', + battalion_chief_vehicles: 'OvD-B', + platform_trucks: 'Redvoertuigen', + water_tankers: 'Slangenwagen', + heavy_rescue_vehicles: 'Hulpverleningsvoertuigen', + mobile_air_vehicles: 'Adembeschermingsvoertuigen', + mobile_command_vehicles: 'HOVD', + gwmess: 'Waarschuwings- en Verkenningsdienst voertuigen', + hazmat_vehicles: 'Adviseurs Gevaarlijke Stoffen', + ovdp: 'Officiers van Dienst Politie', + elw3: 'Commandowagen', + ambulances: 'Ambulances', + nef: 'MMT-arts', + grukw: 'ME Groepsvoertuig', + lebefkw: 'ME Commandovoertuigen', + police_helicopters: 'Politiehelikopter', + diver_units: 'Waterongevallenvoertuigen / Oppervlaktereddingsteams', + boats: 'Waterongevallenaanhangers', + hondengeleider: 'Hondengeleider', + arff: 'Crashtender', + elw_airport: 'AFO/OSC', + ovdg: 'OvD-Geneeskunde', + at_c: 'AT Commandant', + at_o: 'AT Operator', + at_m: 'AT Materiaalwagen', + spokesman: 'Voorlichter', + }, + pois: [ + 'Park', + 'Meer', + 'Ziekenhuis', + 'Bos', + 'Bushalte', + 'Tramhalte', + 'Station', + 'Centraal Station', + 'Rangeeremplacement', + 'Buurtsuper', + 'Supermarkt', + 'Tankstation', + 'School', + 'Museum', + 'Winkelcentrum', + 'Garage', + 'Snelweg oprit / afrit', + 'Kerstmarkt', + 'Magazijn', + 'Café/Club', + 'Stadion', + 'Boerderij', + 'Kantoorgebouw', + 'Zwembad', + 'Spoorwegovergang', + 'Theater', + 'Marktplein', + 'Rivier', + 'Sloot', + 'Vliegveld \\(klein\\): Start-/Landingsbaan', + 'Vliegveld \\(klein\\): Gebouw', + 'Vliegveld \\(klein\\): Vliegtuig parkeerplaats', + 'Vliegveld \\(groot\\): Start-/Landingsbaan', + 'Vliegveld \\(groot\\): Terminal', + 'Vliegveld \\(groot\\): Platform / Gate', + 'Vliegveld \\(groot\\): Parkeergarage', + 'Parkeergarage', + 'Verzorgingshuis', + 'Manege', + 'Hotel', + 'Restaurant', + 'Bankkantoor', + 'Sporthal', + 'Camping', + 'Gevangenis', + 'Asielzoekerscentrum', + 'Afvalverwerker', + 'Kerkgebouw', + 'Bouwmarkt', + 'Transformatorhuisje', + 'Industrieterrein', + 'Bedrijventerrein', + 'Haventerrein', + 'Bouwterrein', + ], + }; + + const SETTINGS_STORAGE = `${LSSM_MH_PREFIX}_STORAGE`; + + const managed_settings = { + id: SETTINGS_STORAGE, + title: I18n.t('lssm.missionhelper.title'), + settings: { + name: { + default: true, + ui: { + label: I18n.t('lssm.missionhelper.settings.name.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.name.description' + ), + }, + }, + id: { + default: false, + ui: { + label: I18n.t('lssm.missionhelper.settings.id.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.id.description' + ), + }, + }, + type: { + default: false, + ui: { + label: I18n.t('lssm.missionhelper.settings.type.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.type.description' + ), + }, + }, + poi: { + default: false, + ui: { + label: I18n.t('lssm.missionhelper.settings.poi.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.poi.description' + ), + }, + }, + live_patients: { + default: true, + ui: { + label: I18n.t( + 'lssm.missionhelper.settings.live_patients.label' + ), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.live_patients.description' + ), + }, + }, + vehicles: { + default: true, + ui: { + label: I18n.t('lssm.missionhelper.settings.vehicles.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.vehicles.description' + ), + }, + }, + patients: { + default: true, + ui: { + label: I18n.t('lssm.missionhelper.settings.patients.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.patients.description' + ), + }, + }, + prisoners: { + default: true, + ui: { + label: I18n.t( + 'lssm.missionhelper.settings.prisoners.label' + ), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.prisoners.description' + ), + }, + }, + special: { + default: true, + ui: { + label: I18n.t('lssm.missionhelper.settings.special.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.special.description' + ), + }, + }, + expansions: { + default: true, + ui: { + label: I18n.t( + 'lssm.missionhelper.settings.expansions.label' + ), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.expansions.description' + ), + }, + }, + followup: { + default: true, + ui: { + label: I18n.t('lssm.missionhelper.settings.followup.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.followup.description' + ), + }, + }, + show_100: { + default: false, + ui: { + label: I18n.t('lssm.missionhelper.settings.show_100.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.show_100.description' + ), + }, + }, + credits: { + default: true, + ui: { + label: I18n.t('lssm.missionhelper.settings.credits.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.credits.description' + ), + }, + }, + show_siwa: { + default: false, + ui: { + label: I18n.t( + 'lssm.missionhelper.settings.show_siwa.label' + ), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.show_siwa.description' + ), + }, + }, + mission_time: { + default: false, + ui: { + label: I18n.t( + 'lssm.missionhelper.settings.mission_time.label' + ), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.mission_time.description' + ), + }, + }, + }, + }; + + switch (I18n.locale) { + case 'de_DE': + managed_settings.settings.water = { + default: true, + ui: { + label: I18n.t('lssm.missionhelper.settings.water.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.water.description' + ), + }, + }; + managed_settings.settings.hide_elw1 = { + default: false, + ui: { + label: I18n.t( + 'lssm.missionhelper.settings.hide_elw1.label' + ), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.hide_elw1.description' + ), + }, + }; + managed_settings.settings.hide_rw = { + default: false, + ui: { + label: I18n.t('lssm.missionhelper.settings.hide_rw.label'), + type: 'toggle', + description: I18n.t( + 'lssm.missionhelper.settings.hide_rw.description' + ), + }, + }; + break; + case 'en_US': + break; + } + + lssm.managedSettings.register(managed_settings); + + if (!window.location.href.match(/(missions\/\d+$)|(einsaetze\/\d+$)/g)) + return; + + const clone = a => JSON.parse(JSON.stringify(a)); + const get_setting = key => + lssm.managedSettings.getSetting(SETTINGS_STORAGE, key); + + const MISSIONS_FILE = lssm.getlink( + `/modules/lss-missionHelper/missions.${I18n.locale}.json`, + true + ); + const MISSION_WINDOW = + null === window.location.href.match(/einsaetze\/\d+/); + let mission_help = $('#mission_help'); + const MISSION_TYPE = MISSION_WINDOW + ? mission_help[0] + ? mission_help + .attr('href') + .split('/') + .pop() + .replace(/\?.*/, '') + : null + : window.location.href.match(/\d+([^?]|$)/)[0]; + const MISSION_ID = window.location.href.replace(/\D/g, ''); + const SETTINGS = Object.keys(managed_settings.settings).reduce( + (result, key) => { + result[key] = get_setting(key); + return result; + }, + {} + ); + + fetch(MISSIONS_FILE) + .then(missions => missions.json()) + .then(missions => { + const MISSIONS = clone(missions); + const MISSION = MISSIONS[MISSION_TYPE]; + + if (!MISSION_WINDOW) return; + + let markup = document.createElement('div'); + markup.id = LSSM_MH_PREFIX; + markup.classList.add( + 'alert', + 'alert-warning', + localStorage[`${LSSM_MH_PREFIX}_state`] || 'pinned' + ); + markup.innerHTML = `
+ + + +
+
+`; + + MISSION_WINDOW && + localStorage[`${LSSM_MH_PREFIX}_state`] === 'pinned' + ? pin_missionhelper(markup) + : unpin_missionhelper(markup); + + let content = document.querySelector(`#${LSSM_MH_PREFIX} .content`); + + if (!MISSION_TYPE) { + content.innerText = I18n.t('lssm.missionhelper.diy_mission'); + SETTINGS.mission_time && + (content.innerHTML += `${ + document.querySelector('#missionH1').attributes[ + 'data-original-title' + ].value + } `); + return lssm_missionhelper_adjustPosition(); + } + + if (SETTINGS.name || SETTINGS.id || SETTINGS.type || SETTINGS.poi) { + content.innerHTML += `

${(SETTINGS.name && MISSION.name) || + ''}${(SETTINGS.id && + ` ID: ${MISSION_ID}`) || + ''}${(SETTINGS.type && + ` Type: ${MISSION_TYPE}`) || + ''}${(MISSION.place && + SETTINGS.poi && + ` POI: ${MISSION.place}`) || + ''}


`; + } + + MISSION.onlyRd = !Object.keys(MISSION.requirements).length; + + if (MISSION.onlyRd) { + content.innerHTML += `${I18n.t( + 'lssm.missionhelper.ambulance_only' + )}
`; + (MISSION.chances.patient_transport || + MISSION.additional.patient_specializations) && + (content.innerHTML += `${I18n.t( + 'lssm.missionhelper.transport' + )}: ${(MISSION.chances.patient_transport && + `${MISSION.chances.patient_transport}%`) || + ''}${void 0 !== + typeof MISSION.additional.patient_specializations && + ` (${MISSION.additional.patient_specializations})`}`); + MISSION.chances.nef && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.requirements.nef' + )}: ${MISSION.chances.nef}%`); + MISSION.chances.helicopter && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.requirements.helicopter' + )}: ${MISSION.chances.helicopter}%`); + MISSION.chances.patient_other_treatment && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.tragehilfe' + )}: ${MISSION.chances.patient_other_treatment}%`); + return lssm_missionhelper_adjustPosition(); + } + + if (MISSION.additional.guard_mission) { + content.innerHTML += `

${I18n.t( + 'lssm.missionhelper.guard_mission' + )}

`; + if (!SETTINGS.show_siwa) + return lssm_missionhelper_adjustPosition(); + } + + MISSION.vge && + (content.innerHTML += `

${I18n.t( + 'lssm.missionhelper.vge' + )}

`); + + let patients = document.querySelectorAll('.mission_patient').length; + SETTINGS.live_patients && + patients > 0 && + (content.innerHTML += `${I18n.t( + 'lssm.missionhelper.patients' + )}: ${patients}

`); + + if (SETTINGS.vehicles) { + if ( + SETTINGS.hide_elw1 && + MISSION.requirements.battalion_chief_vehicles && + MISSION.requirements.mobile_command_vehicles + ) { + MISSION.requirements.battalion_chief_vehicles -= + MISSION.requirements.mobile_command_vehicles; + if (MISSION.requirements.battalion_chief_vehicles <= 0) + delete MISSION.requirements.battalion_chief_vehicles; + } + if ( + SETTINGS.hide_rw && + MISSION.requirements.heavy_rescue_vehicles && + MISSION.requirements.firetrucks + ) { + MISSION.requirements.heavy_rescue_vehicles -= + MISSION.requirements.firetrucks; + if (MISSION.requirements.heavy_rescue_vehicles <= 0) + delete MISSION.requirements.heavy_rescue_vehicles; + } + for (let vehicle in MISSION.requirements) { + if ( + !MISSION.requirements.hasOwnProperty(vehicle) || + vehicle === 'water_needed' + ) + continue; + content.innerHTML += `${ + MISSION.requirements[vehicle] + }x ${I18n.t( + `lssm.missionhelper.requirements.${ + MISSION.additional && + MISSION.additional.allow_rw_instead_of_lf && + vehicle === 'firetrucks' + ? 'allow_rw_instead_of_lf' + : vehicle + }` + )} ${(MISSION.chances && + MISSION.chances[vehicle] && + `(${MISSION.chances[vehicle]}%)`) || + (SETTINGS.show_100 && `(100%)`) || + ''}
`; + } + } + + if ((MISSION.additional || (MISSION.chances && SETTINGS.patients)) && MISSION.additional.possible_patient) { + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.patients' + )}: ${(MISSION.additional.possible_patient_min !== + MISSION.additional.possible_patient && + `${MISSION.additional.possible_patient_min || + 0} ${I18n.t('lssm.missionhelper.to')}`) || + ''} ${MISSION.additional.possible_patient}
`); + + if ( + MISSION.chances.patient_transport || + MISSION.additional.patient_specializations + ) { + content.innerHTML += `${I18n.t( + 'lssm.missionhelper.transport' + )}: ${(MISSION.chances.patient_transport && + `${MISSION.chances.patient_transport}%`) || + ''}${void 0 !== + typeof MISSION.additional.patient_specializations && + ` (${MISSION.additional.patient_specializations})`}`; + } + + MISSION.chances.nef && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.requirements.nef' + )}: ${MISSION.chances.nef}%`); + MISSION.chances.helicopter && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.requirements.helicopter' + )}: ${MISSION.chances.helicopter}%`); + MISSION.chances.patient_other_treatment && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.tragehilfe' + )}: ${MISSION.chances.patient_other_treatment}%`); + + I18n.locale === 'de_DE' && + patients >= 5 && + (content.innerHTML += `
1x ${I18n.t( + 'lssm.missionhelper.requirements.lna' + )} (100%)`); + I18n.locale === 'de_DE' && + patients >= 10 && + (content.innerHTML += `
1x ${I18n.t( + 'lssm.missionhelper.requirements.orgl' + )} (100%)`); + I18n.locale === 'en_US' && + patients >= 10 && + (content.innerHTML += `
1x ${I18n.t( + 'lssm.missionhelper.requirements.emschief' + )} (100%)`); + I18n.locale === 'nl_NL' && + patients >= 3 && + (content.innerHTML += `
1x ${I18n.t( + 'lssm.missionhelper.requirements.ovdg' + )} (100%)`); + content.innerHTML += '
'; + } + + SETTINGS.prisoners && + MISSION.additional && + MISSION.additional.max_possible_prisoners && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.prisoners' + )}: ${MISSION.additional.min_possible_prisoners !== + MISSION.additional.max_possible_prisoners && + `${MISSION.additional.min_possible_prisoners || 0} ${I18n.t( + 'lssm.missionhelper.to' + )}`} ${MISSION.additional.max_possible_prisoners}
`); + + SETTINGS.special && + MISSION.additional && + MISSION.additional.average_min_fire_personnel && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.averageMinimumEmployeesFire' + )}: ${MISSION.additional.average_min_fire_personnel}
`); + SETTINGS.special && + MISSION.additional && + MISSION.additional.average_min_police_personnel && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.averageMinimumEmployeesPolice' + )}: ${MISSION.additional.average_min_police_personnel}
`); + SETTINGS.special && + MISSION.additional && + MISSION.additional.swat_personnel && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.SWATPersonnel' + )}: ${MISSION.additional.swat_personnel}
`); + SETTINGS.special && + MISSION.additional && + MISSION.additional.height_rescue_personnel && + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.averageMinimumEmployeesHoehen' + )}: ${MISSION.additional.height_rescue_personnel}
`); + + if ( + (SETTINGS.water && MISSION.requirements.water_needed) || + (SETTINGS.credits && MISSION.average_credits) || + SETTINGS.mission_time + ) { + content.innerHTML += '
'; + SETTINGS.credits && + MISSION.average_credits && + (content.innerHTML += `~ ${MISSION.average_credits.toLocaleString()} Credits `); + SETTINGS.water && + MISSION.requirements.water_needed && + (content.innerHTML += `${I18n.t( + 'lssm.missionhelper.water' + )}: ${MISSION.requirements.water_needed.toLocaleString()} Liter `); + SETTINGS.mission_time && + (content.innerHTML += `${ + document.querySelector('#missionH1').attributes[ + 'data-original-title' + ].value + } `); + content.innerHTML += '
'; + } + + if ( + SETTINGS.expansions && + MISSION.additional.expansion_missions_ids + ) { + content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.exp' + )}:
`; + for (let i of Object.keys( + MISSION.additional.expansion_missions_ids + )) { + let id = MISSION.additional.expansion_missions_ids[i]; + content.innerHTML += `${ + MISSIONS[id] ? MISSIONS[id].name : id + }`; + } + } + + if (SETTINGS.followup && MISSION.additional.followup_missions_ids) { + content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.fwm' + )}:
`; + for (let i of Object.keys( + MISSION.additional.followup_missions_ids + )) { + let id = MISSION.additional.followup_missions_ids[i]; + content.innerHTML += `${ + MISSIONS[id] ? MISSIONS[id].name : id + }`; + } + } + + lssm_missionhelper_adjustPosition(); + }); + + let handle_overlap = element => { + let missionhelp = document.querySelector(`#${LSSM_MH_PREFIX}`); + if (!missionhelp || !missionhelp.classList.contains('unpinned')) return; + let element_bounding = element.getBoundingClientRect(); + let missionhelp_bounding = missionhelp.getBoundingClientRect(); + missionhelp.style.opacity = + element_bounding.right > missionhelp_bounding.left && + element_bounding.left < missionhelp_bounding.right && + element_bounding.bottom > missionhelp_bounding.top && + element_bounding.top < missionhelp_bounding.bottom + ? 0.1 + : null; + }; + + document.querySelectorAll('.aao, .vehicle_group').forEach(el => { + el.addEventListener('mouseenter', aao => { + handle_overlap(aao.currentTarget); + }); + el.addEventListener('mouseleave', () => { + let missionhelp = document.querySelector(`#${LSSM_MH_PREFIX}`); + missionhelp.style.opacity = null; + }); + }); + document + .querySelectorAll('#new_mission_reply, #mission_replies') + .forEach(el => { + el.addEventListener('mouseenter', element => { + handle_overlap(element.currentTarget); + }); + el.addEventListener('mouseleave', () => { + let missionhelp = document.querySelector(`#${LSSM_MH_PREFIX}`); + missionhelp.style.opacity = null; + }); + }); + + $('head').append( + `` + ); +})(I18n); + +let pin_missionhelper = markup => { + let missionhelper = document.querySelector(`#${LSSM_MH_PREFIX}`) || markup; + document.querySelector('#mission-form').prepend(missionhelper); + missionhelper.classList.replace('unpinned', 'pinned'); + let toggle_btn = document.querySelector( + `#${LSSM_MH_PREFIX}_toggle span.down` + ); + toggle_btn && toggle_btn.click(); + document.querySelector(`#${LSSM_MH_PREFIX}_pin`).onclick = () => + unpin_missionhelper(null); + localStorage[`${LSSM_MH_PREFIX}_state`] = 'pinned'; +}; + +let unpin_missionhelper = markup => { + let missionhelper = document.querySelector(`#${LSSM_MH_PREFIX}`) || markup; + document.querySelector('#iframe-inside-container').append(missionhelper); + missionhelper.classList.replace('pinned', 'unpinned'); + document.querySelector(`#${LSSM_MH_PREFIX}_pin`).onclick = () => + pin_missionhelper(null); + $(`#${LSSM_MH_PREFIX}`).draggable({ + handle: '.handle', + containment: '#iframe-inside-container', + scroll: true, + stack: '#iframe-inside-container', + }); + document.querySelector(`#${LSSM_MH_PREFIX}_toggle`).onclick = () => { + document + .querySelector(`#${LSSM_MH_PREFIX} .content`) + .classList.toggle('hidden'); + let span = document.querySelector(`#${LSSM_MH_PREFIX}_toggle span`); + span.classList.toggle('up'); + span.classList.toggle('down'); + localStorage[`${LSSM_MH_PREFIX}_toggle`] = span.classList.contains( + 'up' + ); + lssm_missionhelper_adjustPosition(); + }; + localStorage[`${LSSM_MH_PREFIX}_state`] = 'unpinned'; +}; From 47bacac6db10f7462f8de948f5ab3bd458b70ee3 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 17:29:37 +0200 Subject: [PATCH 58/59] :ambulance: [Core] Line --- .../lss-missionHelper/missionHelper.user.js | 86 +++++++++---------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/modules/lss-missionHelper/missionHelper.user.js b/modules/lss-missionHelper/missionHelper.user.js index f081b5e85..64f4b5a84 100644 --- a/modules/lss-missionHelper/missionHelper.user.js +++ b/modules/lss-missionHelper/missionHelper.user.js @@ -3802,10 +3802,10 @@ const lssm_missionhelper_adjustPosition = () => { const MISSION_TYPE = MISSION_WINDOW ? mission_help[0] ? mission_help - .attr('href') - .split('/') - .pop() - .replace(/\?.*/, '') + .attr('href') + .split('/') + .pop() + .replace(/\?.*/, '') : null : window.location.href.match(/\d+([^?]|$)/)[0]; const MISSION_ID = window.location.href.replace(/\D/g, ''); @@ -3840,16 +3840,16 @@ const lssm_missionhelper_adjustPosition = () => { localStorage[`${LSSM_MH_PREFIX}_toggle`] === 'true' ? '' : 'hidden' - }"> + }">
`; + }">`; MISSION_WINDOW && - localStorage[`${LSSM_MH_PREFIX}_state`] === 'pinned' + localStorage[`${LSSM_MH_PREFIX}_state`] === 'pinned' ? pin_missionhelper(markup) : unpin_missionhelper(markup); @@ -3862,19 +3862,19 @@ const lssm_missionhelper_adjustPosition = () => { document.querySelector('#missionH1').attributes[ 'data-original-title' ].value - } `); + } `); return lssm_missionhelper_adjustPosition(); } if (SETTINGS.name || SETTINGS.id || SETTINGS.type || SETTINGS.poi) { content.innerHTML += `

${(SETTINGS.name && MISSION.name) || ''}${(SETTINGS.id && - ` ID: ${MISSION_ID}`) || + ` ID: ${MISSION_ID}`) || ''}${(SETTINGS.type && - ` Type: ${MISSION_TYPE}`) || + ` Type: ${MISSION_TYPE}`) || ''}${(MISSION.place && - SETTINGS.poi && - ` POI: ${MISSION.place}`) || + SETTINGS.poi && + ` POI: ${MISSION.place}`) || ''}


`; } @@ -3890,9 +3890,9 @@ const lssm_missionhelper_adjustPosition = () => { 'lssm.missionhelper.transport' )}: ${(MISSION.chances.patient_transport && `${MISSION.chances.patient_transport}%`) || - ''}${void 0 !== - typeof MISSION.additional.patient_specializations && - ` (${MISSION.additional.patient_specializations})`}`); + ''}${void 0 !== + typeof MISSION.additional.patient_specializations && + ` (${MISSION.additional.patient_specializations})`}`); MISSION.chances.nef && (content.innerHTML += `
${I18n.t( 'lssm.missionhelper.requirements.nef' @@ -3957,30 +3957,30 @@ const lssm_missionhelper_adjustPosition = () => { continue; content.innerHTML += `${ MISSION.requirements[vehicle] - }x ${I18n.t( - `lssm.missionhelper.requirements.${ + }x ${I18n.t( + `lssm.missionhelper.requirements.${ MISSION.additional && - MISSION.additional.allow_rw_instead_of_lf && - vehicle === 'firetrucks' + MISSION.additional.allow_rw_instead_of_lf && + vehicle === 'firetrucks' ? 'allow_rw_instead_of_lf' : vehicle - }` - )} ${(MISSION.chances && - MISSION.chances[vehicle] && - `(${MISSION.chances[vehicle]}%)`) || + }` + )} ${(MISSION.chances && + MISSION.chances[vehicle] && + `(${MISSION.chances[vehicle]}%)`) || (SETTINGS.show_100 && `(100%)`) || ''}
`; } } if ((MISSION.additional || (MISSION.chances && SETTINGS.patients)) && MISSION.additional.possible_patient) { - (content.innerHTML += `
${I18n.t( - 'lssm.missionhelper.patients' - )}: ${(MISSION.additional.possible_patient_min !== - MISSION.additional.possible_patient && - `${MISSION.additional.possible_patient_min || - 0} ${I18n.t('lssm.missionhelper.to')}`) || - ''} ${MISSION.additional.possible_patient}
`); + (content.innerHTML += `
${I18n.t( + 'lssm.missionhelper.patients' + )}: ${(MISSION.additional.possible_patient_min !== + MISSION.additional.possible_patient && + `${MISSION.additional.possible_patient_min || + 0} ${I18n.t('lssm.missionhelper.to')}`) || + ''} ${MISSION.additional.possible_patient}
`); if ( MISSION.chances.patient_transport || @@ -3990,9 +3990,9 @@ const lssm_missionhelper_adjustPosition = () => { 'lssm.missionhelper.transport' )}: ${(MISSION.chances.patient_transport && `${MISSION.chances.patient_transport}%`) || - ''}${void 0 !== - typeof MISSION.additional.patient_specializations && - ` (${MISSION.additional.patient_specializations})`}`; + ''}${void 0 !== + typeof MISSION.additional.patient_specializations && + ` (${MISSION.additional.patient_specializations})`}`; } MISSION.chances.nef && @@ -4037,10 +4037,10 @@ const lssm_missionhelper_adjustPosition = () => { (content.innerHTML += `
${I18n.t( 'lssm.missionhelper.prisoners' )}: ${MISSION.additional.min_possible_prisoners !== - MISSION.additional.max_possible_prisoners && - `${MISSION.additional.min_possible_prisoners || 0} ${I18n.t( - 'lssm.missionhelper.to' - )}`} ${MISSION.additional.max_possible_prisoners}
`); + MISSION.additional.max_possible_prisoners && + `${MISSION.additional.min_possible_prisoners || 0} ${I18n.t( + 'lssm.missionhelper.to' + )}`} ${MISSION.additional.max_possible_prisoners}
`); SETTINGS.special && MISSION.additional && @@ -4086,7 +4086,7 @@ const lssm_missionhelper_adjustPosition = () => { document.querySelector('#missionH1').attributes[ 'data-original-title' ].value - } `); + } `); content.innerHTML += '
'; } @@ -4103,7 +4103,7 @@ const lssm_missionhelper_adjustPosition = () => { let id = MISSION.additional.expansion_missions_ids[i]; content.innerHTML += `${ MISSIONS[id] ? MISSIONS[id].name : id - }`; + }`; } } @@ -4117,7 +4117,7 @@ const lssm_missionhelper_adjustPosition = () => { let id = MISSION.additional.followup_missions_ids[i]; content.innerHTML += `${ MISSIONS[id] ? MISSIONS[id].name : id - }`; + }`; } } @@ -4131,9 +4131,9 @@ const lssm_missionhelper_adjustPosition = () => { let missionhelp_bounding = missionhelp.getBoundingClientRect(); missionhelp.style.opacity = element_bounding.right > missionhelp_bounding.left && - element_bounding.left < missionhelp_bounding.right && - element_bounding.bottom > missionhelp_bounding.top && - element_bounding.top < missionhelp_bounding.bottom + element_bounding.left < missionhelp_bounding.right && + element_bounding.bottom > missionhelp_bounding.top && + element_bounding.top < missionhelp_bounding.bottom ? 0.1 : null; }; From e7e41820097c73351e4bcafa1b13359ce8e91147 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 May 2020 17:31:51 +0200 Subject: [PATCH 59/59] :boom: [MissionHelper] Update Jsons --- modules/lss-missionHelper/missions.cs_CZ.json | 2887 +++ modules/lss-missionHelper/missions.da_DK.json | 3345 ++++ modules/lss-missionHelper/missions.de_DE.json | 13569 ++++++++++++++ modules/lss-missionHelper/missions.en_AU.json | 3312 ++++ modules/lss-missionHelper/missions.en_GB.json | 3373 ++++ modules/lss-missionHelper/missions.en_US.json | 9292 ++++++++++ modules/lss-missionHelper/missions.es_ES.json | 2850 +++ modules/lss-missionHelper/missions.es_MX.json | 2604 +++ modules/lss-missionHelper/missions.fi_FI.json | 2114 +++ modules/lss-missionHelper/missions.fr_FR.json | 3085 ++++ modules/lss-missionHelper/missions.it_IT.json | 3634 ++++ modules/lss-missionHelper/missions.ja_JP.json | 2269 +++ modules/lss-missionHelper/missions.ko_KR.json | 2221 +++ modules/lss-missionHelper/missions.nb_NO.json | 3047 ++++ modules/lss-missionHelper/missions.nl_NL.json | 14715 ++++++++++++++++ modules/lss-missionHelper/missions.pl_PL.json | 3760 ++++ modules/lss-missionHelper/missions.pt_BR.json | 2229 +++ modules/lss-missionHelper/missions.pt_PT.json | 2451 +++ modules/lss-missionHelper/missions.ro_RO.json | 1926 ++ modules/lss-missionHelper/missions.ru_RU.json | 3113 ++++ modules/lss-missionHelper/missions.sk_SK.json | 1822 ++ modules/lss-missionHelper/missions.sv_SE.json | 3119 ++++ modules/lss-missionHelper/missions.tr_TR.json | 2284 +++ modules/lss-missionHelper/missions.uk_UA.json | 2176 +++ 24 files changed, 95197 insertions(+) create mode 100644 modules/lss-missionHelper/missions.cs_CZ.json create mode 100644 modules/lss-missionHelper/missions.da_DK.json create mode 100644 modules/lss-missionHelper/missions.de_DE.json create mode 100644 modules/lss-missionHelper/missions.en_AU.json create mode 100644 modules/lss-missionHelper/missions.en_GB.json create mode 100644 modules/lss-missionHelper/missions.en_US.json create mode 100644 modules/lss-missionHelper/missions.es_ES.json create mode 100644 modules/lss-missionHelper/missions.es_MX.json create mode 100644 modules/lss-missionHelper/missions.fi_FI.json create mode 100644 modules/lss-missionHelper/missions.fr_FR.json create mode 100644 modules/lss-missionHelper/missions.it_IT.json create mode 100644 modules/lss-missionHelper/missions.ja_JP.json create mode 100644 modules/lss-missionHelper/missions.ko_KR.json create mode 100644 modules/lss-missionHelper/missions.nb_NO.json create mode 100644 modules/lss-missionHelper/missions.nl_NL.json create mode 100644 modules/lss-missionHelper/missions.pl_PL.json create mode 100644 modules/lss-missionHelper/missions.pt_BR.json create mode 100644 modules/lss-missionHelper/missions.pt_PT.json create mode 100644 modules/lss-missionHelper/missions.ro_RO.json create mode 100644 modules/lss-missionHelper/missions.ru_RU.json create mode 100644 modules/lss-missionHelper/missions.sk_SK.json create mode 100644 modules/lss-missionHelper/missions.sv_SE.json create mode 100644 modules/lss-missionHelper/missions.tr_TR.json create mode 100644 modules/lss-missionHelper/missions.uk_UA.json diff --git a/modules/lss-missionHelper/missions.cs_CZ.json b/modules/lss-missionHelper/missions.cs_CZ.json new file mode 100644 index 000000000..801f9b3cb --- /dev/null +++ b/modules/lss-missionHelper/missions.cs_CZ.json @@ -0,0 +1,2887 @@ +{ + "0": { + "id": 0, + "name": "Ho\u0159\u00edc\u00ed popelnice", + "place": "Autobusov\u00e1 zast\u00e1vka", + "average_credits": 110, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Ho\u0159\u00edc\u00ed kontejner", + "place": null, + "average_credits": 170, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Ho\u0159\u00edc\u00ed automobil", + "place": null, + "average_credits": 370, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Ho\u0159\u00edc\u00ed motocykl", + "place": null, + "average_credits": 340, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Po\u017e\u00e1r tr\u00e1vy", + "place": null, + "average_credits": 200, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Po\u017e\u00e1r v pokoji", + "place": null, + "average_credits": 1400, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Po\u017e\u00e1r zahradn\u00edho alt\u00e1nu", + "place": null, + "average_credits": 600, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Po\u017e\u00e1r list\u00ed", + "place": null, + "average_credits": 210, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Ho\u0159\u00edc\u00ed hromada odpadk\u016f", + "place": null, + "average_credits": 220, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Ho\u0159\u00edc\u00ed bal\u00edk sl\u00e1my", + "place": null, + "average_credits": 250, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Ho\u0159\u00edc\u00ed traktor", + "place": null, + "average_credits": 600, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Ho\u0159\u00edc\u00ed telefonn\u00ed budka", + "place": null, + "average_credits": 240, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Strom p\u0159es cestu", + "place": null, + "average_credits": 310, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Ho\u0159\u00edc\u00ed kamion", + "place": null, + "average_credits": 980, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Mal\u00fd po\u017e\u00e1r na poli", + "place": null, + "average_credits": 1000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Mal\u00fd p\u0159\u00edrodn\u00ed po\u017e\u00e1r", + "place": "Les", + "average_credits": 1010, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Ho\u0159\u00edc\u00ed karavan", + "place": null, + "average_credits": 1100, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Ho\u0159\u00edc\u00ed po\u0161tovn\u00ed schr\u00e1nka", + "place": null, + "average_credits": 340, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Ho\u0159\u00edc\u00ed hromada v\u011btv\u00ed", + "place": null, + "average_credits": 700, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Ho\u0159\u00edc\u00ed p\u0159\u00edv\u011bs", + "place": null, + "average_credits": 650, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Po\u017e\u00e1r ve sklep\u011b", + "place": null, + "average_credits": 2500, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Ho\u0159\u00edc\u00ed kom\u00edn", + "place": null, + "average_credits": 2400, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Po\u017e\u00e1r st\u0159echy", + "place": null, + "average_credits": 2700, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Ho\u0159\u00edc\u00ed olej", + "place": null, + "average_credits": 1200, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Po\u017e\u00e1r autobusov\u00e9 zast\u00e1vky", + "place": "Autobusov\u00e1 zast\u00e1vka", + "average_credits": 900, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Dopravn\u00ed nehoda", + "place": null, + "average_credits": 1000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Mal\u00fd po\u017e\u00e1r v supermarketu", + "place": "Supermarket (mal\u00fd)", + "average_credits": 1500, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Po\u017e\u00e1r gar\u00e1\u017ee", + "place": null, + "average_credits": 1400, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Ho\u0159\u00edc\u00ed stroj", + "place": null, + "average_credits": 2470, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "\u00danik nafty z cisterny", + "place": null, + "average_credits": 5300, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "\u00danik plynu", + "place": null, + "average_credits": 400, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Po\u017e\u00e1r krbu", + "place": null, + "average_credits": 1310, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Po\u017e\u00e1r \u017eac\u00edho stroje", + "place": null, + "average_credits": 1200, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Mal\u00fd po\u017e\u00e1r v supermarketu", + "place": "Supermarket (mal\u00fd)", + "average_credits": 1500, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Po\u017e\u00e1r v nemocnici", + "place": "Nemocnice", + "average_credits": 6000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Otrava alkoholem", + "place": null, + "average_credits": null, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Bolest na hrudi", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Astmatick\u00fd z\u00e1chvat", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Z\u00e1chvat", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Hore\u010dka", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Bezvl\u00e1dn\u00e1 osoba", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Po\u017e\u00e1r v autoservisu", + "place": "Autoservis", + "average_credits": 6000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Bezvl\u00e1dn\u00e1 osoba", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Bezvl\u00e1dn\u00e1 osoba", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Kr\u00e1de\u017e v obchod\u011b", + "place": "Supermarket (mal\u00fd)", + "average_credits": 100, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Kr\u00e1de\u017e v obchod\u011b", + "place": "Supermarket (velk\u00fd)", + "average_credits": 100, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Nehoda na parkovi\u0161ti", + "place": "Supermarket (mal\u00fd)", + "average_credits": 120, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Nehoda na parkovi\u0161ti", + "place": "Supermarket (velk\u00fd)", + "average_credits": 120, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Kr\u00e1de\u017e kovu", + "place": "N\u00e1kladov\u00e9 n\u00e1dra\u017e\u00ed", + "average_credits": 150, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Kaps\u00e1\u0159i", + "place": "Park", + "average_credits": 150, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "\u010cern\u00fd pasa\u017e\u00e9r", + "place": "Autobusov\u00e1 zast\u00e1vka", + "average_credits": 120, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "\u010cern\u00fd pasa\u017e\u00e9r", + "place": "Tramvajov\u00e1 zast\u00e1vka", + "average_credits": 120, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "\u010cern\u00fd pasa\u017e\u00e9r", + "place": "\u017delezni\u010dn\u00ed stanice (region\u00e1ln\u00ed doprava)", + "average_credits": 120, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "\u010cern\u00fd pasa\u017e\u00e9r", + "place": "\u017delezni\u010dn\u00ed stanice (region\u00e1ln\u00ed a d\u00e1lkov\u00e1 doprava)", + "average_credits": 120, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Nehoda na parkovi\u0161ti", + "place": "N\u00e1kupn\u00ed centrum", + "average_credits": 120, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Rva\u010dka", + "place": null, + "average_credits": 700, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "V\u00fdtr\u017enictv\u00ed", + "place": null, + "average_credits": 500, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Nenahl\u00e1\u0161en\u00e1 demonstrace", + "place": null, + "average_credits": 10020, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Po\u017e\u00e1r v kuchyni", + "place": null, + "average_credits": 1000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Z\u00e1chrana zv\u00ed\u0159ete", + "place": "Farma", + "average_credits": 900, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Po\u017e\u00e1r sportovn\u00ed haly", + "place": "\u0160kola", + "average_credits": 2000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "St\u00ed\u017enost na hluk", + "place": null, + "average_credits": 400, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Tranzitorn\u00ed ischemick\u00e1 ataka", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Nehoda autobusu", + "place": null, + "average_credits": 1000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Po\u017e\u00e1r v kuchyni", + "place": null, + "average_credits": 1000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Po\u017e\u00e1r v pokoji", + "place": null, + "average_credits": 1400, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Rva\u010dka", + "place": null, + "average_credits": 700, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Velk\u00fd po\u017e\u00e1r v supermarketu", + "place": "Supermarket (velk\u00fd)", + "average_credits": 3000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "\u00danik nafty z cisterny", + "place": null, + "average_credits": 4300, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Velk\u00fd po\u017e\u00e1r v supermarketu", + "place": "Supermarket (velk\u00fd)", + "average_credits": 3000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Krv\u00e1cen\u00ed z nosu", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd chirurg" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Nehoda lehk\u00e9ho letounu", + "place": null, + "average_credits": 4000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "V\u00e1\u017en\u00e1 nehoda autobusu", + "place": null, + "average_credits": 2000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "V\u0161eobecn\u00fd chirurg" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Velk\u00fd ohe\u0148", + "place": null, + "average_credits": 10210, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "D\u00edt\u011b zam\u010den\u00e9 ve vozidle", + "place": null, + "average_credits": 1000, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 1 + } + }, + "76": { + "id": 76, + "name": "Dopravn\u00ed nehoda s p\u0159evr\u00e1cen\u00edm", + "place": null, + "average_credits": 3000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "77": { + "id": 77, + "name": "Poran\u011bn\u00ed p\u00e1te\u0159e", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd chirurg" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "78": { + "id": 78, + "name": "\u010c\u00e1ste\u010dn\u00e9 z\u0159\u00edcen\u00ed budovy", + "place": null, + "average_credits": 7500, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 10 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "79": { + "id": 79, + "name": "Z\u0159\u00edcen\u00ed budovy", + "place": null, + "average_credits": 9000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 7 + } + }, + "80": { + "id": 80, + "name": "Pop\u00e1leniny 3. stupn\u011b", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd chirurg" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "81": { + "id": 81, + "name": "V\u00e1\u017en\u00e9 poran\u011bn\u00ed hlavy", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "82": { + "id": 82, + "name": "Amputace kon\u010detiny", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd chirurg" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "83": { + "id": 83, + "name": "Po\u017e\u00e1r velk\u00e9 farmy", + "place": "Farma", + "average_credits": 9000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "84": { + "id": 84, + "name": "Bolest zad", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "85": { + "id": 85, + "name": "Dopravn\u00ed nehoda motocyklu", + "place": null, + "average_credits": 2300, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "86": { + "id": 86, + "name": "Du\u0161en\u00ed", + "place": null, + "average_credits": null, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "87": { + "id": 87, + "name": "Po\u017e\u00e1r j\u00eddelny", + "place": "\u0160kola", + "average_credits": 1300, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "88": { + "id": 88, + "name": "Zaseknut\u00fd horolezec", + "place": null, + "average_credits": 650, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "89": { + "id": 89, + "name": "Napaden\u00ed \u00fa\u0159edn\u00edka", + "place": "Stanice metra", + "average_credits": 750, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "90": { + "id": 90, + "name": "Po\u017e\u00e1r sila", + "place": "Silo", + "average_credits": 3000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "91": { + "id": 91, + "name": "Zran\u011bn\u00e1 osoba na sto\u017e\u00e1ru vysok\u00e9ho nap\u011bt\u00ed", + "place": null, + "average_credits": 650, + "generated_by": "V\u00fdjezdov\u00e1 z\u00e1kladna z\u00e1chrann\u00e9 slu\u017eby", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd chirurg" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "92": { + "id": 92, + "name": "Po\u017e\u00e1r stohu sl\u00e1my", + "place": "Farma", + "average_credits": 1500, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "93": { + "id": 93, + "name": "Reziden\u010dn\u00ed policejn\u00ed razie", + "place": null, + "average_credits": 750, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "105": { + "id": 105, + "name": "Vykolejen\u00ed vlaku", + "place": "\u017delezni\u010dn\u00ed p\u0159ejezd", + "average_credits": 10000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "106": { + "id": 106, + "name": "Vykolejen\u00ed vlaku", + "place": "\u017delezni\u010dn\u00ed stanice (region\u00e1ln\u00ed doprava)", + "average_credits": 10000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "107": { + "id": 107, + "name": "Vykolejen\u00ed vlaku", + "place": "\u017delezni\u010dn\u00ed stanice (region\u00e1ln\u00ed a d\u00e1lkov\u00e1 doprava)", + "average_credits": 10000, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "108": { + "id": 108, + "name": "Odstran\u011bn\u00ed nebezpe\u010dn\u00e9ho hmyzu", + "place": null, + "average_credits": 900, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "109": { + "id": 109, + "name": "V\u011bze\u0148 na \u00fat\u011bku", + "place": null, + "average_credits": 4000, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 10, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "110": { + "id": 110, + "name": "Podez\u0159el\u00fd na \u00fat\u011bku", + "place": null, + "average_credits": 3000, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "111": { + "id": 111, + "name": "Poh\u0159e\u0161ovan\u00e1 osoba", + "place": "Les", + "average_credits": 4500, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 6 + } + }, + "112": { + "id": 112, + "name": "P\u0159ik\u00e1zan\u00e1 pohotovost", + "place": null, + "average_credits": 2000, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 113 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "police_helicopter_stations": 1 + } + }, + "113": { + "id": 113, + "name": "Post\u0159elen\u00fd policista", + "place": null, + "average_credits": 1500, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd chirurg" + }, + "prerequisites": { + "police_stations": 6 + } + }, + "114": { + "id": 114, + "name": "Hled\u00e1n\u00ed vozidla", + "place": null, + "average_credits": 1000, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 6 + } + }, + "115": { + "id": 115, + "name": "Mal\u00fd n\u00e1siln\u00fd protest", + "place": null, + "average_credits": 2200, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 116 + }, + "max_possible_prisoners": 2, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 6 + } + }, + "116": { + "id": 116, + "name": "St\u0159edn\u00ed n\u00e1siln\u00fd protest", + "place": null, + "average_credits": 3000, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 7, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 5, + "max_possible_prisoners": 4, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "117": { + "id": 117, + "name": "Obchod s drogami", + "place": null, + "average_credits": 1500, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "118": { + "id": 118, + "name": "Loupe\u017e na \u010derpac\u00ed stanici", + "place": "\u010cerpac\u00ed stanice", + "average_credits": 1250, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 12 + }, + "prerequisites": { + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "119": { + "id": 119, + "name": "St\u0159elba na policistu", + "place": null, + "average_credits": 4100, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 8, + "k9": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 10, + "police_helicopter_stations": 1 + } + }, + "120": { + "id": 120, + "name": "VIP vystoupen\u00ed", + "place": null, + "average_credits": 4000, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6, + "k9": 2 + }, + "chances": {}, + "additional": { + "duration": "30 minut", + "swat_personnel": 18, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 15, + "police_helicopter_stations": 1 + } + }, + "121": { + "id": 121, + "name": "Dom\u00e1c\u00ed invaze", + "place": null, + "average_credits": 1250, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 9, + "police_helicopter_stations": 1 + } + }, + "122": { + "id": 122, + "name": "Pokus o vra\u017edu", + "place": null, + "average_credits": 1000, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "\u00darazov\u00e1 chirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "123": { + "id": 123, + "name": "Loupe\u017e v muzeu", + "place": "Muzeum", + "average_credits": 1000, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 6 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "124": { + "id": 124, + "name": "Resuscitace pomoc\u00ed AED", + "place": null, + "average_credits": 1300, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "125": { + "id": 125, + "name": "Snesen\u00ed pacienta", + "place": null, + "average_credits": 1300, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 1 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "126": { + "id": 126, + "name": "Po\u017e\u00e1r v kancel\u00e1\u0159sk\u00e9 budov\u011b", + "place": "Kancel\u00e1\u0159sk\u00e1 budova", + "average_credits": 8500, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 3, + "fire_stations": 15 + } + }, + "127": { + "id": 127, + "name": "\u00daklid po dopravn\u00ed nehod\u011b", + "place": null, + "average_credits": 1200, + "generated_by": "Po\u017e\u00e1rn\u00ed stanice", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "128": { + "id": 128, + "name": "Neopr\u00e1vn\u011bn\u00e9 dr\u017een\u00ed zbran\u00ed", + "place": null, + "average_credits": 2500, + "generated_by": "Obvodn\u00ed odd\u011blen\u00ed Policie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.da_DK.json b/modules/lss-missionHelper/missions.da_DK.json new file mode 100644 index 000000000..ce4fe7e8e --- /dev/null +++ b/modules/lss-missionHelper/missions.da_DK.json @@ -0,0 +1,3345 @@ +{ + "0": { + "id": 0, + "name": "Ild i skraldespand", + "place": "Busstoppested", + "average_credits": 110, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Ild i container", + "place": null, + "average_credits": 170, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Ild i bil", + "place": null, + "average_credits": 370, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Ild i motorcykel", + "place": null, + "average_credits": 340, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Ild i gr\u00e6s", + "place": null, + "average_credits": 200, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Ild i v\u00e6relse", + "place": null, + "average_credits": 1400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Ild i haveskur", + "place": null, + "average_credits": 600, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Ild i blade", + "place": null, + "average_credits": 210, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Ild i st\u00f8rre m\u00e6ngde affald", + "place": null, + "average_credits": 220, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Ild i halmballe", + "place": null, + "average_credits": 250, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Ild i traktor", + "place": null, + "average_credits": 600, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Br\u00e6ndende telefonboks", + "place": null, + "average_credits": 240, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Tr\u00e6 p\u00e5 vejen", + "place": null, + "average_credits": 310, + "generated_by": "Brandstation", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Br\u00e6ndende lastbil", + "place": null, + "average_credits": 980, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Lille markbrand", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Lille skovbrand", + "place": "Skov", + "average_credits": 1010, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Ild i campingvogn", + "place": null, + "average_credits": 1100, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Ild i postkasse", + "place": null, + "average_credits": 340, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Bunke af kviste", + "place": null, + "average_credits": 700, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Br\u00e6ndende trailer", + "place": null, + "average_credits": 650, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Ild i k\u00e6lder", + "place": null, + "average_credits": 2500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Ild i skorsten", + "place": null, + "average_credits": 2400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Ild i tag", + "place": null, + "average_credits": 2700, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Ild i olie", + "place": null, + "average_credits": 1200, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Ild i busskur", + "place": "Busstoppested", + "average_credits": 900, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "F\u00e6rdselsuheld", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Lille supermarkedsbrand", + "place": "Supermarked (lille)", + "average_credits": 1500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Ild i garage", + "place": null, + "average_credits": 1400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Br\u00e6ndende maskine", + "place": null, + "average_credits": 2470, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Ukendt udslip fra tankvogn", + "place": null, + "average_credits": 5300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Gasl\u00e6kage", + "place": null, + "average_credits": 400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Ild i ildsted", + "place": null, + "average_credits": 1310, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Ild i h\u00f8stmaskine", + "place": null, + "average_credits": 1200, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Lille supermarkedsbrand", + "place": "Supermarked (lille)", + "average_credits": 1500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Hospitals Brand", + "place": "Hostpital", + "average_credits": 6000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "P\u00e5virket af alkohol", + "place": null, + "average_credits": null, + "generated_by": "Politistation", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Butiks tyveri", + "place": null, + "average_credits": null, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Akut astma", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Anfald", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologi" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Feber", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Person er faldet", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Ild i bilv\u00e6rksted", + "place": "Bilv\u00e6rksted", + "average_credits": 6000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Person er faldet", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Person er faldet", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Butikstyveri", + "place": "Supermarked (lille)", + "average_credits": 100, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Butikstyveri", + "place": "Supermarked (stort)", + "average_credits": 100, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Uheld med parkeret bil", + "place": "Supermarked (lille)", + "average_credits": 120, + "generated_by": "Politistation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Uheld med parkeret bil", + "place": "Supermarked (stort)", + "average_credits": 120, + "generated_by": "Politistation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Metaltyveri", + "place": "Godsstation", + "average_credits": 150, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Lommetyveri", + "place": "Park", + "average_credits": 150, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Manglende billet", + "place": "Busstoppested", + "average_credits": 120, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Manglende billet", + "place": "Sporvognstoppested", + "average_credits": 120, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Manglende billet", + "place": "Togstation (lokal trafik)", + "average_credits": 120, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Manglende billet", + "place": "Togstation (lokal og national /international trafik)", + "average_credits": 120, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Uheld med parkeret bil", + "place": "Indk\u00f8bscenter", + "average_credits": 120, + "generated_by": "Politistation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Slagsm\u00e5l", + "place": null, + "average_credits": 700, + "generated_by": "Politistation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Opt\u00f8jer", + "place": null, + "average_credits": 500, + "generated_by": "Politistation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Ulovlig demonstration", + "place": null, + "average_credits": 10020, + "generated_by": "Politistation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Ild i k\u00f8kken", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Hj\u00e6lp til dyr", + "place": "G\u00e5rd", + "average_credits": 900, + "generated_by": "Brandstation", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Ild i sportshal", + "place": "Skole", + "average_credits": 2000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "St\u00f8jklage", + "place": null, + "average_credits": 400, + "generated_by": "Politistation", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Mildt slagtilf\u00e6lde", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurokirurgi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Uheld med bus", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Ild i k\u00f8kken", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Ild i v\u00e6relse", + "place": null, + "average_credits": 1400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Slagsm\u00e5l", + "place": null, + "average_credits": 700, + "generated_by": "Politistation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Stor supermarkedsbrand", + "place": "Supermarked (stort)", + "average_credits": 3000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Ukendt udslip fra tankskib", + "place": null, + "average_credits": 4300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Stor supermarkedsbrand", + "place": "Supermarked (stort)", + "average_credits": 3000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "N\u00e6seblod", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Lille fly styrtet ned", + "place": null, + "average_credits": 4000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Alvorligt uheld med bus", + "place": null, + "average_credits": 2000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Storbrand", + "place": null, + "average_credits": 10210, + "generated_by": "Brandstation", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Bygning delvist kollapset", + "place": null, + "average_credits": 7300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 2, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 5 + } + }, + "76": { + "id": 76, + "name": "Industribrand", + "place": null, + "average_credits": 4800, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "77": { + "id": 77, + "name": "Patientoverf\u00f8rsel", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": {} + }, + "78": { + "id": 78, + "name": "Hjertestop", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "79": { + "id": 79, + "name": "Respirationsstop", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "80": { + "id": 80, + "name": "Motorcykel Uheld", + "place": null, + "average_credits": 2300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "81": { + "id": 81, + "name": "Bev\u00e6bnet R\u00f8veri", + "place": "Supermarked (lille)", + "average_credits": 1300, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "police_stations": 7 + } + }, + "82": { + "id": 82, + "name": "F\u00e6rdselsuheld bil p\u00e5 taget", + "place": null, + "average_credits": 3000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "83": { + "id": 83, + "name": "Carbon Monoxid Forgiftning", + "place": null, + "average_credits": 2300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 5 + } + }, + "84": { + "id": 84, + "name": "Person Kvalt", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "85": { + "id": 85, + "name": "Rygskade", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "86": { + "id": 86, + "name": "Delvist bygningskollaps", + "place": null, + "average_credits": 7500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 10 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "87": { + "id": 87, + "name": "Bygningskollaps ", + "place": null, + "average_credits": 9000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 7 + } + }, + "88": { + "id": 88, + "name": "3 grads forbr\u00e6nding", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "89": { + "id": 89, + "name": "Seri\u00f8s Hovedskade", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurokirurgi" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "90": { + "id": 90, + "name": "Traumatisk Amputation", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "91": { + "id": 91, + "name": "Stor G\u00e5rd Brand", + "place": "G\u00e5rd", + "average_credits": 9000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "92": { + "id": 92, + "name": "Rygsmerter", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "93": { + "id": 93, + "name": "Ild i cafeteria", + "place": "Skole", + "average_credits": 1300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "94": { + "id": 94, + "name": "Klatrer sidder fast", + "place": null, + "average_credits": 650, + "generated_by": "Brandstation", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "95": { + "id": 95, + "name": "Vold mod tjenestemand", + "place": "Metrostation", + "average_credits": 750, + "generated_by": "Politistation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "96": { + "id": 96, + "name": "Silobrand", + "place": "Silo", + "average_credits": 3000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "97": { + "id": 97, + "name": "Tilskadekommen i h\u00f8jsp\u00e6ndingsmast", + "place": null, + "average_credits": 650, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "98": { + "id": 98, + "name": "Ild i halmoplag", + "place": "G\u00e5rd", + "average_credits": 1500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "99": { + "id": 99, + "name": "Ransagning af hus", + "place": null, + "average_credits": 750, + "generated_by": "Politistation", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "111": { + "id": 111, + "name": "Ild i str\u00e5t\u00e6kt hus", + "place": null, + "average_credits": 8000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "112": { + "id": 112, + "name": "Godstog i brand", + "place": "Skinnekrydsning", + "average_credits": 2000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "113": { + "id": 113, + "name": "Godstog i brand", + "place": "Jernbaneovergang", + "average_credits": 2000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "114": { + "id": 114, + "name": "Godstog i brand", + "place": "Togstation (lokal trafik)", + "average_credits": 2000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "115": { + "id": 115, + "name": "Godstog i brand", + "place": "Godsstation", + "average_credits": 2000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "116": { + "id": 116, + "name": "St\u00f8rre trafikuheld i tunnel", + "place": "Tunnel", + "average_credits": 7000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 3, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 14, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 7, + "police_stations": 2, + "fire_stations": 13 + } + }, + "117": { + "id": 117, + "name": "Ild i flere biler i tunnel", + "place": "Tunnel", + "average_credits": 5000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "water_tankers": 40, + "mobile_air_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 8, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 4, + "fire_stations": 8 + } + }, + "118": { + "id": 118, + "name": "Ild i Fastfood Restaurant", + "place": "Fast Food-restaurant", + "average_credits": 1850, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "119": { + "id": 119, + "name": "Bygnings Brand Industribygning", + "place": null, + "average_credits": 5300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "120": { + "id": 120, + "name": "Ukendt spild fra tankvogn", + "place": null, + "average_credits": 4300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 11 + } + }, + "121": { + "id": 121, + "name": "Ild i sovev\u00e6relse", + "place": null, + "average_credits": 1200, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Neurologi" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "122": { + "id": 122, + "name": "Afsporet godstog", + "place": "Jernbaneovergang", + "average_credits": 10000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "123": { + "id": 123, + "name": "Afsporet godstog", + "place": "Togstation (lokal trafik)", + "average_credits": 10000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "124": { + "id": 124, + "name": "Afsporet godstog", + "place": "Togstation (lokal og national /international trafik)", + "average_credits": 10000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "125": { + "id": 125, + "name": "Gr\u00f8ft redning", + "place": null, + "average_credits": 2500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "126": { + "id": 126, + "name": "Fangeflugt", + "place": null, + "average_credits": 4000, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 10, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "127": { + "id": 127, + "name": "Efters\u00e6ttelse", + "place": null, + "average_credits": 3000, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "128": { + "id": 128, + "name": "Savnet person", + "place": "Skov", + "average_credits": 4500, + "generated_by": "Politistation", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 6 + } + }, + "129": { + "id": 129, + "name": "Ransagning efter efterlyst", + "place": null, + "average_credits": 2000, + "generated_by": "Politistation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 130 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "police_helicopter_stations": 1 + } + }, + "130": { + "id": 130, + "name": "Politibetjent s\u00e5ret", + "place": null, + "average_credits": 1500, + "generated_by": "Politistation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kirurg" + }, + "prerequisites": { + "police_stations": 6 + } + }, + "131": { + "id": 131, + "name": "Ransagning af bil", + "place": null, + "average_credits": 1000, + "generated_by": "Politistation", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 6 + } + }, + "132": { + "id": 132, + "name": "Lille demonstration", + "place": null, + "average_credits": 2200, + "generated_by": "Politistation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 133 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 6 + } + }, + "133": { + "id": 133, + "name": "Mellem demonstration", + "place": null, + "average_credits": 3000, + "generated_by": "Politistation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 7, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 5, + "max_possible_prisoners": 4, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "134": { + "id": 134, + "name": "Narkohandel", + "place": null, + "average_credits": 1500, + "generated_by": "Politistation", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "135": { + "id": 135, + "name": "R\u00f8veri p\u00e5 tankstation", + "place": "Benzinstation", + "average_credits": 1250, + "generated_by": "Politistation", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 12 + }, + "prerequisites": { + "police_stations": 8 + } + }, + "136": { + "id": 136, + "name": "Skud mod politiet", + "place": null, + "average_credits": 4100, + "generated_by": "Politistation", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 8, + "k9": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 10, + "police_helicopter_stations": 1 + } + }, + "137": { + "id": 137, + "name": "Beskyttelse af VIP", + "place": null, + "average_credits": 4000, + "generated_by": "Politistation", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6, + "k9": 2 + }, + "chances": {}, + "additional": { + "duration": "30 minutter", + "swat_personnel": 18, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 15, + "police_helicopter_stations": 1 + } + }, + "138": { + "id": 138, + "name": "Indbrud i \u00f8jeblikket", + "place": null, + "average_credits": 1250, + "generated_by": "Politistation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "139": { + "id": 139, + "name": "Mordfors\u00f8g", + "place": null, + "average_credits": 1000, + "generated_by": "Politistation", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "140": { + "id": 140, + "name": "R\u00f8veri p\u00e5 museum", + "place": "Museum", + "average_credits": 1000, + "generated_by": "Politistation", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 6 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "141": { + "id": 141, + "name": "Anafylaktisk shock", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "142": { + "id": 142, + "name": "Skadet l\u00f8ber", + "place": null, + "average_credits": null, + "generated_by": "Ambulancestation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "143": { + "id": 143, + "name": "Barn forsvundet", + "place": null, + "average_credits": 700, + "generated_by": "Politistation", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Specialister i intern medicin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "144": { + "id": 144, + "name": "Lossepladsbrand", + "place": "Losseplads", + "average_credits": 3500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "145": { + "id": 145, + "name": "Ulovlig v\u00e5benbesiddelse", + "place": null, + "average_credits": 2500, + "generated_by": "Politistation", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.de_DE.json b/modules/lss-missionHelper/missions.de_DE.json new file mode 100644 index 000000000..5da82bd2c --- /dev/null +++ b/modules/lss-missionHelper/missions.de_DE.json @@ -0,0 +1,13569 @@ +{ + "0": { + "id": 0, + "name": "M\u00fclleimerbrand", + "place": "Bushaltestelle", + "average_credits": 110, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 24, + "1": 140 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Containerbrand", + "place": null, + "average_credits": 170, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 5, + "1": 2 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Brennender PKW", + "place": null, + "average_credits": 370, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 28, + "1": 138, + "2": 141, + "3": 146 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Motorrad-Brand", + "place": null, + "average_credits": 340, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Brennendes Gras", + "place": null, + "average_credits": 200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Zimmerbrand", + "place": null, + "average_credits": 1400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "max_police_stations": 7, + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Gartenlaubenbrand", + "place": null, + "average_credits": 600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Brennendes Laub", + "place": null, + "average_credits": 210, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 6, + "1": 138, + "2": 139, + "3": 140, + "4": 141 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Sperrm\u00fcllbrand", + "place": null, + "average_credits": 220, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Strohballen Brand", + "place": null, + "average_credits": 250, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Traktor Brand", + "place": null, + "average_credits": 600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Brennende Telefonzelle", + "place": null, + "average_credits": 240, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Baum auf Stra\u00dfe", + "place": null, + "average_credits": 310, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25, + "1": 83, + "2": 120, + "3": 121, + "4": 123, + "5": 124, + "6": 125, + "7": 126, + "8": 127, + "9": 178, + "10": 238, + "11": 239 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Brennender LKW", + "place": null, + "average_credits": 980, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Kleiner Feldbrand", + "place": null, + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 2000, + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 131 + }, + "average_min_fire_personnel": 9 + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Kleiner Waldbrand", + "place": "Wald", + "average_credits": 1010, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 800, + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 134, + "1": 135 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "16": { + "id": 16, + "name": "Wohnwagenbrand", + "place": null, + "average_credits": 1100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Brand in Briefkasten", + "place": null, + "average_credits": 340, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Brennendes Geb\u00fcsch", + "place": null, + "average_credits": 700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Brennender Anh\u00e4nger", + "place": null, + "average_credits": 650, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Kellerbrand", + "place": null, + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Schornsteinbrand", + "place": null, + "average_credits": 2400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Dachstuhlbrand", + "place": null, + "average_credits": 2700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Fettbrand in Pommesbude", + "place": null, + "average_credits": 1200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Brennendes Bus-H\u00e4uschen", + "place": "Bushaltestelle", + "average_credits": 900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Verkehrsunfall", + "place": null, + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "nef": 20, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "max_police_stations": 3, + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Brand im Supermarkt", + "place": "Supermarkt (Klein)", + "average_credits": 3510, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "platform_trucks": 70, + "heavy_rescue_vehicles": 30 + }, + "additional": { + "average_min_fire_personnel": 25 + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Garagenbrand", + "place": null, + "average_credits": 1400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 102, + "1": 103, + "2": 104, + "3": 105 + } + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "29": { + "id": 29, + "name": "Maschinenbrand", + "place": null, + "average_credits": 2470, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "water_tankers": 30, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "30": { + "id": 30, + "name": "Gro\u00dfe \u00d6lspur", + "place": null, + "average_credits": 1900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1, + "gwoil": 1 + }, + "chances": { + "gwoil": 75 + }, + "additional": { + "expansion_missions_ids": { + "0": 95 + } + }, + "prerequisites": { + "fire_stations": 6 + } + }, + "31": { + "id": 31, + "name": "Auslaufende Betriebsstoffe", + "place": null, + "average_credits": 400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 94, + "1": 30, + "2": 95 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "32": { + "id": 32, + "name": "Kaminbrand", + "place": null, + "average_credits": 1310, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "M\u00e4hdrescher Brand", + "place": null, + "average_credits": 1200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "34": { + "id": 34, + "name": "Brand im Supermarkt", + "place": "Supermarkt (Gro\u00df)", + "average_credits": 3710, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1 + }, + "chances": { + "mobile_command_vehicles": 20, + "platform_trucks": 80, + "heavy_rescue_vehicles": 50, + "gwmess": 30 + }, + "additional": { + "possible_patient": 3, + "average_min_fire_personnel": 30, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "35": { + "id": 35, + "name": "Feuer im Krankenhaus", + "place": "Krankenhaus", + "average_credits": 3810, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "mobile_command_vehicles": 30, + "heavy_rescue_vehicles": 30 + }, + "additional": { + "expansion_missions_ids": { + "0": 320 + } + }, + "prerequisites": { + "fire_stations": 5 + } + }, + "36": { + "id": 36, + "name": "Brennender G\u00fcterwaggon", + "place": "G\u00fcterbahnhof", + "average_credits": 3310, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "gwmess": 1, + "hazmat_dekon": 1 + }, + "chances": { + "heavy_rescue_vehicles": 30, + "gwmess": 20, + "hazmat_dekon": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 10 + } + }, + "37": { + "id": 37, + "name": "M\u00fclleimerbrand", + "place": "Stra\u00dfenbahnhaltestelle", + "average_credits": 110, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "38": { + "id": 38, + "name": "M\u00fclleimerbrand", + "place": "Bahnhof (Regionalverkehr)", + "average_credits": 110, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "39": { + "id": 39, + "name": "M\u00fclleimerbrand", + "place": "Bahnhof (Regional und Fernverkehr)", + "average_credits": 110, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "40": { + "id": 40, + "name": "M\u00fclleimerbrand", + "place": "Krankenhaus", + "average_credits": 110, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 35 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Gro\u00dfbrand", + "place": null, + "average_credits": 10010, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1 + }, + "chances": { + "mobile_command_vehicles": 90 + }, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "42": { + "id": 42, + "name": "Tankstellenbrand", + "place": "Tankstelle", + "average_credits": 3720, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "gwmess": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "heavy_rescue_vehicles": 30, + "gwmess": 80, + "hazmat_vehicles": 70 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "43": { + "id": 43, + "name": "Massenkarambolage", + "place": null, + "average_credits": 10010, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 5, + "gwoil": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 12, + "possible_patient_min": 10, + "only_alliance_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": {} + }, + "44": { + "id": 44, + "name": "Alkoholintoxikation", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": {}, + "chances": { + "patient_other_treatment": 20 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Nasenbluten unstillbar", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Chirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Herzinfarkt", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_other_treatment": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "47": { + "id": 47, + "name": "akuter Asthma-Anfall", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "48": { + "id": 48, + "name": "Krampfanfall", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 80, + "patient_other_treatment": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "49": { + "id": 49, + "name": "Fieber", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_other_treatment": 5, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "50": { + "id": 50, + "name": "Gest\u00fcrzte Person", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 10, + "patient_other_treatment": 5, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Brand in Werkstatt", + "place": "Auto-Werkstatt", + "average_credits": 3620, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "heavy_rescue_vehicles": 30, + "nef": 40 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "fire_stations": 12 + } + }, + "57": { + "id": 57, + "name": "Gest\u00fcrzter Fu\u00dfg\u00e4nger", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "58": { + "id": 58, + "name": "Gest\u00fcrzter Radfahrer", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "59": { + "id": 59, + "name": "Gefahrgutunfall", + "place": null, + "average_credits": 14010, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 20, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 5, + "mobile_air_vehicles": 3, + "gwmess": 4, + "hazmat_vehicles": 4 + }, + "chances": { + "mobile_command_vehicles": 80 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 10, + "only_alliance_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": {} + }, + "60": { + "id": 60, + "name": "Ladendiebstahl", + "place": "Supermarkt (Klein)", + "average_credits": 100, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 74 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "61": { + "id": 61, + "name": "Ladendiebstahl", + "place": "Supermarkt (Gro\u00df)", + "average_credits": 100, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 74 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "62": { + "id": 62, + "name": "Parkendes Auto gerammt", + "place": "Supermarkt (Klein)", + "average_credits": 120, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Parkendes Auto gerammt", + "place": "Supermarkt (Gro\u00df)", + "average_credits": 120, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Metalldiebstahl", + "place": "G\u00fcterbahnhof", + "average_credits": 150, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "65": { + "id": 65, + "name": "Taschendiebstahl", + "place": "Park", + "average_credits": 150, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "66": { + "id": 66, + "name": "Notebook aus Schule entwendet", + "place": "Schule", + "average_credits": 150, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "67": { + "id": 67, + "name": "Personalienaufnahme von Schwarzfahrer", + "place": "Bushaltestelle", + "average_credits": 120, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "68": { + "id": 68, + "name": "Personalienaufnahme von Schwarzfahrer", + "place": "Stra\u00dfenbahnhaltestelle", + "average_credits": 120, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "69": { + "id": 69, + "name": "Personalienaufnahme von Schwarzfahrer", + "place": "Bahnhof (Regionalverkehr)", + "average_credits": 120, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "70": { + "id": 70, + "name": "Personalienaufnahme von Schwarzfahrer", + "place": "Bahnhof (Regional und Fernverkehr)", + "average_credits": 120, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "71": { + "id": 71, + "name": "Parkendes Auto gerammt", + "place": "Einkaufszentrum", + "average_credits": 120, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Bewusstloser Kranf\u00fchrer", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "height_rescue_units": 1, + "police_cars": 1 + }, + "chances": { + "nef": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "73": { + "id": 73, + "name": "Schl\u00e4gerei", + "place": null, + "average_credits": 700, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 106, + "1": 107 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "74": { + "id": 74, + "name": "Randalierende Person", + "place": null, + "average_credits": 500, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 73 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "75": { + "id": 75, + "name": "Unangemeldete Demonstration", + "place": null, + "average_credits": 10020, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "76": { + "id": 76, + "name": "K\u00fcchenbrand", + "place": null, + "average_credits": 800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 102, + "1": 103, + "2": 104, + "3": 105 + } + }, + "prerequisites": { + "max_police_stations": 7, + "fire_stations": 2 + } + }, + "77": { + "id": 77, + "name": "Person hinter T\u00fcr", + "place": null, + "average_credits": 500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "nef": 50 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 7 + } + }, + "78": { + "id": 78, + "name": "Kleintier in Not", + "place": null, + "average_credits": 130, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "79": { + "id": 79, + "name": "Verletzte Person auf Bauger\u00fcst", + "place": null, + "average_credits": 1800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "height_rescue_units": 1 + }, + "chances": { + "platform_trucks": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 12 + } + }, + "80": { + "id": 80, + "name": "Rauchentwicklung in Museum", + "place": "Museum", + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/museum_art_gruen.png", + "1": "/images/museum_art_gelb.png", + "2": "/images/museum_art_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 75 + }, + "additional": { + "possible_patient": 8, + "expansion_missions_ids": { + "0": 470 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "81": { + "id": 81, + "name": "Einbruch in Keller", + "place": null, + "average_credits": 400, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "82": { + "id": 82, + "name": "Einbruch in Wohnung", + "place": null, + "average_credits": 400, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "83": { + "id": 83, + "name": "Gefahrgut-LKW verungl\u00fcckt", + "place": null, + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2, + "hazmat_dekon": 1 + }, + "chances": { + "mobile_command_vehicles": 40, + "heavy_rescue_vehicles": 50, + "gwmess": 30, + "hazmat_dekon": 10 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 213 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 11 + } + }, + "84": { + "id": 84, + "name": "Brennende Lok", + "place": "G\u00fcterbahnhof", + "average_credits": 1800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "heavy_rescue_vehicles": 50, + "mobile_air_vehicles": 30, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Chirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 7 + } + }, + "85": { + "id": 85, + "name": "Sachbesch\u00e4digung", + "place": null, + "average_credits": 200, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "86": { + "id": 86, + "name": "Sporthallenbrand", + "place": "Schule", + "average_credits": 3000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 7, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 30, + "water_tankers": 30, + "mobile_air_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "87": { + "id": 87, + "name": "Kleinflugzeug abgest\u00fcrzt", + "place": null, + "average_credits": 3000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 10, + "nef": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 6 + } + }, + "89": { + "id": 89, + "name": "LKW Auffahrunfall", + "place": null, + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwoil": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 75, + "gwoil": 25, + "hazmat_vehicles": 10, + "nef": 70, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 2, + "fire_stations": 11 + } + }, + "90": { + "id": 90, + "name": "Ruhest\u00f6rung", + "place": null, + "average_credits": 250, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 74 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "91": { + "id": 91, + "name": "Keller unter Wasser", + "place": null, + "average_credits": 370, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "92": { + "id": 92, + "name": "Schlaganfall", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 45, + "patient_other_treatment": 20, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "93": { + "id": 93, + "name": "Brennender Bus", + "place": null, + "average_credits": 3000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 75, + "nef": 30 + }, + "additional": { + "possible_patient": 11, + "possible_patient_min": 4, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 8 + } + }, + "94": { + "id": 94, + "name": "Kleine \u00d6lspur", + "place": null, + "average_credits": 400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 30, + "1": 95 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "95": { + "id": 95, + "name": "Ausgedehnte \u00d6lspur", + "place": null, + "average_credits": 4000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "gwoil": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 124, + "1": 97, + "2": 394 + } + }, + "prerequisites": { + "police_stations": 2, + "fire_stations": 8 + } + }, + "96": { + "id": 96, + "name": "Feuer in Schnellrestaurant", + "place": null, + "average_credits": 2900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "97": { + "id": 97, + "name": "Aufgerissener \u00d6ltank", + "place": null, + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "gwoil": 1 + }, + "chances": { + "battalion_chief_vehicles": 60, + "gwoil": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "98": { + "id": 98, + "name": "Angefahrene Person", + "place": null, + "average_credits": 300, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 38 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1 + } + }, + "99": { + "id": 99, + "name": "Flugzeug abgest\u00fcrzt", + "place": null, + "average_credits": 17000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 22, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 6, + "mobile_air_vehicles": 1, + "gwoil": 1, + "gwmess": 1, + "police_cars": 10 + }, + "chances": { + "mobile_air_vehicles": 45, + "gwoil": 25, + "nef": 80, + "patient_transport": 85 + }, + "additional": { + "possible_patient": 25, + "possible_patient_min": 10, + "only_alliance_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": {} + }, + "100": { + "id": 100, + "name": "K\u00fcchenbrand", + "place": null, + "average_credits": 900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "police_cars": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 8, + "fire_stations": 2 + } + }, + "101": { + "id": 101, + "name": "Zimmerbrand", + "place": null, + "average_credits": 1500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 30, + "police_cars": 50, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 102, + "1": 103, + "2": 104, + "3": 105 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "police_stations": 8, + "fire_stations": 2 + } + }, + "102": { + "id": 102, + "name": "Feuer in Einfamilienhaus", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 70, + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "max_police_stations": 7, + "max_rescue_stations": 2, + "fire_stations": 4 + } + }, + "103": { + "id": 103, + "name": "Feuer in Einfamilienhaus", + "place": null, + "average_credits": 2200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 70, + "platform_trucks": 50, + "nef": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 8, + "fire_stations": 4 + } + }, + "104": { + "id": 104, + "name": "Feuer in Einfamilienhaus", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 70, + "platform_trucks": 50, + "nef": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "max_police_stations": 7, + "fire_stations": 4 + } + }, + "105": { + "id": 105, + "name": "Feuer in Einfamilienhaus", + "place": null, + "average_credits": 2200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 70, + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 8, + "max_rescue_stations": 2, + "fire_stations": 4 + } + }, + "106": { + "id": 106, + "name": "Massenschl\u00e4gerei", + "place": null, + "average_credits": 1800, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 5 + }, + "prerequisites": { + "police_stations": 6, + "max_rescue_stations": 2 + } + }, + "107": { + "id": 107, + "name": "Massenschl\u00e4gerei", + "place": null, + "average_credits": 1800, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": { + "nef": 10, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 1, + "max_possible_prisoners": 5, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 6 + } + }, + "108": { + "id": 108, + "name": "Schwangere in Notsituation", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_other_treatment": 30, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Gyn\u00e4kologie" + }, + "prerequisites": { + "rescue_stations": 5 + } + }, + "109": { + "id": 109, + "name": "Beginnende Geburt", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 95, + "patient_other_treatment": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Gyn\u00e4kologie" + }, + "prerequisites": { + "rescue_stations": 5 + } + }, + "110": { + "id": 110, + "name": "Vaginale Blutung", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_other_treatment": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Gyn\u00e4kologie" + }, + "prerequisites": { + "rescue_stations": 5 + } + }, + "120": { + "id": 120, + "name": "LKW umgest\u00fcrzt", + "place": null, + "average_credits": 2200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "fwk": 75, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "max_police_stations": 3, + "fire_stations": 8 + } + }, + "121": { + "id": 121, + "name": "LKW umgest\u00fcrzt", + "place": null, + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "fwk": 75, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 4, + "fire_stations": 8 + } + }, + "122": { + "id": 122, + "name": "Motorradunfall", + "place": null, + "average_credits": 600, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "lf": 10, + "nef": 70, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 1 + } + }, + "123": { + "id": 123, + "name": "Verkehrsunfall", + "place": null, + "average_credits": 1100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "nef": 20, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 4, + "fire_stations": 3 + } + }, + "124": { + "id": 124, + "name": "Verkehrsunfall", + "place": null, + "average_credits": 1600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "nef": 50, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 2, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "max_police_stations": 2, + "fire_stations": 4 + } + }, + "125": { + "id": 125, + "name": "Verkehrsunfall", + "place": null, + "average_credits": 1700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "nef": 50, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 2, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 3, + "fire_stations": 4 + } + }, + "126": { + "id": 126, + "name": "Verkehrsunfall", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "max_police_stations": 3, + "fire_stations": 6 + } + }, + "127": { + "id": 127, + "name": "Verkehrsunfall", + "place": null, + "average_credits": 2200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 50, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 4, + "fire_stations": 6 + } + }, + "128": { + "id": 128, + "name": "Auffahrunfall", + "place": null, + "average_credits": 700, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "lf": 10, + "patient_transport": 10 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 25, + "1": 123, + "2": 124, + "3": 125, + "4": 126, + "5": 127, + "6": 89 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 1 + } + }, + "131": { + "id": 131, + "name": "Mittlerer Feldbrand", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 8000, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "water_tankers": 20 + }, + "additional": { + "expansion_missions_ids": { + "0": 132, + "1": 133 + }, + "average_min_fire_personnel": 25 + }, + "prerequisites": { + "fire_stations": 7 + } + }, + "132": { + "id": 132, + "name": "Gro\u00dfer Feldbrand", + "place": null, + "average_credits": 5000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 13000, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": { + "average_min_fire_personnel": 40 + }, + "prerequisites": { + "max_police_stations": 4, + "fire_stations": 10 + } + }, + "133": { + "id": 133, + "name": "Gro\u00dfer Feldbrand", + "place": null, + "average_credits": 5100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 13000, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "average_min_fire_personnel": 40 + }, + "prerequisites": { + "police_stations": 5, + "fire_stations": 10 + } + }, + "134": { + "id": 134, + "name": "Gro\u00dfer Waldbrand", + "place": "Wald", + "average_credits": 4000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 8000, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 70 + }, + "additional": { + "expansion_missions_ids": { + "0": 136, + "1": 137 + }, + "average_min_fire_personnel": 18 + }, + "prerequisites": { + "max_police_stations": 4, + "fire_stations": 8 + } + }, + "135": { + "id": 135, + "name": "Gro\u00dfer Waldbrand", + "place": "Wald", + "average_credits": 4100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 8500, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 70 + }, + "additional": { + "expansion_missions_ids": { + "0": 136, + "1": 137 + }, + "average_min_fire_personnel": 18 + }, + "prerequisites": { + "police_stations": 5, + "fire_stations": 8 + } + }, + "136": { + "id": 136, + "name": "Gro\u00dffeuer im Wald", + "place": "Wald", + "average_credits": 8000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 25000, + "firetrucks": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 30, + "platform_trucks": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "average_min_fire_personnel": 80, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "max_police_stations": 4, + "fire_stations": 20 + } + }, + "137": { + "id": 137, + "name": "Gro\u00dffeuer im Wald", + "place": "Wald", + "average_credits": 8100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 25000, + "firetrucks": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "mobile_command_vehicles": 30, + "platform_trucks": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "average_min_fire_personnel": 80, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "police_stations": 5, + "fire_stations": 20 + } + }, + "138": { + "id": 138, + "name": "Fl\u00e4chenbrand", + "place": null, + "average_credits": 1500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 3000, + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "average_min_fire_personnel": 9 + }, + "prerequisites": { + "max_police_stations": 4, + "fire_stations": 2 + } + }, + "139": { + "id": 139, + "name": "Fl\u00e4chenbrand", + "place": null, + "average_credits": 3500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 8000, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "battalion_chief_vehicles": 20, + "water_tankers": 20 + }, + "additional": { + "average_min_fire_personnel": 27 + }, + "prerequisites": { + "max_police_stations": 4, + "fire_stations": 7 + } + }, + "140": { + "id": 140, + "name": "Fl\u00e4chenbrand", + "place": null, + "average_credits": 1600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 3000, + "firetrucks": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "average_min_fire_personnel": 9 + }, + "prerequisites": { + "police_stations": 5, + "fire_stations": 2 + } + }, + "141": { + "id": 141, + "name": "Fl\u00e4chenbrand", + "place": null, + "average_credits": 3600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 8000, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 20, + "water_tankers": 20 + }, + "additional": { + "average_min_fire_personnel": 27 + }, + "prerequisites": { + "police_stations": 5, + "fire_stations": 7 + } + }, + "142": { + "id": 142, + "name": "Feuer auf Balkon", + "place": null, + "average_credits": 1500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30 + }, + "additional": { + "expansion_missions_ids": { + "0": 447 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "143": { + "id": 143, + "name": "Brennende Papiercontainer", + "place": null, + "average_credits": 400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "144": { + "id": 144, + "name": "Brennende Hecke", + "place": null, + "average_credits": 400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "145": { + "id": 145, + "name": "Trunkenheitsfahrt", + "place": null, + "average_credits": 150, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 98, + "1": 476 + } + }, + "prerequisites": { + "police_stations": 1 + } + }, + "146": { + "id": 146, + "name": "Brennendes Reetdachhaus", + "place": null, + "average_credits": 4200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_air_vehicles": 30, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 7 + } + }, + "147": { + "id": 147, + "name": "Krankentransport", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": {} + }, + "148": { + "id": 148, + "name": "Ampelausfall", + "place": null, + "average_credits": 100, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 128 + }, + "followup_missions_ids": { + "0": 27, + "1": 43, + "2": 83 + } + }, + "prerequisites": { + "police_stations": 1 + } + }, + "149": { + "id": 149, + "name": "Pannenfahrzeug", + "place": null, + "average_credits": 100, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "150": { + "id": 150, + "name": "Hausfriedensbruch", + "place": null, + "average_credits": 150, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "151": { + "id": 151, + "name": "Raub", + "place": null, + "average_credits": 1200, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "152": { + "id": 152, + "name": "H\u00e4usliche Gewalt", + "place": null, + "average_credits": 750, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 356 + }, + "max_possible_prisoners": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 2 + } + }, + "153": { + "id": 153, + "name": "Hilflose Person", + "place": null, + "average_credits": 100, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "154": { + "id": 154, + "name": "Hilflose Person", + "place": null, + "average_credits": 100, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_other_treatment": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "155": { + "id": 155, + "name": "Akuter Harnstau", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_other_treatment": 5, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Urologie" + }, + "prerequisites": { + "rescue_stations": 7 + } + }, + "156": { + "id": 156, + "name": "Harnleiter Blutung", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_other_treatment": 5, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Urologie" + }, + "prerequisites": { + "rescue_stations": 7 + } + }, + "157": { + "id": 157, + "name": "Herzrhythmusst\u00f6rungen", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 60, + "patient_other_treatment": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologie" + }, + "prerequisites": { + "rescue_stations": 7 + } + }, + "158": { + "id": 158, + "name": "Tiefgarage unter Wasser", + "place": null, + "average_credits": 370, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "159": { + "id": 159, + "name": "\u00c4ste auf Fahrbahn", + "place": null, + "average_credits": 120, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "160": { + "id": 160, + "name": "Umherfliegendes Baumaterial", + "place": null, + "average_credits": 150, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "161": { + "id": 161, + "name": "Baum auf PKW", + "place": null, + "average_credits": 900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "162": { + "id": 162, + "name": "Baum auf PKW", + "place": null, + "average_credits": 1400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 5 + } + }, + "163": { + "id": 163, + "name": "Baum auf Dach", + "place": null, + "average_credits": 1400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "fwk": 1, + "platform_trucks": 1 + }, + "chances": { + "fwk": 10, + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "164": { + "id": 164, + "name": "Kopfplatzwunde", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_other_treatment": 5, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Chirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "165": { + "id": 165, + "name": "Gehirnersch\u00fctterung", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_other_treatment": 5, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 5 + } + }, + "166": { + "id": 166, + "name": "Fassadenteile drohen zu fallen", + "place": null, + "average_credits": 1200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "height_rescue_units": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 40, + "height_rescue_units": 40 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 12 + } + }, + "167": { + "id": 167, + "name": "Besch\u00e4digter Dachbereich", + "place": null, + "average_credits": 1400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "height_rescue_units": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 50, + "height_rescue_units": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 12 + } + }, + "168": { + "id": 168, + "name": "Baum auf Gleisen", + "place": "Bahnhof (Regionalverkehr)", + "average_credits": 600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 237 + } + }, + "prerequisites": { + "police_stations": 3, + "fire_stations": 8 + } + }, + "169": { + "id": 169, + "name": "Baum auf Gleisen", + "place": "Bahnhof (Regional und Fernverkehr)", + "average_credits": 600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 237 + } + }, + "prerequisites": { + "police_stations": 3, + "fire_stations": 8 + } + }, + "170": { + "id": 170, + "name": "Baum auf Gleisen", + "place": "G\u00fcterbahnhof", + "average_credits": 600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 237 + } + }, + "prerequisites": { + "police_stations": 3, + "fire_stations": 8 + } + }, + "171": { + "id": 171, + "name": "Parkdeck voll Wasser gelaufen", + "place": null, + "average_credits": 4000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "gwoil": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 4, + "fire_stations": 15 + } + }, + "172": { + "id": 172, + "name": "Stra\u00dfe unter Wasser", + "place": null, + "average_credits": 600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "max_police_stations": 3, + "fire_stations": 9 + } + }, + "173": { + "id": 173, + "name": "Stra\u00dfe unter Wasser", + "place": null, + "average_credits": 700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 4, + "fire_stations": 9 + } + }, + "174": { + "id": 174, + "name": "Erdrutsch", + "place": null, + "average_credits": 1020, + "generated_by": "THW", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_lkw": 1 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 177, + "1": 464, + "2": 513, + "3": 162 + } + }, + "prerequisites": { + "police_stations": 2, + "thw": 1 + } + }, + "175": { + "id": 175, + "name": "Erdrutsch", + "place": null, + "average_credits": 900, + "generated_by": "THW", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_lkw": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "max_police_stations": 1, + "thw": 1 + } + }, + "176": { + "id": 176, + "name": "LKW in Hauswand", + "place": null, + "average_credits": 2100, + "generated_by": "THW", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_mzkw": 1 + }, + "chances": { + "fwk": 75, + "platform_trucks": 70 + }, + "additional": { + "expansion_missions_ids": { + "0": 177, + "1": 213 + } + }, + "prerequisites": { + "thw": 1, + "fire_stations": 5 + } + }, + "177": { + "id": 177, + "name": "Eingest\u00fcrztes Wohnhaus", + "place": null, + "average_credits": 4600, + "generated_by": "THW", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 3, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "thw_gkw": 2, + "thw_mtwtz": 1, + "thw_brmg_r": 2, + "thw_mzkw": 1 + }, + "chances": { + "fwk": 75, + "platform_trucks": 30 + }, + "additional": { + "possible_patient": 7, + "followup_missions_ids": { + "0": 429 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "thw": 3, + "fire_stations": 7 + } + }, + "178": { + "id": 178, + "name": "Gefahrgut-LKW verungl\u00fcckt", + "place": null, + "average_credits": 2900, + "generated_by": "THW", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2, + "thw_gkw": 1, + "thw_brmg_r": 1, + "hazmat_dekon": 1 + }, + "chances": { + "mobile_command_vehicles": 40, + "heavy_rescue_vehicles": 50, + "gwmess": 30, + "hazmat_dekon": 10 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 213 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "thw": 1, + "fire_stations": 11 + } + }, + "179": { + "id": 179, + "name": "Sch\u00e4delverletzung", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_other_treatment": 5, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 9 + } + }, + "180": { + "id": 180, + "name": "Wirbels\u00e4ulenverletzung", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_other_treatment": 5, + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 9 + } + }, + "181": { + "id": 181, + "name": "Sturz aus H\u00f6he", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 9 + } + }, + "182": { + "id": 182, + "name": "Sturz aus H\u00f6he", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 9 + } + }, + "186": { + "id": 186, + "name": "Lagerhallenbrand", + "place": "Lagerhalle", + "average_credits": 5630, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "fwk": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_lkw": 1, + "thw_dle": 1 + }, + "chances": { + "fwk": 15, + "nef": 20, + "patient_transport": 65 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 462 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 9, + "police_stations": 9, + "thw": 3, + "fire_stations": 18 + } + }, + "187": { + "id": 187, + "name": "Feuer im Lagerraum", + "place": "Lagerhalle", + "average_credits": 2230, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "gwmess": 1 + }, + "chances": { + "platform_trucks": 50, + "gwmess": 20 + }, + "additional": { + "expansion_missions_ids": { + "0": 186 + } + }, + "prerequisites": { + "rescue_stations": 9, + "police_stations": 9, + "fire_stations": 18 + } + }, + "188": { + "id": 188, + "name": "Personenkontrolle", + "place": null, + "average_credits": 100, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "189": { + "id": 189, + "name": "Verkehrsbehinderung", + "place": null, + "average_credits": 80, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 73 + } + }, + "prerequisites": { + "police_stations": 1 + } + }, + "190": { + "id": 190, + "name": "Diebstahl aus Kfz", + "place": null, + "average_credits": 150, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "191": { + "id": 191, + "name": "Baum auf Radweg", + "place": null, + "average_credits": 310, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 194 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "192": { + "id": 192, + "name": "Brennende Trafostation", + "place": null, + "average_credits": 1900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "max_police_stations": 4, + "fire_stations": 4 + } + }, + "193": { + "id": 193, + "name": "Brennende Trafostation", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "fire_stations": 4 + } + }, + "194": { + "id": 194, + "name": "Person unter Baum eingeklemmt", + "place": null, + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 3, + "fire_stations": 6 + } + }, + "195": { + "id": 195, + "name": "Schwerpunkteinsatz Tageswohnungseinbr\u00fcche", + "place": null, + "average_credits": 1000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "lebefkw": 1, + "grukw": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "bereitschaftspolizei": 1 + } + }, + "196": { + "id": 196, + "name": "Schwerpunkteinsatz Verkehrs\u00fcberwachung", + "place": null, + "average_credits": 1000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "lebefkw": 1, + "grukw": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "bereitschaftspolizei": 1 + } + }, + "197": { + "id": 197, + "name": "Pr\u00e4senzeinsatz Volksfest", + "place": null, + "average_credits": 2000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "lebefkw": 1, + "grukw": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "bereitschaftspolizei": 1 + } + }, + "198": { + "id": 198, + "name": "Jugendschutzkontrolle in Diskothek", + "place": "Diskothek", + "average_credits": 2500, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 2, + "grukw": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "199": { + "id": 199, + "name": "Gel\u00e4ndedurchsuchung nach Beweismittel", + "place": null, + "average_credits": 750, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "lebefkw": 1, + "grukw": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "bereitschaftspolizei": 1 + } + }, + "200": { + "id": 200, + "name": "Geplante Razzia", + "place": null, + "average_credits": 5500, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "lebefkw": 2, + "gefkw": 1, + "police_cars": 2, + "grukw": 6 + }, + "chances": { + "police_cars": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 359 + }, + "followup_missions_ids": { + "0": 486 + }, + "max_possible_prisoners": 5 + }, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "201": { + "id": 201, + "name": "Fu\u00dfball Bundesliga-Spiel", + "place": "Stadion", + "average_credits": 9000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/stadium_gruen.png", + "1": "/images/stadium_gelb.png", + "2": "/images/stadium_rot.png" + }, + "requirements": { + "lebefkw": 3, + "gefkw": 1, + "police_cars": 2, + "grukw": 9, + "fukw": 1 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 44, + "1": 74, + "2": 106, + "3": 107, + "4": 270 + }, + "max_possible_prisoners": 5 + }, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "204": { + "id": 204, + "name": "Scheunenbrand", + "place": "Bauernhof", + "average_credits": 3500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 14000, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 100, + "platform_trucks": 50, + "water_tankers": 60, + "mobile_air_vehicles": 25 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 205 + }, + "average_min_fire_personnel": 40, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "fire_stations": 7 + } + }, + "205": { + "id": 205, + "name": "Feuer auf Bauernhof - Mittel", + "place": "Bauernhof", + "average_credits": 5100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 7, + "battalion_chief_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "battalion_chief_vehicles": 100, + "platform_trucks": 75, + "water_tankers": 90, + "mobile_air_vehicles": 70, + "nef": 33 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "expansion_missions_ids": { + "0": 206 + }, + "average_min_fire_personnel": 60, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 9 + } + }, + "206": { + "id": 206, + "name": "Feuer auf Bauernhof - Gro\u00df", + "place": "Bauernhof", + "average_credits": 10200, + "generated_by": "THW", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 15, + "fwk": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "water_tankers": 2, + "mobile_air_vehicles": 2, + "police_cars": 3, + "thw_gkw": 2, + "thw_mtwtz": 1, + "thw_brmg_r": 2, + "thw_lkw": 2 + }, + "chances": { + "fwk": 15, + "battalion_chief_vehicles": 100, + "mobile_command_vehicles": 100, + "platform_trucks": 100, + "water_tankers": 90, + "mobile_air_vehicles": 70, + "nef": 50 + }, + "additional": { + "possible_patient": 7, + "possible_patient_min": 2, + "average_min_fire_personnel": 105, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 5, + "thw": 3, + "fire_stations": 30 + } + }, + "207": { + "id": 207, + "name": "Gefahrgutunfall - Gro\u00df", + "place": null, + "average_credits": 16010, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 20, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 5, + "mobile_air_vehicles": 3, + "gwmess": 4, + "hazmat_vehicles": 4, + "police_cars": 3, + "thw_gkw": 2, + "thw_mtwtz": 1, + "thw_brmg_r": 2, + "thw_lkw": 2, + "hazmat_dekon": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 20, + "possible_patient_min": 10, + "only_alliance_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": {} + }, + "208": { + "id": 208, + "name": "Leck in Chemikalientank", + "place": null, + "average_credits": 4000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwoil": 1, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 2, + "hazmat_dekon": 1 + }, + "chances": { + "water_tankers": 20, + "gwoil": 50, + "nef": 15, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 0, + "expansion_missions_ids": { + "0": 213 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 13 + } + }, + "209": { + "id": 209, + "name": "Fahrraddiebstahl", + "place": null, + "average_credits": 150, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "210": { + "id": 210, + "name": "Unfall mit Motors\u00e4ge", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 95, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "211": { + "id": 211, + "name": "Unterzuckerung", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_other_treatment": 20, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "212": { + "id": 212, + "name": "Akute Bauchschmerzen", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_other_treatment": 5, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Chirurgie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "213": { + "id": 213, + "name": "Gasexplosion", + "place": null, + "average_credits": 11200, + "generated_by": "THW", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 20, + "fwk": 1, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2, + "mobile_air_vehicles": 2, + "gwmess": 2, + "police_cars": 4, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1, + "thw_dle": 1, + "hazmat_dekon": 1 + }, + "chances": { + "fwk": 40, + "hazmat_dekon": 10, + "nef": 40, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 0, + "followup_missions_ids": { + "0": 177, + "1": 513, + "2": 166 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 9, + "police_stations": 5, + "thw": 1, + "fire_stations": 25 + } + }, + "214": { + "id": 214, + "name": "B\u00fcrobrand", + "place": "B\u00fcrokomplex", + "average_credits": 3000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 30, + "heavy_rescue_vehicles": 30, + "nef": 40, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 5 + } + }, + "215": { + "id": 215, + "name": "Chlorgasaustritt", + "place": "Schwimmbad", + "average_credits": 4000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 7, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "mobile_air_vehicles": 2, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "nef": 60, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 12, + "possible_patient_min": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 4, + "fire_stations": 6 + } + }, + "221": { + "id": 221, + "name": "Zugungl\u00fcck (Gro\u00df)", + "place": null, + "average_credits": 17000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 30, + "fwk": 4, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 3, + "platform_trucks": 3, + "heavy_rescue_vehicles": 6, + "water_tankers": 2, + "mobile_air_vehicles": 4, + "gwoil": 1, + "police_cars": 12, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 2, + "thw_mzkw": 1, + "thw_lkw": 2 + }, + "chances": { + "nef": 80 + }, + "additional": { + "possible_patient": 40, + "possible_patient_min": 20, + "only_alliance_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": {} + }, + "222": { + "id": 222, + "name": "Zugungl\u00fcck (Klein)", + "place": null, + "average_credits": 14000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 20, + "fwk": 2, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "water_tankers": 1, + "mobile_air_vehicles": 2, + "gwoil": 1, + "police_cars": 6, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_lkw": 1 + }, + "chances": { + "nef": 80 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 10, + "only_alliance_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": {} + }, + "223": { + "id": 223, + "name": "Brandsicherheitswache bei Volksfest", + "place": "Festplatz", + "average_credits": 4400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 3, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "average_min_fire_personnel": 25, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 3 + } + }, + "224": { + "id": 224, + "name": "Brandsicherheitswachdienst im Theater", + "place": "Theater", + "average_credits": 4000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 1 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "average_min_fire_personnel": 4, + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 1 + } + }, + "225": { + "id": 225, + "name": "Dorf/Stadtfest", + "place": "Festplatz", + "average_credits": 7000, + "generated_by": "SEG", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 3, + "ambulances": 3, + "gw_san": 1 + }, + "chances": {}, + "additional": { + "duration": "8 Stunden", + "average_min_fire_personnel": 18, + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 3 + } + }, + "226": { + "id": 226, + "name": "Volkslauf", + "place": null, + "average_credits": 5000, + "generated_by": "SEG", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 3, + "gw_san": 1 + }, + "chances": {}, + "additional": { + "duration": "4 Stunden", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "227": { + "id": 227, + "name": "Angemeldete Demonstration", + "place": null, + "average_credits": 5000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 1, + "lebefkw": 2, + "police_cars": 3, + "grukw": 6, + "fukw": 1 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "followup_missions_ids": { + "0": 44, + "1": 74, + "2": 106 + }, + "average_min_police_personnel": 50, + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "228": { + "id": 228, + "name": "Absicherung Musikumzug", + "place": null, + "average_credits": 2000, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "1 Stunde", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 2 + } + }, + "229": { + "id": 229, + "name": "Absicherung Radrennen", + "place": null, + "average_credits": 4000, + "generated_by": "SEG", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 2, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2 + } + }, + "230": { + "id": 230, + "name": "Feuerprobealarm an Schule", + "place": "Schule", + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "duration": "15 Minuten", + "guard_mission": true + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "231": { + "id": 231, + "name": "Entflohener Gefangener", + "place": null, + "average_credits": 4000, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 10 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "232": { + "id": 232, + "name": "Kabeldiebstahl", + "place": null, + "average_credits": 3500, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "police_helicopter_stations": 1 + } + }, + "233": { + "id": 233, + "name": "Suche nach Vermissten", + "place": null, + "average_credits": 4500, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_helicopters": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Kardiologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "police_helicopter_stations": 1, + "fire_stations": 1 + } + }, + "234": { + "id": 234, + "name": "Entsch\u00e4rfung von Weltkriegsbombe", + "place": null, + "average_credits": 4000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 4, + "fire_stations": 10 + } + }, + "235": { + "id": 235, + "name": "Verletzte Person auf Hochspannungsmast", + "place": null, + "average_credits": 1500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "height_rescue_units": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20, + "nef": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "236": { + "id": 236, + "name": "Verletzte Person auf Hochspannungsmast", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "height_rescue_units": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20, + "nef": 100, + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 12 + } + }, + "237": { + "id": 237, + "name": "Verkehrsunfall mit Zug", + "place": "Bahn\u00fcbergang", + "average_credits": 1700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 4, + "fire_stations": 9 + } + }, + "238": { + "id": 238, + "name": "Verkehrsunfall mit Linienbus", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 5, + "expansion_missions_ids": { + "0": 93 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 6 + } + }, + "239": { + "id": 239, + "name": "Verkehrsunfall mit Linienbus", + "place": null, + "average_credits": 3000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 5, + "fwk": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "gwoil": 1, + "police_cars": 4 + }, + "chances": { + "nef": 40, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 10, + "expansion_missions_ids": { + "0": 93 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 4, + "fire_stations": 6 + } + }, + "240": { + "id": 240, + "name": "Gasgeruch", + "place": null, + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1, + "hazmat_dekon": 1 + }, + "chances": { + "gwmess": 30, + "hazmat_vehicles": 30, + "hazmat_dekon": 30, + "nef": 40, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 213 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 4 + } + }, + "241": { + "id": 241, + "name": "Wildunfall", + "place": null, + "average_credits": 200, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "242": { + "id": 242, + "name": "Pfefferspray in Schule", + "place": "Schule", + "average_credits": 2100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 2, + "gwmess": 1, + "police_cars": 3 + }, + "chances": { + "gwmess": 50, + "nef": 10, + "patient_transport": 20 + }, + "additional": { + "possible_patient": 15, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 3, + "fire_stations": 6 + } + }, + "243": { + "id": 243, + "name": "Reitunfall mit Pkw", + "place": null, + "average_credits": 1200, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3 + } + }, + "244": { + "id": 244, + "name": "Person in Wasser", + "place": "See", + "average_credits": 1000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "boats": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1 + } + }, + "245": { + "id": 245, + "name": "Person in Wasser", + "place": "See", + "average_credits": 1200, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "boats": 1 + }, + "chances": { + "nef": 90, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1 + } + }, + "246": { + "id": 246, + "name": "Person in Wasser", + "place": "See", + "average_credits": 1400, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "boats": 1 + }, + "chances": { + "nef": 90, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "247": { + "id": 247, + "name": "Pkw in Wasser", + "place": "See", + "average_credits": 1400, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 2 + }, + "chances": { + "nef": 90, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "248": { + "id": 248, + "name": "LKW in Wasser", + "place": "See", + "average_credits": 2000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "police_cars": 3, + "diver_units": 3, + "boats": 3 + }, + "chances": { + "nef": 30, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 1, + "police_stations": 3, + "fire_stations": 5 + } + }, + "249": { + "id": 249, + "name": "Bus in Wasser", + "place": "See", + "average_credits": 3000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "police_cars": 3, + "diver_units": 3, + "boats": 3 + }, + "chances": { + "nef": 30, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 15, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 10, + "police_stations": 3, + "fire_stations": 5 + } + }, + "250": { + "id": 250, + "name": "Person in Wasser", + "place": "Fluss", + "average_credits": 1000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "boats": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1 + } + }, + "251": { + "id": 251, + "name": "Person in Wasser", + "place": "Fluss", + "average_credits": 1200, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "boats": 1 + }, + "chances": { + "nef": 90, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1 + } + }, + "252": { + "id": 252, + "name": "Person in Wasser", + "place": "Fluss", + "average_credits": 1400, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "boats": 1 + }, + "chances": { + "nef": 90, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "253": { + "id": 253, + "name": "Pkw in Wasser", + "place": "Fluss", + "average_credits": 1400, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 2 + }, + "chances": { + "nef": 90, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "254": { + "id": 254, + "name": "LKW in Wasser", + "place": "Fluss", + "average_credits": 2000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "police_cars": 3, + "diver_units": 3, + "boats": 3 + }, + "chances": { + "nef": 30, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 1, + "police_stations": 3, + "fire_stations": 5 + } + }, + "255": { + "id": 255, + "name": "Bus in Wasser", + "place": "Fluss", + "average_credits": 3000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "police_cars": 3, + "diver_units": 3, + "boats": 3 + }, + "chances": { + "nef": 30, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 15, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 10, + "police_stations": 3, + "fire_stations": 5 + } + }, + "256": { + "id": 256, + "name": "Zusammensto\u00df zweier Boote", + "place": null, + "average_credits": 10010, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "police_cars": 5, + "diver_units": 6, + "boats": 6 + }, + "chances": { + "nef": 30, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 30, + "only_alliance_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": {} + }, + "257": { + "id": 257, + "name": "Verkehrs\u00fcberwachung", + "place": null, + "average_credits": 2500, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "1 Stunde", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 2 + } + }, + "258": { + "id": 258, + "name": "Baumaschine umgest\u00fcrzt", + "place": null, + "average_credits": 2800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 4, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "gwoil": 1, + "police_cars": 3 + }, + "chances": { + "fwk": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 3, + "fire_stations": 10 + } + }, + "271": { + "id": 271, + "name": "Besch\u00e4digter Kesselwagen", + "place": "G\u00fcterbahnhof", + "average_credits": 6050, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/olfass_gruen.png", + "1": "/images/olfass_gelb.png", + "2": "/images/olfass_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3, + "thw_gkw": 1, + "hazmat_dekon": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "thw": 1, + "fire_stations": 12 + } + }, + "272": { + "id": 272, + "name": "Gew\u00e4sserverschmutzung durch \u00d6l", + "place": "See", + "average_credits": 1600, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/olfass_gruen.png", + "1": "/images/olfass_gelb.png", + "2": "/images/olfass_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "gwoil": 1, + "police_cars": 1, + "boats": 1 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 528 + } + }, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "273": { + "id": 273, + "name": "Gew\u00e4sserverschmutzung durch \u00d6l", + "place": "Fluss", + "average_credits": 1600, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/olfass_gruen.png", + "1": "/images/olfass_gelb.png", + "2": "/images/olfass_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "gwoil": 1, + "police_cars": 1, + "boats": 1 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 529 + } + }, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "274": { + "id": 274, + "name": "Bewusstlose Person", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 90, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "275": { + "id": 275, + "name": "Absicherung Rockkonzert", + "place": "Stadion", + "average_credits": 7000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 4, + "lebefkw": 3, + "police_cars": 4, + "grukw": 9, + "fukw": 1 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 7, + "bereitschaftspolizei": 1, + "fire_stations": 2 + } + }, + "276": { + "id": 276, + "name": "Schwertransport", + "place": null, + "average_credits": 2000, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "duration": "1 Stunde", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 4 + } + }, + "277": { + "id": 277, + "name": "Person im Aufzug", + "place": "B\u00fcrokomplex", + "average_credits": 350, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/elevator_gruen.png", + "1": "/images/elevator_gelb.png", + "2": "/images/elevator_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 1, + "allow_rw_instead_of_lf": true, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "278": { + "id": 278, + "name": "LKW in Supermarkt", + "place": "Supermarkt (Klein)", + "average_credits": 2500, + "generated_by": "THW", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_mzkw": 1 + }, + "chances": { + "fwk": 75, + "platform_trucks": 70, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "expansion_missions_ids": { + "0": 526 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "police_stations": 2, + "thw": 1, + "fire_stations": 5 + } + }, + "279": { + "id": 279, + "name": "LKW in Supermarkt", + "place": "Supermarkt (Gro\u00df)", + "average_credits": 2800, + "generated_by": "THW", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_mzkw": 1 + }, + "chances": { + "fwk": 75, + "platform_trucks": 70, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 525 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "police_stations": 2, + "thw": 1, + "fire_stations": 5 + } + }, + "280": { + "id": 280, + "name": "Baum auf Oberleitung", + "place": "Bahnhof (Regional und Fernverkehr)", + "average_credits": 1500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 9 + } + }, + "281": { + "id": 281, + "name": "Stromschlag", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_other_treatment": 20, + "patient_transport": 100, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 9 + } + }, + "282": { + "id": 282, + "name": "Geplatzte Wasserleitung", + "place": null, + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 20, + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "283": { + "id": 283, + "name": "B\u00fcrobrand (Gro\u00df)", + "place": "B\u00fcrokomplex", + "average_credits": 4000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "heavy_rescue_vehicles": 30, + "nef": 40, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 3, + "fire_stations": 10 + } + }, + "292": { + "id": 292, + "name": "Tankbetrug", + "place": "Tankstelle", + "average_credits": 300, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "293": { + "id": 293, + "name": "Bluthochdruck", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 50, + "patient_other_treatment": 30, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "294": { + "id": 294, + "name": "Fu\u00dfball Bundesliga-Risikospiel", + "place": "Stadion", + "average_credits": 12000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 4, + "lebefkw": 9, + "gefkw": 2, + "police_cars": 5, + "grukw": 27, + "fukw": 3 + }, + "chances": {}, + "additional": { + "duration": "3 Stunden", + "average_min_police_personnel": 150, + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 5, + "bereitschaftspolizei": 3, + "fire_stations": 2 + } + }, + "295": { + "id": 295, + "name": "Tankstellen\u00fcberfall", + "place": "Tankstelle", + "average_credits": 1100, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "296": { + "id": 296, + "name": "Gasunfall in Werkstatt", + "place": "Auto-Werkstatt", + "average_credits": 2020, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 30, + "nef": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "297": { + "id": 297, + "name": "Arbeitsunfall im Garten", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_other_treatment": 0, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "298": { + "id": 298, + "name": "Hilflose Person auf Wasser", + "place": "See", + "average_credits": 1500, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "lf": 20, + "diver_units": 10, + "nef": 90, + "patient_other_treatment": 0, + "patient_transport": 70, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "fire_stations": 1 + } + }, + "299": { + "id": 299, + "name": "Strohballen qualmen in Scheune", + "place": "Bauernhof", + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "platform_trucks": 75, + "water_tankers": 50 + }, + "additional": { + "expansion_missions_ids": { + "0": 206, + "1": 204, + "2": 205, + "3": 509 + } + }, + "prerequisites": { + "fire_stations": 5 + } + }, + "300": { + "id": 300, + "name": "Abgest\u00fcrzter Kletterer", + "place": null, + "average_credits": 1500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "height_rescue_units": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 75, + "nef": 90, + "patient_other_treatment": 0, + "patient_transport": 100, + "height_rescue_units": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "301": { + "id": 301, + "name": "Tiere auf der Fahrbahn", + "place": null, + "average_credits": 500, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25, + "1": 27, + "2": 120, + "3": 121, + "4": 122, + "5": 123, + "6": 124, + "7": 125, + "8": 126, + "9": 127, + "10": 128 + } + }, + "prerequisites": { + "police_stations": 2 + } + }, + "302": { + "id": 302, + "name": "Brennendes Kleinflugzeug", + "place": null, + "average_credits": 6000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "gwoil": 1, + "police_cars": 3 + }, + "chances": { + "platform_trucks": 50, + "water_tankers": 80, + "gwoil": 25, + "nef": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 3, + "fire_stations": 13 + } + }, + "303": { + "id": 303, + "name": "Carportbrand", + "place": null, + "average_credits": 700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 30, + "platform_trucks": 20 + }, + "additional": { + "expansion_missions_ids": { + "0": 16, + "1": 28, + "2": 102, + "3": 104, + "4": 103, + "5": 105 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "304": { + "id": 304, + "name": "Angemeldete Demonstration - Gefahrenpotential", + "place": null, + "average_credits": 6500, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 3, + "lebefkw": 3, + "police_cars": 6, + "grukw": 6, + "fukw": 1, + "wasserwerfer": 3 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "average_min_police_personnel": 60, + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 6, + "bereitschaftspolizei": 1, + "fire_stations": 1 + } + }, + "305": { + "id": 305, + "name": "Fu\u00dfball Bundesliga-Risikospiel", + "place": "Stadion", + "average_credits": 13000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 4, + "lebefkw": 10, + "gefkw": 2, + "police_cars": 5, + "grukw": 27, + "fukw": 3, + "wasserwerfer": 3 + }, + "chances": {}, + "additional": { + "duration": "3 Stunden", + "average_min_police_personnel": 150, + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 5, + "bereitschaftspolizei": 3, + "fire_stations": 2 + } + }, + "306": { + "id": 306, + "name": "Absicherung Rockkonzert - Gefahrenpotential", + "place": "Stadion", + "average_credits": 8000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 4, + "lebefkw": 4, + "police_cars": 8, + "grukw": 9, + "fukw": 1, + "wasserwerfer": 2 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 7, + "bereitschaftspolizei": 1, + "fire_stations": 2 + } + }, + "307": { + "id": 307, + "name": "Spontaner Aufstand", + "place": null, + "average_credits": 6000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "lebefkw": 4, + "police_helicopters": 1, + "police_cars": 7, + "grukw": 9, + "fukw": 1, + "wasserwerfer": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 10 + }, + "prerequisites": { + "police_stations": 5, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "308": { + "id": 308, + "name": "Brennender M\u00fcllwagen", + "place": null, + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "309": { + "id": 309, + "name": "Tauchunfall", + "place": "See", + "average_credits": 1000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "diver_units": 1, + "boats": 1 + }, + "chances": { + "nef": 90, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1 + } + }, + "310": { + "id": 310, + "name": "Tauchunfall", + "place": "Fluss", + "average_credits": 1000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "diver_units": 1, + "boats": 1 + }, + "chances": { + "nef": 90, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1 + } + }, + "311": { + "id": 311, + "name": "Mitarbeiter unter PKW eingeklemmt", + "place": "Auto-Werkstatt", + "average_credits": 1100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "312": { + "id": 312, + "name": "Verungl\u00fcckter Fallschirmspringer", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/paragliding_gruen.png", + "1": "/images/paragliding_gelb.png", + "2": "/images/paragliding_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 5 + } + }, + "313": { + "id": 313, + "name": "Verungl\u00fcckter Fallschirmspringer", + "place": null, + "average_credits": 900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/paragliding_gruen.png", + "1": "/images/paragliding_gelb.png", + "2": "/images/paragliding_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 4 + } + }, + "314": { + "id": 314, + "name": "Verungl\u00fcckter Fallschirmspringer", + "place": null, + "average_credits": 1900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/paragliding_gruen.png", + "1": "/images/paragliding_gelb.png", + "2": "/images/paragliding_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "height_rescue_units": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 12 + } + }, + "315": { + "id": 315, + "name": "Chemieunfall an Schule", + "place": "Schule", + "average_credits": 4400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/olfass_gruen.png", + "1": "/images/olfass_gelb.png", + "2": "/images/olfass_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 2, + "hazmat_dekon": 1 + }, + "chances": { + "mobile_command_vehicles": 80, + "mobile_air_vehicles": 50, + "hazmat_dekon": 50, + "nef": 60, + "patient_transport": 75 + }, + "additional": { + "possible_patient": 15, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 7, + "fire_stations": 15 + } + }, + "316": { + "id": 316, + "name": "Unbekannte Substanz", + "place": null, + "average_credits": 5400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/olfass_gruen.png", + "1": "/images/olfass_gelb.png", + "2": "/images/olfass_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 4, + "hazmat_dekon": 1 + }, + "chances": { + "nef": 60, + "patient_transport": 75 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 7, + "police_stations": 5, + "fire_stations": 14 + } + }, + "317": { + "id": 317, + "name": "Person in Baumaschine eingeklemmt", + "place": null, + "average_credits": 1500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "318": { + "id": 318, + "name": "Ausgel\u00f6ster Heimrauchmelder", + "place": null, + "average_credits": 200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 5, + "1": 20, + "2": 21, + "3": 22, + "4": 28, + "5": 32, + "6": 76, + "7": 102, + "8": 103, + "9": 104, + "10": 105 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "319": { + "id": 319, + "name": "Person in Baugrube", + "place": null, + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 30, + "heavy_rescue_vehicles": 40, + "nef": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "320": { + "id": 320, + "name": "Gro\u00dffeuer im Krankenhaus", + "place": "Krankenhaus", + "average_credits": 11500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 20, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 4, + "platform_trucks": 5, + "heavy_rescue_vehicles": 2, + "water_tankers": 2, + "mobile_air_vehicles": 3, + "gwmess": 3, + "hazmat_vehicles": 2, + "height_rescue_units": 1, + "police_cars": 6, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 40, + "possible_patient_min": 15, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 6, + "thw": 3, + "fire_stations": 30 + } + }, + "321": { + "id": 321, + "name": "Saunabrand", + "place": null, + "average_credits": 1800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 4 + } + }, + "322": { + "id": 322, + "name": "Geplante Autobahnsperrung", + "place": "Autobahnauf.- / abfahrt", + "average_credits": 2500, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "duration": "1 Stunden", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 4 + } + }, + "323": { + "id": 323, + "name": "Dehnfugenbrand", + "place": null, + "average_credits": 1500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50 + }, + "additional": { + "expansion_missions_ids": { + "0": 105, + "1": 104, + "2": 103, + "3": 102 + } + }, + "prerequisites": { + "police_stations": 2, + "fire_stations": 5 + } + }, + "324": { + "id": 324, + "name": "Brand in Baumarkt", + "place": "Baumarkt", + "average_credits": 10000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 15, + "fwk": 1, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 2, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 5, + "thw_gkw": 2, + "thw_mtwtz": 2, + "thw_brmg_r": 2, + "thw_mzkw": 2, + "thw_lkw": 2 + }, + "chances": { + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 5, + "thw": 3, + "fire_stations": 25 + } + }, + "325": { + "id": 325, + "name": "Absicherung Castor-Transport", + "place": null, + "average_credits": 7000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 2, + "lebefkw": 6, + "police_helicopters": 1, + "police_cars": 10, + "grukw": 18, + "fukw": 2, + "wasserwerfer": 2 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 6, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 3 + } + }, + "327": { + "id": 327, + "name": "Tiefgaragenbrand", + "place": null, + "average_credits": 3500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "platform_trucks": 2, + "mobile_air_vehicles": 2, + "gwoil": 1, + "gwmess": 1, + "police_cars": 1 + }, + "chances": { + "nef": 25, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 10 + } + }, + "328": { + "id": 328, + "name": "Rauch in Kabine", + "place": "Flughafen (gro\u00df): Start-/Landebahn", + "average_credits": 1200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "arff": 1, + "rettungstreppe": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "329": { + "id": 329, + "name": "Rauch in Kabine", + "place": "Flughafen (klein): Start-/Landebahn", + "average_credits": 700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 10 + } + }, + "330": { + "id": 330, + "name": "\u00dcberhitzte Bremsen", + "place": "Flughafen (gro\u00df): Start-/Landebahn", + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "arff": 1, + "rettungstreppe": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "331": { + "id": 331, + "name": "Flugzeugzusammensto\u00df am Boden", + "place": "Flughafen (gro\u00df): Vorfeld / Standpl\u00e4tze", + "average_credits": 3000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "arff": 2, + "rettungstreppe": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 4, + "fire_stations": 5 + } + }, + "332": { + "id": 332, + "name": "Flugzeugbrand", + "place": "Flughafen (gro\u00df): Vorfeld / Standpl\u00e4tze", + "average_credits": 10000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 3, + "arff": 4, + "rettungstreppe": 1 + }, + "chances": { + "nef": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 30, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 10, + "fire_stations": 10 + } + }, + "333": { + "id": 333, + "name": "Flugzeugbrand", + "place": "Flughafen (gro\u00df): Start-/Landebahn", + "average_credits": 10000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 3, + "arff": 4, + "rettungstreppe": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 30, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 10, + "fire_stations": 10 + } + }, + "334": { + "id": 334, + "name": "Brennendes Kleinflugzeug", + "place": "Flughafen (klein): Start-/Landebahn", + "average_credits": 6000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 50, + "water_tankers": 80, + "nef": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 13 + } + }, + "335": { + "id": 335, + "name": "Brennendes Kleinflugzeug", + "place": "Flughafen (klein): Flugzeug Standplatz", + "average_credits": 6000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 50, + "water_tankers": 80, + "nef": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 13 + } + }, + "336": { + "id": 336, + "name": "Absicherung Betankung", + "place": "Flughafen (gro\u00df): Vorfeld / Standpl\u00e4tze", + "average_credits": 500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "337": { + "id": 337, + "name": "Brennender PKW", + "place": "Flughafen (gro\u00df): Parkhaus", + "average_credits": 370, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "338": { + "id": 338, + "name": "Motorrad-Brand", + "place": "Flughafen (gro\u00df): Parkhaus", + "average_credits": 340, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "339": { + "id": 339, + "name": "Herzinfarkt", + "place": "Flughafen (gro\u00df): Terminal", + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_other_treatment": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "340": { + "id": 340, + "name": "akuter Asthma-Anfall", + "place": "Flughafen (gro\u00df): Terminal", + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "341": { + "id": 341, + "name": "Krampfanfall", + "place": "Flughafen (gro\u00df): Terminal", + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 80, + "patient_other_treatment": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "342": { + "id": 342, + "name": "Triebwerksbrand", + "place": "Flughafen (gro\u00df): Vorfeld / Standpl\u00e4tze", + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "arff": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "343": { + "id": 343, + "name": "Triebwerksbrand", + "place": "Flughafen (gro\u00df): Start-/Landebahn", + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "arff": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "344": { + "id": 344, + "name": "Mehrere brennende Fahrzeuge", + "place": "Flughafen (gro\u00df): Parkhaus", + "average_credits": 1010, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "345": { + "id": 345, + "name": "H\u00f6henrettung am Fahrgesch\u00e4ft", + "place": "Festplatz", + "average_credits": 1200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/themepark_gruen.png", + "1": "/images/themepark_gelb.png", + "2": "/images/themepark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "height_rescue_units": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "346": { + "id": 346, + "name": "Geb\u00e4udesprengung", + "place": null, + "average_credits": 6500, + "generated_by": "THW", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "lebefkw": 1, + "police_cars": 3, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_mzkw": 1, + "grukw": 3 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "bereitschaftspolizei": 1, + "thw": 2, + "fire_stations": 3 + } + }, + "347": { + "id": 347, + "name": "Helikopter in Baum", + "place": null, + "average_credits": 6000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 6, + "fwk": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "gwoil": 1, + "height_rescue_units": 1, + "police_cars": 3 + }, + "chances": { + "nef": 75, + "height_rescue_units": 50 + }, + "additional": { + "possible_patient": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 10 + } + }, + "348": { + "id": 348, + "name": "Explosion in Biogasanlage", + "place": "Biogasanlage", + "average_credits": 10000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 20, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 4, + "water_tankers": 2, + "mobile_air_vehicles": 2, + "gwoil": 1, + "gwmess": 1, + "police_cars": 3, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1 + }, + "chances": { + "nef": 25, + "helicopter": 10 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 5, + "thw": 3, + "fire_stations": 25 + } + }, + "349": { + "id": 349, + "name": "Brandgeruch", + "place": null, + "average_credits": 100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 2, + "1": 6, + "2": 8, + "3": 9, + "4": 5, + "5": 11, + "6": 13, + "7": 20, + "8": 21, + "9": 22, + "10": 26, + "11": 28, + "12": 32, + "13": 76, + "14": 102, + "15": 103, + "16": 104, + "17": 105, + "18": 213, + "19": 214 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "350": { + "id": 350, + "name": "Flughafenbrand", + "place": null, + "average_credits": 17000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 40, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 2, + "platform_trucks": 8, + "heavy_rescue_vehicles": 6, + "water_tankers": 4, + "mobile_air_vehicles": 2, + "arff": 6, + "gwmess": 3, + "police_helicopters": 2, + "police_cars": 10, + "thw_gkw": 2, + "thw_mtwtz": 2, + "thw_brmg_r": 2, + "thw_mzkw": 2, + "thw_lkw": 2 + }, + "chances": { + "nef": 50 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 10, + "only_alliance_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": {} + }, + "351": { + "id": 351, + "name": "Brand im Terminal", + "place": "Flughafen (gro\u00df): Terminal", + "average_credits": 4000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 2 + }, + "chances": { + "nef": 50 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 10 + } + }, + "352": { + "id": 352, + "name": "Brand in Mehrfamilienhaus", + "place": null, + "average_credits": 7500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 4 + }, + "chances": { + "nef": 50, + "helicopter": 25 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 3, + "fire_stations": 15 + } + }, + "353": { + "id": 353, + "name": "Gro\u00dfkontrolle Bet\u00e4ubungsmittel", + "place": null, + "average_credits": 4500, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 3, + "grukw": 3 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "354": { + "id": 354, + "name": "Grillunfall", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 75, + "patient_other_treatment": 30, + "patient_transport": 100, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "355": { + "id": 355, + "name": "Waffenentzug", + "place": null, + "average_credits": 1700, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "mek": 4, + "police_cars": 4, + "fukw": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "mek": 1, + "police_stations": 3 + } + }, + "356": { + "id": 356, + "name": "H\u00e4usliche Gewalt - eskaliert", + "place": null, + "average_credits": 1700, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "sek": 4, + "police_cars": 4, + "fukw": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "sek": 1, + "police_stations": 4 + } + }, + "357": { + "id": 357, + "name": "Bank: Stiller Alarm", + "place": "Bank", + "average_credits": 500, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 358 + } + }, + "prerequisites": { + "police_stations": 2 + } + }, + "358": { + "id": 358, + "name": "Bank\u00fcberfall", + "place": "Bank", + "average_credits": 4000, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "sek": 4, + "police_helicopters": 1, + "police_cars": 8, + "fukw": 1 + }, + "chances": { + "nef": 40, + "patient_transport": 80, + "helicopter": 5 + }, + "additional": { + "possible_patient": 4, + "max_possible_prisoners": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Chirurgie" + }, + "prerequisites": { + "sek": 1, + "rescue_stations": 1, + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "359": { + "id": 359, + "name": "Geplante Razzia - Verd\u00e4chtiger fl\u00fcchtig", + "place": null, + "average_credits": 9000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "mek": 4, + "lebefkw": 2, + "gefkw": 1, + "police_helicopters": 1, + "police_cars": 5, + "grukw": 6, + "fukw": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 5 + }, + "prerequisites": { + "mek": 1, + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "366": { + "id": 366, + "name": "Vollstreckung Haftbefehl", + "place": null, + "average_credits": 550, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 367 + }, + "followup_missions_ids": { + "0": 486 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "367": { + "id": 367, + "name": "Vollstreckung Haftbefehl - eskaliert", + "place": null, + "average_credits": 2800, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "sek": 4, + "police_cars": 6, + "fukw": 1 + }, + "chances": { + "nef": 10, + "patient_transport": 20 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "sek": 1, + "rescue_stations": 3, + "police_stations": 9 + } + }, + "368": { + "id": 368, + "name": "Brennende Kirche", + "place": "Kirche", + "average_credits": 7500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 15, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 4, + "water_tankers": 2, + "mobile_air_vehicles": 2, + "gwmess": 1, + "police_cars": 4, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1, + "thw_dle": 1 + }, + "chances": { + "nef": 40, + "patient_transport": 60, + "helicopter": 20 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 4, + "thw": 2, + "fire_stations": 15 + } + }, + "369": { + "id": 369, + "name": "Austritt Kohlenmonoxid", + "place": null, + "average_credits": 1800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 30, + "gwmess": 50, + "nef": 40, + "patient_transport": 60, + "helicopter": 20 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "370": { + "id": 370, + "name": "Geisterfahrer", + "place": "Autobahnauf.- / abfahrt", + "average_credits": 1000, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 83, + "1": 89, + "2": 125, + "3": 126, + "4": 127 + } + }, + "prerequisites": { + "police_stations": 4 + } + }, + "377": { + "id": 377, + "name": "\u00dcberzuckerung", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 30, + "patient_other_treatment": 20, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "378": { + "id": 378, + "name": "Observation", + "place": null, + "average_credits": 4400, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "mek": 4, + "fukw": 1 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "guard_mission": true + }, + "prerequisites": { + "mek": 1 + } + }, + "379": { + "id": 379, + "name": "PKW im Gleisbett", + "place": "Bahnhof (Regionalverkehr)", + "average_credits": 900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "fwk": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "fwk": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "380": { + "id": 380, + "name": "PKW im Gleisbett", + "place": "Bahnhof (Regional und Fernverkehr)", + "average_credits": 900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "fwk": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "fwk": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "381": { + "id": 381, + "name": "PKW im Gleisbett", + "place": "G\u00fcterbahnhof", + "average_credits": 900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "fwk": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "fwk": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "382": { + "id": 382, + "name": "PKW im Gleisbett", + "place": "Bahn\u00fcbergang", + "average_credits": 900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "fwk": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "fwk": 20 + }, + "additional": { + "expansion_missions_ids": { + "0": 237 + } + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "383": { + "id": 383, + "name": "Kind in PKW eingeschlossen", + "place": null, + "average_credits": 600, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "384": { + "id": 384, + "name": "Brennende Ballenpresse", + "place": null, + "average_credits": 1100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 131, + "1": 132, + "2": 133 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "385": { + "id": 385, + "name": "Unfall beim Umpumpen von Fl\u00fcssigkeiten", + "place": "Chemiepark", + "average_credits": 5100, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "mobile_air_vehicles": 1, + "gwoil": 1, + "gwmess": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "nef": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 2, + "fire_stations": 10 + } + }, + "386": { + "id": 386, + "name": "Ammoniakaustritt", + "place": "Chemiepark", + "average_credits": 5500, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 5, + "ulf": 1, + "turboloescher": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 2, + "fire_stations": 11 + } + }, + "387": { + "id": 387, + "name": "Brennende Pipeline-Isolierung", + "place": "Chemiepark", + "average_credits": 6500, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "ulf": 1, + "turboloescher": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "hazmat_dekon": 1 + }, + "chances": { + "hazmat_dekon": 20, + "nef": 20, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 2, + "fire_stations": 10 + } + }, + "388": { + "id": 388, + "name": "Feuer in Verwaltungsgeb\u00e4ude", + "place": "Chemiepark", + "average_credits": 2500, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "nef": 20, + "patient_transport": 10 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 2, + "fire_stations": 5 + } + }, + "389": { + "id": 389, + "name": "Brand in Chemiepark - Produktion", + "place": "Chemiepark", + "average_credits": 8500, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 16, + "ulf": 1, + "turboloescher": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3, + "hazmat_dekon": 1 + }, + "chances": { + "water_tankers": 10, + "hazmat_dekon": 60, + "nef": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 16 + } + }, + "390": { + "id": 390, + "name": "Sicherheitslandung", + "place": "Flughafen (gro\u00df): Start-/Landebahn", + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 1, + "battalion_chief_vehicles": 1, + "arff": 2, + "rettungstreppe": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 1 + } + }, + "391": { + "id": 391, + "name": "Vergiftung", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 60, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "392": { + "id": 392, + "name": "Person durch Hubmaschine eingeklemmt", + "place": null, + "average_credits": 1900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/warehouse_gruen.png", + "1": "/images/warehouse_gelb.png", + "2": "/images/warehouse_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 7 + } + }, + "393": { + "id": 393, + "name": "Einsturzgef\u00e4hrdeter Balkon", + "place": null, + "average_credits": 3000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "thw_gkw": 1 + }, + "chances": { + "fwk": 25 + }, + "additional": { + "expansion_missions_ids": { + "0": 447 + } + }, + "prerequisites": { + "police_stations": 1, + "thw": 1, + "fire_stations": 5 + } + }, + "394": { + "id": 394, + "name": "LKW auf Stauende", + "place": "Autobahnauf.- / abfahrt", + "average_credits": 3000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwoil": 1, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "gwoil": 25, + "hazmat_vehicles": 30, + "nef": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 4, + "fire_stations": 12 + } + }, + "395": { + "id": 395, + "name": "Maschinenbrand in Produktionshalle", + "place": "Industrie-Allgemein", + "average_credits": 3000, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 10 + }, + "additional": { + "expansion_missions_ids": { + "0": 515 + } + }, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 5 + } + }, + "396": { + "id": 396, + "name": "Maschinenbrand in Produktionshalle", + "place": "Automobilindustrie", + "average_credits": 3000, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 5 + } + }, + "397": { + "id": 397, + "name": "Schnittwunde", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Chirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "398": { + "id": 398, + "name": "Brennende Absauganlage", + "place": "Automobilindustrie", + "average_credits": 3200, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 5 + } + }, + "399": { + "id": 399, + "name": "Brand in Kabelkanal", + "place": "Industrie-Allgemein", + "average_credits": 2700, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 4 + } + }, + "400": { + "id": 400, + "name": "Brand in Lackiererei", + "place": "Automobilindustrie", + "average_credits": 5050, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 7, + "ulf": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 7 + } + }, + "401": { + "id": 401, + "name": "Umgest\u00fcrzter Gabelstapler", + "place": "Industrie-Allgemein", + "average_credits": 1600, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 2, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "nef": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "402": { + "id": 402, + "name": "Brennender PKW", + "place": "Automobilindustrie", + "average_credits": 400, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 1 + } + }, + "403": { + "id": 403, + "name": "M\u00fclleimerbrand", + "place": "Automobilindustrie", + "average_credits": 110, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 1 + } + }, + "404": { + "id": 404, + "name": "M\u00fclleimerbrand", + "place": "Industrie-Allgemein", + "average_credits": 110, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 1 + } + }, + "405": { + "id": 405, + "name": "Brennender LKW", + "place": "Industrie-Allgemein", + "average_credits": 980, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 2 + } + }, + "406": { + "id": 406, + "name": "Brennender LKW", + "place": "Automobilindustrie", + "average_credits": 980, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 2 + } + }, + "407": { + "id": 407, + "name": "Brennende Filteranlage", + "place": "Industrie-Allgemein", + "average_credits": 3700, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 6 + } + }, + "408": { + "id": 408, + "name": "Rauchentwicklung an F\u00f6rderband", + "place": "Automobilindustrie", + "average_credits": 400, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 396 + } + }, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 1 + } + }, + "409": { + "id": 409, + "name": "Brennender LKW", + "place": "Chemiepark", + "average_credits": 980, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 2 + } + }, + "410": { + "id": 410, + "name": "M\u00fclleimerbrand", + "place": "Chemiepark", + "average_credits": 110, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 1 + } + }, + "411": { + "id": 411, + "name": "Hei\u00dfluftballon in Hochspannungsmast", + "place": null, + "average_credits": 5900, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/hotairbaloon_gruen.png", + "1": "/images/hotairbaloon_gelb.png", + "2": "/images/hotairbaloon_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "height_rescue_units": 1, + "police_helicopters": 1, + "police_cars": 2, + "thw_gkw": 2 + }, + "chances": { + "nef": 50 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "police_stations": 1, + "police_helicopter_stations": 1, + "thw": 2, + "fire_stations": 13 + } + }, + "412": { + "id": 412, + "name": "Verpuffung", + "place": "Chemiepark", + "average_credits": 3000, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "ulf": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 25, + "mobile_air_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 6 + } + }, + "413": { + "id": 413, + "name": "Verpuffung", + "place": "Industrie-Allgemein", + "average_credits": 2500, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 25, + "mobile_air_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 6 + } + }, + "414": { + "id": 414, + "name": "Verpuffung", + "place": "Automobilindustrie", + "average_credits": 3000, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "ulf": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 25, + "mobile_air_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "werkfeuerwehr": 1, + "fire_stations": 6 + } + }, + "415": { + "id": 415, + "name": "J\u00e4ger verletzt Passant durch Schuss", + "place": "Wald", + "average_credits": 200, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 50, + "patient_other_treatment": 20, + "patient_transport": 100, + "helicopter": 10 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 1 + } + }, + "416": { + "id": 416, + "name": "J\u00e4ger st\u00fcrzt von Hochsitz", + "place": "Wald", + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 10, + "patient_other_treatment": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 1 + } + }, + "417": { + "id": 417, + "name": "J\u00e4ger durch Wildtier verletzt", + "place": "Wald", + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 10, + "patient_other_treatment": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 1 + } + }, + "418": { + "id": 418, + "name": "Absicherung Pannen-LKW", + "place": "Autobahnauf.- / abfahrt", + "average_credits": 400, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 89, + "1": 120, + "2": 121, + "3": 394, + "4": 13 + } + }, + "prerequisites": { + "police_stations": 1 + } + }, + "419": { + "id": 419, + "name": "Austritt Fl\u00fcssiggas", + "place": "Industrie-Allgemein", + "average_credits": 4500, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 6, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "water_tankers": 1, + "mobile_air_vehicles": 2, + "gwmess": 1, + "police_cars": 2 + }, + "chances": { + "nef": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 14 + } + }, + "420": { + "id": 420, + "name": "Schlechter Allgemeinzustand", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "421": { + "id": 421, + "name": "PKW in Bushaltestelle", + "place": "Bushaltestelle", + "average_credits": 800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 40, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "422": { + "id": 422, + "name": "Sachbesch\u00e4digung an PKW", + "place": null, + "average_credits": 400, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "423": { + "id": 423, + "name": "Brand in Klassenraum", + "place": "Schule", + "average_credits": 3100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "water_tankers": 10, + "mobile_air_vehicles": 5, + "nef": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 20, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3, + "fire_stations": 11 + } + }, + "424": { + "id": 424, + "name": "Gro\u00dfbrand M\u00fcllverbrennungsanlage", + "place": "M\u00fcllverbrennungsanlage", + "average_credits": 8600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "fwk": 1, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 5, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1, + "thw_dle": 1, + "hazmat_dekon": 1 + }, + "chances": { + "fwk": 10, + "water_tankers": 10, + "nef": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 5, + "thw": 3, + "fire_stations": 14 + } + }, + "425": { + "id": 425, + "name": "Verstauchter Kn\u00f6chel", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "426": { + "id": 426, + "name": "Gebrochenes Bein", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 75, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "427": { + "id": 427, + "name": "Gebrochener Arm", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 75, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "429": { + "id": 429, + "name": "Staubexplosion", + "place": null, + "average_credits": 3100, + "generated_by": "THW", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1 + }, + "chances": { + "platform_trucks": 70, + "heavy_rescue_vehicles": 40, + "mobile_air_vehicles": 50, + "nef": 40, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "thw": 2, + "fire_stations": 10 + } + }, + "430": { + "id": 430, + "name": "Ammoniakaustritt in Eishalle", + "place": "Eishalle", + "average_credits": 7000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 15, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 4, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 2, + "hazmat_vehicles": 2, + "police_cars": 8, + "hazmat_dekon": 2 + }, + "chances": { + "nef": 35, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 20, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 15, + "police_stations": 10, + "fire_stations": 20 + } + }, + "431": { + "id": 431, + "name": "Kreislaufkollaps", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "432": { + "id": 432, + "name": "Fassadenbrand", + "place": null, + "average_credits": 1700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 10, + "patient_transport": 10 + }, + "additional": { + "possible_patient": 2, + "expansion_missions_ids": { + "0": 352 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 3 + } + }, + "433": { + "id": 433, + "name": "Gro\u00dffeuer in Bank", + "place": "Bank", + "average_credits": 6000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 5 + }, + "chances": { + "gwmess": 30, + "hazmat_vehicles": 10, + "nef": 50, + "patient_transport": 70, + "helicopter": 10 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 7, + "police_stations": 4, + "fire_stations": 16 + } + }, + "434": { + "id": 434, + "name": "Brand in Eloxalanlage", + "place": "Industrie-Allgemein", + "average_credits": 5800, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "gw_werkfeuerwehr": 1, + "fwk": 1, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3, + "hazmat_dekon": 1 + }, + "chances": { + "fwk": 10, + "nef": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 4, + "police_stations": 3, + "fire_stations": 15 + } + }, + "435": { + "id": 435, + "name": "Brand in Eloxalanlage", + "place": "Automobilindustrie", + "average_credits": 6000, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "ulf": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "fwk": 1, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3, + "hazmat_dekon": 1 + }, + "chances": { + "fwk": 10, + "nef": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 4, + "police_stations": 3, + "fire_stations": 15 + } + }, + "436": { + "id": 436, + "name": "Verschmutzte Fahrbahn", + "place": null, + "average_credits": 400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25, + "1": 120, + "2": 121, + "3": 123, + "4": 124, + "5": 125, + "6": 126, + "7": 127, + "8": 178, + "9": 238, + "10": 239 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 1 + } + }, + "437": { + "id": 437, + "name": "Taxi - Stiller Alarm", + "place": null, + "average_credits": 400, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "438": { + "id": 438, + "name": "PKW in Zapfs\u00e4ule", + "place": "Tankstelle", + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwoil": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "hazmat_vehicles": 10, + "nef": 10, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 5 + } + }, + "439": { + "id": 439, + "name": "Einsturz Parkhaus", + "place": "Flughafen (gro\u00df): Parkhaus", + "average_credits": 8000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 18, + "fwk": 2, + "battalion_chief_vehicles": 5, + "mobile_command_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "police_cars": 10, + "thw_gkw": 2, + "thw_mtwtz": 2, + "thw_brmg_r": 2, + "thw_mzkw": 2, + "thw_lkw": 2 + }, + "chances": { + "nef": 50, + "patient_transport": 70, + "helicopter": 10 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 10, + "thw": 5, + "fire_stations": 20 + } + }, + "440": { + "id": 440, + "name": "Akute Atemnot", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 80, + "patient_other_treatment": 10, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "441": { + "id": 441, + "name": "Brennende Waldh\u00fctte", + "place": "Wald", + "average_credits": 1600, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 4000, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 134, + "1": 135 + }, + "average_min_fire_personnel": 10 + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "447": { + "id": 447, + "name": "Eingest\u00fcrzter Balkon", + "place": null, + "average_credits": 3000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 3, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_mzkw": 1 + }, + "chances": { + "fwk": 40, + "nef": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "thw": 3, + "fire_stations": 7 + } + }, + "448": { + "id": 448, + "name": "Ermittlungen nach Unfallflucht", + "place": null, + "average_credits": 100, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "449": { + "id": 449, + "name": "PKW in Supermarkt", + "place": "Supermarkt (Klein)", + "average_credits": 2100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "fwk": 10, + "platform_trucks": 50, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 5 + } + }, + "450": { + "id": 450, + "name": "PKW in Supermarkt", + "place": "Supermarkt (Gro\u00df)", + "average_credits": 2200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "fwk": 10, + "platform_trucks": 50, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 5 + } + }, + "451": { + "id": 451, + "name": "PKW in Geb\u00e4ude", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "fwk": 5, + "platform_trucks": 30, + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 5 + } + }, + "458": { + "id": 458, + "name": "Schwerlastkontrolle", + "place": "Autobahnauf.- / abfahrt", + "average_credits": 4000, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 3, + "grukw": 3 + }, + "chances": {}, + "additional": { + "duration": "2 Stunden", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "459": { + "id": 459, + "name": "Brennende Baumaschine", + "place": null, + "average_credits": 2000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "water_needed": 4000, + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "460": { + "id": 460, + "name": "Person in Schacht", + "place": null, + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "height_rescue_units": 1 + }, + "chances": { + "platform_trucks": 40, + "nef": 50, + "height_rescue_units": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "462": { + "id": 462, + "name": "Gro\u00dffeuer in Lagerhalle", + "place": "Lagerhalle", + "average_credits": 12000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 18, + "fwk": 1, + "battalion_chief_vehicles": 5, + "mobile_command_vehicles": 4, + "platform_trucks": 6, + "heavy_rescue_vehicles": 4, + "water_tankers": 2, + "mobile_air_vehicles": 2, + "gwmess": 3, + "hazmat_vehicles": 2, + "height_rescue_units": 1, + "police_cars": 6, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1 + }, + "chances": { + "nef": 30, + "patient_transport": 20, + "height_rescue_units": 10 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 6, + "thw": 2, + "fire_stations": 27 + } + }, + "463": { + "id": 463, + "name": "Gesprengter Geldautomat", + "place": "Bank", + "average_credits": 1260, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 40 + }, + "additional": { + "expansion_missions_ids": { + "0": 433 + } + }, + "prerequisites": { + "police_stations": 3, + "fire_stations": 1 + } + }, + "464": { + "id": 464, + "name": "Eingest\u00fcrzter Funkmast", + "place": null, + "average_credits": 1500, + "generated_by": "THW", + "icons": { + "0": "/images/mobilephonetower_gruen.png", + "1": "/images/mobilephonetower_gelb.png", + "2": "/images/mobilephonetower_rot.png" + }, + "requirements": { + "firetrucks": 1, + "fwk": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 3, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_mzkw": 1 + }, + "chances": { + "fwk": 75 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "thw": 1, + "fire_stations": 6 + } + }, + "465": { + "id": 465, + "name": "Gro\u00dfbrand im Gefahrstofflager", + "place": "Industrie-Allgemein", + "average_credits": 10112, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 20, + "ulf": 1, + "turboloescher": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "fwk": 2, + "battalion_chief_vehicles": 5, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 3, + "water_tankers": 1, + "mobile_air_vehicles": 3, + "gwoil": 1, + "gwmess": 4, + "hazmat_vehicles": 2, + "police_cars": 10, + "thw_gkw": 2, + "thw_mtwtz": 2, + "thw_brmg_r": 1, + "thw_mzkw": 2, + "thw_lkw": 1, + "thw_dle": 1, + "hazmat_dekon": 2 + }, + "chances": { + "nef": 40, + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 10, + "police_stations": 6, + "thw": 3, + "fire_stations": 30 + } + }, + "466": { + "id": 466, + "name": "Badeunfall", + "place": "Schwimmbad", + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_transport": 80, + "helicopter": 1 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "467": { + "id": 467, + "name": "Badeunfall", + "place": "Fluss", + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_transport": 80, + "helicopter": 1 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "468": { + "id": 468, + "name": "Badeunfall", + "place": "See", + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 20, + "patient_transport": 80, + "helicopter": 1 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "469": { + "id": 469, + "name": "Entgleiste Stadtbahn", + "place": "Stra\u00dfenbahnhaltestelle", + "average_credits": 1400, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 3, + "fwk": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "fwk": 5, + "nef": 20, + "patient_transport": 40, + "helicopter": 5 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 3 + } + }, + "470": { + "id": 470, + "name": "Feuer in Museum", + "place": "Museum", + "average_credits": 3810, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/museum_art_gruen.png", + "1": "/images/museum_art_gelb.png", + "2": "/images/museum_art_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "nef": 75, + "helicopter": 10 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 5 + } + }, + "471": { + "id": 471, + "name": "Beweismittelsuche im Wasser", + "place": "See", + "average_credits": 1500, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 2 + } + }, + "472": { + "id": 472, + "name": "Beweismittelsuche im Wasser", + "place": "Fluss", + "average_credits": 1500, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 2 + } + }, + "473": { + "id": 473, + "name": "Pfefferspray in Bahn", + "place": "Stra\u00dfenbahnhaltestelle", + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 6 + }, + "chances": { + "platform_trucks": 50, + "nef": 20, + "patient_transport": 50, + "helicopter": 10 + }, + "additional": { + "possible_patient": 20, + "max_possible_prisoners": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "fire_stations": 11 + } + }, + "474": { + "id": 474, + "name": "Pfefferspray in Bahn", + "place": "Bahnhof (Regionalverkehr)", + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 6 + }, + "chances": { + "platform_trucks": 50, + "nef": 20, + "patient_transport": 50, + "helicopter": 10 + }, + "additional": { + "possible_patient": 20, + "max_possible_prisoners": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "fire_stations": 11 + } + }, + "475": { + "id": 475, + "name": "Pfefferspray in Bahn", + "place": "Bahnhof (Regional und Fernverkehr)", + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 6 + }, + "chances": { + "platform_trucks": 50, + "nef": 20, + "patient_transport": 50, + "helicopter": 10 + }, + "additional": { + "possible_patient": 20, + "max_possible_prisoners": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "fire_stations": 11 + } + }, + "476": { + "id": 476, + "name": "Angefahrener Radfahrer", + "place": null, + "average_credits": 300, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 30, + "patient_transport": 70, + "helicopter": 15 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "477": { + "id": 477, + "name": "Baum auf Zug", + "place": "Bahnhof (Regionalverkehr)", + "average_credits": 3100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 5, + "fwk": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "gwoil": 1, + "height_rescue_units": 1, + "police_cars": 2 + }, + "chances": { + "fwk": 80, + "mobile_command_vehicles": 30, + "gwoil": 20, + "nef": 30, + "patient_transport": 50, + "height_rescue_units": 10, + "helicopter": 5 + }, + "additional": { + "possible_patient": 20, + "followup_missions_ids": { + "0": 168, + "1": 169, + "2": 170, + "3": 280 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 9, + "police_stations": 2, + "fire_stations": 11 + } + }, + "478": { + "id": 478, + "name": "Baum auf Zug", + "place": "Bahnhof (Regional und Fernverkehr)", + "average_credits": 3100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 5, + "fwk": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "gwoil": 1, + "height_rescue_units": 1, + "police_cars": 2 + }, + "chances": { + "fwk": 80, + "mobile_command_vehicles": 30, + "gwoil": 20, + "nef": 30, + "patient_transport": 50, + "height_rescue_units": 10, + "helicopter": 5 + }, + "additional": { + "possible_patient": 20, + "followup_missions_ids": { + "0": 168, + "1": 169, + "2": 170, + "3": 280 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 9, + "police_stations": 2, + "fire_stations": 11 + } + }, + "479": { + "id": 479, + "name": "Baum auf Zug", + "place": "Bahn\u00fcbergang", + "average_credits": 3100, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 5, + "fwk": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "gwoil": 1, + "height_rescue_units": 1, + "police_cars": 2 + }, + "chances": { + "fwk": 80, + "mobile_command_vehicles": 30, + "gwoil": 20, + "nef": 30, + "patient_transport": 50, + "height_rescue_units": 10, + "helicopter": 5 + }, + "additional": { + "possible_patient": 20, + "followup_missions_ids": { + "0": 168, + "1": 169, + "2": 170, + "3": 280 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 9, + "police_stations": 2, + "fire_stations": 11 + } + }, + "480": { + "id": 480, + "name": "Flugzeugreifenplatzer", + "place": "Flughafen (klein): Start-/Landebahn", + "average_credits": 2200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 100, + "patient_transport": 100, + "helicopter": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "481": { + "id": 481, + "name": "Flugzeugreifenplatzer", + "place": "Flughafen (klein): Flugzeug Standplatz", + "average_credits": 2200, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 100, + "patient_transport": 100, + "helicopter": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "482": { + "id": 482, + "name": "Flugzeugreifenplatzer", + "place": "Flughafen (gro\u00df): Start-/Landebahn", + "average_credits": 2700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "arff": 2, + "police_cars": 2, + "rettungstreppe": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100, + "helicopter": 60 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 5 + } + }, + "483": { + "id": 483, + "name": "Flugzeugreifenplatzer", + "place": "Flughafen (gro\u00df): Vorfeld / Standpl\u00e4tze", + "average_credits": 2700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "arff": 2, + "police_cars": 2, + "rettungstreppe": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100, + "helicopter": 60 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 5 + } + }, + "484": { + "id": 484, + "name": "Transportunfall mit Strahler", + "place": null, + "average_credits": 2800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/radiation_gruen.png", + "1": "/images/radiation_gelb.png", + "2": "/images/radiation_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "gwmess": 2, + "police_cars": 2, + "hazmat_dekon": 1 + }, + "chances": { + "mobile_air_vehicles": 50, + "hazmat_dekon": 10, + "nef": 100, + "patient_transport": 50, + "helicopter": 10 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 1, + "average_min_fire_personnel": 27, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 14 + } + }, + "485": { + "id": 485, + "name": "Brand mehrerer E-Autos in Auslieferungshalle", + "place": "Automobilindustrie", + "average_credits": 3700, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "ulf": 2, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 2, + "hazmat_dekon": 1 + }, + "chances": { + "water_tankers": 50, + "mobile_air_vehicles": 40, + "gwmess": 25, + "hazmat_dekon": 5 + }, + "additional": { + "expansion_missions_ids": { + "0": 462, + "1": 465 + } + }, + "prerequisites": { + "werkfeuerwehr": 1, + "police_stations": 2, + "fire_stations": 6 + } + }, + "486": { + "id": 486, + "name": "Cannabisplantage entdeckt", + "place": null, + "average_credits": 3200, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/cannabis_gruen.png", + "1": "/images/cannabis_gelb.png", + "2": "/images/cannabis_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_helicopters": 1, + "police_cars": 4, + "grukw": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 4 + }, + "prerequisites": { + "rescue_stations": 11, + "police_stations": 4, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1, + "fire_stations": 13 + } + }, + "487": { + "id": 487, + "name": "Kleinbrand in Kirche", + "place": "Kirche", + "average_credits": 1500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 368 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "488": { + "id": 488, + "name": "Massenanfall an Erkrankten - Stadion", + "place": "Stadion", + "average_credits": 14000, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "firetrucks": 16, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 14 + }, + "chances": { + "mobile_command_vehicles": 50, + "mobile_air_vehicles": 25, + "gwmess": 50, + "nef": 20, + "patient_transport": 25, + "helicopter": 2 + }, + "additional": { + "possible_patient": 250, + "possible_patient_min": 120, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 46, + "police_stations": 9, + "fire_stations": 16 + } + }, + "491": { + "id": 491, + "name": "Massenanfall an Erkrankten - Bahnhof (Regionalverkehr)", + "place": "Bahnhof (Regionalverkehr)", + "average_credits": 5000, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 6, + "hazmat_dekon": 1 + }, + "chances": { + "mobile_air_vehicles": 10, + "gwmess": 20, + "hazmat_dekon": 5, + "nef": 20, + "patient_transport": 25 + }, + "additional": { + "possible_patient": 70, + "possible_patient_min": 35, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 15, + "police_stations": 5, + "fire_stations": 11 + } + }, + "493": { + "id": 493, + "name": "Massenanfall an Erkrankten - Diskothek", + "place": "Diskothek", + "average_credits": 2500, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 2, + "hazmat_dekon": 1 + }, + "chances": { + "mobile_air_vehicles": 5, + "gwmess": 15, + "hazmat_dekon": 10, + "nef": 20, + "patient_transport": 25 + }, + "additional": { + "possible_patient": 25, + "possible_patient_min": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 6 + } + }, + "494": { + "id": 494, + "name": "Besch\u00e4digte Radarfalle", + "place": null, + "average_credits": 400, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "495": { + "id": 495, + "name": "Massenpanik in Diskothek", + "place": "Diskothek", + "average_credits": 3500, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 9 + }, + "chances": { + "nef": 20, + "patient_transport": 40, + "helicopter": 2 + }, + "additional": { + "possible_patient": 17, + "max_possible_prisoners": 2, + "patient_specializations": "Allgemeine Chirurgie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 9 + } + }, + "496": { + "id": 496, + "name": "Pferd in Jauchegrube", + "place": "Bauernhof", + "average_credits": 1000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1, + "fwk": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "fwk": 5, + "platform_trucks": 70 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "497": { + "id": 497, + "name": "Personensuche nahe Gew\u00e4sser", + "place": "See", + "average_credits": 3000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 6, + "boats": 2 + }, + "chances": { + "nef": 90, + "patient_transport": 100, + "helicopter": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "average_min_fire_personnel": 9, + "average_min_police_personnel": 12, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 4 + } + }, + "498": { + "id": 498, + "name": "Personensuche nahe Gew\u00e4sser", + "place": "Fluss", + "average_credits": 3000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 6, + "boats": 2 + }, + "chances": { + "nef": 90, + "patient_transport": 100, + "helicopter": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "average_min_fire_personnel": 9, + "average_min_police_personnel": 12, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 4 + } + }, + "499": { + "id": 499, + "name": "Massenkarambolage auf Autobahn", + "place": "Autobahnauf.- / abfahrt", + "average_credits": 11000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 5, + "gwoil": 2, + "police_cars": 8 + }, + "chances": { + "nef": 40, + "patient_transport": 60, + "helicopter": 10 + }, + "additional": { + "possible_patient": 15, + "possible_patient_min": 6, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 9, + "police_stations": 8, + "fire_stations": 12 + } + }, + "500": { + "id": 500, + "name": "Herzkreislaufprobleme", + "place": null, + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 50, + "patient_transport": 80, + "helicopter": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "501": { + "id": 501, + "name": "Schwimmbaddach eingest\u00fcrzt", + "place": "Schwimmbad", + "average_credits": 8000, + "generated_by": "THW", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 6, + "fwk": 1, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 4, + "thw_gkw": 3, + "thw_mtwtz": 2, + "thw_brmg_r": 1, + "thw_mzkw": 2, + "thw_lkw": 1, + "thw_dle": 1 + }, + "chances": { + "fwk": 80, + "nef": 40, + "patient_transport": 75, + "helicopter": 5 + }, + "additional": { + "possible_patient": 20, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3, + "thw": 3, + "fire_stations": 8 + } + }, + "502": { + "id": 502, + "name": "Brand in Betreuungseinrichtung", + "place": null, + "average_credits": 7500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "nef": 10, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 30, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 11, + "police_stations": 4, + "fire_stations": 13 + } + }, + "503": { + "id": 503, + "name": "Damm droht zu brechen", + "place": "Fluss", + "average_credits": 6500, + "generated_by": "THW", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 3, + "police_helicopters": 1, + "police_cars": 3, + "thw_gkw": 2, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1, + "thw": 2, + "fire_stations": 11 + } + }, + "504": { + "id": 504, + "name": "Damm droht zu brechen", + "place": "See", + "average_credits": 6500, + "generated_by": "THW", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 3, + "police_helicopters": 1, + "police_cars": 3, + "thw_gkw": 2, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1, + "thw": 2, + "fire_stations": 11 + } + }, + "505": { + "id": 505, + "name": "Hochwasserschadenslage", + "place": "See", + "average_credits": 11500, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 28, + "fwk": 2, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 5, + "water_tankers": 8, + "police_cars": 8, + "thw_gkw": 4, + "thw_mtwtz": 3, + "thw_mzkw": 3, + "diver_units": 2, + "boats": 3 + }, + "chances": { + "nef": 50, + "patient_transport": 30, + "helicopter": 10 + }, + "additional": { + "possible_patient": 17, + "followup_missions_ids": { + "0": 244, + "1": 298, + "2": 273, + "3": 497, + "4": 253 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 5, + "police_stations": 6, + "thw": 3, + "fire_stations": 15 + } + }, + "506": { + "id": 506, + "name": "Hundeangriff", + "place": null, + "average_credits": 800, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 25, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Chirurgie" + }, + "prerequisites": { + "police_stations": 1 + } + }, + "507": { + "id": 507, + "name": "Hochwasserschadenslage", + "place": "Fluss", + "average_credits": 11500, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 28, + "fwk": 2, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 5, + "water_tankers": 8, + "police_cars": 8, + "thw_gkw": 4, + "thw_mtwtz": 3, + "thw_mzkw": 3, + "diver_units": 2, + "boats": 3 + }, + "chances": { + "nef": 50, + "patient_transport": 30, + "helicopter": 10 + }, + "additional": { + "possible_patient": 17, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 5, + "police_stations": 6, + "thw": 3, + "fire_stations": 15 + } + }, + "508": { + "id": 508, + "name": "Pf\u00e4hlungsverletzung", + "place": null, + "average_credits": 1000, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 1 + } + }, + "509": { + "id": 509, + "name": "Brennender Stall", + "place": "Bauernhof", + "average_credits": 3500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 15 + }, + "additional": { + "expansion_missions_ids": { + "0": 205, + "1": 206 + } + }, + "prerequisites": { + "police_stations": 3, + "fire_stations": 11 + } + }, + "510": { + "id": 510, + "name": "Zwangseinweisung", + "place": null, + "average_credits": 900, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "511": { + "id": 511, + "name": "Herrenloses Gep\u00e4ckst\u00fcck", + "place": "Bahnhof (Regionalverkehr)", + "average_credits": 150, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/glasses_gruen.png", + "1": "/images/glasses_gelb.png", + "2": "/images/glasses_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "512": { + "id": 512, + "name": "Herrenloses Gep\u00e4ckst\u00fcck", + "place": "Flughafen (gro\u00df): Terminal", + "average_credits": 150, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/glasses_gruen.png", + "1": "/images/glasses_gelb.png", + "2": "/images/glasses_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "513": { + "id": 513, + "name": "Hausdach eingest\u00fcrzt", + "place": null, + "average_credits": 3200, + "generated_by": "THW", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 4, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1 + }, + "chances": { + "fwk": 45, + "nef": 30, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "thw": 1, + "fire_stations": 4 + } + }, + "514": { + "id": 514, + "name": "Durchsuchung - Geb\u00e4udekomplex", + "place": null, + "average_credits": 6500, + "generated_by": "Bereitschaftspolizei", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "lebefkw": 3, + "grukw": 9, + "fukw": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "515": { + "id": 515, + "name": "Brand einer Produktionshalle", + "place": "Industrie-Allgemein", + "average_credits": 8300, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "ulf": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 2, + "mobile_air_vehicles": 2, + "gwmess": 1, + "police_cars": 4, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_mzkw": 1 + }, + "chances": { + "gwmess": 30, + "nef": 25, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 6, + "police_stations": 4, + "thw": 1, + "fire_stations": 18 + } + }, + "516": { + "id": 516, + "name": "Flugzeug Erstlandung", + "place": "Flughafen (gro\u00df): Start-/Landebahn", + "average_credits": 1700, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "arff": 2 + }, + "chances": {}, + "additional": { + "duration": "30 Minuten", + "guard_mission": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "517": { + "id": 517, + "name": "Brennender Baum", + "place": null, + "average_credits": 800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "518": { + "id": 518, + "name": "Brennender Baum", + "place": "Wald", + "average_credits": 800, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "519": { + "id": 519, + "name": "H\u00fcpfburgunfall", + "place": null, + "average_credits": 2000, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "nef": 60, + "patient_transport": 80, + "helicopter": 10 + }, + "additional": { + "possible_patient": 7, + "possible_patient_min": 3, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 1, + "fire_stations": 3 + } + }, + "520": { + "id": 520, + "name": "Hotelbrand", + "place": null, + "average_credits": 9000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 4, + "thw_gkw": 2, + "thw_mtwtz": 2, + "thw_mzkw": 2 + }, + "chances": { + "gwmess": 40, + "nef": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 10, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 3, + "thw": 3, + "fire_stations": 10 + } + }, + "521": { + "id": 521, + "name": "Explosion in Feuerwerksfabrik", + "place": "Industrie-Allgemein", + "average_credits": 15600, + "generated_by": "Werkfeuerwehr", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 40, + "ulf": 1, + "teleskopmast": 1, + "gw_werkfeuerwehr": 1, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 1, + "platform_trucks": 6, + "heavy_rescue_vehicles": 10, + "water_tankers": 5, + "mobile_air_vehicles": 2, + "gwoil": 1, + "gwmess": 3, + "hazmat_vehicles": 1, + "police_helicopters": 1, + "police_cars": 10, + "thw_gkw": 2, + "thw_mtwtz": 2, + "thw_brmg_r": 2, + "thw_mzkw": 2, + "thw_lkw": 2, + "hazmat_dekon": 1 + }, + "chances": { + "nef": 75, + "patient_transport": 85 + }, + "additional": { + "possible_patient": 50, + "possible_patient_min": 30, + "followup_missions_ids": { + "0": 517, + "1": 13, + "2": 1, + "3": 18, + "4": 318 + }, + "patient_specializations": "Allgemeine Chirurgie" + }, + "prerequisites": { + "werkfeuerwehr": 1, + "rescue_stations": 10, + "police_stations": 5, + "police_helicopter_stations": 1, + "thw": 3, + "fire_stations": 30 + } + }, + "522": { + "id": 522, + "name": "Medizinischer Notfall in Flugzeug", + "place": "Flughafen (klein): Flugzeug Standplatz", + "average_credits": null, + "generated_by": "Rettungswache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10, + "nef": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 10 + } + }, + "523": { + "id": 523, + "name": "Medizinischer Notfall in Flugzeug", + "place": "Flughafen (gro\u00df): Vorfeld / Standpl\u00e4tze", + "average_credits": null, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "rettungstreppe": 1 + }, + "chances": { + "rettungstreppe": 20, + "nef": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 1 + } + }, + "524": { + "id": 524, + "name": "Brand in Sp\u00e4nebunker", + "place": "Holzverarbeitung", + "average_credits": 5000, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1 + }, + "chances": { + "mobile_command_vehicles": 15, + "mobile_air_vehicles": 50, + "nef": 35, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 1, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "thw": 1, + "fire_stations": 8 + } + }, + "525": { + "id": 525, + "name": "Supermarkt eingest\u00fcrzt", + "place": "Supermarkt (Gro\u00df)", + "average_credits": 8500, + "generated_by": "THW", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 6, + "fwk": 2, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 4, + "police_cars": 3, + "thw_gkw": 2, + "thw_mtwtz": 2, + "thw_brmg_r": 2, + "thw_mzkw": 2, + "thw_lkw": 2, + "thw_dle": 2 + }, + "chances": { + "mobile_command_vehicles": 60, + "nef": 60, + "patient_transport": 75, + "helicopter": 10 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 8, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 14, + "police_stations": 4, + "thw": 3, + "fire_stations": 16 + } + }, + "526": { + "id": 526, + "name": "Supermarkt eingest\u00fcrzt", + "place": "Supermarkt (Klein)", + "average_credits": 4500, + "generated_by": "THW", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 4, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1, + "thw_dle": 1 + }, + "chances": { + "nef": 60, + "patient_transport": 75, + "helicopter": 10 + }, + "additional": { + "possible_patient": 15, + "possible_patient_min": 4, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "thw": 2, + "fire_stations": 13 + } + }, + "527": { + "id": 527, + "name": "Versch\u00fcttete Person", + "place": null, + "average_credits": 2500, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "thw_gkw": 1, + "rescue_dog_units": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100, + "helicopter": 15 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "police_stations": 1, + "thw": 1, + "rescue_dog_units": 1, + "fire_stations": 3 + } + }, + "528": { + "id": 528, + "name": "Fischsterben in Gew\u00e4sser", + "place": "See", + "average_credits": 5000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_mzkw": 1, + "boats": 2 + }, + "chances": { + "gwmess": 30 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 2, + "police_stations": 1, + "thw": 1, + "fire_stations": 5 + } + }, + "529": { + "id": 529, + "name": "Fischsterben in Gew\u00e4sser", + "place": "Fluss", + "average_credits": 5000, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "police_cars": 2, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_mzkw": 1, + "boats": 2 + }, + "chances": { + "gwmess": 30 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 2, + "police_stations": 1, + "thw": 1, + "fire_stations": 5 + } + }, + "530": { + "id": 530, + "name": "Eingest\u00fcrztes Wohnhaus", + "place": null, + "average_credits": 4900, + "generated_by": "THW", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 3, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "thw_gkw": 2, + "thw_mtwtz": 1, + "thw_brmg_r": 2, + "thw_mzkw": 1, + "rescue_dog_units": 1 + }, + "chances": { + "fwk": 75, + "platform_trucks": 30 + }, + "additional": { + "possible_patient": 7, + "followup_missions_ids": { + "0": 429 + }, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "thw": 3, + "rescue_dog_units": 1, + "fire_stations": 7 + } + }, + "531": { + "id": 531, + "name": "Gasexplosion", + "place": null, + "average_credits": 11500, + "generated_by": "THW", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 20, + "fwk": 1, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2, + "mobile_air_vehicles": 2, + "gwmess": 2, + "police_cars": 4, + "thw_gkw": 1, + "thw_mtwtz": 1, + "thw_brmg_r": 1, + "thw_mzkw": 1, + "thw_lkw": 1, + "thw_dle": 1, + "hazmat_dekon": 1, + "rescue_dog_units": 1 + }, + "chances": { + "fwk": 40, + "hazmat_dekon": 10, + "nef": 40, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 0, + "followup_missions_ids": { + "0": 177, + "1": 513, + "2": 166 + }, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 9, + "police_stations": 5, + "thw": 1, + "rescue_dog_units": 1, + "fire_stations": 25 + } + }, + "532": { + "id": 532, + "name": "Suche nach Vermissten", + "place": null, + "average_credits": 4800, + "generated_by": "Polizeiwache", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_helicopters": 1, + "police_cars": 2, + "rescue_dog_units": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Kardiologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "police_helicopter_stations": 1, + "rescue_dog_units": 1, + "fire_stations": 1 + } + }, + "533": { + "id": 533, + "name": "Personensuche nahe Gew\u00e4sser", + "place": "See", + "average_credits": 3300, + "generated_by": "Wasserrettung", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 6, + "boats": 2, + "rescue_dog_units": 1 + }, + "chances": { + "nef": 90, + "patient_transport": 100, + "helicopter": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "average_min_fire_personnel": 9, + "average_min_police_personnel": 12, + "patient_at_end_of_mission": true, + "patient_specializations": "Allgemeine Innere" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "rescue_dog_units": 1, + "fire_stations": 4 + } + }, + "534": { + "id": 534, + "name": "Einsturz Parkhaus", + "place": "Flughafen (gro\u00df): Parkhaus", + "average_credits": 8300, + "generated_by": "Feuerwache", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 18, + "fwk": 2, + "battalion_chief_vehicles": 5, + "mobile_command_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "police_cars": 10, + "thw_gkw": 2, + "thw_mtwtz": 2, + "thw_brmg_r": 2, + "thw_mzkw": 2, + "thw_lkw": 2, + "rescue_dog_units": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 70, + "helicopter": 10 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 10, + "thw": 5, + "rescue_dog_units": 1, + "fire_stations": 20 + } + }, + "535": { + "id": 535, + "name": "Schwimmbaddach eingest\u00fcrzt", + "place": "Schwimmbad", + "average_credits": 8300, + "generated_by": "THW", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 6, + "fwk": 1, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 4, + "thw_gkw": 3, + "thw_mtwtz": 2, + "thw_brmg_r": 1, + "thw_mzkw": 2, + "thw_lkw": 1, + "thw_dle": 1, + "rescue_dog_units": 1 + }, + "chances": { + "fwk": 80, + "nef": 40, + "patient_transport": 75, + "helicopter": 5 + }, + "additional": { + "possible_patient": 20, + "patient_specializations": "Unfallchirurgie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3, + "thw": 3, + "rescue_dog_units": 1, + "fire_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.en_AU.json b/modules/lss-missionHelper/missions.en_AU.json new file mode 100644 index 000000000..b5242e61e --- /dev/null +++ b/modules/lss-missionHelper/missions.en_AU.json @@ -0,0 +1,3312 @@ +{ + "0": { + "id": 0, + "name": "Bin fire", + "place": "Bus stop", + "average_credits": 110, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Container fire", + "place": null, + "average_credits": 170, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Burning car", + "place": null, + "average_credits": 370, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Burning motorbike", + "place": null, + "average_credits": 340, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Burning grass", + "place": null, + "average_credits": 200, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Room fire", + "place": null, + "average_credits": 1400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Garden shed fire", + "place": null, + "average_credits": 600, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Burning leaves", + "place": null, + "average_credits": 210, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Bulk trash fire", + "place": null, + "average_credits": 220, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Bale of straw fire", + "place": null, + "average_credits": 250, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Tractor fire", + "place": null, + "average_credits": 600, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Burning phone box", + "place": null, + "average_credits": 240, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Tree on the road", + "place": null, + "average_credits": 310, + "generated_by": "Fire Station", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Burning truck", + "place": null, + "average_credits": 980, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Little field fire", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Little wildfire", + "place": "Forest", + "average_credits": 1010, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Caravan fire", + "place": null, + "average_credits": 1100, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Mailbox on fire", + "place": null, + "average_credits": 340, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Brush pile", + "place": null, + "average_credits": 700, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Burning trailer", + "place": null, + "average_credits": 650, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Basement fire", + "place": null, + "average_credits": 2500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Chimney fire", + "place": null, + "average_credits": 2400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Roof fire", + "place": null, + "average_credits": 2700, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Grease Fire", + "place": null, + "average_credits": 1200, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Burning bus shelter", + "place": "Bus stop", + "average_credits": 900, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Road accident", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Small Supermarket Fire", + "place": "Supermarket (small)", + "average_credits": 1500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 50, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Garage fire", + "place": null, + "average_credits": 1400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Burning machine", + "place": null, + "average_credits": 2470, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Petrol Tanker Spill", + "place": null, + "average_credits": 5300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": { + "mobile_air_vehicles": 70 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Gas Leak", + "place": null, + "average_credits": 400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Fireplace fire", + "place": null, + "average_credits": 1310, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Harvester fire", + "place": null, + "average_credits": 1200, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Small Supermarket Fire", + "place": "Supermarket (small)", + "average_credits": 1500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 50, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Fire in Hospital", + "place": "Hospital", + "average_credits": 6100, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 90, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Alcoholic intoxication", + "place": null, + "average_credits": null, + "generated_by": "Police Station", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Chest Pains", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiology" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Acute asthma", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Seizure", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurology" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Fever", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Fallen person", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Car workshop fire", + "place": "Car workshop", + "average_credits": 6000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 90, + "water_tankers": 40, + "mobile_air_vehicles": 70, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Fallen person", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Fallen person", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Shoplifting", + "place": "Supermarket (small)", + "average_credits": 100, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Shoplifting", + "place": "Supermarket (big)", + "average_credits": 100, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Parked car accident", + "place": "Supermarket (small)", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Parked car accident", + "place": "Supermarket (big)", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Metal burglary", + "place": "Goods station", + "average_credits": 150, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Pickpocketing", + "place": "Park", + "average_credits": 150, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Fare dodger", + "place": "Bus stop", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Fare dodger", + "place": "Tram stop", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Fare dodger", + "place": "Train station (regional traffic)", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Fare dodger", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Parked car accident", + "place": "Mall", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Brawl", + "place": null, + "average_credits": 700, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Rioter", + "place": null, + "average_credits": 500, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Unannounced demonstration", + "place": null, + "average_credits": 10020, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Kitchen Fire", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Animal Rescue", + "place": "Farm", + "average_credits": 900, + "generated_by": "Fire Station", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Sports hall fire", + "place": "School", + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "Noise Complaint", + "place": null, + "average_credits": 400, + "generated_by": "Police Station", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Transient Ischemic Attack", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurosurgery" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Accident Involving a Bus", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Kitchen Fire", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Room fire", + "place": null, + "average_credits": 1400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Brawl", + "place": null, + "average_credits": 700, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Big Supermarket Fire", + "place": "Supermarket (big)", + "average_credits": 3000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 90, + "water_tankers": 20, + "mobile_air_vehicles": 80, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "70": { + "id": 70, + "name": "Big Supermarket Fire", + "place": "Supermarket (big)", + "average_credits": 3000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 90, + "water_tankers": 20, + "mobile_air_vehicles": 80, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Nosebleed", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Light Aircraft Crash", + "place": null, + "average_credits": 4000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Serious Accident Involving a Bus", + "place": null, + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Major fire", + "place": null, + "average_credits": 10500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "84": { + "id": 84, + "name": "Cyclist hit by truck", + "place": null, + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "police_stations": 2, + "fire_stations": 4 + } + }, + "85": { + "id": 85, + "name": "School fire", + "place": "School", + "average_credits": 5300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 70, + "mobile_air_vehicles": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 13 + } + }, + "93": { + "id": 93, + "name": "Aggressive Passenger", + "place": null, + "average_credits": 300, + "generated_by": "Police Station", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "police_stations": 2 + } + }, + "94": { + "id": 94, + "name": "Person trapped under machine", + "place": null, + "average_credits": 1100, + "generated_by": "Fire Station", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "95": { + "id": 95, + "name": "Damaged Roof", + "place": null, + "average_credits": 450, + "generated_by": "Fire Station", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "96": { + "id": 96, + "name": "Car pileup", + "place": null, + "average_credits": 1300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "ambulances": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "97": { + "id": 97, + "name": "A truck with a semitrailer on fire", + "place": null, + "average_credits": 900, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "98": { + "id": 98, + "name": "Tractor accident", + "place": "Farm", + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "112": { + "id": 112, + "name": "Road Train Fire", + "place": null, + "average_credits": 1400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "113": { + "id": 113, + "name": "Garbage truck fire", + "place": null, + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 2, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "114": { + "id": 114, + "name": "Motorbike accident", + "place": null, + "average_credits": 2300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "115": { + "id": 115, + "name": "Monoxide poisoning", + "place": null, + "average_credits": 2300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 30, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 5 + } + }, + "116": { + "id": 116, + "name": "MVA Rollover", + "place": null, + "average_credits": 3000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "117": { + "id": 117, + "name": "Freight Train Derailment", + "place": "Railroad Crossing", + "average_credits": 10000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "118": { + "id": 118, + "name": "Freight Train Derailment", + "place": "Train station (regional traffic)", + "average_credits": 10000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "119": { + "id": 119, + "name": "Freight Train Derailment", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 10000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "120": { + "id": 120, + "name": "Armed robbery", + "place": "Supermarket (small)", + "average_credits": 1300, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "police_stations": 7 + } + }, + "121": { + "id": 121, + "name": "Choking", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "122": { + "id": 122, + "name": "Cafeteria fire", + "place": "School", + "average_credits": 1300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "123": { + "id": 123, + "name": "Stuck Climber", + "place": null, + "average_credits": 650, + "generated_by": "Fire Station", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "124": { + "id": 124, + "name": "Threatening an official", + "place": "Subway station", + "average_credits": 750, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "125": { + "id": 125, + "name": "Threatening an official", + "place": "Train station (regional traffic)", + "average_credits": 750, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "126": { + "id": 126, + "name": "Threatening an official", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 750, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "127": { + "id": 127, + "name": "Fire in silo", + "place": "Farm", + "average_credits": 3000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "128": { + "id": 128, + "name": "Injured person on high voltage mast", + "place": null, + "average_credits": 650, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "129": { + "id": 129, + "name": "Spinal injury", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "130": { + "id": 130, + "name": "Partial Building Collapse", + "place": null, + "average_credits": 7300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 10 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "131": { + "id": 131, + "name": "Full Building Collapse", + "place": null, + "average_credits": 10000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 4, + "police_cars": 4 + }, + "chances": { + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 14 + } + }, + "132": { + "id": 132, + "name": "3rd degree burns", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "133": { + "id": 133, + "name": "Serious head injury", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurosurgery" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "134": { + "id": 134, + "name": "Traumatic limb amputation", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "135": { + "id": 135, + "name": "Big farm fire", + "place": "Farm", + "average_credits": 9000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "136": { + "id": 136, + "name": "Back pain", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "137": { + "id": 137, + "name": "Straw bale stack on fire", + "place": "Farm", + "average_credits": 1500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "138": { + "id": 138, + "name": "Residential police raid", + "place": null, + "average_credits": 750, + "generated_by": "Police Station", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "139": { + "id": 139, + "name": "Escaped Detainee", + "place": null, + "average_credits": 4000, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 10, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "140": { + "id": 140, + "name": "Fleeing Suspect", + "place": null, + "average_credits": 3000, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "141": { + "id": 141, + "name": "Missing Person", + "place": "Forest", + "average_credits": 4500, + "generated_by": "Police Station", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 6 + } + }, + "142": { + "id": 142, + "name": "Execute Arrest Warrant", + "place": null, + "average_credits": 2000, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 143 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "police_helicopter_stations": 1 + } + }, + "143": { + "id": 143, + "name": "Officer Down", + "place": null, + "average_credits": 1500, + "generated_by": "Police Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "police_stations": 6 + } + }, + "144": { + "id": 144, + "name": "Search of a vehicle", + "place": null, + "average_credits": 1000, + "generated_by": "Police Station", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 6 + } + }, + "145": { + "id": 145, + "name": "Small Violent Protest", + "place": null, + "average_credits": 2200, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 146 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 6 + } + }, + "146": { + "id": 146, + "name": "Medium Violent Protest", + "place": null, + "average_credits": 3000, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 7, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 5, + "max_possible_prisoners": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "147": { + "id": 147, + "name": "Drug Deal", + "place": null, + "average_credits": 1500, + "generated_by": "Police Station", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "148": { + "id": 148, + "name": "Petrol Station Robbery", + "place": "Gas station", + "average_credits": 1250, + "generated_by": "Police Station", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 12 + }, + "prerequisites": { + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "149": { + "id": 149, + "name": "Shots fired at Officer", + "place": null, + "average_credits": 4100, + "generated_by": "Police Station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 8, + "k9": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 10, + "police_helicopter_stations": 1 + } + }, + "150": { + "id": 150, + "name": "Dignitary Protection", + "place": null, + "average_credits": 4000, + "generated_by": "Police Station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6, + "k9": 2 + }, + "chances": {}, + "additional": { + "duration": "30 minutes", + "swat_personnel": 18, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 15 + } + }, + "151": { + "id": 151, + "name": "Siege Involving Firearm", + "place": null, + "average_credits": 1250, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 9, + "police_helicopter_stations": 1 + } + }, + "152": { + "id": 152, + "name": "Attempted Homicide", + "place": null, + "average_credits": 1000, + "generated_by": "Police Station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "153": { + "id": 153, + "name": "Museum robbery", + "place": "Museum", + "average_credits": 1000, + "generated_by": "Police Station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 6 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "165": { + "id": 165, + "name": "Domestic violence", + "place": null, + "average_credits": 1200, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "166": { + "id": 166, + "name": "Drug Lab Fire", + "place": null, + "average_credits": 3000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "hazmat_vehicles": 2, + "police_cars": 4 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 1, + "max_possible_prisoners": 5, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 4, + "fire_stations": 10 + } + }, + "167": { + "id": 167, + "name": "Anaphylaxis", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "168": { + "id": 168, + "name": "Injured runner", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "169": { + "id": 169, + "name": "Concert", + "place": "Stadium", + "average_credits": 4400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 1, + "police_cars": 7 + }, + "chances": {}, + "additional": { + "duration": "3 hours", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "fire_stations": 3 + } + }, + "170": { + "id": 170, + "name": "Random Breath Test", + "place": null, + "average_credits": 3000, + "generated_by": "Police Station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "duration": "2 hours", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 3 + } + }, + "171": { + "id": 171, + "name": "Football Game", + "place": "Stadium", + "average_credits": 4400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 2, + "police_cars": 6 + }, + "chances": {}, + "additional": { + "duration": "2 hours" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 3, + "fire_stations": 2 + } + }, + "172": { + "id": 172, + "name": "Music Festival", + "place": "Stadium", + "average_credits": 8000, + "generated_by": "Police Station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 4, + "police_cars": 8, + "k9": 3 + }, + "chances": {}, + "additional": { + "duration": "4 hours", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 10, + "fire_stations": 2 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.en_GB.json b/modules/lss-missionHelper/missions.en_GB.json new file mode 100644 index 000000000..63f7cd060 --- /dev/null +++ b/modules/lss-missionHelper/missions.en_GB.json @@ -0,0 +1,3373 @@ +{ + "0": { + "id": 0, + "name": "Bin fire", + "place": null, + "average_credits": 110, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 11, + "1": 7, + "2": 24 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Container fire", + "place": null, + "average_credits": 170, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Burning car", + "place": null, + "average_credits": 370, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + }, + "followup_missions_ids": { + "0": 3, + "1": 7 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Burning motorbike", + "place": null, + "average_credits": 340, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + }, + "followup_missions_ids": { + "0": 2, + "1": 7 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Burning grass", + "place": null, + "average_credits": 200, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + }, + "followup_missions_ids": { + "0": 7 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Room fire", + "place": null, + "average_credits": 800, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Garden shed fire", + "place": null, + "average_credits": 600, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 7, + "1": 22 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Burning leaves", + "place": null, + "average_credits": 210, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Bulk rubbish fire", + "place": null, + "average_credits": 220, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + }, + "followup_missions_ids": { + "0": 7, + "1": 22 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Bale of straw fire", + "place": null, + "average_credits": 250, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Tractor fire", + "place": null, + "average_credits": 600, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Phonebox on fire", + "place": null, + "average_credits": 240, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Tree on the road", + "place": null, + "average_credits": 310, + "generated_by": "Fire Station", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Burning truck", + "place": null, + "average_credits": 980, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Little field fire", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Little forest fire", + "place": "Forest", + "average_credits": 1010, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Caravan fire", + "place": null, + "average_credits": 1100, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Postbox on fire", + "place": null, + "average_credits": 340, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 7, + "1": 22 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Out of control bonfire", + "place": null, + "average_credits": 700, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Burning trailer", + "place": null, + "average_credits": 650, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 7, + "1": 22 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Basement fire", + "place": null, + "average_credits": 2500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Chimney fire", + "place": null, + "average_credits": 1900, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Roof fire", + "place": null, + "average_credits": 2700, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": { + "followup_missions_ids": { + "0": 5, + "1": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Grease Fire", + "place": null, + "average_credits": 1200, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Burning bus shelter", + "place": "Bus stop", + "average_credits": 900, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Road accident", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2 + }, + "followup_missions_ids": { + "0": 25, + "1": 29 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Small Supermarket Fire", + "place": "Supermarket (small)", + "average_credits": 1500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Garage fire", + "place": null, + "average_credits": 1400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Burning machine", + "place": null, + "average_credits": 2470, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Unknown Tanker Spill", + "place": null, + "average_credits": 5300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Gas Leak", + "place": null, + "average_credits": 400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Fireplace fire", + "place": null, + "average_credits": 1310, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Harvester fire", + "place": null, + "average_credits": 1200, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Small Supermarket Fire", + "place": "Supermarket (small)", + "average_credits": 1500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Fire in Hospital - Major Incident", + "place": "Hospital", + "average_credits": 10000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 8, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 13 + } + }, + "35": { + "id": 35, + "name": "Alcoholic intoxication", + "place": null, + "average_credits": null, + "generated_by": "Police Station", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Chest Pains", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiology" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Acute asthma", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Seizure", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurology" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Fever", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Fallen person", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Car workshop fire - persons reported", + "place": "Car workshop", + "average_credits": 6000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 4, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 16 + } + }, + "42": { + "id": 42, + "name": "Fallen person", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Fallen person", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Shoplifting", + "place": "Supermarket (small)", + "average_credits": 100, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Shoplifting", + "place": "Supermarket (big)", + "average_credits": 100, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Parked car accident", + "place": "Supermarket (small)", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Parked car accident", + "place": "Supermarket (big)", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Metal burglary", + "place": "Goods station", + "average_credits": 150, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Pickpocketing", + "place": "Park", + "average_credits": 150, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Fare dodger", + "place": "Bus stop", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Fare dodger", + "place": "Tram stop", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Fare dodger", + "place": "Train station (regional traffic)", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Fare dodger", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Parked car accident", + "place": "Mall", + "average_credits": 120, + "generated_by": "Police Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Brawl", + "place": null, + "average_credits": 700, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Rioter", + "place": null, + "average_credits": 500, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Unannounced demonstration", + "place": null, + "average_credits": 10020, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Kitchen Fire", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Animal Rescue", + "place": "Farm", + "average_credits": 900, + "generated_by": "Fire Station", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Sports hall fire", + "place": "School", + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "followup_missions_ids": { + "0": 94, + "1": 14 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "Noise Complaint", + "place": null, + "average_credits": 400, + "generated_by": "Police Station", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "followup_missions_ids": { + "0": 55, + "1": 67, + "2": 56 + } + }, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Transient Ischemic Attack", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurosurgery" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Accident Involving a Bus", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Kitchen Fire", + "place": null, + "average_credits": 1000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Room fire", + "place": null, + "average_credits": 1100, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Brawl", + "place": null, + "average_credits": 700, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Big Supermarket Fire", + "place": "Supermarket (big)", + "average_credits": 3000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Unknown Tanker Spill", + "place": null, + "average_credits": 4300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Big Supermarket Fire", + "place": "Supermarket (big)", + "average_credits": 3000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Nosebleed", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Light Aircraft Crash", + "place": null, + "average_credits": 4000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Serious Accident Involving a Bus", + "place": null, + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Major fire", + "place": null, + "average_credits": 10210, + "generated_by": "Fire Station", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Partial Building Collapse", + "place": null, + "average_credits": 4800, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 6, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 5 + } + }, + "76": { + "id": 76, + "name": "Industrial Fire", + "place": null, + "average_credits": 4800, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "77": { + "id": 77, + "name": "Patient Transfer", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": {} + }, + "78": { + "id": 78, + "name": "Cardiac Arrest", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "79": { + "id": 79, + "name": "Respiratory Arrest", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "89": { + "id": 89, + "name": "Road Traffic Collision (Major)", + "place": null, + "average_credits": 16000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 6, + "heavy_rescue_vehicles": 4, + "police_cars": 8 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 2, + "only_alliance_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": {} + }, + "90": { + "id": 90, + "name": "Cyclist hit by HGV", + "place": null, + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "police_stations": 2, + "fire_stations": 4 + } + }, + "91": { + "id": 91, + "name": "Fail to stop", + "place": null, + "average_credits": 1000, + "generated_by": "Police Station", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 4 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "92": { + "id": 92, + "name": "Person with a weapon", + "place": null, + "average_credits": 2500, + "generated_by": "Police Station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 8 + } + }, + "93": { + "id": 93, + "name": "High-Risk Warrant", + "place": null, + "average_credits": 1200, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 4, + "swat_personnel": 8 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "94": { + "id": 94, + "name": "School fire", + "place": "School", + "average_credits": 5300, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 13 + } + }, + "102": { + "id": 102, + "name": "Burning manufacturing machine", + "place": "Warehouse", + "average_credits": 2470, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "103": { + "id": 103, + "name": "Burning manufacturing machine", + "place": "Factory", + "average_credits": 2470, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "104": { + "id": 104, + "name": "Burning manufacturing machine", + "place": "Cold Storage Warehouse", + "average_credits": 2470, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "105": { + "id": 105, + "name": "Concern for welfare", + "place": null, + "average_credits": 750, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "106": { + "id": 106, + "name": "Hit and Run", + "place": null, + "average_credits": 1200, + "generated_by": "Police Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "107": { + "id": 107, + "name": "Row of garages on fire", + "place": null, + "average_credits": 3000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "108": { + "id": 108, + "name": "Thatched cottage fire", + "place": null, + "average_credits": 8000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "109": { + "id": 109, + "name": "Trespasser on railway line", + "place": "Train station (regional traffic)", + "average_credits": 1000, + "generated_by": "Police Station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "110": { + "id": 110, + "name": "Trespasser on railway line", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 1000, + "generated_by": "Police Station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "111": { + "id": 111, + "name": "Trespasser on railway line", + "place": "Railroad Crossing", + "average_credits": 1000, + "generated_by": "Police Station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "112": { + "id": 112, + "name": "Trespasser on railway line", + "place": "Rail Crossing", + "average_credits": 1000, + "generated_by": "Police Station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "126": { + "id": 126, + "name": "HGV Fire", + "place": null, + "average_credits": 1400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "127": { + "id": 127, + "name": "Bin Lorry Fire", + "place": null, + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 2, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "128": { + "id": 128, + "name": "RTC Entrapment", + "place": null, + "average_credits": 1250, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 3 + } + }, + "129": { + "id": 129, + "name": "Multi vehicle RTC", + "place": null, + "average_credits": 1600, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 7, + "possible_patient_min": 3, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 3 + } + }, + "130": { + "id": 130, + "name": "Multi vehicle RTC entrapment", + "place": null, + "average_credits": 4000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 7, + "possible_patient_min": 3, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 6 + } + }, + "131": { + "id": 131, + "name": "HGV Lost its load", + "place": null, + "average_credits": 1500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 2 + } + }, + "132": { + "id": 132, + "name": "HGV Lost its load (Livestock)", + "place": null, + "average_credits": 2400, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "swat_personnel": 2 + }, + "prerequisites": { + "police_stations": 8, + "fire_stations": 1 + } + }, + "133": { + "id": 133, + "name": "HGV Lost its load (milk)", + "place": null, + "average_credits": 3500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 11 + } + }, + "134": { + "id": 134, + "name": "Goods Train Fire", + "place": "Rail Crossing", + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "135": { + "id": 135, + "name": "Goods Train Fire", + "place": "Railroad Crossing", + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "136": { + "id": 136, + "name": "Goods Train Fire", + "place": "Train station (regional traffic)", + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "137": { + "id": 137, + "name": "Goods Train Fire", + "place": "Goods station", + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "138": { + "id": 138, + "name": "Large Drunken Disorder", + "place": null, + "average_credits": 950, + "generated_by": "Police Station", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 3, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "139": { + "id": 139, + "name": "Fire in silo", + "place": "Silo", + "average_credits": 3000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "140": { + "id": 140, + "name": "Domestic Violence", + "place": null, + "average_credits": 1200, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "141": { + "id": 141, + "name": "Choking", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "142": { + "id": 142, + "name": "Barn fire", + "place": "Farm", + "average_credits": 2000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 7 + } + }, + "143": { + "id": 143, + "name": "Stuck Climber", + "place": null, + "average_credits": 650, + "generated_by": "Fire Station", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "144": { + "id": 144, + "name": "Threatening an official", + "place": "Subway station", + "average_credits": 750, + "generated_by": "Police Station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "145": { + "id": 145, + "name": "Fire in an office building - Major Incident", + "place": "Office Building", + "average_credits": 7000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 16, + "battalion_chief_vehicles": 8, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "mobile_air_vehicles": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 3, + "fire_stations": 15 + } + }, + "146": { + "id": 146, + "name": "Injured person on high voltage mast", + "place": null, + "average_credits": 650, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "147": { + "id": 147, + "name": "Spinal injury", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "148": { + "id": 148, + "name": "Partial collapse of the building", + "place": null, + "average_credits": 7500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 10 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "149": { + "id": 149, + "name": "Building collapse", + "place": null, + "average_credits": 9000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 7 + } + }, + "150": { + "id": 150, + "name": "3rd degree burns", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "151": { + "id": 151, + "name": "Serious head injury", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurosurgery" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "152": { + "id": 152, + "name": "Traumatic limb amputation", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "153": { + "id": 153, + "name": "Hay shed fire - Large", + "place": "Farm", + "average_credits": 9000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 6, + "platform_trucks": 1, + "water_tankers": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "154": { + "id": 154, + "name": "Back pain", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "155": { + "id": 155, + "name": "Suspicious package", + "place": null, + "average_credits": 2000, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 8, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1, + "swat_personnel": 8 + }, + "prerequisites": { + "police_stations": 8 + } + }, + "156": { + "id": 156, + "name": "Heatstroke", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "168": { + "id": 168, + "name": "Trench Rescue", + "place": null, + "average_credits": 2500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "169": { + "id": 169, + "name": "Heathland fire - large", + "place": "Heathland", + "average_credits": 8000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "170": { + "id": 170, + "name": "Anaphylaxis", + "place": null, + "average_credits": null, + "generated_by": "Ambulance Station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "171": { + "id": 171, + "name": "Thatched Cottage Chimney Fire", + "place": null, + "average_credits": 800, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 108 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "172": { + "id": 172, + "name": "Commercial Burglary", + "place": null, + "average_credits": 2000, + "generated_by": "Police Station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "173": { + "id": 173, + "name": "Warehouse Fire - Major Incident", + "place": "Warehouse", + "average_credits": 14000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 15, + "battalion_chief_vehicles": 8, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "water_tankers": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "fire_stations": 20 + } + }, + "174": { + "id": 174, + "name": "Warehouse Fire - Major Incident", + "place": "Cold Storage Warehouse", + "average_credits": 14000, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 15, + "battalion_chief_vehicles": 8, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "water_tankers": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "fire_stations": 20 + } + }, + "175": { + "id": 175, + "name": "Landfill fire", + "place": "Landfill site", + "average_credits": 3500, + "generated_by": "Fire Station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 3, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "176": { + "id": 176, + "name": "Unauthorized possession of weapons", + "place": null, + "average_credits": 2500, + "generated_by": "Police Station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.en_US.json b/modules/lss-missionHelper/missions.en_US.json new file mode 100644 index 000000000..9df9b96a8 --- /dev/null +++ b/modules/lss-missionHelper/missions.en_US.json @@ -0,0 +1,9292 @@ +{ + "0": { + "id": 0, + "name": "Bin fire", + "place": "Bus stop", + "average_credits": 110, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Container fire", + "place": null, + "average_credits": 170, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Burning car", + "place": null, + "average_credits": 370, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 26, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Burning motorbike", + "place": null, + "average_credits": 340, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 26 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Burning grass", + "place": null, + "average_credits": 200, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Room fire", + "place": null, + "average_credits": 1400, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "nef": 0, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 88 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Garden shed fire", + "place": null, + "average_credits": 600, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Burning leaves", + "place": null, + "average_credits": 210, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Bulk trash fire", + "place": null, + "average_credits": 220, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 99, + "3": 87, + "4": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Bale of straw fire", + "place": null, + "average_credits": 250, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Tractor fire", + "place": null, + "average_credits": 600, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 29 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Burning callbox", + "place": null, + "average_credits": 240, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Tree on the road", + "place": null, + "average_credits": 310, + "generated_by": "Fire station", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Burning truck", + "place": null, + "average_credits": 980, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Little field fire", + "place": null, + "average_credits": 1000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15, + "1": 202 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Little wildfire", + "place": "Forest", + "average_credits": 1010, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Caravan fire", + "place": null, + "average_credits": 1100, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Mailbox on fire", + "place": null, + "average_credits": 340, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Brush pile", + "place": null, + "average_credits": 700, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Burning trailer", + "place": null, + "average_credits": 650, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Basement fire", + "place": null, + "average_credits": 2500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Chimney fire", + "place": null, + "average_credits": 2400, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Roof fire", + "place": null, + "average_credits": 2700, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 87, + "1": 99 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Grease Fire", + "place": null, + "average_credits": 1200, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 99 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Burning bus shelter", + "place": "Bus stop", + "average_credits": 900, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Road accident", + "place": null, + "average_credits": 1000, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "nef": 0, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 47, + "3": 98 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Garage fire", + "place": null, + "average_credits": 1400, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "27": { + "id": 27, + "name": "Gas Leak", + "place": null, + "average_credits": 400, + "generated_by": "Fire station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25, + "1": 47 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "28": { + "id": 28, + "name": "Fireplace fire", + "place": null, + "average_credits": 1310, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "29": { + "id": 29, + "name": "Harvester fire", + "place": null, + "average_credits": 1200, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "30": { + "id": 30, + "name": "Wastebin fire", + "place": "Tram stop", + "average_credits": 110, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 13 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Wastebin fire", + "place": "Train station (regional traffic)", + "average_credits": 110, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "32": { + "id": 32, + "name": "Wastebin fire", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 110, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "33": { + "id": 33, + "name": "Wastebin fire", + "place": "Hospital", + "average_credits": 110, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "34": { + "id": 34, + "name": "Alcoholic intoxication", + "place": null, + "average_credits": null, + "generated_by": "Police station", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "35": { + "id": 35, + "name": "Nosebleed", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Chest Pains", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiology" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Acute asthma", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Seizure", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurology" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Fever", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Fallen person", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Major fire", + "place": null, + "average_credits": 10210, + "generated_by": "Fire station", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "42": { + "id": 42, + "name": "Manhole Fire", + "place": null, + "average_credits": 210, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "43": { + "id": 43, + "name": "Diabetic problems", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Burning machine", + "place": null, + "average_credits": 2470, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "water_tankers": 30, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "45": { + "id": 45, + "name": "Burning locomotive", + "place": "Goods station", + "average_credits": 1800, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "mobile_air_vehicles": 30, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 7 + } + }, + "46": { + "id": 46, + "name": "Gas station fire", + "place": "Gas station", + "average_credits": 3920, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 30, + "mobile_air_vehicles": 30, + "hazmat_vehicles": 70 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "47": { + "id": 47, + "name": "Dangerous goods truck accident", + "place": null, + "average_credits": 2200, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 11 + } + }, + "48": { + "id": 48, + "name": "Shoplifting", + "place": "Supermarket (small)", + "average_credits": 100, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Shoplifting", + "place": "Supermarket (big)", + "average_credits": 100, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Parked car accident", + "place": "Supermarket (small)", + "average_credits": 120, + "generated_by": "Police station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Parked car accident", + "place": "Supermarket (big)", + "average_credits": 120, + "generated_by": "Police station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Metal burglary", + "place": "Goods station", + "average_credits": 150, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Pickpocketing", + "place": "Park", + "average_credits": 150, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Fare dodger", + "place": "Bus stop", + "average_credits": 120, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Fare dodger", + "place": "Tram stop", + "average_credits": 120, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "56": { + "id": 56, + "name": "Fare dodger", + "place": "Train station (regional traffic)", + "average_credits": 120, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "57": { + "id": 57, + "name": "Fare dodger", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 120, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "58": { + "id": 58, + "name": "Parked car accident", + "place": "Mall", + "average_credits": 120, + "generated_by": "Police station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "59": { + "id": 59, + "name": "Brawl", + "place": null, + "average_credits": 700, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 90, + "1": 298 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "60": { + "id": 60, + "name": "Rioter", + "place": null, + "average_credits": 500, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 59, + "1": 90 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "61": { + "id": 61, + "name": "Unannounced demonstration", + "place": null, + "average_credits": 10020, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "62": { + "id": 62, + "name": "Pile-up", + "place": null, + "average_credits": 10010, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 5, + "hazmat_vehicles": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 12, + "possible_patient_min": 10, + "only_alliance_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": {} + }, + "72": { + "id": 72, + "name": "Person check", + "place": null, + "average_credits": 100, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 90 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "73": { + "id": 73, + "name": "Obstruction of traffic", + "place": null, + "average_credits": 80, + "generated_by": "Police station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "74": { + "id": 74, + "name": "Theft of property from vehicles", + "place": null, + "average_credits": 150, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "75": { + "id": 75, + "name": "Tree on bikeway", + "place": null, + "average_credits": 310, + "generated_by": "Fire station", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "76": { + "id": 76, + "name": "Burning substation", + "place": null, + "average_credits": 1900, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "max_police_stations": 4, + "fire_stations": 4 + } + }, + "77": { + "id": 77, + "name": "Burning substation", + "place": null, + "average_credits": 2000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "fire_stations": 4 + } + }, + "78": { + "id": 78, + "name": "Person under tree", + "place": null, + "average_credits": 1000, + "generated_by": "Fire station", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "allow_rw_instead_of_lf": true, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 6 + } + }, + "86": { + "id": 86, + "name": "MVA Rollover", + "place": null, + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "expansion_missions_ids": { + "0": 25 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "87": { + "id": 87, + "name": "Industrial Fire", + "place": null, + "average_credits": 5300, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "88": { + "id": 88, + "name": "Partial Building Collapse", + "place": null, + "average_credits": 7300, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 5 + } + }, + "89": { + "id": 89, + "name": "Trench Rescue", + "place": null, + "average_credits": 2500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "90": { + "id": 90, + "name": "Officer Down", + "place": null, + "average_credits": 1500, + "generated_by": "Police station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "police_stations": 6 + } + }, + "91": { + "id": 91, + "name": "Concert", + "place": "Stadium", + "average_credits": 4400, + "generated_by": "Fire station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 1, + "police_cars": 7 + }, + "chances": {}, + "additional": { + "duration": "3 hours", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "fire_stations": 3 + } + }, + "92": { + "id": 92, + "name": "Soccer Game", + "place": "Stadium", + "average_credits": 3400, + "generated_by": "Fire station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "duration": "2 hours", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 4 + } + }, + "93": { + "id": 93, + "name": "Baseball Game", + "place": "Stadium", + "average_credits": 4400, + "generated_by": "Fire station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 2, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "3 hours", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 4, + "fire_stations": 2 + } + }, + "94": { + "id": 94, + "name": "Prisoner Escape", + "place": null, + "average_credits": 4000, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 10, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "95": { + "id": 95, + "name": "Fleeing Suspect", + "place": null, + "average_credits": 3000, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "96": { + "id": 96, + "name": "Missing Person", + "place": "Forest", + "average_credits": 4500, + "generated_by": "Police station", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 6 + } + }, + "97": { + "id": 97, + "name": "Warrant Standby", + "place": null, + "average_credits": 2000, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 90 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "police_helicopter_stations": 1 + } + }, + "98": { + "id": 98, + "name": "Unknown Tanker Spill", + "place": null, + "average_credits": 5300, + "generated_by": "Fire station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "99": { + "id": 99, + "name": "Commercial Fire", + "place": null, + "average_credits": 4000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 13 + } + }, + "100": { + "id": 100, + "name": "Animal Attack", + "place": null, + "average_credits": 300, + "generated_by": "Police station", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 90 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "101": { + "id": 101, + "name": "Unknown Tanker Spill", + "place": null, + "average_credits": 4300, + "generated_by": "Fire station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "102": { + "id": 102, + "name": "High Rise Fire", + "place": "High Rise", + "average_credits": 4000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 2 + }, + "chances": { + "mobile_air_vehicles": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 7, + "possible_patient_min": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 13 + } + }, + "103": { + "id": 103, + "name": "Domestic Dispute", + "place": null, + "average_credits": 300, + "generated_by": "Police station", + "icons": { + "0": "/images/comment_gruen.png", + "1": "/images/comment_gelb.png", + "2": "/images/comment_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 90 + } + }, + "prerequisites": { + "police_stations": 3 + } + }, + "104": { + "id": 104, + "name": "Hostage Taken", + "place": null, + "average_credits": 2000, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "swat_personnel": 12, + "patient_at_end_of_mission": true, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 8 + } + }, + "105": { + "id": 105, + "name": "Active Shooter", + "place": null, + "average_credits": 2800, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "possible_patient": 10, + "possible_patient_min": 1, + "swat_personnel": 24, + "patient_at_end_of_mission": true, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 9, + "police_helicopter_stations": 1 + } + }, + "106": { + "id": 106, + "name": "High-Risk Warrant", + "place": null, + "average_credits": 1400, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "swat_personnel": 18 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "107": { + "id": 107, + "name": "Drug Warrant", + "place": null, + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "swat_personnel": 6 + }, + "prerequisites": { + "police_stations": 8 + } + }, + "108": { + "id": 108, + "name": "Anaphylaxis", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "109": { + "id": 109, + "name": "Noise Complaint", + "place": null, + "average_credits": 400, + "generated_by": "Police station", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "110": { + "id": 110, + "name": "Residential Fire", + "place": null, + "average_credits": 1750, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2 + }, + "chances": { + "nef": 0, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 6 + } + }, + "111": { + "id": 111, + "name": "Stabbing", + "place": null, + "average_credits": 1500, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 6, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 6 + } + }, + "112": { + "id": 112, + "name": "Bomb Explosion", + "place": null, + "average_credits": 14000, + "generated_by": "Fire station", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "police_helicopters": 1, + "police_cars": 14 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true, + "swat_personnel": 24 + }, + "prerequisites": {} + }, + "113": { + "id": 113, + "name": "Smoke in Cabin", + "place": "Small Airport (Runway)", + "average_credits": 1200, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "arff": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "114": { + "id": 114, + "name": "Smoke in Cabin", + "place": "Large Airport (Runway)", + "average_credits": 1200, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "arff": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "115": { + "id": 115, + "name": "Braking Overheat", + "place": "Small Airport (Runway)", + "average_credits": 900, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "arff": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "116": { + "id": 116, + "name": "Braking Overheat", + "place": "Large Airport (Runway)", + "average_credits": 900, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "arff": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "117": { + "id": 117, + "name": "Engine Fire", + "place": "Small Airport (Runway)", + "average_credits": 1200, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "arff": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "118": { + "id": 118, + "name": "Engine Fire", + "place": "Large Airport (Runway)", + "average_credits": 1900, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "arff": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "119": { + "id": 119, + "name": "Food Poisoning", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "120": { + "id": 120, + "name": "Large Aircraft Crash", + "place": "Large Airport (Runway)", + "average_credits": 6000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 2, + "arff": 4, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 25, + "possible_patient_min": 5, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 7, + "police_stations": 4, + "fire_stations": 10 + } + }, + "121": { + "id": 121, + "name": "Aircraft Hijack", + "place": "Large Airport (Runway)", + "average_credits": 5000, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "battalion_chief_vehicles": 1, + "police_cars": 10 + }, + "chances": {}, + "additional": { + "possible_patient": 10, + "possible_patient_min": 1, + "swat_personnel": 18, + "patient_at_end_of_mission": true, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 10, + "fire_stations": 2 + } + }, + "122": { + "id": 122, + "name": "Carbon Monoxide Alarm", + "place": null, + "average_credits": 100, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "123": { + "id": 123, + "name": "Bank Robbery", + "place": "Bank", + "average_credits": 1600, + "generated_by": "Police station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "swat_personnel": 12 + }, + "prerequisites": { + "police_stations": 8 + } + }, + "124": { + "id": 124, + "name": "Shooting", + "place": null, + "average_credits": 1750, + "generated_by": "Police station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "possible_patient": 6, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 5 + } + }, + "125": { + "id": 125, + "name": "Vehicle Accident - Entrapment", + "place": null, + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 95 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 6 + } + }, + "126": { + "id": 126, + "name": "Overdose", + "place": null, + "average_credits": null, + "generated_by": "Police station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1 + } + }, + "127": { + "id": 127, + "name": "Fire in an Office Building", + "place": "Office Building", + "average_credits": 7000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "mobile_air_vehicles": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 3, + "fire_stations": 15 + } + }, + "128": { + "id": 128, + "name": "Aggressive Passenger", + "place": "Small Airport (Runway)", + "average_credits": 600, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "129": { + "id": 129, + "name": "Aggressive Passenger", + "place": "Large Airport (Runway)", + "average_credits": 600, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "130": { + "id": 130, + "name": "Powerline Down", + "place": null, + "average_credits": 400, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "131": { + "id": 131, + "name": "Parole Violation", + "place": null, + "average_credits": 400, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "132": { + "id": 132, + "name": "Allergic Reaction", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "133": { + "id": 133, + "name": "Stolen Credit Card", + "place": null, + "average_credits": 400, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "134": { + "id": 134, + "name": "Search of a vehicle", + "place": null, + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 6 + } + }, + "135": { + "id": 135, + "name": "Small Violent Protest", + "place": null, + "average_credits": 2200, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 136 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 6 + } + }, + "136": { + "id": 136, + "name": "Medium Violent Protest", + "place": null, + "average_credits": 3000, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 7, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 5, + "max_possible_prisoners": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "137": { + "id": 137, + "name": "Drug Deal", + "place": null, + "average_credits": 1500, + "generated_by": "Police station", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "138": { + "id": 138, + "name": "Smoke Investigation", + "place": null, + "average_credits": 700, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 110 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "139": { + "id": 139, + "name": "Drug Lab Fire", + "place": null, + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "hazmat_vehicles": 2, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "possible_patient": 10, + "possible_patient_min": 1, + "max_possible_prisoners": 5, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 4, + "fire_stations": 10 + } + }, + "140": { + "id": 140, + "name": "Gas Station Robbery", + "place": "Gas station", + "average_credits": 1250, + "generated_by": "Police station", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 12 + }, + "prerequisites": { + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "141": { + "id": 141, + "name": "Elevator Rescue", + "place": "Office Building", + "average_credits": 400, + "generated_by": "Fire station", + "icons": { + "0": "/images/elevator_gruen.png", + "1": "/images/elevator_gelb.png", + "2": "/images/elevator_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "142": { + "id": 142, + "name": "Warehouse Fire", + "place": "Warehouse", + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "water_tankers": 3, + "mobile_air_vehicles": 4, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 5, + "fire_stations": 20 + } + }, + "143": { + "id": 143, + "name": "Assassination Threat", + "place": null, + "average_credits": 4400, + "generated_by": "Police station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "duration": "3 hours", + "swat_personnel": 12, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 8 + } + }, + "144": { + "id": 144, + "name": "Truck in House Wall", + "place": null, + "average_credits": 4400, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "145": { + "id": 145, + "name": "Burning Garbage Truck", + "place": null, + "average_credits": 600, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "146": { + "id": 146, + "name": "Child Birth", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Gynecology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "147": { + "id": 147, + "name": "Keys Locked in Vehicle", + "place": null, + "average_credits": 300, + "generated_by": "Police station", + "icons": { + "0": "/images/comment_gruen.png", + "1": "/images/comment_gelb.png", + "2": "/images/comment_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "148": { + "id": 148, + "name": "Stuck Climber", + "place": null, + "average_credits": 650, + "generated_by": "Fire station", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "149": { + "id": 149, + "name": "Smoke Detector Check", + "place": null, + "average_credits": 400, + "generated_by": "Fire station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "duration": "15 minutes", + "guard_mission": true + }, + "prerequisites": { + "fire_stations": 8 + } + }, + "150": { + "id": 150, + "name": "Freight Train Derailment", + "place": "Railroad Crossing", + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "151": { + "id": 151, + "name": "Freight Train Derailment", + "place": "Train station (regional traffic)", + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "152": { + "id": 152, + "name": "Freight Train Derailment", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "153": { + "id": 153, + "name": "Barn Fire", + "place": "Farm", + "average_credits": 1800, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 7 + } + }, + "154": { + "id": 154, + "name": "Chlorine leak", + "place": "Swimming bath", + "average_credits": 3500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 15, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 12 + } + }, + "155": { + "id": 155, + "name": "Fire in Hospital", + "place": "Hospital", + "average_credits": 6000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "156": { + "id": 156, + "name": "Turbulence Injury", + "place": "Small Airport (Runway)", + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "157": { + "id": 157, + "name": "Turbulence Injury", + "place": "Large Airport (Runway)", + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "158": { + "id": 158, + "name": "Accident Involving a Bus", + "place": null, + "average_credits": 1000, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "159": { + "id": 159, + "name": "Serious Accident Involving a Bus", + "place": null, + "average_credits": 2000, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "160": { + "id": 160, + "name": "Lost Child", + "place": null, + "average_credits": 700, + "generated_by": "Police station", + "icons": { + "0": "/images/glasses_gruen.png", + "1": "/images/glasses_gelb.png", + "2": "/images/glasses_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "161": { + "id": 161, + "name": "DUI Checkpoint", + "place": null, + "average_credits": 3500, + "generated_by": "Police station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "duration": "3 hours", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 6 + } + }, + "162": { + "id": 162, + "name": "Light Aircraft Crash (Airfield)", + "place": "Small Airport (Runway)", + "average_credits": 2500, + "generated_by": "Fire station", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "163": { + "id": 163, + "name": "Light Aircraft Crash", + "place": null, + "average_credits": 4000, + "generated_by": "Fire station", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "164": { + "id": 164, + "name": "Cable theft", + "place": null, + "average_credits": 550, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "165": { + "id": 165, + "name": "Drowning", + "place": "Lake", + "average_credits": 1250, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "boats": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "fire_stations": 9 + } + }, + "166": { + "id": 166, + "name": "Drowning", + "place": "River", + "average_credits": 1250, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "boats": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "fire_stations": 9 + } + }, + "167": { + "id": 167, + "name": "Car in river", + "place": "River", + "average_credits": 1400, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "boats": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "fire_stations": 7 + } + }, + "168": { + "id": 168, + "name": "Car in lake", + "place": "Lake", + "average_credits": 1400, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "boats": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "fire_stations": 7 + } + }, + "169": { + "id": 169, + "name": "Small flooding", + "place": null, + "average_credits": 550, + "generated_by": "Fire station", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 170 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 9 + } + }, + "170": { + "id": 170, + "name": "Medium flooding", + "place": null, + "average_credits": 1550, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "boats": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 171 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 3, + "fire_stations": 9 + } + }, + "171": { + "id": 171, + "name": "Large flooding", + "place": null, + "average_credits": 2500, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 1, + "boats": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "expansion_missions_ids": { + "0": 172 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 3, + "fire_stations": 9 + } + }, + "172": { + "id": 172, + "name": "Giant flooding", + "place": null, + "average_credits": 4000, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 3, + "boats": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 5, + "police_stations": 3, + "fire_stations": 14 + } + }, + "173": { + "id": 173, + "name": "Light aircraft crash in water", + "place": "River", + "average_credits": 4000, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "boats": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 3, + "fire_stations": 11 + } + }, + "174": { + "id": 174, + "name": "Light aircraft crash in water", + "place": "Lake", + "average_credits": 4000, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "boats": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 3, + "fire_stations": 11 + } + }, + "175": { + "id": 175, + "name": "Bridge collapse", + "place": "Bridge", + "average_credits": 7000, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1, + "police_cars": 2, + "boats": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 20, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 13 + } + }, + "176": { + "id": 176, + "name": "Stroke", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "177": { + "id": 177, + "name": "Unconscious Person", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "178": { + "id": 178, + "name": "Hemorrhage", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "179": { + "id": 179, + "name": "Burst water main", + "place": null, + "average_credits": 1200, + "generated_by": "Fire station", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 4, + "expansion_missions_ids": { + "0": 170 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 10 + } + }, + "180": { + "id": 180, + "name": "Shots fired at Officer", + "place": null, + "average_credits": 4100, + "generated_by": "Police station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 8, + "k9": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 10, + "police_helicopter_stations": 1 + } + }, + "181": { + "id": 181, + "name": "School fire", + "place": "School", + "average_credits": 6000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 20, + "water_tankers": 25, + "mobile_air_vehicles": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 13 + } + }, + "182": { + "id": 182, + "name": "Cafeteria fire", + "place": "School", + "average_credits": 1300, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "183": { + "id": 183, + "name": "Fire in fast food restaurant", + "place": "Fast Food Restaurant", + "average_credits": 1850, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "184": { + "id": 184, + "name": "Container Ship Fire", + "place": "Cargo port", + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "large_rescue_boat": 1, + "large_fire_boat": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_boat_docks": 1, + "rescue_boat_docks": 1, + "fire_stations": 13 + } + }, + "185": { + "id": 185, + "name": "Dock Crane fire", + "place": "Cargo port", + "average_credits": 6000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "large_fire_boat": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_boat_docks": 1, + "fire_stations": 6 + } + }, + "186": { + "id": 186, + "name": "Recycling Centre fire", + "place": "Recycling Centre", + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "water_tankers": 3, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 20 + } + }, + "187": { + "id": 187, + "name": "Kidnapping", + "place": "Park", + "average_credits": 2000, + "generated_by": "Fire station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 104 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "188": { + "id": 188, + "name": "Cruise ship sinking", + "place": "Cruise ship dock", + "average_credits": 15000, + "generated_by": "Fire station", + "icons": { + "0": "/images/cruiseship_gruen.png", + "1": "/images/cruiseship_gelb.png", + "2": "/images/cruiseship_rot.png" + }, + "requirements": { + "firetrucks": 7, + "large_rescue_boat": 1, + "large_fire_boat": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "boats": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 20, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 15, + "fire_boat_docks": 1, + "rescue_boat_docks": 1, + "fire_stations": 13 + } + }, + "189": { + "id": 189, + "name": "Sinking boat", + "place": "River", + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "boats": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 3, + "fire_stations": 8 + } + }, + "190": { + "id": 190, + "name": "Sinking boat", + "place": "Lake", + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "boats": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 3, + "fire_stations": 8 + } + }, + "191": { + "id": 191, + "name": "Sinking boat", + "place": "Marina", + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "boats": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 3, + "fire_stations": 8 + } + }, + "192": { + "id": 192, + "name": "Traffic accident with train", + "place": "Rail Crossing", + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 4, + "expansion_missions_ids": { + "0": 150, + "1": 151, + "2": 152 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 10 + } + }, + "193": { + "id": 193, + "name": "Animal Rescue", + "place": "Farm", + "average_credits": 900, + "generated_by": "Fire station", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "194": { + "id": 194, + "name": "Large MVA in tunnel", + "place": "Tunnel", + "average_credits": 7000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 3, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 14, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 7, + "police_stations": 2, + "fire_stations": 13 + } + }, + "195": { + "id": 195, + "name": "Single vehicle fire in tunnel", + "place": "Tunnel", + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "expansion_missions_ids": { + "0": 205 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "196": { + "id": 196, + "name": "Kitchen Fire", + "place": null, + "average_credits": 1000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 110 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "197": { + "id": 197, + "name": "Small boat fire", + "place": "Marina", + "average_credits": 1250, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "boats": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "fire_stations": 6 + } + }, + "198": { + "id": 198, + "name": "Small boat fire", + "place": "River", + "average_credits": 1250, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "boats": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "fire_stations": 6 + } + }, + "199": { + "id": 199, + "name": "Small boat fire", + "place": "Lake", + "average_credits": 1250, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "boats": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "fire_stations": 6 + } + }, + "200": { + "id": 200, + "name": "Person with a weapon", + "place": null, + "average_credits": 2500, + "generated_by": "Police station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + }, + "201": { + "id": 201, + "name": "VIP appearance", + "place": null, + "average_credits": 4000, + "generated_by": "Police station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6, + "k9": 2 + }, + "chances": {}, + "additional": { + "duration": "30 minutes", + "swat_personnel": 18, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 15 + } + }, + "202": { + "id": 202, + "name": "Large Field Fire", + "place": null, + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 10 + } + }, + "203": { + "id": 203, + "name": "Natural gas odor", + "place": null, + "average_credits": 400, + "generated_by": "Fire station", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "204": { + "id": 204, + "name": "Ammonia Leak (Gas Alarm System)", + "place": "Cold Storage Warehouse", + "average_credits": 5000, + "generated_by": "Fire station", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 13 + } + }, + "205": { + "id": 205, + "name": "Multiple vehicle fire in tunnel", + "place": "Tunnel", + "average_credits": 5000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "water_tankers": 40, + "mobile_air_vehicles": 25, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 8, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 4, + "fire_stations": 8 + } + }, + "206": { + "id": 206, + "name": "Transformer fire", + "place": null, + "average_credits": 800, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "207": { + "id": 207, + "name": "Caller Hangup", + "place": null, + "average_credits": 600, + "generated_by": "Police station", + "icons": { + "0": "/images/comment_gruen.png", + "1": "/images/comment_gelb.png", + "2": "/images/comment_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "208": { + "id": 208, + "name": "Power Plant fire", + "place": "Power Plant", + "average_credits": 14500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 4, + "water_tankers": 2, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 25 + } + }, + "209": { + "id": 209, + "name": "Factory fire minor", + "place": "Factory", + "average_credits": 2000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 8 + } + }, + "210": { + "id": 210, + "name": "Factory fire major", + "place": "Factory", + "average_credits": 9000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 7, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 15 + } + }, + "211": { + "id": 211, + "name": "Multiple vehicles on fire", + "place": null, + "average_credits": 3500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 7 + } + }, + "212": { + "id": 212, + "name": "Fire on farm medium", + "place": "Farm", + "average_credits": 6000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 213 + } + }, + "prerequisites": { + "fire_stations": 13 + } + }, + "213": { + "id": 213, + "name": "Fire on farm large", + "place": "Farm", + "average_credits": 11000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 16 + } + }, + "214": { + "id": 214, + "name": "Scrapyard fire", + "place": "Scrap yard", + "average_credits": 5000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2, + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 15 + } + }, + "215": { + "id": 215, + "name": "Animal rescue from drain", + "place": null, + "average_credits": 275, + "generated_by": "Fire station", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "216": { + "id": 216, + "name": "Home Invasion", + "place": null, + "average_credits": 1250, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 9, + "police_helicopter_stations": 1 + } + }, + "217": { + "id": 217, + "name": "Museum Fire", + "place": "Museum", + "average_credits": 7500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 4, + "water_tankers": 1, + "mobile_air_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "218": { + "id": 218, + "name": "Cardiac Arrest", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "219": { + "id": 219, + "name": "Respiratory Arrest", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "220": { + "id": 220, + "name": "Difficulty Breathing", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "221": { + "id": 221, + "name": "Difficulty Breathing", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "222": { + "id": 222, + "name": "Difficulty Breathing", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "223": { + "id": 223, + "name": "Back Pain", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "224": { + "id": 224, + "name": "Vehicle Pursuit ", + "place": null, + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "225": { + "id": 225, + "name": "Landing Gear failure", + "place": "Large Airport (Runway)", + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "arff": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 120 + } + }, + "prerequisites": { + "fire_stations": 11 + } + }, + "226": { + "id": 226, + "name": "Landing Gear failure", + "place": "Small Airport (Runway)", + "average_credits": 2000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 162 + } + }, + "prerequisites": { + "fire_stations": 11 + } + }, + "227": { + "id": 227, + "name": "Airport Terminal Collapse (Small)", + "place": "Airport Terminal", + "average_credits": 5000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 13 + } + }, + "228": { + "id": 228, + "name": "Airport Terminal Collapse (Large)", + "place": "Airport Terminal", + "average_credits": 7000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 4, + "police_cars": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 20, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 20 + } + }, + "229": { + "id": 229, + "name": "Airport Terminal Collapse (Major)", + "place": "Airport Terminal", + "average_credits": 11000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 6, + "police_cars": 6 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 40, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 20, + "police_stations": 3, + "fire_stations": 30 + } + }, + "230": { + "id": 230, + "name": "Hazardous materials truck fire in tunnel", + "place": "Tunnel", + "average_credits": 6500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 13 + } + }, + "231": { + "id": 231, + "name": "Hazardous materials truck fire", + "place": null, + "average_credits": 4000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 11 + } + }, + "232": { + "id": 232, + "name": "Full Building Collapse", + "place": null, + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 4, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 10, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 14 + } + }, + "233": { + "id": 233, + "name": "Person Hit by Train", + "place": "Subway station", + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 8 + } + }, + "234": { + "id": 234, + "name": "Person Hit by Train", + "place": "Train station (regional traffic)", + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 8 + } + }, + "235": { + "id": 235, + "name": "Person Hit by Train", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 8 + } + }, + "236": { + "id": 236, + "name": "Electrical fire on subway tracks", + "place": "Subway station", + "average_credits": 1200, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "237": { + "id": 237, + "name": "ALPR Checkpoint", + "place": null, + "average_credits": 4000, + "generated_by": "Police station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "duration": "1 hour", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 2 + } + }, + "238": { + "id": 238, + "name": "Bulk hazardous storage tank leak (Small)", + "place": "Small chemical storage tank", + "average_credits": 4000, + "generated_by": "Fire station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 11 + } + }, + "239": { + "id": 239, + "name": "Bulk hazardous storage tank leak (Large)", + "place": "Large chemical storage tank", + "average_credits": 6000, + "generated_by": "Fire station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 11 + } + }, + "240": { + "id": 240, + "name": "Fire in Subway station", + "place": "Subway station", + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 10, + "mobile_air_vehicles": 10, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 5, + "fire_stations": 10 + } + }, + "241": { + "id": 241, + "name": "Fire in Subway station (Large)", + "place": "Subway station", + "average_credits": 7000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 5, + "fire_stations": 13 + } + }, + "242": { + "id": 242, + "name": "Truck Rear-Ended with Entrapment", + "place": null, + "average_credits": 1250, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "243": { + "id": 243, + "name": "Attempted Homicide", + "place": null, + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "244": { + "id": 244, + "name": "Fare dodger", + "place": "Subway station", + "average_credits": 120, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "245": { + "id": 245, + "name": "Medical emergency on crane", + "place": null, + "average_credits": 950, + "generated_by": "Fire station", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 8 + } + }, + "246": { + "id": 246, + "name": "Patient Transfer", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": {} + }, + "247": { + "id": 247, + "name": "Possible Sepsis", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "248": { + "id": 248, + "name": "Mental health concern", + "place": null, + "average_credits": 200, + "generated_by": "Police station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "249": { + "id": 249, + "name": "Car workshop fire", + "place": "Car workshop", + "average_credits": 6000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 20, + "water_tankers": 40, + "mobile_air_vehicles": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "250": { + "id": 250, + "name": "Car workshop fire with explosion", + "place": "Car workshop", + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 4, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 4, + "fire_stations": 18 + } + }, + "251": { + "id": 251, + "name": "Patient transfer from flight", + "place": "Small Airport (Runway)", + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "252": { + "id": 252, + "name": "Patient transfer from flight", + "place": "Large Airport (Runway)", + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "253": { + "id": 253, + "name": "Hotel fire small", + "place": "Hotel", + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "expansion_missions_ids": { + "0": 254 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 4, + "fire_stations": 4 + } + }, + "254": { + "id": 254, + "name": "Hotel fire medium", + "place": "Hotel", + "average_credits": 5000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "expansion_missions_ids": { + "0": 255 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 6 + } + }, + "255": { + "id": 255, + "name": "Hotel fire large", + "place": "Hotel", + "average_credits": 8000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "water_tankers": 10, + "mobile_air_vehicles": 30, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 20, + "expansion_missions_ids": { + "0": 256 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 15, + "police_stations": 3, + "fire_stations": 10 + } + }, + "256": { + "id": 256, + "name": "Hotel fire major", + "place": "Hotel", + "average_credits": 12000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 14, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 6 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 50, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 30, + "police_stations": 6, + "fire_stations": 20 + } + }, + "257": { + "id": 257, + "name": "Attempted Homicide", + "place": null, + "average_credits": 2000, + "generated_by": "Police station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 1, + "swat_personnel": 6, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "258": { + "id": 258, + "name": "Attempted Homicide", + "place": null, + "average_credits": 2100, + "generated_by": "Police station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "259": { + "id": 259, + "name": "Small Supermarket Fire", + "place": "Supermarket (small)", + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "260": { + "id": 260, + "name": "Big Supermarket Fire", + "place": "Supermarket (big)", + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "mobile_air_vehicles": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "261": { + "id": 261, + "name": "Bar Fight", + "place": "Bar", + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "possible_patient": 2, + "max_possible_prisoners": 3, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 3 + } + }, + "262": { + "id": 262, + "name": "Damaged Roof", + "place": null, + "average_credits": 450, + "generated_by": "Fire station", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "263": { + "id": 263, + "name": "Unsafe Cladding", + "place": null, + "average_credits": 450, + "generated_by": "Fire station", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "264": { + "id": 264, + "name": "Unsafe Scaffolding", + "place": null, + "average_credits": 450, + "generated_by": "Fire station", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "265": { + "id": 265, + "name": "Sports hall fire", + "place": "School", + "average_credits": 2000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "266": { + "id": 266, + "name": "Landfill fire", + "place": "Landfill site", + "average_credits": 3500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "267": { + "id": 267, + "name": "Arm caught in industrial machine", + "place": null, + "average_credits": 800, + "generated_by": "Fire station", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "268": { + "id": 268, + "name": "Person trapped under machine", + "place": null, + "average_credits": 1100, + "generated_by": "Fire station", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "269": { + "id": 269, + "name": "Transient Ischemic Attack", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurosurgery" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "270": { + "id": 270, + "name": "Vehicle fire in parking garage", + "place": "Parking Garage", + "average_credits": 1000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 271 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "271": { + "id": 271, + "name": "Large parking garage fire", + "place": "Parking Garage", + "average_credits": 6000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 5, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 12 + } + }, + "272": { + "id": 272, + "name": "Museum robbery", + "place": "Museum", + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 6 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "273": { + "id": 273, + "name": "Natural Gas explosion", + "place": null, + "average_credits": 5000, + "generated_by": "Fire station", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 10, + "expansion_missions_ids": { + "0": 232, + "1": 88 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 7, + "fire_stations": 13 + } + }, + "274": { + "id": 274, + "name": "Large Natural Gas explosion", + "place": null, + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 20, + "expansion_missions_ids": { + "0": 232, + "1": 88 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 15, + "police_stations": 3, + "fire_stations": 13 + } + }, + "275": { + "id": 275, + "name": "Swimmer in distress", + "place": "Lake", + "average_credits": 900, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "boats": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "276": { + "id": 276, + "name": "Swimmer in distress", + "place": "River", + "average_credits": 900, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "boats": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "277": { + "id": 277, + "name": "Unknown structure fire", + "place": null, + "average_credits": 110, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 110, + "1": 99, + "2": 196, + "3": 5, + "4": 278, + "5": 279, + "6": 280, + "7": 281, + "8": 282, + "9": 28, + "10": 22 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "278": { + "id": 278, + "name": "Electrical Cupboard Fire", + "place": null, + "average_credits": 300, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "279": { + "id": 279, + "name": "Electrical Cupboard Fire", + "place": null, + "average_credits": 350, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "280": { + "id": 280, + "name": "Smoking Electrical Equipment", + "place": null, + "average_credits": 300, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "281": { + "id": 281, + "name": "Storage Cupboard Fire", + "place": null, + "average_credits": 300, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "282": { + "id": 282, + "name": "Storage Cupboard Fire", + "place": null, + "average_credits": 300, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "283": { + "id": 283, + "name": "Illegal goods smuggling", + "place": "Cargo port", + "average_credits": 800, + "generated_by": "Police station", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 3, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7 + } + }, + "284": { + "id": 284, + "name": "Illegal goods smuggling", + "place": "Cruise ship dock", + "average_credits": 800, + "generated_by": "Police station", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 3, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7 + } + }, + "285": { + "id": 285, + "name": "Illegal goods smuggling", + "place": "Goods station", + "average_credits": 800, + "generated_by": "Police station", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 3, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7 + } + }, + "286": { + "id": 286, + "name": "Stowaways found", + "place": "Goods station", + "average_credits": 2000, + "generated_by": "Police station", + "icons": { + "0": "/images/cruiseship_gruen.png", + "1": "/images/cruiseship_gelb.png", + "2": "/images/cruiseship_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 8, + "k9": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 1, + "max_possible_prisoners": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 7, + "fire_stations": 1 + } + }, + "287": { + "id": 287, + "name": "Stowaways found", + "place": "Cargo port", + "average_credits": 2000, + "generated_by": "Police station", + "icons": { + "0": "/images/cruiseship_gruen.png", + "1": "/images/cruiseship_gelb.png", + "2": "/images/cruiseship_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 8, + "k9": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 1, + "max_possible_prisoners": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 7, + "fire_stations": 1 + } + }, + "288": { + "id": 288, + "name": "Stowaways found", + "place": "Cruise ship dock", + "average_credits": 2000, + "generated_by": "Police station", + "icons": { + "0": "/images/cruiseship_gruen.png", + "1": "/images/cruiseship_gelb.png", + "2": "/images/cruiseship_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 8, + "k9": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 1, + "max_possible_prisoners": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 7, + "fire_stations": 1 + } + }, + "289": { + "id": 289, + "name": "Customs search operation", + "place": "Goods station", + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "duration": "1 hour", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 7 + } + }, + "290": { + "id": 290, + "name": "Customs search operation", + "place": "Cruise ship dock", + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "duration": "1 hour", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 7 + } + }, + "291": { + "id": 291, + "name": "Customs search operation", + "place": "Cargo port", + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "duration": "1 hour", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 7 + } + }, + "292": { + "id": 292, + "name": "Heatstroke", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "293": { + "id": 293, + "name": "Acid burns (Accidental)", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "294": { + "id": 294, + "name": "Acid burns (Accidental)", + "place": null, + "average_credits": 750, + "generated_by": "Fire station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 3 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 1 + } + }, + "295": { + "id": 295, + "name": "Hit and Run", + "place": null, + "average_credits": 500, + "generated_by": "Police station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "296": { + "id": 296, + "name": "Ceiling Collapse", + "place": null, + "average_credits": 2000, + "generated_by": "Fire station", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "expansion_missions_ids": { + "0": 88 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 4, + "fire_stations": 6 + } + }, + "297": { + "id": 297, + "name": "Electrocution", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "298": { + "id": 298, + "name": "Large brawl", + "place": null, + "average_credits": 2500, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 8, + "k9": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "max_possible_prisoners": 6, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 7, + "police_stations": 6 + } + }, + "299": { + "id": 299, + "name": "Pepper spray discharged on train", + "place": "Tram stop", + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 6 + }, + "chances": { + "patient_transport": 15 + }, + "additional": { + "possible_patient": 6, + "max_possible_prisoners": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 5, + "fire_stations": 11 + } + }, + "300": { + "id": 300, + "name": "Pepper spray discharged on train", + "place": "Train station (regional traffic)", + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 6 + }, + "chances": { + "patient_transport": 15 + }, + "additional": { + "possible_patient": 6, + "max_possible_prisoners": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 5, + "fire_stations": 11 + } + }, + "301": { + "id": 301, + "name": "Pepper spray discharged on train", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 6 + }, + "chances": { + "patient_transport": 15 + }, + "additional": { + "possible_patient": 6, + "max_possible_prisoners": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 5, + "fire_stations": 11 + } + }, + "302": { + "id": 302, + "name": "Passenger train derailment (Small)", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 8000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 20, + "expansion_missions_ids": { + "0": 307 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 15, + "police_stations": 2, + "fire_stations": 10 + } + }, + "303": { + "id": 303, + "name": "Passenger train derailment (Small)", + "place": "Train station (regional traffic)", + "average_credits": 8000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 20, + "expansion_missions_ids": { + "0": 306 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 15, + "police_stations": 2, + "fire_stations": 10 + } + }, + "304": { + "id": 304, + "name": "Passenger train derailment (Small)", + "place": "Railroad Crossing", + "average_credits": 8000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 20, + "expansion_missions_ids": { + "0": 308 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 15, + "police_stations": 2, + "fire_stations": 10 + } + }, + "305": { + "id": 305, + "name": "Passenger train derailment (Small)", + "place": "Rail Crossing", + "average_credits": 8000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 20, + "expansion_missions_ids": { + "0": 309 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 15, + "police_stations": 2, + "fire_stations": 10 + } + }, + "306": { + "id": 306, + "name": "Passenger train derailment (Large)", + "place": "Train station (regional traffic)", + "average_credits": 11000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 50, + "expansion_missions_ids": { + "0": 310 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 25, + "police_stations": 4, + "fire_stations": 15 + } + }, + "307": { + "id": 307, + "name": "Passenger train derailment (Large)", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 11000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 50, + "expansion_missions_ids": { + "0": 311 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 25, + "police_stations": 4, + "fire_stations": 15 + } + }, + "308": { + "id": 308, + "name": "Passenger train derailment (Large)", + "place": "Railroad Crossing", + "average_credits": 11000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 40, + "expansion_missions_ids": { + "0": 312 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 25, + "police_stations": 4, + "fire_stations": 15 + } + }, + "309": { + "id": 309, + "name": "Passenger train derailment (Large)", + "place": "Rail Crossing", + "average_credits": 11000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 40, + "expansion_missions_ids": { + "0": 313 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 25, + "police_stations": 4, + "fire_stations": 15 + } + }, + "310": { + "id": 310, + "name": "Passenger train derailment (Major)", + "place": "Train station (regional traffic)", + "average_credits": 14000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 14, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 6, + "hazmat_vehicles": 2, + "police_cars": 12 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 60, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 40, + "police_stations": 10, + "fire_stations": 30 + } + }, + "311": { + "id": 311, + "name": "Passenger train derailment (Major)", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 14000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 14, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 6, + "hazmat_vehicles": 2, + "police_cars": 12 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 60, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 40, + "police_stations": 10, + "fire_stations": 30 + } + }, + "312": { + "id": 312, + "name": "Passenger train derailment (Major)", + "place": "Railroad Crossing", + "average_credits": 14000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 14, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 6, + "hazmat_vehicles": 2, + "police_cars": 12 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 60, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 40, + "police_stations": 10, + "fire_stations": 30 + } + }, + "313": { + "id": 313, + "name": "Passenger train derailment (Major)", + "place": "Rail Crossing", + "average_credits": 14000, + "generated_by": "Fire station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 14, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 6, + "hazmat_vehicles": 2, + "police_cars": 12 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 60, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 40, + "police_stations": 10, + "fire_stations": 30 + } + }, + "314": { + "id": 314, + "name": "Bus in river", + "place": "River", + "average_credits": 4000, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "boats": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 6, + "police_stations": 1, + "fire_stations": 6 + } + }, + "315": { + "id": 315, + "name": "Chemistry accident at school", + "place": "School", + "average_credits": 900, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 70, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 2, + "expansion_missions_ids": { + "0": 181 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 11 + } + }, + "316": { + "id": 316, + "name": "Bus on fire", + "place": null, + "average_credits": 2000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 6 + } + }, + "317": { + "id": 317, + "name": "Subway Collapse", + "place": "Subway station", + "average_credits": 12000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 6, + "police_cars": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 30, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 15, + "police_stations": 1, + "fire_stations": 15 + } + }, + "318": { + "id": 318, + "name": "Subway train on fire", + "place": "Subway station", + "average_credits": 5000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 11 + } + }, + "319": { + "id": 319, + "name": "Damaged tank car", + "place": "Goods station", + "average_credits": 950, + "generated_by": "Fire station", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "320": { + "id": 320, + "name": "Tanker ship on fire", + "place": "Cargo port", + "average_credits": 15000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "large_rescue_boat": 1, + "large_fire_boat": 3, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 3, + "police_cars": 3 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 15, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_boat_docks": 2, + "rescue_boat_docks": 1, + "fire_stations": 20 + } + }, + "321": { + "id": 321, + "name": "Car vs tree", + "place": null, + "average_credits": 900, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "expansion_missions_ids": { + "0": 322 + }, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 1 + } + }, + "322": { + "id": 322, + "name": "Car vs tree (entrapment)", + "place": null, + "average_credits": 900, + "generated_by": "Fire station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 4 + } + }, + "323": { + "id": 323, + "name": "Protestors on runway", + "place": "Small Airport (Runway)", + "average_credits": 700, + "generated_by": "Police station", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2 + } + }, + "324": { + "id": 324, + "name": "Protestors on runway", + "place": "Large Airport (Runway)", + "average_credits": 1200, + "generated_by": "Police station", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 6 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 7, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 4, + "fire_stations": 1 + } + }, + "325": { + "id": 325, + "name": "Sick person", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "326": { + "id": 326, + "name": "Panic button activation", + "place": null, + "average_credits": 1500, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 90 + }, + "max_possible_prisoners": 2, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 6 + } + }, + "340": { + "id": 340, + "name": "Restraining Order Violation", + "place": null, + "average_credits": 300, + "generated_by": "Police station", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 90 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "341": { + "id": 341, + "name": "Vehicle Crash - Property Damage", + "place": null, + "average_credits": 400, + "generated_by": "Police station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 144, + "1": 125, + "2": 158, + "3": 295 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "342": { + "id": 342, + "name": "Child Locked in Vehicle", + "place": null, + "average_credits": 1000, + "generated_by": "Police station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 1 + } + }, + "343": { + "id": 343, + "name": "Residential burglar alarm triggered", + "place": null, + "average_credits": 600, + "generated_by": "Police station", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "344": { + "id": 344, + "name": "Animal on the tracks", + "place": "Rail Crossing", + "average_credits": 200, + "generated_by": "Fire station", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "345": { + "id": 345, + "name": "Animal on the tracks", + "place": "Railroad Crossing", + "average_credits": 200, + "generated_by": "Fire station", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "346": { + "id": 346, + "name": "Animal on the tracks", + "place": "Train station (regional traffic)", + "average_credits": 200, + "generated_by": "Fire station", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "347": { + "id": 347, + "name": "Animal on the tracks", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 200, + "generated_by": "Fire station", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "348": { + "id": 348, + "name": "Cooking fire", + "place": null, + "average_credits": 650, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 196 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "349": { + "id": 349, + "name": "Propane depot explosion", + "place": "Propane depot", + "average_credits": 8000, + "generated_by": "Fire station", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 15 + } + }, + "350": { + "id": 350, + "name": "Choking", + "place": null, + "average_credits": null, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "351": { + "id": 351, + "name": "Injured person on high voltage mast", + "place": null, + "average_credits": 650, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "352": { + "id": 352, + "name": "Large Ferry Fire", + "place": "Large Ferry Dock", + "average_credits": 9000, + "generated_by": "Fire station", + "icons": { + "0": "/images/cruiseship_gruen.png", + "1": "/images/cruiseship_gelb.png", + "2": "/images/cruiseship_rot.png" + }, + "requirements": { + "firetrucks": 7, + "large_fire_boat": 2, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 12, + "possible_patient_min": 5, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_boat_docks": 1, + "fire_stations": 13 + } + }, + "353": { + "id": 353, + "name": "Residential police raid", + "place": null, + "average_credits": 750, + "generated_by": "Police station", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "354": { + "id": 354, + "name": "Straw bale stack on fire", + "place": "Farm", + "average_credits": 1500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "355": { + "id": 355, + "name": "Injured free runner", + "place": null, + "average_credits": 400, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "356": { + "id": 356, + "name": "Cruise ship fire", + "place": "Cruise ship dock", + "average_credits": 9000, + "generated_by": "Fire station", + "icons": { + "0": "/images/cruiseship_gruen.png", + "1": "/images/cruiseship_gelb.png", + "2": "/images/cruiseship_rot.png" + }, + "requirements": { + "firetrucks": 7, + "large_fire_boat": 2, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_boat_docks": 1, + "fire_stations": 13 + } + }, + "357": { + "id": 357, + "name": "Vehicle lost its load", + "place": null, + "average_credits": 700, + "generated_by": "Police station", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 2 + }, + "chances": { + "lf": 30 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 1 + } + }, + "369": { + "id": 369, + "name": "Medium Wildfire", + "place": null, + "average_credits": 4000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "brush_truck": 4, + "battalion_chief_vehicles": 1, + "water_tankers": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "brush_extension": 2, + "fire_stations": 8 + } + }, + "370": { + "id": 370, + "name": "Large Wildfire", + "place": null, + "average_credits": 6500, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "brush_truck": 6, + "battalion_chief_vehicles": 2, + "water_tankers": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "brush_extension": 3, + "fire_stations": 10 + } + }, + "371": { + "id": 371, + "name": "Major Wildfire", + "place": null, + "average_credits": 10000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "brush_truck": 8, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "water_tankers": 8, + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "brush_extension": 4, + "fire_stations": 14 + } + }, + "372": { + "id": 372, + "name": "Medium Controlled Burn", + "place": null, + "average_credits": 1300, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "brush_truck": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "brush_extension": 1, + "fire_stations": 3 + } + }, + "373": { + "id": 373, + "name": "Large Controlled Burn", + "place": null, + "average_credits": 1800, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "brush_truck": 3, + "battalion_chief_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "brush_extension": 3, + "fire_stations": 6 + } + }, + "374": { + "id": 374, + "name": "Fire Break Clearing", + "place": "Forest", + "average_credits": 600, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "brush_truck": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "brush_extension": 2, + "fire_stations": 2 + } + }, + "375": { + "id": 375, + "name": "Lightning Strike in Forest", + "place": "Forest", + "average_credits": 700, + "generated_by": "Fire station", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "brush_truck": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "376": { + "id": 376, + "name": "Plane off the runway", + "place": "Large Airport (Runway)", + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "arff": 2 + }, + "chances": { + "platform_trucks": 50, + "patient_transport": 25 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 10, + "expansion_missions_ids": { + "0": 120 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 8 + } + }, + "377": { + "id": 377, + "name": "Off-road Rescue", + "place": null, + "average_credits": 3000, + "generated_by": "Fire station", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 1, + "brush_truck": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 0, + "patient_specializations": "General Surgeon" + }, + "prerequisites": { + "fire_stations": 5 + } + }, + "378": { + "id": 378, + "name": "SCUBA Injury", + "place": "Lake", + "average_credits": 600, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "379": { + "id": 379, + "name": "SCUBA Injury", + "place": "Marina", + "average_credits": 600, + "generated_by": "Ambulance station", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "General Internal" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "380": { + "id": 380, + "name": "Boat Leaking Fuel", + "place": "Marina", + "average_credits": 1000, + "generated_by": "Fire station", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 2, + "large_fire_boat": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_boat_docks": 1, + "fire_stations": 8 + } + }, + "381": { + "id": 381, + "name": "Small Earthquake", + "place": null, + "average_credits": 300, + "generated_by": "Fire station", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 382, + "1": 383, + "2": 384 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "382": { + "id": 382, + "name": "Large Earthquake", + "place": null, + "average_credits": 650, + "generated_by": "Fire station", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "expansion_missions_ids": { + "0": 384 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 10 + } + }, + "383": { + "id": 383, + "name": "Medium Earthquake", + "place": null, + "average_credits": 600, + "generated_by": "Fire station", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 0, + "expansion_missions_ids": { + "0": 382, + "1": 384 + }, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 6 + } + }, + "384": { + "id": 384, + "name": "Major Earthquake", + "place": null, + "average_credits": 700, + "generated_by": "Fire station", + "icons": { + "0": "/images/fallingrocks_gruen.png", + "1": "/images/fallingrocks_gelb.png", + "2": "/images/fallingrocks_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 4, + "platform_trucks": 2, + "heavy_rescue_vehicles": 5, + "mobile_air_vehicles": 2, + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 10, + "patient_specializations": "Traumatology" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 15 + } + }, + "385": { + "id": 385, + "name": "Trespasser on Tracks", + "place": "Train station (regional traffic)", + "average_credits": 900, + "generated_by": "Police station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 233 + }, + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 7 + } + }, + "386": { + "id": 386, + "name": "Trespasser on Tracks", + "place": "Train station (regional traffic and long-distance travel)", + "average_credits": 900, + "generated_by": "Police station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 233 + }, + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 7 + } + }, + "387": { + "id": 387, + "name": "Trespasser on Tracks", + "place": "Railroad Crossing", + "average_credits": 900, + "generated_by": "Police station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 233 + }, + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 7 + } + }, + "388": { + "id": 388, + "name": "Trespasser on Tracks", + "place": "Rail Crossing", + "average_credits": 900, + "generated_by": "Police station", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 233 + }, + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 7 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.es_ES.json b/modules/lss-missionHelper/missions.es_ES.json new file mode 100644 index 000000000..d65cfd0f7 --- /dev/null +++ b/modules/lss-missionHelper/missions.es_ES.json @@ -0,0 +1,2850 @@ +{ + "0": { + "id": 0, + "name": "Papelera incendiada", + "place": "Bosque", + "average_credits": 110, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Contenedor incendiado", + "place": null, + "average_credits": 170, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Coche en llamas", + "place": null, + "average_credits": 370, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Moto en llamas", + "place": null, + "average_credits": 340, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Incendio en jard\u00edn", + "place": null, + "average_credits": 200, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Cuarto incendiado", + "place": null, + "average_credits": 1400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Cobertizo en llamas", + "place": null, + "average_credits": 600, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Hojas ardiendo", + "place": null, + "average_credits": 210, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Basura industrial en llamas", + "place": null, + "average_credits": 220, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Fardo de paja ardiendo", + "place": null, + "average_credits": 250, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Tractor incendiado", + "place": null, + "average_credits": 600, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Cabina ardiendo", + "place": null, + "average_credits": 240, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "\u00c1rbol en la carretera", + "place": null, + "average_credits": 310, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Cami\u00f3n en llamas", + "place": null, + "average_credits": 980, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Incendio en campo peque\u00f1o", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Incendio forestal peque\u00f1o", + "place": null, + "average_credits": 1010, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Caravana en llamas", + "place": null, + "average_credits": 1100, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Buz\u00f3n en llamas", + "place": null, + "average_credits": 340, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Arbusto en llamas", + "place": null, + "average_credits": 700, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Tr\u00e1iler ardiendo", + "place": null, + "average_credits": 650, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Incendio en s\u00f3tano", + "place": null, + "average_credits": 2500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Incendio en chimenea", + "place": null, + "average_credits": 2400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Incendio en tejado", + "place": null, + "average_credits": 2700, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Incendio por aceite", + "place": null, + "average_credits": 1200, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Estaci\u00f3n de autobuses ardiendo", + "place": "Bosque", + "average_credits": 900, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Accidente de tr\u00e1fico", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Incendio en supermercado peque\u00f1o", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 1500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Garaje en llamas", + "place": null, + "average_credits": 1400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "M\u00e1quina ardiendo", + "place": null, + "average_credits": 2470, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Vertido de cami\u00f3n desconocido", + "place": null, + "average_credits": 5300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Escape de gas", + "place": null, + "average_credits": 400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Incendio por parrilla", + "place": null, + "average_credits": 1310, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Cosechadora incendiada", + "place": null, + "average_credits": 1200, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Incendio en supermercado peque\u00f1o", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 1500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Incendio en hospital", + "place": "Hospital", + "average_credits": 6000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Coma et\u00edlico", + "place": null, + "average_credits": null, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Dolor tor\u00e1cico", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Ataque de asma", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Convulsiones", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Fiebre", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Ca\u00edda", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Incendio en taller", + "place": "Taller", + "average_credits": 6000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Ca\u00edda", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Ca\u00edda", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Robo", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 100, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Robo", + "place": "Supermercado (grande)", + "average_credits": 100, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Accidente en aparcamiento", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Accidente en aparcamiento", + "place": "Supermercado (grande)", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Robo de metal", + "place": "Estaci\u00f3n de mercan\u00edas", + "average_credits": 150, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Carterista", + "place": "Parque", + "average_credits": 150, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Viajero sin ticket", + "place": "Bosque", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Viajero sin ticket", + "place": "Parada de tranv\u00eda", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Viajero sin ticket", + "place": "Parada de tren (cercan\u00edas)", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Viajero sin ticket", + "place": "Parada de tren (cercan\u00edas y larga distancia)", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Accidente en aparcamiento", + "place": "Centro comercial", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Pelea", + "place": null, + "average_credits": 700, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Disturbios", + "place": null, + "average_credits": 500, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Manifestaci\u00f3n no anunciada", + "place": null, + "average_credits": 10020, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Incendio en cocina", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Rescate de animal", + "place": "Granja", + "average_credits": 900, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Estadio en llamas", + "place": "Escuela", + "average_credits": 2000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "61": { + "id": 61, + "name": "Accidente de avioneta (aeropuerto)", + "place": "Aeropuerto peque\u00f1o (pista)", + "average_credits": 2500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 4 + } + }, + "62": { + "id": 62, + "name": "Denuncia por exceso de ruido", + "place": null, + "average_credits": 400, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Accidente isqu\u00e9mico transitorio", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurocirug\u00eda" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Accidente de autob\u00fas", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Incendio en cocina", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Cuarto incendiado", + "place": null, + "average_credits": 1400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Pelea", + "place": null, + "average_credits": 700, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Incendio en supermercado grande", + "place": "Supermercado (grande)", + "average_credits": 3000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Vertido de cami\u00f3n desconocido", + "place": null, + "average_credits": 4300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Incendio en supermercado grande", + "place": "Supermercado (grande)", + "average_credits": 3000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Sangrado nasal", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Accidente de avioneta", + "place": null, + "average_credits": 4000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Accidente de autob\u00fas serio", + "place": null, + "average_credits": 2000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Gran incendio", + "place": null, + "average_credits": 10210, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "84": { + "id": 84, + "name": "Ciclista golpeado por un cami\u00f3n de mercanc\u00edas", + "place": null, + "average_credits": 2000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "police_stations": 2, + "fire_stations": 4 + } + }, + "85": { + "id": 85, + "name": "Incendio en la escuela", + "place": "Escuela", + "average_credits": 5300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 13 + } + }, + "93": { + "id": 93, + "name": "Pasajero agresivo", + "place": null, + "average_credits": 300, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "police_stations": 2 + } + }, + "94": { + "id": 94, + "name": "Persona atrapada bajo maquinaria", + "place": null, + "average_credits": 1100, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "95": { + "id": 95, + "name": "Techo da\u00f1ado", + "place": null, + "average_credits": 450, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "96": { + "id": 96, + "name": "Apilamiento de coches", + "place": null, + "average_credits": 1300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "ambulances": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "97": { + "id": 97, + "name": "Cami\u00f3n con semirremolque en llamas", + "place": null, + "average_credits": 900, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "98": { + "id": 98, + "name": "Accidente de tractor", + "place": "Granja", + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "ambulances": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "112": { + "id": 112, + "name": "Veh\u00edculo de mercanc\u00eda pesada en llamas", + "place": null, + "average_credits": 1400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "113": { + "id": 113, + "name": "Cami\u00f3n de la basura en llamas", + "place": null, + "average_credits": 2000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 2, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "114": { + "id": 114, + "name": "Accidente de motocicleta", + "place": null, + "average_credits": 2300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "115": { + "id": 115, + "name": "Intoxicaci\u00f3n por mon\u00f3xido de carbono", + "place": null, + "average_credits": 2300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 30, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 5 + } + }, + "116": { + "id": 116, + "name": "Vuelco de veh\u00edculo a motor", + "place": null, + "average_credits": 3000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "117": { + "id": 117, + "name": "Robo a mano armada", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 1300, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "police_stations": 7 + } + }, + "118": { + "id": 118, + "name": "Fuego en la cocina", + "place": null, + "average_credits": 650, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 58 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "119": { + "id": 119, + "name": "Asfixia", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "120": { + "id": 120, + "name": "Fuego en la cafeter\u00eda", + "place": "Escuela", + "average_credits": 1300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "121": { + "id": 121, + "name": "Escalador atascador", + "place": null, + "average_credits": 650, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "122": { + "id": 122, + "name": "Amenaza a un oficial", + "place": "Estaci\u00f3n de metro", + "average_credits": 750, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "123": { + "id": 123, + "name": "Fuego en el granero", + "place": "Granero", + "average_credits": 3000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "124": { + "id": 124, + "name": "Persona herida en un poste de alto voltaje", + "place": null, + "average_credits": 650, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "125": { + "id": 125, + "name": "Incendio de una pila de paja", + "place": "Granja", + "average_credits": 1500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "126": { + "id": 126, + "name": "Redada policial residencial", + "place": null, + "average_credits": 750, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "138": { + "id": 138, + "name": "Descarrilamiento del tren de carga", + "place": null, + "average_credits": 10000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "139": { + "id": 139, + "name": "Descarrilamiento del tren de carga", + "place": "Parada de tren (cercan\u00edas y larga distancia)", + "average_credits": 10000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "140": { + "id": 140, + "name": "Descarrilamiento del tren de carga", + "place": "Parada de tren (cercan\u00edas)", + "average_credits": 10000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "141": { + "id": 141, + "name": "Rescate en zanjas", + "place": null, + "average_credits": 2500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "142": { + "id": 142, + "name": "Choque anafil\u00e1ctico", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "143": { + "id": 143, + "name": "Corredor lesionado", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "144": { + "id": 144, + "name": "Ni\u00f1o desaparecido", + "place": null, + "average_credits": 700, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "145": { + "id": 145, + "name": "Lesi\u00f3n medular", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "146": { + "id": 146, + "name": "Derrumbe parcial de un edificio", + "place": null, + "average_credits": 7500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 10 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 6 + } + }, + "147": { + "id": 147, + "name": "Derrumbe de un edificio", + "place": null, + "average_credits": 9000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 7 + } + }, + "148": { + "id": 148, + "name": "Quemaduras de tercer grado", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "149": { + "id": 149, + "name": "Traumatismo cerebral", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurocirug\u00eda" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "150": { + "id": 150, + "name": "Amputaci\u00f3n traum\u00e1tica de la extremidad", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "151": { + "id": 151, + "name": "Gran incendio en una granja", + "place": "Granja", + "average_credits": 9000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 15 + } + }, + "152": { + "id": 152, + "name": "Dolor de espalda", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "153": { + "id": 153, + "name": "Incendio en vertedero", + "place": "Vertedero", + "average_credits": 3500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "154": { + "id": 154, + "name": "Persona con arma de fuego", + "place": null, + "average_credits": 2500, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.es_MX.json b/modules/lss-missionHelper/missions.es_MX.json new file mode 100644 index 000000000..ecf505cf6 --- /dev/null +++ b/modules/lss-missionHelper/missions.es_MX.json @@ -0,0 +1,2604 @@ +{ + "0": { + "id": 0, + "name": "Papelera incendiada", + "place": "Bosque", + "average_credits": 110, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Contenedor incendiado", + "place": null, + "average_credits": 170, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Coche en llamas", + "place": null, + "average_credits": 370, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Moto en llamas", + "place": null, + "average_credits": 340, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Incendio en jard\u00edn", + "place": null, + "average_credits": 200, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Cuarto incendiado", + "place": null, + "average_credits": 1400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Cobertizo en llamas", + "place": null, + "average_credits": 600, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Hojas ardiendo", + "place": null, + "average_credits": 210, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Basura industrial en llamas", + "place": null, + "average_credits": 220, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Fardo de paja ardiendo", + "place": null, + "average_credits": 250, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Tractor incendiado", + "place": null, + "average_credits": 600, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Cabina ardiendo", + "place": null, + "average_credits": 240, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "\u00c1rbol en la carretera", + "place": null, + "average_credits": 310, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Cami\u00f3n en llamas", + "place": null, + "average_credits": 980, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Incendio en campo peque\u00f1o", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Incendio forestal peque\u00f1o", + "place": null, + "average_credits": 1010, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Caravana en llamas", + "place": null, + "average_credits": 1100, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Buz\u00f3n en llamas", + "place": null, + "average_credits": 340, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Arbusto en llamas", + "place": null, + "average_credits": 700, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Tr\u00e1iler ardiendo", + "place": null, + "average_credits": 650, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Incendio en s\u00f3tano", + "place": null, + "average_credits": 2500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Incendio en chimenea", + "place": null, + "average_credits": 2400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Incendio en tejado", + "place": null, + "average_credits": 2700, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Incendio por aceite", + "place": null, + "average_credits": 1200, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Estaci\u00f3n de autobuses ardiendo", + "place": "Bosque", + "average_credits": 900, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Accidente de tr\u00e1fico", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Incendio en supermercado peque\u00f1o", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 1500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Garaje en llamas", + "place": null, + "average_credits": 1400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "M\u00e1quina ardiendo", + "place": null, + "average_credits": 2470, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Vertido de cami\u00f3n desconocido", + "place": null, + "average_credits": 5300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Escape de gas", + "place": null, + "average_credits": 400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Incendio por parrilla", + "place": null, + "average_credits": 1310, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Cosechadora incendiada", + "place": null, + "average_credits": 1200, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Incendio en supermercado peque\u00f1o", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 1500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Incendio en hospital", + "place": "Hospital", + "average_credits": 6000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Coma et\u00edlico", + "place": null, + "average_credits": null, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Dolor tor\u00e1cico", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Ataque de asma", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Convulsiones", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Fiebre", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Ca\u00edda", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Incendio en taller", + "place": "Taller", + "average_credits": 6000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Ca\u00edda", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Ca\u00edda", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Robo", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 100, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Robo", + "place": "Supermercado (grande)", + "average_credits": 100, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Accidente en aparcamiento", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Accidente en aparcamiento", + "place": "Supermercado (grande)", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Robo de metal", + "place": "Estaci\u00f3n de mercan\u00edas", + "average_credits": 150, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Carterista", + "place": "Parque", + "average_credits": 150, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Viajero sin ticket", + "place": "Bosque", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Viajero sin ticket", + "place": "Parada de tranv\u00eda", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Viajero sin ticket", + "place": "Parada de tren (cercan\u00edas)", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Viajero sin ticket", + "place": "Parada de tren (cercan\u00edas y larga distancia)", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Accidente en aparcamiento", + "place": "Centro comercial", + "average_credits": 120, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Pelea", + "place": null, + "average_credits": 700, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Disturbios", + "place": null, + "average_credits": 500, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Manifestaci\u00f3n no anunciada", + "place": null, + "average_credits": 10020, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Incendio en cocina", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Rescate de animal", + "place": "Granja", + "average_credits": 900, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Estadio en llamas", + "place": "Escuela", + "average_credits": 2000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "61": { + "id": 61, + "name": "Accidente de avioneta (aeropuerto)", + "place": "Aeropuerto peque\u00f1o (pista)", + "average_credits": 2500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 4 + } + }, + "62": { + "id": 62, + "name": "Denuncia por exceso de ruido", + "place": null, + "average_credits": 400, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Accidente isqu\u00e9mico transitorio", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurocirug\u00eda" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Accidente de autob\u00fas", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Incendio en cocina", + "place": null, + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Cuarto incendiado", + "place": null, + "average_credits": 1400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Pelea", + "place": null, + "average_credits": 700, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Incendio en supermercado grande", + "place": "Supermercado (grande)", + "average_credits": 3000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Vertido de cami\u00f3n desconocido", + "place": null, + "average_credits": 4300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Incendio en supermercado grande", + "place": "Supermercado (grande)", + "average_credits": 3000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Sangrado nasal", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Accidente de avioneta", + "place": null, + "average_credits": 4000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Accidente de autob\u00fas serio", + "place": null, + "average_credits": 2000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Gran incendio", + "place": null, + "average_credits": 10210, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "84": { + "id": 84, + "name": "Ciclista golpeado por un cami\u00f3n de mercanc\u00edas", + "place": null, + "average_credits": 2000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "police_stations": 2, + "fire_stations": 4 + } + }, + "85": { + "id": 85, + "name": "Incendio en la escuela", + "place": "Escuela", + "average_credits": 5300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 13 + } + }, + "93": { + "id": 93, + "name": "Pasajero agresivo", + "place": null, + "average_credits": 300, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "police_stations": 2 + } + }, + "94": { + "id": 94, + "name": "Persona atrapada bajo maquinaria", + "place": null, + "average_credits": 1100, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "95": { + "id": 95, + "name": "Techo da\u00f1ado", + "place": null, + "average_credits": 450, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "96": { + "id": 96, + "name": "Apilamiento de coches", + "place": null, + "average_credits": 1300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "ambulances": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "97": { + "id": 97, + "name": "Cami\u00f3n con semirremolque en llamas", + "place": null, + "average_credits": 900, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "98": { + "id": 98, + "name": "Accidente de tractor", + "place": "Granja", + "average_credits": 1000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "ambulances": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "112": { + "id": 112, + "name": "Veh\u00edculo de mercanc\u00eda pesada en llamas", + "place": null, + "average_credits": 1400, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "113": { + "id": 113, + "name": "Cami\u00f3n de la basura en llamas", + "place": null, + "average_credits": 2000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 2, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "114": { + "id": 114, + "name": "Accidente de motocicleta", + "place": null, + "average_credits": 2300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "115": { + "id": 115, + "name": "Intoxicaci\u00f3n por mon\u00f3xido de carbono", + "place": null, + "average_credits": 2300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 5 + } + }, + "116": { + "id": 116, + "name": "Vuelco de veh\u00edculo a motor", + "place": null, + "average_credits": 3000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "117": { + "id": 117, + "name": "Robo a mano armada", + "place": "Supermercado (peque\u00f1o)", + "average_credits": 1300, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "police_stations": 7 + } + }, + "118": { + "id": 118, + "name": "Fuego en la cocina", + "place": null, + "average_credits": 650, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 58 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "119": { + "id": 119, + "name": "Fuego en la cafeter\u00eda", + "place": "Escuela", + "average_credits": 1300, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "120": { + "id": 120, + "name": "Escalador atascado", + "place": null, + "average_credits": 650, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "121": { + "id": 121, + "name": "Amenaza a un oficial", + "place": "Estaci\u00f3n de metro", + "average_credits": 750, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "122": { + "id": 122, + "name": "Fuego en el granero", + "place": "Granero", + "average_credits": 3000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "123": { + "id": 123, + "name": "Persona herida en un poste de alto voltaje", + "place": null, + "average_credits": 650, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "124": { + "id": 124, + "name": "Incendio de una pila de paja", + "place": "Granja", + "average_credits": 1500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "125": { + "id": 125, + "name": "Redada policial residencial", + "place": null, + "average_credits": 750, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "137": { + "id": 137, + "name": "Descarrilamiento de tren de carga", + "place": null, + "average_credits": 10000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "138": { + "id": 138, + "name": "Descarrilamiento de tren de carga", + "place": "Parada de tren (cercan\u00edas y larga distancia)", + "average_credits": 10000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "139": { + "id": 139, + "name": "Descarrilamiento de tren de carga", + "place": "Parada de tren (cercan\u00edas)", + "average_credits": 10000, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatolog\u00eda" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "140": { + "id": 140, + "name": "Rescate en zanjas", + "place": null, + "average_credits": 2500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Cirug\u00eda general" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "141": { + "id": 141, + "name": "Choque anafil\u00e1ctico", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "142": { + "id": 142, + "name": "Corredor lesionado", + "place": null, + "average_credits": null, + "generated_by": "Parque de ambulancias", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "143": { + "id": 143, + "name": "Desaparici\u00f3n de ni\u00f1o", + "place": null, + "average_credits": 700, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "144": { + "id": 144, + "name": "Incendio en vertedero", + "place": "Vertedero", + "average_credits": 3500, + "generated_by": "Parque de bomberos", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "145": { + "id": 145, + "name": "Persona con arma de fuego", + "place": null, + "average_credits": 2500, + "generated_by": "Comisar\u00eda de polic\u00eda", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.fi_FI.json b/modules/lss-missionHelper/missions.fi_FI.json new file mode 100644 index 000000000..6725b9376 --- /dev/null +++ b/modules/lss-missionHelper/missions.fi_FI.json @@ -0,0 +1,2114 @@ +{ + "0": { + "id": 0, + "name": "Roskispalo", + "place": "Linja-autopys\u00e4kki", + "average_credits": 110, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Konttipalo", + "place": null, + "average_credits": 170, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Autopalo", + "place": null, + "average_credits": 370, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Moottoripy\u00f6r\u00e4palo", + "place": null, + "average_credits": 340, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Ruohikkopalo", + "place": null, + "average_credits": 200, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Huonepalo", + "place": null, + "average_credits": 1400, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Puutarhavajan palo", + "place": null, + "average_credits": 600, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Palavia lehti\u00e4", + "place": null, + "average_credits": 210, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Suurj\u00e4tepalo", + "place": null, + "average_credits": 220, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Hein\u00e4paalipalo", + "place": null, + "average_credits": 250, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Traktoripalo", + "place": null, + "average_credits": 600, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Puhelinkoppipalo", + "place": null, + "average_credits": 240, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Puu tiell\u00e4", + "place": null, + "average_credits": 310, + "generated_by": "Paloasema", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Kuorma-autopalo", + "place": null, + "average_credits": 980, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Pieni maastopalo", + "place": null, + "average_credits": 1000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Pieni mets\u00e4palo", + "place": "Mets\u00e4", + "average_credits": 1010, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Matkailuautopalo", + "place": null, + "average_credits": 1100, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Postilaatikkopalo", + "place": null, + "average_credits": 340, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Risukasapalo", + "place": null, + "average_credits": 700, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Per\u00e4vaunupalo", + "place": null, + "average_credits": 650, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Kellaripalo", + "place": null, + "average_credits": 2500, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Savupiippupalo", + "place": null, + "average_credits": 2400, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Kattopalo", + "place": null, + "average_credits": 2700, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Rasvapalo", + "place": null, + "average_credits": 1200, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Linja-autokatoksen palo", + "place": "Linja-autopys\u00e4kki", + "average_credits": 900, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Tieonnettomuus", + "place": null, + "average_credits": 1000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2 + }, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Pieni valintamyym\u00e4l\u00e4palo", + "place": "Valintamyym\u00e4l\u00e4 (pieni)", + "average_credits": 1500, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Autotallipalo", + "place": null, + "average_credits": 1400, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Konepalo", + "place": null, + "average_credits": 2470, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "30": { + "id": 30, + "name": "Kaasuvuoto", + "place": null, + "average_credits": 400, + "generated_by": "Paloasema", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Takkapalo", + "place": null, + "average_credits": 1310, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Puimakonepalo", + "place": null, + "average_credits": 1200, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Pieni valintamyym\u00e4l\u00e4palo", + "place": "Valintamyym\u00e4l\u00e4 (pieni)", + "average_credits": 1500, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Sairaalapalo", + "place": "Sairaala", + "average_credits": 6000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Alkoholimyrkytys", + "place": null, + "average_credits": null, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Rintakipuja", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Astmakohtaus", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Kouristuskohtaus", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Kuume", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Kaatunut henkil\u00f6", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Autokorjaamopalo", + "place": "Autokorjaamo", + "average_credits": 6000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Kaatunut henkil\u00f6", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Kaatunut henkil\u00f6", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Myym\u00e4l\u00e4varkaus", + "place": "Valintamyym\u00e4l\u00e4 (pieni)", + "average_credits": 100, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Myym\u00e4l\u00e4varkaus", + "place": "Valintamyym\u00e4l\u00e4 (iso)", + "average_credits": 100, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Pys\u00e4k\u00f6intionnettomuus", + "place": "Valintamyym\u00e4l\u00e4 (pieni)", + "average_credits": 120, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Pys\u00e4k\u00f6intionnettomuus", + "place": "Valintamyym\u00e4l\u00e4 (iso)", + "average_credits": 120, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Metallimurto", + "place": "Tavara-asema", + "average_credits": 150, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Taskuvarkaus", + "place": "Puisto", + "average_credits": 150, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Maksamatta j\u00e4tt\u00e4nyt matkustaja", + "place": "Linja-autopys\u00e4kki", + "average_credits": 120, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Maksamatta j\u00e4tt\u00e4nyt matkustaja", + "place": "Raitiovaunupys\u00e4kki", + "average_credits": 120, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Maksamatta j\u00e4tt\u00e4nyt matkustaja", + "place": "Rautatieasema (paikallisliikenne)", + "average_credits": 120, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Maksamatta j\u00e4tt\u00e4nyt matkustaja", + "place": "Rautatieasema (paikallis- ja pitk\u00e4n matkan liikenne)", + "average_credits": 120, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Pys\u00e4k\u00f6intionnettomuus", + "place": "Ostoskeskus", + "average_credits": 120, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Tappelu", + "place": null, + "average_credits": 700, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "H\u00e4iri\u00f6k\u00e4ytt\u00e4ytyminen", + "place": null, + "average_credits": 500, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Ilmoittamatta j\u00e4rjestetty mielenosoitus ", + "place": null, + "average_credits": 10020, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Keitti\u00f6palo", + "place": null, + "average_credits": 1000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "El\u00e4imen pelastus", + "place": "Maatila", + "average_credits": 900, + "generated_by": "Paloasema", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Urheiluhallipalo", + "place": "Koulu", + "average_credits": 2000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "61": { + "id": 61, + "name": "Pienkoneen maahansy\u00f6ksy (lentokentt\u00e4)", + "place": "Pieni lentoasema (kiitorata)", + "average_credits": 2500, + "generated_by": "Paloasema", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "62": { + "id": 62, + "name": "Meluvalitus", + "place": null, + "average_credits": 400, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Ohimenev\u00e4 aivoverenkiertoh\u00e4iri\u00f6", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Aivokirurgia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Linja-auto-onnettomuus", + "place": null, + "average_credits": 1000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Keitti\u00f6palo", + "place": null, + "average_credits": 1000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Huonepalo", + "place": null, + "average_credits": 1400, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Tappelu", + "place": null, + "average_credits": 700, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Iso valintamyym\u00e4l\u00e4palo", + "place": "Valintamyym\u00e4l\u00e4 (iso)", + "average_credits": 3000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Tuntematon s\u00e4ili\u00f6vuoto", + "place": null, + "average_credits": 4300, + "generated_by": "Paloasema", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Iso valintamyym\u00e4l\u00e4palo", + "place": "Valintamyym\u00e4l\u00e4 (iso)", + "average_credits": 3000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Nen\u00e4verenvuoto", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Yleiskirurgi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Pienkoneen maahansy\u00f6ksy", + "place": null, + "average_credits": 4000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Vakava linja-auto-onnettomuus", + "place": null, + "average_credits": 2000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Yleiskirurgi" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Suuri tulipalo", + "place": null, + "average_credits": 10210, + "generated_by": "Paloasema", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Pelastus kaivannosta", + "place": null, + "average_credits": 2500, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Yleiskirurgi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "76": { + "id": 76, + "name": "Anafylaksia", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "77": { + "id": 77, + "name": "Loukkaantunut juoksija", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "78": { + "id": 78, + "name": "Kadonnut lapsi", + "place": null, + "average_credits": 700, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "79": { + "id": 79, + "name": "Selk\u00e4rankavamma", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Yleiskirurgi" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "80": { + "id": 80, + "name": "Rakennuksen osittainen sortuma", + "place": null, + "average_credits": 7500, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 10 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 6 + } + }, + "81": { + "id": 81, + "name": "Rakennussortuma", + "place": null, + "average_credits": 9000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 7 + } + }, + "82": { + "id": 82, + "name": "3. asteen palovammat", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Yleiskirurgi" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "83": { + "id": 83, + "name": "Vakava p\u00e4\u00e4vamma", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Aivokirurgia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "84": { + "id": 84, + "name": "Traumaattinen raajan amputaatio", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Yleiskirurgi" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "85": { + "id": 85, + "name": "Iso maatilan tulipalo", + "place": "Maatila", + "average_credits": 9000, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 15 + } + }, + "86": { + "id": 86, + "name": "Selk\u00e4kipu", + "place": null, + "average_credits": null, + "generated_by": "Ambulanssiasema", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Yleisl\u00e4\u00e4k\u00e4ri" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "87": { + "id": 87, + "name": "Kaatopaikan tulipalo", + "place": "Kaatopaikka", + "average_credits": 3500, + "generated_by": "Paloasema", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "88": { + "id": 88, + "name": "Aseiden luvaton hallussapito", + "place": null, + "average_credits": 2500, + "generated_by": "Poliisiasema", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.fr_FR.json b/modules/lss-missionHelper/missions.fr_FR.json new file mode 100644 index 000000000..9713d04cd --- /dev/null +++ b/modules/lss-missionHelper/missions.fr_FR.json @@ -0,0 +1,3085 @@ +{ + "0": { + "id": 0, + "name": "Feu de poubelle", + "place": "Arr\u00eat de bus", + "average_credits": 110, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Feu de benne \u00e0 ordures", + "place": null, + "average_credits": 170, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Feu de V\u00e9hicule l\u00e9ger", + "place": null, + "average_credits": 370, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Feu de 2 roues", + "place": null, + "average_credits": 340, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Feu de v\u00e9g\u00e9tation", + "place": null, + "average_credits": 200, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Feu de chambre", + "place": null, + "average_credits": 1100, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Feu de cabanon", + "place": null, + "average_credits": 300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Feu divers", + "place": null, + "average_credits": 210, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Feu d'encombrants", + "place": null, + "average_credits": 220, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Feu de paille", + "place": null, + "average_credits": 250, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Feu d'engin agricole", + "place": null, + "average_credits": 300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Feu de cabine t\u00e9l\u00e9phonique", + "place": null, + "average_credits": 240, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Arbre sur la Voie Publique", + "place": null, + "average_credits": 310, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "thw_gkw": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Feu de Poids Lourd", + "place": null, + "average_credits": 980, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "battalion_chief_vehicles": 40, + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Feu de r\u00e9colte sur pied (petit)", + "place": null, + "average_credits": 1500, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "battalion_chief_vehicles": 70 + }, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 7 + } + }, + "15": { + "id": 15, + "name": "Feu en for\u00eat (petit)", + "place": "For\u00eat", + "average_credits": 1010, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Feu de caravane", + "place": null, + "average_credits": 400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Feu de boite aux lettres", + "place": null, + "average_credits": 340, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Feu de broussailles", + "place": null, + "average_credits": 700, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Remorque en feu", + "place": null, + "average_credits": 650, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Feu de cave", + "place": null, + "average_credits": 2500, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Feu de chemin\u00e9e", + "place": null, + "average_credits": 1330, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 22 + }, + "average_min_fire_personnel": 6 + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Feu de toiture", + "place": null, + "average_credits": 1400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Feu d'hydrocarbures", + "place": null, + "average_credits": 1500, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Feu d'abri bus", + "place": "Arr\u00eat de bus", + "average_credits": 900, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Accident Voie Publique", + "place": null, + "average_credits": 1000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Petit supermarch\u00e9 en feu", + "place": "Supermarch\u00e9 (petit)", + "average_credits": 1100, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Feu de garage", + "place": null, + "average_credits": 400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Machine en feu", + "place": null, + "average_credits": 2470, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "D\u00e9versement de citerne inconnue", + "place": null, + "average_credits": 5300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Fuite de gaz", + "place": null, + "average_credits": 400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Feu de chemin\u00e9e", + "place": null, + "average_credits": 1310, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Feu d'engin agricole", + "place": null, + "average_credits": 400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "33": { + "id": 33, + "name": "Petit supermarch\u00e9 en feu", + "place": "Supermarch\u00e9 (petit)", + "average_credits": 1500, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Feu d'ERP - H\u00f4pital", + "place": "H\u00f4pital", + "average_credits": 5000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Ivresse manifeste", + "place": null, + "average_credits": null, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Douleurs Thoraciques R\u00e9centes", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Crise d'asthme", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Convulsions", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Fi\u00e8vre", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Chute", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Feu d'ERP - Concessionnaire", + "place": "Garage automobile", + "average_credits": 6000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Chute", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Vol \u00e0 l\u2019\u00e9talage", + "place": "Supermarch\u00e9 (petit)", + "average_credits": 100, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Vol \u00e0 l\u2019\u00e9talage", + "place": "Supermarch\u00e9 (grand)", + "average_credits": 100, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Accident de voiture gar\u00e9e", + "place": "Supermarch\u00e9 (petit)", + "average_credits": 120, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Accident de voiture gar\u00e9e", + "place": "Supermarch\u00e9 (grand)", + "average_credits": 120, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Vol de M\u00e9taux", + "place": "Sup\u00e9rette", + "average_credits": 150, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Pickpocket", + "place": "Parc", + "average_credits": 150, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Resquilleur", + "place": "Arr\u00eat de bus", + "average_credits": 120, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Resquilleur", + "place": "Arr\u00eat de tram", + "average_credits": 120, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Resquilleur", + "place": "Gare ferroviaire (trajets r\u00e9gionaux)", + "average_credits": 120, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Resquilleur", + "place": "Gare ferroviaire (trajets r\u00e9gionaux et grandes lignes)", + "average_credits": 120, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Accident de voiture gar\u00e9e", + "place": "Centre commercial", + "average_credits": 120, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Rixe", + "place": null, + "average_credits": 700, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Casseur", + "place": null, + "average_credits": 500, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Manifestation non autoris\u00e9e", + "place": null, + "average_credits": 10020, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Feu de cuisine", + "place": null, + "average_credits": 1000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 10, + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Sauvetage d'animal", + "place": "Ferme", + "average_credits": 400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "60": { + "id": 60, + "name": "Feu d'ERP - Salle de sport", + "place": "\u00c9cole", + "average_credits": 2000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "61": { + "id": 61, + "name": "Crash d'a\u00e9ronef", + "place": "Petit a\u00e9roport (piste)", + "average_credits": 2000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 4 + } + }, + "62": { + "id": 62, + "name": "Tapage", + "place": null, + "average_credits": 400, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Accident Isch\u00e9mique Transitoire", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Accident de bus", + "place": null, + "average_credits": 1000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Feu de cuisine", + "place": null, + "average_credits": 1000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 10, + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Feu de chambre", + "place": null, + "average_credits": 1400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 40, + "platform_trucks": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Rixe", + "place": null, + "average_credits": 700, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Feu d'ERP - Supermarch\u00e9", + "place": "Supermarch\u00e9 (grand)", + "average_credits": 3300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "D\u00e9versement de citerne inconnue", + "place": null, + "average_credits": 4300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "71": { + "id": 71, + "name": "Epistaxis", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurgien g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Accident d\u2019aviation l\u00e9g\u00e8re", + "place": null, + "average_credits": 3700, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Accident de bus grave", + "place": null, + "average_credits": 2000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Chirurgien g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Incendie de grande ampleur", + "place": null, + "average_credits": 10210, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "82": { + "id": 82, + "name": "Carambolage", + "place": null, + "average_credits": 1300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "ambulances": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "83": { + "id": 83, + "name": "Un camion avec une semi-remorque en feu", + "place": null, + "average_credits": 900, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "84": { + "id": 84, + "name": "Accident de tracteur", + "place": "Ferme", + "average_credits": 1000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "ambulances": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Chirurgien g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "98": { + "id": 98, + "name": "B\u00e2chage", + "place": null, + "average_credits": 450, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "thw_gkw": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "99": { + "id": 99, + "name": "Poids lourd en feu", + "place": null, + "average_credits": 1400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "100": { + "id": 100, + "name": "Camion poubelle en feu", + "place": null, + "average_credits": 2000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 2, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "101": { + "id": 101, + "name": "Feu de pavillon", + "place": null, + "average_credits": 800, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 5 + } + }, + "102": { + "id": 102, + "name": "D\u00e9clenchement de t\u00e9l\u00e9alarme", + "place": null, + "average_credits": 850, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "ambulances": 1, + "thw_gkw": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 0, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 1 + } + }, + "103": { + "id": 103, + "name": "Enfant en bas age laiss\u00e9 seul", + "place": null, + "average_credits": 850, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "ambulances": 1, + "police_cars": 1, + "thw_gkw": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 1 + } + }, + "104": { + "id": 104, + "name": "Suspicion de fracture du rachis", + "place": null, + "average_credits": 500, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 45 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 6 + } + }, + "105": { + "id": 105, + "name": "Chute du 2\u00e8me \u00e9tage", + "place": "For\u00eat", + "average_credits": 1200, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 100, + "helicopter": 75 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 1 + } + }, + "106": { + "id": 106, + "name": "Objet mena\u00e7ant de tomber", + "place": null, + "average_credits": 600, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "thw_gkw": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 145 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "107": { + "id": 107, + "name": "Chemin\u00e9e mena\u00e7ant de tomber", + "place": null, + "average_credits": 600, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "thw_gkw": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 146 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "108": { + "id": 108, + "name": "D\u00e9struction d'hymenopt\u00e8res", + "place": null, + "average_credits": 400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "thw_gkw": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "109": { + "id": 109, + "name": "Ass\u00e8chement de locaux", + "place": null, + "average_credits": 400, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1, + "thw_gkw": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "110": { + "id": 110, + "name": "Personne ne r\u00e9pondant pas aux appels", + "place": null, + "average_credits": 850, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "111": { + "id": 111, + "name": "D\u00e9couverte de NAC", + "place": null, + "average_credits": 850, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "thw_gkw": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "112": { + "id": 112, + "name": "AVP impliquant une moto", + "place": null, + "average_credits": 2300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "113": { + "id": 113, + "name": "\u00c9touffement", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "114": { + "id": 114, + "name": "Feu de caf\u00e9t\u00e9ria", + "place": "\u00c9cole", + "average_credits": 1300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "115": { + "id": 115, + "name": "Escaladeur coinc\u00e9", + "place": null, + "average_credits": 650, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "116": { + "id": 116, + "name": "Menacer un fonctionnaire", + "place": "Station de m\u00e9tro", + "average_credits": 750, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "117": { + "id": 117, + "name": "Naus\u00e9es - Vomissements", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "118": { + "id": 118, + "name": "Bless\u00e9 sur pyl\u00f4ne \u00e9l\u00e9ctrique", + "place": null, + "average_credits": 650, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurgien g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "119": { + "id": 119, + "name": "Feu de pile de ballots de paille", + "place": "Ferme", + "average_credits": 1500, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "120": { + "id": 120, + "name": "Feu de parking souterrain", + "place": "Parking couvert", + "average_credits": 3200, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 6 + } + }, + "132": { + "id": 132, + "name": "D\u00e9raillement de train de fret", + "place": null, + "average_credits": 10000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "133": { + "id": 133, + "name": "D\u00e9raillement de train de fret", + "place": "Gare ferroviaire (trajets r\u00e9gionaux et grandes lignes)", + "average_credits": 10000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "134": { + "id": 134, + "name": "D\u00e9raillement de train de fret", + "place": "Gare ferroviaire (trajets r\u00e9gionaux)", + "average_credits": 10000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "135": { + "id": 135, + "name": "Feu de silo", + "place": "Silo", + "average_credits": 3000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "136": { + "id": 136, + "name": "Choc anaphylactique", + "place": null, + "average_credits": null, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "137": { + "id": 137, + "name": "Bless\u00e9 sur \u00e9chafaudage", + "place": null, + "average_credits": 1800, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 40, + "police_cars": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "height_rescue_personnel": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "138": { + "id": 138, + "name": "Chute d'escalade", + "place": null, + "average_credits": 1500, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 100, + "helicopter": 75 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "height_rescue_personnel": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 12 + } + }, + "139": { + "id": 139, + "name": "Accident de parachutisme", + "place": "Bureaux", + "average_credits": 1900, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/paragliding_gruen.png", + "1": "/images/paragliding_gelb.png", + "2": "/images/paragliding_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "height_rescue_personnel": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 12 + } + }, + "140": { + "id": 140, + "name": "Accident de parachutisme", + "place": "Centrale \u00e9lectrique", + "average_credits": 1900, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/paragliding_gruen.png", + "1": "/images/paragliding_gelb.png", + "2": "/images/paragliding_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "height_rescue_personnel": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 12 + } + }, + "141": { + "id": 141, + "name": "Accident de parachutisme", + "place": "Usine", + "average_credits": 1900, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/paragliding_gruen.png", + "1": "/images/paragliding_gelb.png", + "2": "/images/paragliding_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "height_rescue_personnel": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 5, + "fire_stations": 12 + } + }, + "142": { + "id": 142, + "name": "Malaise dans une grue", + "place": null, + "average_credits": 2000, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "height_rescue_personnel": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "143": { + "id": 143, + "name": "Nacelle bloqu\u00e9e en position haute", + "place": null, + "average_credits": 1300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 0, + "expansion_missions_ids": { + "0": 144 + }, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 10 + } + }, + "144": { + "id": 144, + "name": "Nacelle bloqu\u00e9e en position haute (> 32m)", + "place": null, + "average_credits": 1800, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 0, + "height_rescue_personnel": 5, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 12 + } + }, + "145": { + "id": 145, + "name": "Objet mena\u00e7ant de tomber (inaccessible)", + "place": null, + "average_credits": 900, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "thw_gkw": 1 + }, + "chances": {}, + "additional": { + "height_rescue_personnel": 5 + }, + "prerequisites": { + "fire_stations": 12 + } + }, + "146": { + "id": 146, + "name": "Chemin\u00e9e mena\u00e7ant de tomber (inaccessible)", + "place": null, + "average_credits": 900, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "thw_gkw": 1 + }, + "chances": {}, + "additional": { + "height_rescue_personnel": 5 + }, + "prerequisites": { + "fire_stations": 12 + } + }, + "147": { + "id": 147, + "name": "Personnes bloqu\u00e9es dans une attraction", + "place": "F\u00eate foraine", + "average_credits": 2300, + "generated_by": "Centre de secours", + "icons": { + "0": "/images/themepark_gruen.png", + "1": "/images/themepark_gelb.png", + "2": "/images/themepark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 14, + "possible_patient_min": 0, + "height_rescue_personnel": 5, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 12 + } + }, + "148": { + "id": 148, + "name": "\u00c9vacuation personne ob\u00e8se par la fen\u00eatre", + "place": null, + "average_credits": 2200, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 149 + }, + "height_rescue_personnel": 5, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 12 + } + }, + "149": { + "id": 149, + "name": "\u00c9vacuation personne ob\u00e8se par la fen\u00eatre (non accessible)", + "place": null, + "average_credits": 2400, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "police_cars": 30, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "height_rescue_personnel": 5, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 12 + } + }, + "150": { + "id": 150, + "name": "Coupure profonde", + "place": null, + "average_credits": 750, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "ambulances": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "151": { + "id": 151, + "name": "Essouflement", + "place": null, + "average_credits": 850, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne g\u00e9n\u00e9ral" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "152": { + "id": 152, + "name": "Essouflement - Ant\u00e9c\u00e9dants cardiaques", + "place": null, + "average_credits": 880, + "generated_by": "Poste Ambulancier", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "153": { + "id": 153, + "name": "Violences Domestiques", + "place": null, + "average_credits": 400, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/comment_gruen.png", + "1": "/images/comment_gelb.png", + "2": "/images/comment_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3 + } + }, + "154": { + "id": 154, + "name": "Possession ill\u00e9gale d'arme-\u00e0-feu", + "place": null, + "average_credits": 2500, + "generated_by": "Gendarmerie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.it_IT.json b/modules/lss-missionHelper/missions.it_IT.json new file mode 100644 index 000000000..d11205b64 --- /dev/null +++ b/modules/lss-missionHelper/missions.it_IT.json @@ -0,0 +1,3634 @@ +{ + "0": { + "id": 0, + "name": "Bidone in fiamme", + "place": "Fermata dell'autobus", + "average_credits": 110, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Container in fiamme", + "place": null, + "average_credits": 170, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Auto in fiamme", + "place": null, + "average_credits": 370, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Moto in fiamme", + "place": null, + "average_credits": 400, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Erba che brucia", + "place": null, + "average_credits": 300, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Stanza in fiamme", + "place": null, + "average_credits": 1200, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Casotto nel giardino in fiamme", + "place": null, + "average_credits": 600, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Foglie che bruciano", + "place": null, + "average_credits": 210, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Rifiuti sparsi in fiamme", + "place": null, + "average_credits": 220, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Balla di paglia in fiamme", + "place": null, + "average_credits": 250, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Trattore in fiamme", + "place": null, + "average_credits": 600, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Cabina telefonica in fiamme", + "place": null, + "average_credits": 240, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Albero su strada", + "place": null, + "average_credits": 310, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Camion in fiamme", + "place": null, + "average_credits": 980, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Piccolo campo in fiamme", + "place": null, + "average_credits": 1000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Piccolo incendio boschivo", + "place": "Bosco", + "average_credits": 1010, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Roulotte in fiamme", + "place": null, + "average_credits": 1100, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Buca delle lettere in fiamme", + "place": null, + "average_credits": 340, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Mucchio di arbusti", + "place": null, + "average_credits": 700, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Rimorchio in fiamme", + "place": null, + "average_credits": 650, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Seminterrato in fiamme", + "place": null, + "average_credits": 2200, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 20 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Camino in fiamme", + "place": null, + "average_credits": 600, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Tetto in fiamme", + "place": null, + "average_credits": 900, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Incendio da grasso", + "place": null, + "average_credits": 1200, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Incendio fermata autobus", + "place": "Fermata dell'autobus", + "average_credits": 900, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Incidente stradale", + "place": null, + "average_credits": 1000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 2 + } + }, + "26": { + "id": 26, + "name": "Incendio in supermercato (PICCOLO)", + "place": "Supermercato (piccolo)", + "average_credits": 1300, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 35 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Garage in fiamme", + "place": null, + "average_credits": 1100, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Macchinario in fiamme", + "place": null, + "average_credits": 1700, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Fuoriuscita sconosciuta da autocisterna", + "place": null, + "average_credits": 3000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Perdita di gas", + "place": null, + "average_credits": 400, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Camino in fiamme", + "place": null, + "average_credits": 1310, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Mietitrice in fiamme", + "place": null, + "average_credits": 800, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Incendio in supermercato (PICCOLO)", + "place": "Supermercato (piccolo)", + "average_credits": 1100, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Incendio in ospedale", + "place": "Ospedale", + "average_credits": 8200, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Intossicazione da alcol", + "place": null, + "average_credits": null, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Dolore toracico", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Asma acuto", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Epilessia", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Febbre", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Caduta accidentale", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Incendio in officina meccanica", + "place": "Officina meccanica", + "average_credits": 5500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 60, + "platform_trucks": 40, + "water_tankers": 20, + "mobile_air_vehicles": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Caduta accidentale", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Caduta accidentale", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Taccheggio", + "place": "Supermercato (piccolo)", + "average_credits": 100, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Taccheggio", + "place": "Supermercato (grande)", + "average_credits": 100, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Incidente contro auto parcheggiata", + "place": "Supermercato (piccolo)", + "average_credits": 120, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Incidente contro auto parcheggiata", + "place": "Supermercato (grande)", + "average_credits": 120, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Furto di metalli", + "place": "Stazione merci", + "average_credits": 150, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Borseggio", + "place": "Parco", + "average_credits": 150, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Passeggero senza biglietto", + "place": "Fermata dell'autobus", + "average_credits": 120, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Passeggero senza biglietto", + "place": "Fermata del tram", + "average_credits": 120, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Passeggero senza biglietto", + "place": "Stazione ferroviaria (traffico regionale)", + "average_credits": 120, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Passeggero senza biglietto", + "place": "Stazione ferroviaria (traffico regionale e viaggi a lunga distanza)", + "average_credits": 120, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Incidente contro auto parcheggiata", + "place": "Centro commerciale", + "average_credits": 120, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Rissa", + "place": null, + "average_credits": 700, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Manifestante violento", + "place": null, + "average_credits": 500, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Manifestazione non autorizzata", + "place": null, + "average_credits": 10020, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Cucina in fiamme", + "place": null, + "average_credits": 1000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Soccorso animali", + "place": "Azienda agricola", + "average_credits": 900, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Palestra in fiamme", + "place": "Scuola", + "average_credits": 3000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "Lamentele per disturbo della quiete", + "place": null, + "average_credits": 400, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Attacco ischemico transitorio", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Incidente con autobus coinvolto", + "place": null, + "average_credits": 900, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Cucina in fiamme", + "place": null, + "average_credits": 400, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Stanza in fiamme", + "place": null, + "average_credits": 700, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Rissa", + "place": null, + "average_credits": 700, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Incendio in supermercato (GRANDE)", + "place": "Supermercato (grande)", + "average_credits": 4500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_air_vehicles": 40, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Fuoriuscita chimica da autocisterna", + "place": null, + "average_credits": 2500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Incendio in supermercato (GRANDE)", + "place": "Supermercato (grande)", + "average_credits": 4500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 40, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Epistassi", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurgia generale" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Incidente aereo (LIEVE)", + "place": null, + "average_credits": 3200, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 20 + } + }, + "73": { + "id": 73, + "name": "Grave incidente con autobus coinvolto", + "place": null, + "average_credits": 2200, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 15, + "patient_specializations": "Chirurgia generale" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Grande incendio", + "place": null, + "average_credits": 9800, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "82": { + "id": 82, + "name": "Persona intrappolata sotto un macchinario", + "place": null, + "average_credits": 1100, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "84": { + "id": 84, + "name": "Collisione multipla", + "place": null, + "average_credits": 800, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "85": { + "id": 85, + "name": "Tubo acquedotto rotto", + "place": null, + "average_credits": 1200, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "99": { + "id": 99, + "name": "Veicolo di trasporto merci pesante in fiamme", + "place": null, + "average_credits": 2000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "100": { + "id": 100, + "name": "Veicolo della nettezza urbana in fiamme", + "place": null, + "average_credits": 2000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "101": { + "id": 101, + "name": "Incidente con trattore", + "place": "Azienda agricola", + "average_credits": 1000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Chirurgia generale" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "102": { + "id": 102, + "name": "Esplosione in box auto", + "place": null, + "average_credits": 1900, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Chirurgia generale" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "103": { + "id": 103, + "name": "Cisterna treno danneggiata", + "place": "Stazione merci", + "average_credits": 1400, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "104": { + "id": 104, + "name": "Soccorso a persona", + "place": null, + "average_credits": 700, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "105": { + "id": 105, + "name": "Intossicazione da monossido", + "place": null, + "average_credits": 2500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 5 + } + }, + "106": { + "id": 106, + "name": "Maxi tamponamento", + "place": null, + "average_credits": 3800, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "heavy_rescue_vehicles": 3, + "police_cars": 3 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 10, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 5 + } + }, + "107": { + "id": 107, + "name": "Auto ribaltata", + "place": null, + "average_credits": 1500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "fwk": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "fwk": 50, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 4 + } + }, + "108": { + "id": 108, + "name": "Tir in bilico sul cavalcavia", + "place": "Ponte", + "average_credits": 3500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "109": { + "id": 109, + "name": "Incidente con veicoli particolari", + "place": null, + "average_credits": 3000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": { + "patient_transport": 90, + "helicopter": 10 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 4 + } + }, + "110": { + "id": 110, + "name": "Crollo palazzina", + "place": null, + "average_credits": 10000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "fwk": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 3, + "police_cars": 1 + }, + "chances": { + "fwk": 80, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 6 + } + }, + "111": { + "id": 111, + "name": "Crollo parziale palazzina", + "place": null, + "average_credits": 7500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "fwk": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "fwk": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "112": { + "id": 112, + "name": "Trauma spinale", + "place": null, + "average_credits": 500, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 45 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologia" + }, + "prerequisites": { + "rescue_stations": 6 + } + }, + "113": { + "id": 113, + "name": "Caduta da parete rocciosa", + "place": "Bosco", + "average_credits": 1200, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 100, + "helicopter": 75 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 1 + } + }, + "114": { + "id": 114, + "name": "Chiamata muta", + "place": null, + "average_credits": 500, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "115": { + "id": 115, + "name": "Deragliamento treno", + "place": "Stazione ferroviaria (traffico regionale e viaggi a lunga distanza)", + "average_credits": 12000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "fwk": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 35, + "helicopter": 5 + }, + "additional": { + "possible_patient": 50, + "possible_patient_min": 20, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 12, + "police_stations": 4, + "fire_stations": 10 + } + }, + "116": { + "id": 116, + "name": "Nave cisterna in fiamme", + "place": "Porto mercantile", + "average_credits": 12000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 4, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 6 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 40, + "possible_patient_min": 10, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 4, + "fire_stations": 8 + } + }, + "117": { + "id": 117, + "name": "Persona scomparsa nel bosco", + "place": "Bosco", + "average_credits": 6000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 3, + "police_cars": 3 + }, + "chances": { + "patient_transport": 100, + "helicopter": 20 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "average_min_fire_personnel": 20, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 6 + } + }, + "118": { + "id": 118, + "name": "Incidente auto-bici", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 90, + "helicopter": 10 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 4 + } + }, + "119": { + "id": 119, + "name": "Violenza domestica", + "place": null, + "average_credits": 1200, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "120": { + "id": 120, + "name": "Soffocamento", + "place": null, + "average_credits": null, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "121": { + "id": 121, + "name": "Scoppio bombola del gas", + "place": null, + "average_credits": 1400, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 4 + } + }, + "122": { + "id": 122, + "name": "Incendio mensa scolastica", + "place": "Scuola", + "average_credits": 1200, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 8, + "patient_specializations": "Chirurgia generale" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "123": { + "id": 123, + "name": "Incendio stadio", + "place": "Stadio", + "average_credits": 3800, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 6 + }, + "chances": { + "water_tankers": 10, + "patient_transport": 8, + "helicopter": 1 + }, + "additional": { + "possible_patient": 260, + "possible_patient_min": 180, + "patient_specializations": "Chirurgia generale" + }, + "prerequisites": { + "rescue_stations": 40, + "police_stations": 4, + "fire_stations": 5 + } + }, + "124": { + "id": 124, + "name": "Scalatore in difficolt\u00e0", + "place": "Bosco", + "average_credits": 1200, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 85, + "helicopter": 10 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 2 + } + }, + "125": { + "id": 125, + "name": "Ostacolo in corsia", + "place": "Uscita autostradale", + "average_credits": 500, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "126": { + "id": 126, + "name": "Aggressione a pubblico ufficiale", + "place": null, + "average_credits": 1000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 2, + "max_possible_prisoners": 1, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "127": { + "id": 127, + "name": "Spray urticante in luogo pubblico", + "place": null, + "average_credits": 1800, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "hazmat_vehicles": 20, + "patient_transport": 35 + }, + "additional": { + "possible_patient": 12, + "possible_patient_min": 2, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 2 + } + }, + "128": { + "id": 128, + "name": "Silos in fiamme", + "place": "Silos", + "average_credits": 3500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "129": { + "id": 129, + "name": "Blitz attivit\u00e0 commerciale illegale", + "place": null, + "average_credits": 1500, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 4 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "130": { + "id": 130, + "name": "Ferito sul traliccio dell'alta tensione", + "place": null, + "average_credits": 650, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "131": { + "id": 131, + "name": "Auto nel fiume", + "place": "Fiume", + "average_credits": 2500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "fwk": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 2 + } + }, + "132": { + "id": 132, + "name": "Balle di fieno in fiamme", + "place": "Azienda agricola", + "average_credits": 1500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "133": { + "id": 133, + "name": "Aggressione a sanitari", + "place": null, + "average_credits": 1000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "134": { + "id": 134, + "name": "Raid residenziale della polizia", + "place": null, + "average_credits": 750, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "135": { + "id": 135, + "name": "Ascensore bloccato", + "place": null, + "average_credits": 400, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 104 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "147": { + "id": 147, + "name": "Dipendente intrappolato sotto il ponte auto", + "place": "Officina meccanica", + "average_credits": 3800, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3, + "fire_stations": 4 + } + }, + "148": { + "id": 148, + "name": "Bonifica insetti", + "place": null, + "average_credits": 450, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "149": { + "id": 149, + "name": "Incendio cisterna chimica", + "place": "Grande serbatoio di accumulo sostanze chimiche", + "average_credits": 8500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 20, + "helicopter": 5 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "average_min_fire_personnel": 40, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 4, + "fire_stations": 8 + } + }, + "150": { + "id": 150, + "name": "Incendio barbecue", + "place": null, + "average_credits": 450, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "151": { + "id": 151, + "name": "Evasione", + "place": null, + "average_credits": 4000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "swat_suv": 2, + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "152": { + "id": 152, + "name": "Sospetto in fuga", + "place": null, + "average_credits": 3000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "153": { + "id": 153, + "name": "Mandato di arresto", + "place": null, + "average_credits": 2000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 154 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "154": { + "id": 154, + "name": "Sparatoria in corso", + "place": null, + "average_credits": 1600, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "swat_suv": 2, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "possible_patient_min": 0, + "patient_at_end_of_mission": true, + "patient_specializations": "Chirurgia generale" + }, + "prerequisites": { + "police_stations": 6 + } + }, + "155": { + "id": 155, + "name": "Perquisizione veicolo", + "place": null, + "average_credits": 1000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 6 + } + }, + "156": { + "id": 156, + "name": "Piccola protesta violenta", + "place": null, + "average_credits": 2200, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "swat_suv": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 157 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 6 + } + }, + "157": { + "id": 157, + "name": "Media protesta violenta", + "place": null, + "average_credits": 3000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "swat_suv": 2, + "swat_armored_vehicle": 2, + "police_cars": 6, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 5, + "max_possible_prisoners": 4, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 7 + } + }, + "158": { + "id": 158, + "name": "Spaccio di droga", + "place": null, + "average_credits": 1500, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 3, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "159": { + "id": 159, + "name": "Rapina al benzinaio", + "place": "Stazione di servizio", + "average_credits": 1250, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "swat_suv": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 8 + } + }, + "160": { + "id": 160, + "name": "Sparatoria al posto di blocco", + "place": null, + "average_credits": 4100, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "161": { + "id": 161, + "name": "Protezione VIP", + "place": null, + "average_credits": 4000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "swat_suv": 1, + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "duration": "30 Minuti", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 10 + } + }, + "162": { + "id": 162, + "name": "Furto in appartamento", + "place": null, + "average_credits": 1250, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 5 + } + }, + "163": { + "id": 163, + "name": "Tentato omicidio", + "place": null, + "average_credits": 1000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "164": { + "id": 164, + "name": "Furto al museo", + "place": "Museo", + "average_credits": 1000, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "165": { + "id": 165, + "name": "Incendio albergo (PICCOLO)", + "place": "Hotel", + "average_credits": 6500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 15, + "mobile_air_vehicles": 10, + "patient_transport": 30, + "helicopter": 2 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 4, + "fire_stations": 8 + } + }, + "166": { + "id": 166, + "name": "Incendio cisterna chimica (PICCOLA)", + "place": "Piccolo serbatoio di accumulo sostanze chimiche", + "average_credits": 6000, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 20, + "helicopter": 5 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "average_min_fire_personnel": 25, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 4, + "fire_stations": 6 + } + }, + "167": { + "id": 167, + "name": "Allagamento appartamento", + "place": null, + "average_credits": 450, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "168": { + "id": 168, + "name": "Giostra ferma sulle rotaie", + "place": "Luna park", + "average_credits": 1500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/themepark_gruen.png", + "1": "/images/themepark_gelb.png", + "2": "/images/themepark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_at_end_of_mission": true, + "patient_specializations": "Medicina interna generale" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "169": { + "id": 169, + "name": "Dissesto statico", + "place": null, + "average_credits": 450, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "170": { + "id": 170, + "name": "Incidente Skydiver", + "place": null, + "average_credits": 1500, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 100, + "helicopter": 15 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 4, + "fire_stations": 2 + } + }, + "171": { + "id": 171, + "name": "Incendio albergo (GRANDE)", + "place": "Hotel", + "average_credits": 10900, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 4, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "patient_transport": 20, + "helicopter": 4 + }, + "additional": { + "possible_patient": 35, + "possible_patient_min": 2, + "average_min_fire_personnel": 40, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 4, + "fire_stations": 8 + } + }, + "172": { + "id": 172, + "name": "Guasto al semaforo", + "place": null, + "average_credits": 550, + "generated_by": "Stazione di polizia", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25, + "1": 64, + "2": 106 + } + }, + "prerequisites": { + "police_stations": 1 + } + }, + "173": { + "id": 173, + "name": "Incendio palazzetto dello sport", + "place": "Stadio", + "average_credits": 7500, + "generated_by": "Stazione ambulanze", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "water_tankers": 10, + "patient_transport": 5, + "helicopter": 1 + }, + "additional": { + "possible_patient": 110, + "possible_patient_min": 20, + "patient_specializations": "Chirurgia generale" + }, + "prerequisites": { + "rescue_stations": 24, + "police_stations": 4, + "fire_stations": 7 + } + }, + "174": { + "id": 174, + "name": "Apertura porta", + "place": null, + "average_credits": 750, + "generated_by": "Caserma dei vigili del fuoco", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ja_JP.json b/modules/lss-missionHelper/missions.ja_JP.json new file mode 100644 index 000000000..a5096c395 --- /dev/null +++ b/modules/lss-missionHelper/missions.ja_JP.json @@ -0,0 +1,2269 @@ +{ + "0": { + "id": 0, + "name": "\u30b4\u30df\u7bb1\u304b\u3089\u51fa\u706b", + "place": "\u30d0\u30b9\u505c", + "average_credits": 110, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "\u30b3\u30f3\u30c6\u30ca\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 170, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "\u8eca\u4e21\u706b\u707d", + "place": null, + "average_credits": 370, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "\u30e2\u30fc\u30bf\u30fc\u30d0\u30a4\u30af\u706b\u707d", + "place": null, + "average_credits": 340, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "\u8349\u3080\u3089\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 200, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "\u90e8\u5c4b\u706b\u4e8b", + "place": null, + "average_credits": 1400, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "\u5ead\u306e\u5c0f\u5c4b\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 600, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "\u67af\u308c\u8449\u304b\u3089\u4e0d\u5be9\u706b", + "place": null, + "average_credits": 210, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "\u5927\u578b\u3054\u307f\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 220, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "\u30b9\u30c8\u30ed\u30fc\u30d9\u30a4\u30eb\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 250, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "\u30c8\u30e9\u30af\u30bf\u30fc\u706b\u707d", + "place": null, + "average_credits": 600, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "\u96fb\u8a71\u30dc\u30c3\u30af\u30b9\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 240, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "\u8def\u4e0a\u306b\u5012\u6728", + "place": null, + "average_credits": 310, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "\u30c8\u30e9\u30c3\u30af\u706b\u707d", + "place": null, + "average_credits": 980, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "\u5c0f\u3055\u3044\u91ce\u539f\u3067\u706b\u707d", + "place": null, + "average_credits": 1000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "\u5c0f\u898f\u6a21\u306e\u5c71\u706b\u4e8b", + "place": "\u68ee", + "average_credits": 1010, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "\u30ad\u30e3\u30e9\u30d0\u30f3\u706b\u707d", + "place": null, + "average_credits": 1100, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "\u90f5\u4fbf\u53d7\u3051\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 340, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "\u85aa\u6728\u306e\u5c71", + "place": null, + "average_credits": 700, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "\u30c8\u30ec\u30a4\u30e9\u30fc\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 650, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "\u5730\u4e0b\u306e\u706b\u4e8b", + "place": null, + "average_credits": 2500, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "\u7159\u7a81\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 2400, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "\u5c4b\u6839\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 2700, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "\u6cb9\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 1200, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "\u30d0\u30b9\u30b7\u30a7\u30eb\u30bf\u30fc\u304b\u3089\u51fa\u706b", + "place": "\u30d0\u30b9\u505c", + "average_credits": 900, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "\u8def\u9762\u4e8b\u6545", + "place": null, + "average_credits": 1000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "\u5c0f\u578b\u30b9\u30fc\u30d1\u30fc\u306e\u706b\u707d", + "place": "\u30b9\u30fc\u30d1\u30fc\u30de\u30fc\u30b1\u30c3\u30c8\uff08\u5c0f\u578b\uff09", + "average_credits": 1500, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "\u30ac\u30ec\u30fc\u30b8\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 1400, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "\u6a5f\u68b0\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 2470, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "\u30bf\u30f3\u30ab\u30fc\u6d41\u51fa", + "place": null, + "average_credits": 5300, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "\u30ac\u30b9\u6f0f\u308c", + "place": null, + "average_credits": 400, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "\u6696\u7089\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 1310, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "\u5208\u308a\u53d6\u308a\u6a5f\u304b\u3089\u51fa\u706b", + "place": null, + "average_credits": 1200, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "\u5c0f\u578b\u30b9\u30fc\u30d1\u30fc\u306e\u706b\u707d", + "place": "\u30b9\u30fc\u30d1\u30fc\u30de\u30fc\u30b1\u30c3\u30c8\uff08\u5c0f\u578b\uff09", + "average_credits": 1500, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "\u75c5\u9662\u706b\u707d", + "place": "\u75c5\u9662", + "average_credits": 6000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "\u30a2\u30eb\u30b3\u30fc\u30eb\u4e2d\u6bd2\u8005\u306e\u9169\u914a", + "place": null, + "average_credits": null, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "\u80f8\u90e8\u306e\u75db\u307f", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u5faa\u74b0\u5668" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "\u6025\u6027\u5598\u606f", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "\u767a\u4f5c", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u795e\u7d4c\u79d1" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "\u71b1", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "\u4eba\u8eab\u843d\u4e0b", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "\u8eca\u6574\u5099\u5e97\u306b\u3066\u706b\u707d", + "place": "\u8eca\u6574\u5099\u5e97", + "average_credits": 6000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "\u4eba\u8eab\u843d\u4e0b", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "\u4eba\u8eab\u843d\u4e0b", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "\u4e07\u5f15\u304d", + "place": "\u30b9\u30fc\u30d1\u30fc\u30de\u30fc\u30b1\u30c3\u30c8\uff08\u5c0f\u578b\uff09", + "average_credits": 100, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "\u4e07\u5f15\u304d", + "place": "\u30b9\u30fc\u30d1\u30fc\u30de\u30fc\u30b1\u30c3\u30c8\uff08\u5927\u578b\uff09", + "average_credits": 100, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "\u8eca\u4e0a\u8352\u3089\u3057", + "place": "\u30b9\u30fc\u30d1\u30fc\u30de\u30fc\u30b1\u30c3\u30c8\uff08\u5c0f\u578b\uff09", + "average_credits": 120, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "\u8eca\u4e0a\u8352\u3089\u3057", + "place": "\u30b9\u30fc\u30d1\u30fc\u30de\u30fc\u30b1\u30c3\u30c8\uff08\u5927\u578b\uff09", + "average_credits": 120, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "\u91d1\u5c5e\u5f37\u76d7", + "place": "\u96d1\u8ca8\u5c4b", + "average_credits": 150, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "\u30b9\u30ea", + "place": "\u516c\u5712", + "average_credits": 150, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "\u4e0d\u6b63\u4e57\u8eca", + "place": "\u30d0\u30b9\u505c", + "average_credits": 120, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "\u4e0d\u6b63\u4e57\u8eca", + "place": "\u96fb\u8eca\u505c\u7559\u6240", + "average_credits": 120, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "\u4e0d\u6b63\u4e57\u8eca", + "place": "\u99c5\uff08\u666e\u901a\u8eca\u4e21\uff09", + "average_credits": 120, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "\u4e0d\u6b63\u4e57\u8eca", + "place": "\u99c5\uff08\u666e\u901a\u8eca\u4e21\u3068\u9577\u8ddd\u96e2\u8def\u7dda\uff09", + "average_credits": 120, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "\u8eca\u4e0a\u8352\u3089\u3057", + "place": "\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0\u30e2\u30fc\u30eb", + "average_credits": 120, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "\u66b4\u529b\u4e8b\u4ef6", + "place": null, + "average_credits": 700, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "\u66b4\u5f92", + "place": null, + "average_credits": 500, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "\u672a\u8a31\u53ef\u306e\u30c7\u30e2", + "place": null, + "average_credits": 10020, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "\u53f0\u6240\u706b\u707d", + "place": null, + "average_credits": 1000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "\u52d5\u7269\u6551\u52a9", + "place": "\u7267\u5834", + "average_credits": 900, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "\u30b9\u30dd\u30fc\u30c4\u30db\u30fc\u30eb\u306b\u3066\u706b\u707d", + "place": "\u5b66\u6821", + "average_credits": 2000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "61": { + "id": 61, + "name": "\u8efd\u822a\u7a7a\u6a5f\u306e\u885d\u7a81\uff08\u98db\u884c\u5834\uff09", + "place": "\u5c0f\u578b\u7a7a\u6e2f\uff08\u6ed1\u8d70\u8def\uff09", + "average_credits": 2500, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "62": { + "id": 62, + "name": "\u9a12\u97f3\u306e\u82e6\u60c5", + "place": null, + "average_credits": 400, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "\u4e00\u904e\u6027\u8133\u865a\u8840\u767a\u4f5c", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u8133\u795e\u7d4c\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "\u30d0\u30b9\u3092\u5dfb\u304d\u8fbc\u3080\u4e8b\u6545", + "place": null, + "average_credits": 1000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "\u53f0\u6240\u706b\u707d", + "place": null, + "average_credits": 1000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "\u90e8\u5c4b\u706b\u4e8b", + "place": null, + "average_credits": 1400, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "\u66b4\u529b\u4e8b\u4ef6", + "place": null, + "average_credits": 700, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "\u5927\u578b\u30b9\u30fc\u30d1\u30fc\u306e\u706b\u707d", + "place": "\u30b9\u30fc\u30d1\u30fc\u30de\u30fc\u30b1\u30c3\u30c8\uff08\u5927\u578b\uff09", + "average_credits": 3000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "\u30bf\u30f3\u30ab\u30fc\u6d41\u51fa", + "place": null, + "average_credits": 4300, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "\u5927\u578b\u30b9\u30fc\u30d1\u30fc\u306e\u706b\u707d", + "place": "\u30b9\u30fc\u30d1\u30fc\u30de\u30fc\u30b1\u30c3\u30c8\uff08\u5927\u578b\uff09", + "average_credits": 3000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "\u9f3b\u8840", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u4e00\u822c\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "\u8efd\u822a\u7a7a\u6a5f\u306e\u885d\u7a81", + "place": null, + "average_credits": 4000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "\u30d0\u30b9\u3092\u5dfb\u304d\u8fbc\u3080\u5927\u4e8b\u6545", + "place": null, + "average_credits": 2000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "\u4e00\u822c\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "\u5927\u706b\u4e8b", + "place": null, + "average_credits": 10210, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "\u5efa\u7269\u5d29\u58ca", + "place": null, + "average_credits": 7300, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u4e00\u822c\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 5 + } + }, + "76": { + "id": 76, + "name": "\u7523\u696d\u706b\u707d", + "place": null, + "average_credits": 4800, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u4e00\u822c\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "77": { + "id": 77, + "name": "\u60a3\u8005\u306e\u8f38\u9001", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": {} + }, + "78": { + "id": 78, + "name": "\u653e\u706b\u9b54\u306e\u902e\u6355", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u4e00\u822c\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "79": { + "id": 79, + "name": "\u547c\u5438\u505c\u6b62", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u4e00\u822c\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "80": { + "id": 80, + "name": "\u5f79\u4eba\u306b\u5bfe\u3059\u308b\u66b4\u529b", + "place": "\u5730\u4e0b\u9244\u99c5", + "average_credits": 750, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "81": { + "id": 81, + "name": "\u30b5\u30a4\u30ed\u706b\u4e8b", + "place": "\u30b5\u30a4\u30ed", + "average_credits": 3000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "82": { + "id": 82, + "name": "\u9001\u96fb\u5854\u3067\u8ca0\u50b7\u3057\u305f\u4eba", + "place": null, + "average_credits": 650, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u4e00\u822c\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "83": { + "id": 83, + "name": "\u71c3\u3048\u308b\u30ef\u30e9\u306e\u5c71", + "place": "\u7267\u5834", + "average_credits": 1500, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "84": { + "id": 84, + "name": "\u99d0\u5728\u8b66\u5bdf\u306e\u8972\u6483", + "place": null, + "average_credits": 750, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "96": { + "id": 96, + "name": "\u8ca8\u7269\u5217\u8eca\u8131\u7dda", + "place": null, + "average_credits": 10000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "97": { + "id": 97, + "name": "\u8ca8\u7269\u5217\u8eca\u8131\u7dda", + "place": "\u99c5\uff08\u666e\u901a\u8eca\u4e21\u3068\u9577\u8ddd\u96e2\u8def\u7dda\uff09", + "average_credits": 10000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "98": { + "id": 98, + "name": "\u8ca8\u7269\u5217\u8eca\u8131\u7dda", + "place": "\u99c5\uff08\u666e\u901a\u8eca\u4e21\uff09", + "average_credits": 10000, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u707d\u5bb3\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "99": { + "id": 99, + "name": "\u6398\u524a\u73fe\u5834\u6551\u52a9", + "place": null, + "average_credits": 2500, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "\u4e00\u822c\u5916\u79d1" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "100": { + "id": 100, + "name": "\u30a2\u30ca\u30d5\u30a3\u30e9\u30ad\u30b7\u30fc", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "101": { + "id": 101, + "name": "\u8ca0\u50b7\u30e9\u30f3\u30ca\u30fc", + "place": null, + "average_credits": null, + "generated_by": "\u6551\u6025\u8eca\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "102": { + "id": 102, + "name": "\u8ff7\u5b50", + "place": null, + "average_credits": 700, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u4e00\u822c\u5185\u79d1" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "103": { + "id": 103, + "name": "\u51e6\u5206\u5834\u306e\u706b\u707d", + "place": "\u51e6\u5206\u5834", + "average_credits": 3500, + "generated_by": "\u6d88\u9632\u5c40", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "104": { + "id": 104, + "name": "\u6b66\u5668\u985e\u306e\u4e0d\u6cd5\u6240\u6301", + "place": null, + "average_credits": 2500, + "generated_by": "\u8b66\u5bdf\u7f72", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ko_KR.json b/modules/lss-missionHelper/missions.ko_KR.json new file mode 100644 index 000000000..a721ea496 --- /dev/null +++ b/modules/lss-missionHelper/missions.ko_KR.json @@ -0,0 +1,2221 @@ +{ + "0": { + "id": 0, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc4f0\ub808\uae30\ud1b5)", + "place": "\ubc84\uc2a4 \uc815\ub958\uc7a5", + "average_credits": 110, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "\ud654\uc7ac \ud604\uc7a5(\ucee8\ud14c\uc774\ub108)", + "place": null, + "average_credits": 170, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "\ud654\uc7ac \ud604\uc7a5(\ucc28\ub7c9)", + "place": null, + "average_credits": 370, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc624\ud1a0\ubc14\uc774)", + "place": null, + "average_credits": 340, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc794\ub514\ubc2d)", + "place": null, + "average_credits": 200, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "\ud654\uc7ac \ud604\uc7a5(\ubc29)", + "place": null, + "average_credits": 1400, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "\ud654\uc7ac \ud604\uc7a5(\uacf5\uad6c \ucc3d\uace0)", + "place": null, + "average_credits": 600, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "\ud654\uc7ac \ud604\uc7a5(\ub099\uc5fd)", + "place": null, + "average_credits": 210, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc4f0\ub808\uae30\ub354\ubbf8)", + "place": null, + "average_credits": 220, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc9da\ub354\ubbf8)", + "place": null, + "average_credits": 250, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "\ud654\uc7ac \ud604\uc7a5(\ud2b8\ub799\ud130)", + "place": null, + "average_credits": 600, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "\ud654\uc7ac \ud604\uc7a5(\ube44\uc0c1 \uc804\ud654)", + "place": null, + "average_credits": 240, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "\uac00\ub85c\uc218", + "place": null, + "average_credits": 310, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "\ud654\uc7ac \ud604\uc7a5(\ud2b8\ub7ed)", + "place": null, + "average_credits": 980, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc18c\uaddc\ubaa8 \ub4e4\ud310)", + "place": null, + "average_credits": 1000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc18c\ud615 \ub4e4\ubd88)", + "place": "\uc232", + "average_credits": 1010, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc774\ub3d9 \uc8fc\ud0dd)", + "place": null, + "average_credits": 1100, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc6b0\ud3b8\ud568)", + "place": null, + "average_credits": 340, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "\ub364\ubd88 \ub354\ubbf8", + "place": null, + "average_credits": 700, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "\ud654\uc7ac \ud604\uc7a5(\ud2b8\ub808\uc77c\ub7ec)", + "place": null, + "average_credits": 650, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc9c0\ud558\uc2e4)", + "place": null, + "average_credits": 2500, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "\ud654\uc7ac \ud604\uc7a5(\uad74\ub69d)", + "place": null, + "average_credits": 2400, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc9c0\ubd95)", + "place": null, + "average_credits": 2700, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "\ud654\uc7ac \ud604\uc7a5(\uae30\ub984)", + "place": null, + "average_credits": 1200, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "\ud654\uc7ac \ud604\uc7a5(\ubc84\uc2a4 \uc815\ub958\uc18c)", + "place": "\ubc84\uc2a4 \uc815\ub958\uc7a5", + "average_credits": 900, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "\uad50\ud1b5\uc0ac\uace0", + "place": null, + "average_credits": 1000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc18c\ud615 \uc288\ud37c\ub9c8\ucf13)", + "place": "\uc288\ud37c\ub9c8\ucf13(\uc18c\ud615)", + "average_credits": 1500, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "\ud654\uc7ac \ud604\uc7a5(\ucc28\uace0)", + "place": null, + "average_credits": 1400, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "\ud654\uc7ac \ud604\uc7a5(\uae30\uacc4)", + "place": null, + "average_credits": 2470, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "\uc6d0\uc778 \ubbf8\uc0c1 \ud0f1\ud06c \uc720\ucd9c", + "place": null, + "average_credits": 5300, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "\uac00\uc2a4 \ub204\ucd9c \uc0ac\uace0", + "place": null, + "average_credits": 400, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "\ud654\uc7ac \ud604\uc7a5(\ubcbd\ub09c\ub85c)", + "place": null, + "average_credits": 1310, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc218\ud655\uae30)", + "place": null, + "average_credits": 1200, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc18c\ud615 \uc288\ud37c\ub9c8\ucf13)", + "place": "\uc288\ud37c\ub9c8\ucf13(\uc18c\ud615)", + "average_credits": 1500, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "\ud654\uc7ac \ud604\uc7a5(\ubcd1\uc6d0)", + "place": "\ubcd1\uc6d0", + "average_credits": 6000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "\uc54c\ucf54\uc62c \uc911\ub3c5 \ud658\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "\ud749\ubd80 \ud1b5\uc99d \ud658\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc2ec\uc7a5 \uc758\ud559\uacfc" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "\uae09\uc131 \ucc9c\uc2dd \ud658\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "\ubc1c\uc791 \ud658\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc2e0\uacbd\uacfc" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "\ubc1c\uc5f4 \ud658\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "\uc4f0\ub7ec\uc9c4 \uc2dc\ubbfc", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "\ud654\uc7ac \ud604\uc7a5(\ucc28\ub7c9 \uc815\ube44\uc18c)", + "place": "\ucc28\ub7c9 \uc815\ube44\uc18c", + "average_credits": 6000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "\uc4f0\ub7ec\uc9c4 \uc2dc\ubbfc", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "\uc4f0\ub7ec\uc9c4 \uc2dc\ubbfc", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "\uac00\uac8c \uc808\ub3c4 \uc0ac\uac74", + "place": "\uc288\ud37c\ub9c8\ucf13(\uc18c\ud615)", + "average_credits": 100, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "\uac00\uac8c \uc808\ub3c4 \uc0ac\uac74", + "place": "\uc288\ud37c\ub9c8\ucf13(\ub300\ud615)", + "average_credits": 100, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "\uc8fc\ucc28 \ucc28\ub7c9 \uc0ac\uace0", + "place": "\uc288\ud37c\ub9c8\ucf13(\uc18c\ud615)", + "average_credits": 120, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "\uc8fc\ucc28 \ucc28\ub7c9 \uc0ac\uace0", + "place": "\uc288\ud37c\ub9c8\ucf13(\ub300\ud615)", + "average_credits": 120, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "\uae08\uc18d \uac15\ub3c4 \uc0ac\uac74", + "place": "\ud654\ubb3c\uc5ed", + "average_credits": 150, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "\uc18c\ub9e4\uce58\uae30 \uc0ac\uac74", + "place": "\uacf5\uc6d0", + "average_credits": 150, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "\ubb34\uc784\uc2b9\ucc28 \uc0ac\uac74", + "place": "\ubc84\uc2a4 \uc815\ub958\uc7a5", + "average_credits": 120, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "\ubb34\uc784\uc2b9\ucc28 \uc0ac\uac74", + "place": "\uc804\ucc28 \uc815\ub958\uc7a5", + "average_credits": 120, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "\ubb34\uc784\uc2b9\ucc28 \uc0ac\uac74", + "place": "\uae30\ucc28\uc5ed(\uc9c0\uc5ed \uad50\ud1b5)", + "average_credits": 120, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "\ubb34\uc784\uc2b9\ucc28 \uc0ac\uac74", + "place": "\uae30\ucc28\uc5ed(\uc9c0\uc5ed \uad50\ud1b5 \ubc0f \uc7a5\uac70\ub9ac \uc5ec\ud589\uc5ed)", + "average_credits": 120, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "\uc8fc\ucc28 \ucc28\ub7c9 \uc0ac\uace0", + "place": "\uc1fc\ud551\ubab0", + "average_credits": 120, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "\ub09c\ud22c \uc0ac\uac74", + "place": null, + "average_credits": 700, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "\ud3ed\ub3d9 \uc0ac\uac74", + "place": null, + "average_credits": 500, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "\uae30\uc2b5 \ub370\ubaa8", + "place": null, + "average_credits": 10020, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "\ud654\uc7ac \ud604\uc7a5(\ubd80\uc5cc)", + "place": null, + "average_credits": 1000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "\ub3d9\ubb3c \uad6c\uc870", + "place": "\ub18d\uc7a5", + "average_credits": 900, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc2a4\ud3ec\uce20 \ud640)", + "place": "\ud559\uad50", + "average_credits": 2000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "61": { + "id": 61, + "name": "\uacbd\ube44\ud589\uae30 \ucd94\ub77d(\ube44\ud589\uc7a5)", + "place": "\uc18c\ud615 \uacf5\ud56d(\ud65c\uc8fc\ub85c)", + "average_credits": 2500, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "62": { + "id": 62, + "name": "\uc18c\uc74c \uc7a5\uc560", + "place": null, + "average_credits": 400, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "\uc77c\uacfc\uc131 \ub1cc\ud5c8\ud608 \ubc1c\uc791 \ud658\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc2e0\uacbd\uc678\uacfc" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "\ubc84\uc2a4 \uad50\ud1b5\uc0ac\uace0", + "place": null, + "average_credits": 1000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "\ud654\uc7ac \ud604\uc7a5(\ubd80\uc5cc)", + "place": null, + "average_credits": 1000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "\ud654\uc7ac \ud604\uc7a5(\ubc29)", + "place": null, + "average_credits": 1400, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "\ub09c\ud22c \uc0ac\uac74", + "place": null, + "average_credits": 700, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "\ud654\uc7ac \ud604\uc7a5(\ub300\ud615 \uc288\ud37c\ub9c8\ucf13)", + "place": "\uc288\ud37c\ub9c8\ucf13(\ub300\ud615)", + "average_credits": 3000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "\uc6d0\uc778 \ubbf8\uc0c1 \ud0f1\ud06c \uc720\ucd9c", + "place": null, + "average_credits": 4300, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "\ud654\uc7ac \ud604\uc7a5(\ub300\ud615 \uc288\ud37c\ub9c8\ucf13)", + "place": "\uc288\ud37c\ub9c8\ucf13(\ub300\ud615)", + "average_credits": 3000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "\ucf54\ud53c \ud658\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc77c\ubc18 \uc678\uacfc" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "\uacbd\ube44\ud589\uae30 \ucd94\ub77d", + "place": null, + "average_credits": 4000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "\uc2ec\uac01\ud55c \ubc84\uc2a4 \uad50\ud1b5\uc0ac\uace0", + "place": null, + "average_credits": 2000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "\uc77c\ubc18 \uc678\uacfc" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "\ud654\uc7ac \ud604\uc7a5(\ub300\ud615)", + "place": null, + "average_credits": 10210, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "\uac74\ubb3c \ubd80\ubd84 \ubd95\uad34", + "place": null, + "average_credits": 7300, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 2, + "patient_specializations": "\uc77c\ubc18 \uc678\uacfc" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 5 + } + }, + "76": { + "id": 76, + "name": "\ud654\uc7ac \ud604\uc7a5(\uc0b0\uc5c5 \ub2e8\uc9c0)", + "place": null, + "average_credits": 4800, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "\uc77c\ubc18 \uc678\uacfc" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "77": { + "id": 77, + "name": "\ud658\uc790 \uc774\uc1a1", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": {} + }, + "78": { + "id": 78, + "name": "\uc2ec\uc7a5\ub9c8\ube44 \ud658\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc77c\ubc18 \uc678\uacfc" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "79": { + "id": 79, + "name": "\ud638\ud761 \uc815\uc9c0 \ud658\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc77c\ubc18 \uc678\uacfc" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "80": { + "id": 80, + "name": "\uace0\uc555 \uc804\ubd07\ub300\uc5d0\uc11c \ubd80\uc0c1\uc744 \uc785\uc740 \uc0ac\ub78c", + "place": null, + "average_credits": 650, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc77c\ubc18 \uc678\uacfc" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "81": { + "id": 81, + "name": "\ubd88\ud0c0\ub294 \ubccf\uc9da \ub354\ubbf8", + "place": "\ub18d\uc7a5", + "average_credits": 1500, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "82": { + "id": 82, + "name": "\uc8fc\uac70 \uad00\ud560 \uacbd\ucc30 \ub808\uc774\ub4dc", + "place": null, + "average_credits": 750, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "94": { + "id": 94, + "name": "\ud654\ubb3c \uc6b4\uc1a1 \uc5f4\ucc28 \ud0c8\uc120", + "place": "\ucca0\uae38 \uac74\ub110\ubaa9", + "average_credits": 10000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "95": { + "id": 95, + "name": "\ud654\ubb3c \uc6b4\uc1a1 \uc5f4\ucc28 \ud0c8\uc120", + "place": "\uae30\ucc28\uc5ed(\uc9c0\uc5ed \uad50\ud1b5)", + "average_credits": 10000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "96": { + "id": 96, + "name": "\ud654\ubb3c \uc6b4\uc1a1 \uc5f4\ucc28 \ud0c8\uc120", + "place": "\uae30\ucc28\uc5ed(\uc9c0\uc5ed \uad50\ud1b5 \ubc0f \uc7a5\uac70\ub9ac \uc5ec\ud589\uc5ed)", + "average_credits": 10000, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\uc678\uc0c1\ud559\uacfc" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "97": { + "id": 97, + "name": "\ud2b9\uc218 \ubc00\ud3d0 \uacf5\uac04 \uad6c\uc870", + "place": null, + "average_credits": 2500, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "\uc77c\ubc18 \uc678\uacfc" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "98": { + "id": 98, + "name": "\uacfc\ubbfc\uc99d", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "99": { + "id": 99, + "name": "\ubd80\uc0c1 \ub2f9\ud55c \uc8fc\uc790", + "place": null, + "average_credits": null, + "generated_by": "\uc751\uae09\uc2e4", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "100": { + "id": 100, + "name": "\uc544\ub3d9 \uc2e4\uc885", + "place": null, + "average_credits": 700, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\uc77c\ubc18 \ub0b4\uacfc" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "101": { + "id": 101, + "name": "\uc4f0\ub808\uae30\ub9e4\ub9bd\uc7a5 \ud654\uc7ac", + "place": "\ub9e4\ub9bd\uc9c0", + "average_credits": 3500, + "generated_by": "\uc18c\ubc29\uc11c", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "102": { + "id": 102, + "name": "\ud5c8\uac00\ubc1b\uc9c0 \uc54a\uc740 \ubb34\uae30 \uc18c\uc9c0", + "place": null, + "average_credits": 2500, + "generated_by": "\uacbd\ucc30\uc11c", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.nb_NO.json b/modules/lss-missionHelper/missions.nb_NO.json new file mode 100644 index 000000000..d1e5fed0b --- /dev/null +++ b/modules/lss-missionHelper/missions.nb_NO.json @@ -0,0 +1,3047 @@ +{ + "0": { + "id": 0, + "name": "Brennende s\u00f8ppeldunk", + "place": "Busstopp", + "average_credits": 110, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Containerbrann", + "place": null, + "average_credits": 170, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Brennende bil", + "place": null, + "average_credits": 370, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Brennende motorsykkel", + "place": null, + "average_credits": 340, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Gressbrann", + "place": null, + "average_credits": 200, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Brann i rom", + "place": null, + "average_credits": 1400, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Brennende hageskur", + "place": null, + "average_credits": 600, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Brennende l\u00f8v", + "place": null, + "average_credits": 210, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "S\u00f8ppelbrann", + "place": null, + "average_credits": 220, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Brennende halmball", + "place": null, + "average_credits": 250, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Brennende traktor", + "place": null, + "average_credits": 600, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Brennende telefonkiosk", + "place": null, + "average_credits": 240, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Tre p\u00e5 veien", + "place": null, + "average_credits": 310, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Brennende lastebil", + "place": null, + "average_credits": 980, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Liten \u00e5kerbrann", + "place": null, + "average_credits": 1000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Liten buskbrann", + "place": "Skog", + "average_credits": 1010, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Brennende bobil", + "place": null, + "average_credits": 1100, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Brennende postkasse", + "place": null, + "average_credits": 340, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Haug med kvister", + "place": null, + "average_credits": 700, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Brennende trailer", + "place": null, + "average_credits": 650, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Kjellerbrann", + "place": null, + "average_credits": 2500, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Skorsteinsbrann", + "place": null, + "average_credits": 2400, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Takbrann", + "place": null, + "average_credits": 2700, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Fettbrann", + "place": null, + "average_credits": 1200, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Brennende busskur", + "place": "Busstopp", + "average_credits": 900, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Veiulykke", + "place": null, + "average_credits": 1000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traume" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Liten brann i matvarebutikk", + "place": "Matvarebutikk (liten)", + "average_credits": 1500, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Brennende garasje", + "place": null, + "average_credits": 1400, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Brennende maskin", + "place": null, + "average_credits": 2470, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Ukjent tankutslipp", + "place": null, + "average_credits": 5300, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Gasslekkasje", + "place": null, + "average_credits": 400, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "B\u00e5lbrann", + "place": null, + "average_credits": 1310, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Brennende tresker", + "place": null, + "average_credits": 1200, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Liten brann i matvarebutikk", + "place": "Matvarebutikk (liten)", + "average_credits": 1500, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Brann p\u00e5 sykehus", + "place": "Sykehus", + "average_credits": 6000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Alkoholrus", + "place": null, + "average_credits": null, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Brystsmerter", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologi" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Akutt astma", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Anfall", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Nevrologi" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Feber", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Fall", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Brann i verksted", + "place": "Bilverksted", + "average_credits": 6000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Fall", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Fall", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Butikktyveri", + "place": "Matvarebutikk (liten)", + "average_credits": 100, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Butikktyveri", + "place": "Matvarebutikk (stor)", + "average_credits": 100, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Ulykke med parkert bil", + "place": "Matvarebutikk (liten)", + "average_credits": 120, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Ulykke med parkert bil", + "place": "Matvarebutikk (stor)", + "average_credits": 120, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Innbrudd", + "place": "Godsstasjon", + "average_credits": 150, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Lommetyveri", + "place": "Park", + "average_credits": 150, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Billettsniking", + "place": "Busstopp", + "average_credits": 120, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Billettsniking", + "place": "Trikkestopp", + "average_credits": 120, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Billettsniking", + "place": "Togstasjon (regional)", + "average_credits": 120, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Billettsniking", + "place": "Togstasjon (regional og langdistanse)", + "average_credits": 120, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Ulykke med parkert bil", + "place": "Kj\u00f8pesenter", + "average_credits": 120, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Sl\u00e5sskamp", + "place": null, + "average_credits": 700, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traume" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Oppr\u00f8r", + "place": null, + "average_credits": 500, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Ikke kunngjort demonstrasjon", + "place": null, + "average_credits": 10020, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Kj\u00f8kkenbrann", + "place": null, + "average_credits": 1000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Dyreredning", + "place": "G\u00e5rd", + "average_credits": 900, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Brennende sportshall", + "place": "Skole", + "average_credits": 2000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "St\u00f8yklage", + "place": null, + "average_credits": 400, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Transitorisk iskemisk anfall (drypp)", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Nevrokirurgi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Ulykke med buss", + "place": null, + "average_credits": 1000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Kj\u00f8kkenbrann", + "place": null, + "average_credits": 1000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Brann i rom", + "place": null, + "average_credits": 1400, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Sl\u00e5sskamp", + "place": null, + "average_credits": 700, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traume" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Stor brann i matvarebutikk", + "place": "Matvarebutikk (stor)", + "average_credits": 3000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Ukjent tankutslipp", + "place": null, + "average_credits": 4300, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Stor brann i matvarebutikk", + "place": "Matvarebutikk (stor)", + "average_credits": 3000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Nesebl\u00f8dning", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Krasj med lettfly", + "place": null, + "average_credits": 4000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Alvorlig ulykke med buss", + "place": null, + "average_credits": 2000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Storbrann", + "place": null, + "average_credits": 10210, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Delvis kollapset bygning", + "place": null, + "average_credits": 7300, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 2, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 3, + "fire_stations": 5 + } + }, + "76": { + "id": 76, + "name": "Industribrann", + "place": null, + "average_credits": 4800, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "77": { + "id": 77, + "name": "Pasienttransport", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": {} + }, + "78": { + "id": 78, + "name": "Hjertestans", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "79": { + "id": 79, + "name": "Pustestopp", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "80": { + "id": 80, + "name": "Motorsykkelulykke", + "place": null, + "average_credits": 2300, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "81": { + "id": 81, + "name": "V\u00e6pnet ran", + "place": "Matvarebutikk (liten)", + "average_credits": 1300, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "police_stations": 7 + } + }, + "82": { + "id": 82, + "name": "Bilulykke", + "place": null, + "average_credits": 3000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "83": { + "id": 83, + "name": "CO-forgiftning", + "place": null, + "average_credits": 2300, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 5 + } + }, + "84": { + "id": 84, + "name": "Fremmedlegeme", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "85": { + "id": 85, + "name": "Ryggmargskade", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "86": { + "id": 86, + "name": "Takras", + "place": null, + "average_credits": 7500, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 10 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "87": { + "id": 87, + "name": "Sammenrast bygning", + "place": null, + "average_credits": 9000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 7 + } + }, + "88": { + "id": 88, + "name": "Brannskade (3. grads)", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "89": { + "id": 89, + "name": "Hodeskade", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Nevrokirurgi" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "90": { + "id": 90, + "name": "Amputasjon", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "91": { + "id": 91, + "name": "G\u00e5rdsbrann (stor)", + "place": "G\u00e5rd", + "average_credits": 9000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "92": { + "id": 92, + "name": "Ryggsmerter", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "93": { + "id": 93, + "name": "Brann i kafeteria", + "place": "Skole", + "average_credits": 1300, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "94": { + "id": 94, + "name": "Klatreulykke", + "place": null, + "average_credits": 650, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "95": { + "id": 95, + "name": "Vold mot offentlig tjenesteperson", + "place": "Metrostasjon", + "average_credits": 750, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "96": { + "id": 96, + "name": "Silobrann", + "place": "Silo", + "average_credits": 3000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "97": { + "id": 97, + "name": "Personskade p\u00e5 h\u00f8yspentmast", + "place": null, + "average_credits": 650, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "98": { + "id": 98, + "name": "Brann i halmballer", + "place": "G\u00e5rd", + "average_credits": 1500, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "99": { + "id": 99, + "name": "Ransaking av bolig", + "place": null, + "average_credits": 750, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "111": { + "id": 111, + "name": "Avsporet godstog ", + "place": null, + "average_credits": 10000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "112": { + "id": 112, + "name": "Avsporet godstog ", + "place": "Trikkestopp", + "average_credits": 10000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "113": { + "id": 113, + "name": "Avsporet godstog ", + "place": "Togstasjon (regional og langdistanse)", + "average_credits": 10000, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "114": { + "id": 114, + "name": "Gr\u00f8ftredning", + "place": null, + "average_credits": 2500, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "115": { + "id": 115, + "name": "Fange som r\u00f8mmer", + "place": null, + "average_credits": 4000, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 10, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "116": { + "id": 116, + "name": "Mistenkt som flykter", + "place": null, + "average_credits": 3000, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "117": { + "id": 117, + "name": "Savnet person", + "place": "Skog", + "average_credits": 4500, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 6 + } + }, + "118": { + "id": 118, + "name": "Arrestordre", + "place": null, + "average_credits": 2000, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 119 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "police_helicopter_stations": 1 + } + }, + "119": { + "id": 119, + "name": "Politibetjent nede", + "place": null, + "average_credits": 1500, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell kirurgi" + }, + "prerequisites": { + "police_stations": 6 + } + }, + "120": { + "id": 120, + "name": "Ransakelse av kj\u00f8ret\u00f8y", + "place": null, + "average_credits": 1000, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 6 + } + }, + "121": { + "id": 121, + "name": "Liten demonstrasjon", + "place": null, + "average_credits": 2200, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 122 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 6 + } + }, + "122": { + "id": 122, + "name": "Mellomstor demonstrasjon", + "place": null, + "average_credits": 3000, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 7, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 5, + "max_possible_prisoners": 4, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "123": { + "id": 123, + "name": "Narkotikasalg", + "place": null, + "average_credits": 1500, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "124": { + "id": 124, + "name": "Bensinstasjonsran", + "place": "Bensinstasjon", + "average_credits": 1250, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 12 + }, + "prerequisites": { + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "125": { + "id": 125, + "name": "Skudd avfyrt mot politibetjent", + "place": null, + "average_credits": 4100, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 8, + "k9": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 10, + "police_helicopter_stations": 1 + } + }, + "126": { + "id": 126, + "name": "VIP oppdrag", + "place": null, + "average_credits": 4000, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6, + "k9": 2 + }, + "chances": {}, + "additional": { + "duration": "30 minutter", + "swat_personnel": 18, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 15, + "police_helicopter_stations": 1 + } + }, + "127": { + "id": 127, + "name": "Innbrudd", + "place": null, + "average_credits": 1250, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 9, + "police_helicopter_stations": 1 + } + }, + "128": { + "id": 128, + "name": "Drapsfors\u00f8k", + "place": null, + "average_credits": 1000, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traume" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "129": { + "id": 129, + "name": "Innbrudd p\u00e5 museum", + "place": "Museum", + "average_credits": 1000, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 6 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "130": { + "id": 130, + "name": "Anafylaktisk sjokk", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "131": { + "id": 131, + "name": "Skadet l\u00f8per", + "place": null, + "average_credits": null, + "generated_by": "Ambulansestasjon", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "132": { + "id": 132, + "name": "Barn forsvunnet", + "place": null, + "average_credits": 700, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Generell medisin" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "133": { + "id": 133, + "name": "Deponibrann", + "place": "Deponi", + "average_credits": 3500, + "generated_by": "Brannstasjon", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "134": { + "id": 134, + "name": "Ulovlig v\u00e5penbesittelse", + "place": null, + "average_credits": 2500, + "generated_by": "Politistasjon", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.nl_NL.json b/modules/lss-missionHelper/missions.nl_NL.json new file mode 100644 index 000000000..462037228 --- /dev/null +++ b/modules/lss-missionHelper/missions.nl_NL.json @@ -0,0 +1,14715 @@ +{ + "0": { + "id": 0, + "name": "Brandende afvalbak", + "place": "Bushalte", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Brandende container", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Brandende personenauto", + "place": null, + "average_credits": 370, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Brandende motorfiets", + "place": null, + "average_credits": 340, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Brandend gras", + "place": null, + "average_credits": 200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 140 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Brand in woonkamer", + "place": null, + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "6": { + "id": 6, + "name": "Brand in tuinhuis", + "place": null, + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "7": { + "id": 7, + "name": "Brandende boom", + "place": null, + "average_credits": 210, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Brandend afval", + "place": null, + "average_credits": 220, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 54 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Brandend hooi", + "place": null, + "average_credits": 250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Brandende traktor", + "place": null, + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 28 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Brandende bromfiets", + "place": null, + "average_credits": 240, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Boom op de weg", + "place": null, + "average_credits": 310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Brandende vrachtwagen", + "place": null, + "average_credits": 980, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "14": { + "id": 14, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "15": { + "id": 15, + "name": "Bosbrand", + "place": "Bos", + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Brand in woonwagen", + "place": null, + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "17": { + "id": 17, + "name": "Brandende dixi", + "place": null, + "average_credits": 340, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Brandende struik", + "place": null, + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Brandende aanhangwagen", + "place": null, + "average_credits": 650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Brand in kelder", + "place": null, + "average_credits": 1800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 10 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Schoorsteenbrand", + "place": null, + "average_credits": 2400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Brandend dak", + "place": null, + "average_credits": 2700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 6 + } + }, + "23": { + "id": 23, + "name": "Brand in cafetaria", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Brandend bushokje", + "place": "Bushalte", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Verkeersongeval met beknelling", + "place": null, + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Brand in supermarkt", + "place": "Supermarkt", + "average_credits": 3510, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 50, + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "29": { + "id": 29, + "name": "Brand in werkplaats", + "place": null, + "average_credits": 2470, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 70, + "water_tankers": 20, + "mobile_air_vehicles": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 5 + } + }, + "30": { + "id": 30, + "name": "Lekkende dieseltank", + "place": null, + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Oliespoor", + "place": null, + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "32": { + "id": 32, + "name": "Schoorsteenbrand woning met rietenkap", + "place": null, + "average_credits": 1310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Brandende landbouwmachine", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 127 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "34": { + "id": 34, + "name": "Brand in supermarkt", + "place": "Supermarkt", + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "35": { + "id": 35, + "name": "Brand in ziekenhuis", + "place": "Ziekenhuis", + "average_credits": 2510, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "elw3": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "36": { + "id": 36, + "name": "Brandende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 3110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "gwmess": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "gwmess": 50, + "hazmat_vehicles": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "37": { + "id": 37, + "name": "Brandende afvalbak", + "place": "Tramhalte", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "38": { + "id": 38, + "name": "Brandende afvalbak", + "place": "Station", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "39": { + "id": 39, + "name": "Brandende afvalbak", + "place": "Centraal Station", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "40": { + "id": 40, + "name": "Brandende afvalbak", + "place": "Ziekenhuis", + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Brand in kantoorpand", + "place": null, + "average_credits": 10000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 3, + "water_tankers": 3, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "42": { + "id": 42, + "name": "Brand in tankstation", + "place": "Tankstation", + "average_credits": 3720, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 11 + } + }, + "43": { + "id": 43, + "name": "Kettingbotsing", + "place": null, + "average_credits": 10000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 4, + "police_cars": 8 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 25, + "possible_patient_min": 15, + "only_alliance_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": {} + }, + "44": { + "id": 44, + "name": "Liftopsluiting", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/elevator_gruen.png", + "1": "/images/elevator_gelb.png", + "2": "/images/elevator_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Overdosis alcohol", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Bloedneus", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Pijn op de borst", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "48": { + "id": 48, + "name": "Astma aanval", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "49": { + "id": 49, + "name": "Beroerte", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "50": { + "id": 50, + "name": "Koortsstuip", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "51": { + "id": 51, + "name": "Gevallen persoon", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Brand in garagebedrijf", + "place": "Garagebedrijf", + "average_credits": 1800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "53": { + "id": 53, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 1700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "spokesman": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "elw3": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 14 + } + }, + "54": { + "id": 54, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 230, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "55": { + "id": 55, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "56": { + "id": 56, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 3100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 16 + } + }, + "57": { + "id": 57, + "name": "Kat in boom", + "place": null, + "average_credits": 210, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "58": { + "id": 58, + "name": "Buitenbrand", + "place": null, + "average_credits": 250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "59": { + "id": 59, + "name": "Brand in opslagloods", + "place": null, + "average_credits": 15000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 16, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 2, + "water_tankers": 4, + "mobile_air_vehicles": 1 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "60": { + "id": 60, + "name": "Brand in slaapkamer", + "place": null, + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "61": { + "id": 61, + "name": "Brand in slaapkamer", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "62": { + "id": 62, + "name": "Brand in keuken", + "place": null, + "average_credits": 2000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "mobile_command_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "63": { + "id": 63, + "name": "Brand in keuken", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Brand in keuken", + "place": null, + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "65": { + "id": 65, + "name": "Takken op de weg", + "place": null, + "average_credits": 310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "66": { + "id": 66, + "name": "Boom op fietspad", + "place": null, + "average_credits": 310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "67": { + "id": 67, + "name": "Omgewaaide bouwsteiger", + "place": null, + "average_credits": 320, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "68": { + "id": 68, + "name": "Boom op auto", + "place": null, + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "69": { + "id": 69, + "name": "Persoon bekneld onder boom", + "place": null, + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "70": { + "id": 70, + "name": "Winkeldiefstal", + "place": "Buurtsuper", + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "71": { + "id": 71, + "name": "Winkeldiefstal", + "place": "Supermarkt", + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Winkeldiefstal", + "place": "Winkelcentrum", + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "73": { + "id": 73, + "name": "Tasjesdief", + "place": null, + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "74": { + "id": 74, + "name": "Huiselijk geweld", + "place": null, + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "75": { + "id": 75, + "name": "Bestuurder onder invloed", + "place": null, + "average_credits": 300, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "76": { + "id": 76, + "name": "Klein vliegtuig neergestort", + "place": null, + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 6 + } + }, + "77": { + "id": 77, + "name": "Klein vliegtuig neergestort", + "place": null, + "average_credits": 2000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 6 + } + }, + "78": { + "id": 78, + "name": "Rookontwikkeling in winkel", + "place": null, + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": { + "expansion_missions_ids": { + "0": 34 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "79": { + "id": 79, + "name": "Gevallen fietser", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "80": { + "id": 80, + "name": "Allergische reactie ", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "81": { + "id": 81, + "name": "Verward persoon", + "place": null, + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 568 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "82": { + "id": 82, + "name": "Vrachtwagen gekanteld", + "place": null, + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 70 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "83": { + "id": 83, + "name": "Val van hoogte (> 5m)", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "84": { + "id": 84, + "name": "Ernstige brandwonden", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "85": { + "id": 85, + "name": "Aanrijding voetganger (> 30km/h)", + "place": null, + "average_credits": 300, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3 + } + }, + "86": { + "id": 86, + "name": "Aanrijding door trein", + "place": "Centraal Station", + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3 + } + }, + "87": { + "id": 87, + "name": "Beginnende geboorte", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Gynaecologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "88": { + "id": 88, + "name": "Hersenbloeding", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "89": { + "id": 89, + "name": "Nek- wervelletsel", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "90": { + "id": 90, + "name": "Ontwrichting", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "91": { + "id": 91, + "name": "Psychiatrisch beeld", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 5 + } + }, + "92": { + "id": 92, + "name": "Botbreuk", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "93": { + "id": 93, + "name": "Gebroken rib", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "94": { + "id": 94, + "name": "Hoofdletsel", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "95": { + "id": 95, + "name": "Hyperventilatie", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "96": { + "id": 96, + "name": "Hittekramp", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "97": { + "id": 97, + "name": "Hoofdwond", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "98": { + "id": 98, + "name": "Vreemde lucht", + "place": null, + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 30, + "heavy_rescue_vehicles": 10, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "99": { + "id": 99, + "name": "Stankoverlast", + "place": null, + "average_credits": 550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 10, + "hazmat_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "100": { + "id": 100, + "name": "Ammoniakalarm in opslagloods", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 20, + "elw3": 10, + "heavy_rescue_vehicles": 80, + "gwmess": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 14 + } + }, + "101": { + "id": 101, + "name": "Koolmonoxide vrijgekomen", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "hazmat_vehicles": 10 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 11 + } + }, + "102": { + "id": 102, + "name": "Lekkende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "103": { + "id": 103, + "name": "Schoorsteenbrand", + "place": null, + "average_credits": 2400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 32 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "104": { + "id": 104, + "name": "Brandgerucht", + "place": null, + "average_credits": 130, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 115 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "105": { + "id": 105, + "name": "Buitensluiting", + "place": null, + "average_credits": 140, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "106": { + "id": 106, + "name": "Schaap in sloot", + "place": "Sloot", + "average_credits": 140, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "107": { + "id": 107, + "name": "Persoon bekneld in machine", + "place": null, + "average_credits": 540, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "108": { + "id": 108, + "name": "Ongeval met trein en personenauto", + "place": "Spoorwegovergang", + "average_credits": 1240, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 10 + } + }, + "109": { + "id": 109, + "name": "Ongeval met trein en persoon", + "place": "Spoorwegovergang", + "average_credits": 740, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "110": { + "id": 110, + "name": "Brand in vakantiewoning", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "111": { + "id": 111, + "name": "Brand in vakantiewoning", + "place": null, + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 80, + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "112": { + "id": 112, + "name": "Overval winkel", + "place": "Winkelcentrum", + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "113": { + "id": 113, + "name": "Overval winkel", + "place": "Winkelcentrum", + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "114": { + "id": 114, + "name": "Brandend dak", + "place": null, + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "115": { + "id": 115, + "name": "Brandend dak", + "place": null, + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 6 + } + }, + "116": { + "id": 116, + "name": "Voetbalwedstrijd", + "place": "Stadion", + "average_credits": 3000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 1, + "lebefkw": 1, + "grukw": 3 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "bereitschaftspolizei": 1 + } + }, + "117": { + "id": 117, + "name": "Voetbalwedstrijd, risicowedstrijd", + "place": "Stadion", + "average_credits": 6000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 2, + "lebefkw": 1, + "grukw": 6 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 4, + "bereitschaftspolizei": 2 + } + }, + "118": { + "id": 118, + "name": "Hardloopevenement", + "place": null, + "average_credits": 3700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 3, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "4 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2 + } + }, + "119": { + "id": 119, + "name": "Begeleiding orkest", + "place": null, + "average_credits": 2000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "1 uur", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 2 + } + }, + "120": { + "id": 120, + "name": "Begeleiding wielrenners", + "place": null, + "average_credits": 4000, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "ambulances": 2, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2 + } + }, + "121": { + "id": 121, + "name": "Test brandalarm school", + "place": "School", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "duration": "15 minuten", + "average_min_fire_personnel": 1, + "guard_mission": true + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "122": { + "id": 122, + "name": "Overval winkel", + "place": "Buurtsuper", + "average_credits": 4000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "123": { + "id": 123, + "name": "Overval winkel", + "place": "Supermarkt", + "average_credits": 4000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "124": { + "id": 124, + "name": "Achtervolging personenauto", + "place": null, + "average_credits": 4000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1 + } + }, + "126": { + "id": 126, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "127": { + "id": 127, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 60 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "128": { + "id": 128, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "129": { + "id": 129, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 1950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "130": { + "id": 130, + "name": "Brand in cafetaria", + "place": null, + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 5 + } + }, + "131": { + "id": 131, + "name": "Brand in cafetaria", + "place": null, + "average_credits": 1700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "132": { + "id": 132, + "name": "Brandende bus", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "133": { + "id": 133, + "name": "Brandende bestelwagen", + "place": null, + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "134": { + "id": 134, + "name": "Brandende haag", + "place": null, + "average_credits": 240, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "135": { + "id": 135, + "name": "Brandende papiercontainer", + "place": null, + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "136": { + "id": 136, + "name": "Brandende caravan", + "place": null, + "average_credits": 240, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "137": { + "id": 137, + "name": "Besteld vervoer", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 0, + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1 + }, + "prerequisites": {} + }, + "138": { + "id": 138, + "name": "Brand in meterkast", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "139": { + "id": 139, + "name": "Natuurbrand", + "place": null, + "average_credits": 110, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "140": { + "id": 140, + "name": "Natuurbrand", + "place": null, + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "141": { + "id": 141, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "mobile_command_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "142": { + "id": 142, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 1750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 10 + } + }, + "143": { + "id": 143, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1 + }, + "chances": { + "elw3": 50, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "144": { + "id": 144, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 8000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "spokesman": 1, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 2, + "elw3": 1, + "heavy_rescue_vehicles": 2, + "water_tankers": 3, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_air_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 14 + } + }, + "145": { + "id": 145, + "name": "Natuurbrand", + "place": null, + "average_credits": 22500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 40, + "battalion_chief_vehicles": 10, + "mobile_command_vehicles": 4, + "elw3": 2, + "heavy_rescue_vehicles": 4, + "water_tankers": 10, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "155": { + "id": 155, + "name": "Gaslekkage", + "place": null, + "average_credits": 890, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "elw3": 10, + "heavy_rescue_vehicles": 30 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 14 + } + }, + "156": { + "id": 156, + "name": "Gaslekkage", + "place": null, + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "157": { + "id": 157, + "name": "Brand in ziekenhuis", + "place": "Ziekenhuis", + "average_credits": 3570, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "mobile_air_vehicles": 1 + }, + "chances": { + "elw3": 90, + "mobile_air_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2 + }, + "prerequisites": { + "police_stations": 2, + "fire_stations": 10 + } + }, + "158": { + "id": 158, + "name": "Brand in ziekenhuis", + "place": "Ziekenhuis", + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "159": { + "id": 159, + "name": "Brand in sporthal", + "place": "School", + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 10 + } + }, + "180": { + "id": 180, + "name": "Bergen object uit water voor politie", + "place": "Meer", + "average_credits": 1000, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 2, + "fire_stations": 1 + } + }, + "181": { + "id": 181, + "name": "Verkeersongeval met beknelling", + "place": "Sloot", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "diver_units": 20, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "182": { + "id": 182, + "name": "Personenauto in sloot", + "place": "Sloot", + "average_credits": 1400, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "diver_units": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "183": { + "id": 183, + "name": "Paard in sloot", + "place": "Sloot", + "average_credits": 1200, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "diver_units": 10 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 1 + } + }, + "184": { + "id": 184, + "name": "Eend verstrikt in visdraad", + "place": "Meer", + "average_credits": 400, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "diver_units": 1 + }, + "chances": { + "diver_units": 20 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 1 + } + }, + "185": { + "id": 185, + "name": "Verlaten kinderfiets langs waterkant", + "place": "Meer", + "average_credits": 1200, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 1 + } + }, + "186": { + "id": 186, + "name": "Parkeergarage onder water", + "place": null, + "average_credits": 490, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "187": { + "id": 187, + "name": "Kelder onder water", + "place": null, + "average_credits": 390, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "188": { + "id": 188, + "name": "Gevaarlijk hangende tak", + "place": null, + "average_credits": 310, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "189": { + "id": 189, + "name": "Boom op dak", + "place": null, + "average_credits": 330, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "190": { + "id": 190, + "name": "Straat onder water", + "place": null, + "average_credits": 490, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "191": { + "id": 191, + "name": "Losgewaaide dakbedekking", + "place": null, + "average_credits": 420, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "192": { + "id": 192, + "name": "Parkeerterrein onder water", + "place": null, + "average_credits": 490, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "193": { + "id": 193, + "name": "Koe in sloot", + "place": "Sloot", + "average_credits": 140, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "194": { + "id": 194, + "name": "Koe in gierput", + "place": "Boerderij", + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "195": { + "id": 195, + "name": "Lekkende woonboot", + "place": "Meer", + "average_credits": 420, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "196": { + "id": 196, + "name": "Brand in woonwagen", + "place": null, + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "197": { + "id": 197, + "name": "Brandende vrachtwagen", + "place": null, + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "198": { + "id": 198, + "name": "Brand in woonkamer", + "place": null, + "average_credits": 190, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "199": { + "id": 199, + "name": "Inbraak in woning", + "place": null, + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "ovdp": 50 + }, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 5 + } + }, + "200": { + "id": 200, + "name": "Drugslab aangetroffen", + "place": null, + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 5, + "fire_stations": 11 + } + }, + "201": { + "id": 201, + "name": "Vechtpartij in caf\u00e9", + "place": "Caf\u00e9/Club", + "average_credits": 850, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "ovdp": 50 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5 + } + }, + "202": { + "id": 202, + "name": "Steekincident", + "place": null, + "average_credits": 1500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 5, + "ovdp": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5 + } + }, + "203": { + "id": 203, + "name": "Verkeersongeval met gevaarlijke stoffen", + "place": null, + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "hazmat_vehicles": 60, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 6 + } + }, + "204": { + "id": 204, + "name": "Verkeersongeval met gevaarlijke stoffen", + "place": null, + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "gwmess": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 11 + } + }, + "205": { + "id": 205, + "name": "Persoon te water", + "place": "Rivier", + "average_credits": 850, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 20, + "boats": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "206": { + "id": 206, + "name": "Persoon te water", + "place": "Rivier", + "average_credits": 1100, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "207": { + "id": 207, + "name": "Personenauto te water", + "place": "Rivier", + "average_credits": 900, + "generated_by": "", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 40, + "boats": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "208": { + "id": 208, + "name": "Personenauto te water", + "place": "Rivier", + "average_credits": 1200, + "generated_by": "", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 50, + "heavy_rescue_vehicles": 60, + "boats": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 3, + "patient_at_end_of_mission": true + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 2, + "police_stations": 3, + "fire_stations": 12 + } + }, + "209": { + "id": 209, + "name": "Aanvaring met vrachtschip en motorboot", + "place": "Rivier", + "average_credits": 1100, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 12 + } + }, + "210": { + "id": 210, + "name": "Aanvaring met vrachtschip en motorboot", + "place": "Rivier", + "average_credits": 1500, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 50, + "heavy_rescue_vehicles": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 12 + } + }, + "211": { + "id": 211, + "name": "Aanvaring met vrachtschip en motorboot", + "place": "Rivier", + "average_credits": 2000, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "platform_trucks": 80, + "heavy_rescue_vehicles": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 3, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 12 + } + }, + "212": { + "id": 212, + "name": "Omgeslagen zeilboot", + "place": "Meer", + "average_credits": 900, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "boats": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "213": { + "id": 213, + "name": "Omgeslagen zeilboot", + "place": "Meer", + "average_credits": 1100, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 2 + }, + "chances": { + "platform_trucks": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 12 + } + }, + "214": { + "id": 214, + "name": "Bosbrand", + "place": "Bos", + "average_credits": 750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "215": { + "id": 215, + "name": "Bosbrand", + "place": "Bos", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "mobile_command_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "216": { + "id": 216, + "name": "Bosbrand", + "place": "Bos", + "average_credits": 999, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "water_tankers": 1 + }, + "chances": { + "elw3": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "217": { + "id": 217, + "name": "Plofkraak", + "place": "Winkelcentrum", + "average_credits": 620, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5, + "ovdp": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 5 + } + }, + "218": { + "id": 218, + "name": "Plofkraak", + "place": "Winkelcentrum", + "average_credits": 1100, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 5, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 5, + "police_helicopter_stations": 1, + "fire_stations": 4 + } + }, + "219": { + "id": 219, + "name": "Open dag, klein", + "place": "Marktplein", + "average_credits": 2000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "220": { + "id": 220, + "name": "Open dag, groot", + "place": "Marktplein", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "firetrucks": 2, + "ambulances": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 2 + } + }, + "221": { + "id": 221, + "name": "Inval in woning", + "place": null, + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "ovdp": 50 + }, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 5 + } + }, + "222": { + "id": 222, + "name": "Inbraak in woning", + "place": null, + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "ovdp": 50 + }, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 5, + "police_helicopter_stations": 1 + } + }, + "223": { + "id": 223, + "name": "Brand in kelder", + "place": null, + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "224": { + "id": 224, + "name": "Brand in kelder", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "225": { + "id": 225, + "name": "Benauwdheid", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "226": { + "id": 226, + "name": "Val van trap", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "227": { + "id": 227, + "name": "Assistentie treinconducteur", + "place": "Station", + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "228": { + "id": 228, + "name": "Assistentie treinconducteur", + "place": "Centraal Station", + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "229": { + "id": 229, + "name": "Brand in tankstation", + "place": "Tankstation", + "average_credits": 1700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 50, + "mobile_air_vehicles": 20, + "gwmess": 10, + "hazmat_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 11 + } + }, + "230": { + "id": 230, + "name": "Onwelwording", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "231": { + "id": 231, + "name": "Vernieling bushokje", + "place": "Bushalte", + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "232": { + "id": 232, + "name": "Buspassagier weigert te betalen", + "place": "Bushalte", + "average_credits": 800, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "233": { + "id": 233, + "name": "Brand in tuinhuis", + "place": null, + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "234": { + "id": 234, + "name": "Vliegtuig neergestort", + "place": null, + "average_credits": 11500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 2, + "elw3": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 4, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 12 + }, + "chances": { + "nef": 25, + "patient_transport": 75 + }, + "additional": { + "possible_patient": 85, + "possible_patient_min": 55, + "only_alliance_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": {} + }, + "235": { + "id": 235, + "name": "Overdosis drugs", + "place": null, + "average_credits": 400, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "236": { + "id": 236, + "name": "Schietincident", + "place": null, + "average_credits": 1500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 5, + "ovdp": 1 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5 + } + }, + "237": { + "id": 237, + "name": "Brand in werkplaats", + "place": null, + "average_credits": 780, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "238": { + "id": 238, + "name": "Brand in werkplaats", + "place": null, + "average_credits": 450, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "239": { + "id": 239, + "name": "Verstikking", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "240": { + "id": 240, + "name": "Vergiftiging", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "241": { + "id": 241, + "name": "Zwemmer vermist", + "place": "Meer", + "average_credits": 1150, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "boats": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "242": { + "id": 242, + "name": "Verlaten kleding langs waterkant", + "place": "Meer", + "average_credits": 900, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 241, + "1": 348 + } + }, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "243": { + "id": 243, + "name": "Verdachte situatie", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2 + } + }, + "244": { + "id": 244, + "name": "Persoon van podium gevallen", + "place": "Theater", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "245": { + "id": 245, + "name": "Ontruimen kraakpand", + "place": null, + "average_credits": 3500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 4, + "grukw": 3, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "duration": "1 uur", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "246": { + "id": 246, + "name": "Persoon vermist", + "place": null, + "average_credits": 600, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3 + } + }, + "247": { + "id": 247, + "name": "Persoon vermist", + "place": null, + "average_credits": 1200, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 5, + "grukw": 3, + "ovdp": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 4, + "bereitschaftspolizei": 1 + } + }, + "248": { + "id": 248, + "name": "Persoon vermist", + "place": null, + "average_credits": 2200, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_helicopters": 1, + "police_cars": 3, + "grukw": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "249": { + "id": 249, + "name": "Straatroof", + "place": null, + "average_credits": 2700, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1 + } + }, + "250": { + "id": 250, + "name": "Opnemen aangifte inbraak", + "place": null, + "average_credits": 300, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/comment_gruen.png", + "1": "/images/comment_gelb.png", + "2": "/images/comment_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "251": { + "id": 251, + "name": "Vrachtwagen te water", + "place": "Rivier", + "average_credits": 1000, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "boats": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "252": { + "id": 252, + "name": "Vrachtwagen te water", + "place": "Rivier", + "average_credits": 1300, + "generated_by": "", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "boats": 60, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 12 + } + }, + "254": { + "id": 254, + "name": "Brandende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 30, + "hazmat_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "255": { + "id": 255, + "name": "Brandende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 1700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "water_tankers": 50, + "hazmat_vehicles": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 11 + } + }, + "256": { + "id": 256, + "name": "Geluidsoverlast", + "place": null, + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "257": { + "id": 257, + "name": "Auto-inbraak", + "place": null, + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "258": { + "id": 258, + "name": "Brand in flatwoning", + "place": null, + "average_credits": 250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "259": { + "id": 259, + "name": "Brand in flatwoning", + "place": null, + "average_credits": 1050, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "260": { + "id": 260, + "name": "Brandend speeltoestel", + "place": "Park", + "average_credits": 220, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "261": { + "id": 261, + "name": "Persoon door glas gevallen", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "262": { + "id": 262, + "name": "Burenruzie", + "place": null, + "average_credits": 430, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "263": { + "id": 263, + "name": "Brandende personenauto in parkeergarage", + "place": "Vliegveld (groot): Parkeergarage", + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "264": { + "id": 264, + "name": "Brandende personenauto in parkeergarage", + "place": "Vliegveld (groot): Parkeergarage", + "average_credits": 650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "265": { + "id": 265, + "name": "Vliegtuig met hydraulisch probleem", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 10 + } + }, + "266": { + "id": 266, + "name": "Vliegtuig met rook in cabine", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 10 + } + }, + "267": { + "id": 267, + "name": "Vliegtuig met brandgeur in cabine", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 10 + } + }, + "268": { + "id": 268, + "name": "Vliegtuig met probleem met landingsgestel", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 2600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "arff": 2, + "hazmat_vehicles": 1, + "police_cars": 5, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 12 + } + }, + "269": { + "id": 269, + "name": "Vliegtuig met brandmelding in vrachtruim", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 2700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "arff": 2, + "hazmat_vehicles": 1, + "police_cars": 5, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 12 + } + }, + "270": { + "id": 270, + "name": "Vliegtuig buiten start-/landingsbaan beland", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 1800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "arff": 2, + "police_cars": 2, + "elw_airport": 1 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 3, + "allow_rw_instead_of_lf": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 10 + } + }, + "271": { + "id": 271, + "name": "Rookontwikkeling in vrachtruim vliegtuig", + "place": "Vliegveld (groot): Platform / Gate", + "average_credits": 1125, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 10 + } + }, + "272": { + "id": 272, + "name": "Klein vliegtuig met motorisch probleem", + "place": "Vliegveld (klein): Start-/Landingsbaan", + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "arff": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "patient_transport": 20 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 10 + } + }, + "273": { + "id": 273, + "name": "Klein vliegtuig neergestort", + "place": "Vliegveld (klein): Start-/Landingsbaan", + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "arff": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 10 + } + }, + "274": { + "id": 274, + "name": "Klein vliegtuig neergestort", + "place": "Vliegveld (klein): Start-/Landingsbaan", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "arff": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "mobile_command_vehicles": 20, + "elw3": 20, + "ovdp": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 10 + } + }, + "275": { + "id": 275, + "name": "Brandend klein vliegtuig", + "place": "Vliegveld (klein): Vliegtuig parkeerplaats", + "average_credits": 1650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "arff": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 10 + } + }, + "276": { + "id": 276, + "name": "Brandend klein vliegtuig", + "place": "Vliegveld (klein): Vliegtuig parkeerplaats", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "arff": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "mobile_command_vehicles": 10, + "ovdp": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 10 + } + }, + "277": { + "id": 277, + "name": "Pijn op de borst", + "place": "Vliegveld (groot): Terminal", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "278": { + "id": 278, + "name": "Beroerte", + "place": "Vliegveld (groot): Terminal", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "279": { + "id": 279, + "name": "Bedreiging", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2 + } + }, + "280": { + "id": 280, + "name": "Brand in garagebedrijf", + "place": "Garagebedrijf", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "281": { + "id": 281, + "name": "Brand in garagebedrijf", + "place": "Garagebedrijf", + "average_credits": 2700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 50, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 10 + } + }, + "282": { + "id": 282, + "name": "Brand in garagebedrijf", + "place": "Garagebedrijf", + "average_credits": 3620, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "gwmess": 10, + "hazmat_vehicles": 50, + "patient_transport": 10 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "283": { + "id": 283, + "name": "Val van paard", + "place": "Boerderij", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "284": { + "id": 284, + "name": "Gevaarlijk rijgedrag", + "place": null, + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "285": { + "id": 285, + "name": "Brand in supermarkt", + "place": "Supermarkt", + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "286": { + "id": 286, + "name": "Kind vast in boom", + "place": "Park", + "average_credits": 340, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": { + "possible_patient": 1, + "allow_rw_instead_of_lf": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "287": { + "id": 287, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "288": { + "id": 288, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 1750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "289": { + "id": 289, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 2150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "290": { + "id": 290, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 12 + } + }, + "291": { + "id": 291, + "name": "Brand in magazijn", + "place": "Magazijn", + "average_credits": 4200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 16 + } + }, + "292": { + "id": 292, + "name": "Ongeval met trein en vrachtwagen", + "place": "Spoorwegovergang", + "average_credits": 1575, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "293": { + "id": 293, + "name": "Ongeval met trein en vrachtwagen", + "place": "Spoorwegovergang", + "average_credits": 2450, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 6 + } + }, + "294": { + "id": 294, + "name": "Overlast jeugd", + "place": "Winkelcentrum", + "average_credits": 550, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "295": { + "id": 295, + "name": "Overlast zwervers", + "place": "Winkelcentrum", + "average_credits": 450, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "296": { + "id": 296, + "name": "Brand in museum", + "place": "Museum", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 70 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "297": { + "id": 297, + "name": "Brand in museum", + "place": "Museum", + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 6 + } + }, + "298": { + "id": 298, + "name": "Brand in museum", + "place": "Museum", + "average_credits": 2200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "water_tankers": 20, + "mobile_air_vehicles": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 8 + } + }, + "299": { + "id": 299, + "name": "Brandend plezierjacht", + "place": "Meer", + "average_credits": 900, + "generated_by": "", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "diver_units": 10, + "boats": 70 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "300": { + "id": 300, + "name": "Brandend plezierjacht", + "place": "Meer", + "average_credits": 1450, + "generated_by": "", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "diver_units": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 12 + } + }, + "301": { + "id": 301, + "name": "Inbraakalarm", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2 + } + }, + "302": { + "id": 302, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "303": { + "id": 303, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 1650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "304": { + "id": 304, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 2400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 20, + "mobile_air_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "305": { + "id": 305, + "name": "Verkeersongeval met touringcar", + "place": null, + "average_credits": 1450, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 3, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 6 + } + }, + "306": { + "id": 306, + "name": "Verkeersongeval met touringcar", + "place": null, + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "mobile_command_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 5, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 3, + "fire_stations": 12 + } + }, + "307": { + "id": 307, + "name": "Verkeersongeval met touringcar", + "place": null, + "average_credits": 3250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 7, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "308": { + "id": 308, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 11500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 16, + "battalion_chief_vehicles": 4, + "mobile_command_vehicles": 2, + "elw3": 1, + "heavy_rescue_vehicles": 3, + "water_tankers": 4, + "mobile_air_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "mobile_air_vehicles": 80 + }, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "fire_stations": 20 + } + }, + "309": { + "id": 309, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 18750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 24, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 3, + "elw3": 2, + "heavy_rescue_vehicles": 4, + "water_tankers": 6, + "mobile_air_vehicles": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 6, + "fire_stations": 30 + } + }, + "310": { + "id": 310, + "name": "Verkeersongeval met scooter en fietser", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1 + } + }, + "311": { + "id": 311, + "name": "Verkeersongeval met fietser en fietser", + "place": null, + "average_credits": 650, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1 + } + }, + "312": { + "id": 312, + "name": "Lekkende goederenwagon", + "place": "Rangeeremplacement", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 80, + "elw3": 50, + "gwmess": 70, + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 15 + } + }, + "313": { + "id": 313, + "name": "Brand in passagierstrein", + "place": "Centraal Station", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 2 + } + }, + "314": { + "id": 314, + "name": "Brand in passagierstrein", + "place": "Centraal Station", + "average_credits": 2100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 8 + } + }, + "315": { + "id": 315, + "name": "Brand in passagierstrein", + "place": "Centraal Station", + "average_credits": 3250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "spokesman": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "water_tankers": 20, + "mobile_air_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "316": { + "id": 316, + "name": "Bedreiging met vuurwapen", + "place": null, + "average_credits": 1100, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "317": { + "id": 317, + "name": "Bedreiging met vuurwapen", + "place": null, + "average_credits": 2000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "318": { + "id": 318, + "name": "Brand op binnenvaartschip", + "place": "Rivier", + "average_credits": 1450, + "generated_by": "", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "boats": 1 + }, + "chances": { + "boats": 20 + }, + "additional": {}, + "prerequisites": { + "wasserrettung": 1, + "fire_stations": 12 + } + }, + "319": { + "id": 319, + "name": "Brand op binnenvaartschip", + "place": "Rivier", + "average_credits": 3100, + "generated_by": "", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "diver_units": 10, + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "fire_stations": 13 + } + }, + "320": { + "id": 320, + "name": "Brand op binnenvaartschip", + "place": "Rivier", + "average_credits": 4750, + "generated_by": "", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "spokesman": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "hazmat_vehicles": 1, + "diver_units": 1, + "boats": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 10, + "hazmat_vehicles": 10, + "diver_units": 20, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 4, + "rescue_stations": 2, + "fire_stations": 14 + } + }, + "321": { + "id": 321, + "name": "Brandende wegberm", + "place": "Snelweg oprit / afrit", + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "322": { + "id": 322, + "name": "Brandende wegberm", + "place": "Snelweg oprit / afrit", + "average_credits": 1000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 7 + } + }, + "323": { + "id": 323, + "name": "Verkeersongeval met motorfiets", + "place": null, + "average_credits": 750, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "324": { + "id": 324, + "name": "Verkeersongeval met personenauto en motorfiets", + "place": null, + "average_credits": 900, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 50, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2 + } + }, + "325": { + "id": 325, + "name": "Verkeersongeval met fietser en motorfiets", + "place": null, + "average_credits": 1100, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 70, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2 + } + }, + "326": { + "id": 326, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 3650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 70, + "heavy_rescue_vehicles": 50, + "mobile_air_vehicles": 50, + "gwmess": 20, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 12 + } + }, + "327": { + "id": 327, + "name": "Brand in landbouwschuur", + "place": "Boerderij", + "average_credits": 7000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "elw3": 50, + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 16 + } + }, + "328": { + "id": 328, + "name": "Persoon onwel na mixen mest", + "place": "Boerderij", + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "heavy_rescue_vehicles": 20, + "gwmess": 10, + "hazmat_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 11 + } + }, + "329": { + "id": 329, + "name": "Verwaarloosde hond in woning", + "place": null, + "average_credits": 350, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "330": { + "id": 330, + "name": "Vechtpartij in caf\u00e9", + "place": "Caf\u00e9/Club", + "average_credits": 2250, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 5, + "ovdp": 1 + }, + "chances": { + "ovdp": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5, + "bereitschaftspolizei": 1 + } + }, + "331": { + "id": 331, + "name": "Inbraak in bedrijfspand", + "place": "Kantoorgebouw", + "average_credits": 1500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "332": { + "id": 332, + "name": "Inbraak in bedrijfspand", + "place": "Magazijn", + "average_credits": 1500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "333": { + "id": 333, + "name": "Inbraak in bedrijfspand", + "place": "Kantoorgebouw", + "average_credits": 2000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "334": { + "id": 334, + "name": "Brand in schoolgebouw", + "place": "School", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "335": { + "id": 335, + "name": "Brand in schoolgebouw", + "place": "School", + "average_credits": 1750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 6 + } + }, + "336": { + "id": 336, + "name": "Brand in schoolgebouw", + "place": "School", + "average_credits": 2850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 20, + "mobile_air_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "337": { + "id": 337, + "name": "Huiselijk geweld", + "place": null, + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "338": { + "id": 338, + "name": "Huiselijk geweld", + "place": null, + "average_credits": 1550, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "339": { + "id": 339, + "name": "Lekkende LPG installatie", + "place": "Tankstation", + "average_credits": 1150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 80, + "heavy_rescue_vehicles": 60, + "gwmess": 10, + "hazmat_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 8 + } + }, + "340": { + "id": 340, + "name": "Lekkende LPG installatie", + "place": "Tankstation", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 10, + "elw3": 10, + "gwmess": 30, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "341": { + "id": 341, + "name": "Nacontrole brand", + "place": "Winkelcentrum", + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 130 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "342": { + "id": 342, + "name": "Nacontrole brand", + "place": "Museum", + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 297 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "343": { + "id": 343, + "name": "Nacontrole brand", + "place": null, + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 60, + "1": 114 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "344": { + "id": 344, + "name": "Vreemde lucht in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 1375, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "heavy_rescue_vehicles": 40, + "hazmat_vehicles": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 12 + } + }, + "345": { + "id": 345, + "name": "Vreemde lucht in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 2850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "spokesman": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "heavy_rescue_vehicles": 80, + "gwmess": 20, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 14 + } + }, + "346": { + "id": 346, + "name": "Brand in opslagloods met gevaarlijke stoffen", + "place": null, + "average_credits": 18500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 24, + "battalion_chief_vehicles": 6, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 6, + "heavy_rescue_vehicles": 4, + "water_tankers": 8, + "mobile_air_vehicles": 2, + "gwmess": 4, + "hazmat_vehicles": 2, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "347": { + "id": 347, + "name": "Brand bij afvalverwerker", + "place": null, + "average_credits": 17500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 20, + "battalion_chief_vehicles": 5, + "mobile_command_vehicles": 2, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 6, + "mobile_air_vehicles": 1, + "gwmess": 4, + "hazmat_vehicles": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "348": { + "id": 348, + "name": "Zwemmer vermist", + "place": "Meer", + "average_credits": 1750, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 12 + } + }, + "349": { + "id": 349, + "name": "Zwemmer vermist", + "place": "Meer", + "average_credits": 3150, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 40, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 14 + } + }, + "350": { + "id": 350, + "name": "Insluiping in woning", + "place": null, + "average_credits": 2350, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "351": { + "id": 351, + "name": "Inbraakalarm woning", + "place": null, + "average_credits": 1500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "352": { + "id": 352, + "name": "Brand in terminal", + "place": "Vliegveld (groot): Terminal", + "average_credits": 1400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 10 + } + }, + "353": { + "id": 353, + "name": "Brand in terminal", + "place": "Vliegveld (groot): Terminal", + "average_credits": 3300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2 + }, + "chances": { + "platform_trucks": 60, + "patient_transport": 20 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 10 + } + }, + "354": { + "id": 354, + "name": "Brand in terminal", + "place": "Vliegveld (groot): Terminal", + "average_credits": 5150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 4, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": { + "mobile_air_vehicles": 10, + "patient_transport": 20 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 4, + "bereitschaftspolizei": 1, + "fire_stations": 15 + } + }, + "355": { + "id": 355, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 14 + } + }, + "356": { + "id": 356, + "name": "Heidebrand", + "place": "Bos", + "average_credits": 7200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 4, + "mobile_air_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 80, + "elw3": 80, + "heavy_rescue_vehicles": 80, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 16 + } + }, + "357": { + "id": 357, + "name": "Natuurbrand", + "place": "Bos", + "average_credits": 22500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 32, + "battalion_chief_vehicles": 8, + "mobile_command_vehicles": 3, + "elw3": 2, + "heavy_rescue_vehicles": 4, + "water_tankers": 10, + "mobile_air_vehicles": 2, + "police_cars": 8 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 8, + "fire_stations": 65 + } + }, + "358": { + "id": 358, + "name": "Hoge bloeddruk", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "359": { + "id": 359, + "name": "Lage bloeddruk", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "360": { + "id": 360, + "name": "Brand in bovenwoning", + "place": null, + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "361": { + "id": 361, + "name": "Brand in bovenwoning", + "place": null, + "average_credits": 1150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "362": { + "id": 362, + "name": "Brand in flatwoning", + "place": null, + "average_credits": 2350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "mobile_air_vehicles": 10, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 3, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 10 + } + }, + "363": { + "id": 363, + "name": "Brand op passagiersschip", + "place": "Rivier", + "average_credits": 1450, + "generated_by": "", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "diver_units": 1 + }, + "chances": { + "battalion_chief_vehicles": 20, + "diver_units": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 2, + "fire_stations": 12 + } + }, + "364": { + "id": 364, + "name": "Brand op passagiersschip", + "place": "Rivier", + "average_credits": 3250, + "generated_by": "", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 6, + "police_stations": 1, + "fire_stations": 14 + } + }, + "365": { + "id": 365, + "name": "Brand op passagiersschip", + "place": "Rivier", + "average_credits": 4800, + "generated_by": "", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_cars": 1, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "elw3": 50, + "platform_trucks": 20, + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "possible_patient_min": 8, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 16 + } + }, + "366": { + "id": 366, + "name": "Personen op dak school", + "place": "School", + "average_credits": 550, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "367": { + "id": 367, + "name": "Gestolen scooter gevonden", + "place": "School", + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "368": { + "id": 368, + "name": "Verkeersongeval met vrachtwagen en fietser", + "place": null, + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "369": { + "id": 369, + "name": "Verkeersongeval met vrachtwagen en fietser", + "place": null, + "average_credits": 1150, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2 + } + }, + "370": { + "id": 370, + "name": "Verkeersongeval met vrachtwagen en fietser", + "place": null, + "average_credits": 1200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 6 + } + }, + "376": { + "id": 376, + "name": "Persoon te water", + "place": "Rivier", + "average_credits": 3000, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 50, + "heavy_rescue_vehicles": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "377": { + "id": 377, + "name": "Persoon te water", + "place": "Rivier", + "average_credits": 5200, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 4, + "boats": 2 + }, + "chances": { + "mobile_command_vehicles": 20, + "platform_trucks": 50, + "heavy_rescue_vehicles": 70, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 4, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 14 + } + }, + "378": { + "id": 378, + "name": "Vreemde lucht in winkelcentrum", + "place": "Winkelcentrum", + "average_credits": 1950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "hazmat_vehicles": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 12 + } + }, + "379": { + "id": 379, + "name": "Vreemde lucht in winkelcentrum", + "place": "Winkelcentrum", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 4 + }, + "chances": { + "gwmess": 20, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 18, + "possible_patient_min": 12, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 4, + "fire_stations": 16 + } + }, + "380": { + "id": 380, + "name": "Epileptische aanval", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 85 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "381": { + "id": 381, + "name": "Hevige bloeding", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "382": { + "id": 382, + "name": "Suikertekort", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "383": { + "id": 383, + "name": "Brand in parkeergarage", + "place": "Parkeergarage", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "384": { + "id": 384, + "name": "Brand in parkeergarage", + "place": "Parkeergarage", + "average_credits": 2150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "385": { + "id": 385, + "name": "Brand in parkeergarage", + "place": "Parkeergarage", + "average_credits": 3650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "platform_trucks": 80, + "heavy_rescue_vehicles": 20, + "water_tankers": 20, + "mobile_air_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 12 + } + }, + "386": { + "id": 386, + "name": "Brand in parkeergarage", + "place": "Parkeergarage", + "average_credits": 5100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "elw3": 50, + "heavy_rescue_vehicles": 30, + "water_tankers": 40, + "mobile_air_vehicles": 80 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 16 + } + }, + "387": { + "id": 387, + "name": "Bouwvakker van hoogte gevallen", + "place": "Bouwterrein", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "388": { + "id": 388, + "name": "Bouwvakker van hoogte gevallen", + "place": "Bouwterrein", + "average_credits": 400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "389": { + "id": 389, + "name": "Bouwvakker bekneld onder bouwmateriaal", + "place": "Bouwterrein", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 6 + } + }, + "390": { + "id": 390, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "391": { + "id": 391, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 50, + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "392": { + "id": 392, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 2600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "gwmess": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 80, + "gwmess": 20, + "hazmat_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "393": { + "id": 393, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 4800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 50, + "gwmess": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 16 + } + }, + "394": { + "id": 394, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 6800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 3, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 18 + } + }, + "395": { + "id": 395, + "name": "Brand bij afvalverwerker", + "place": "Afvalverwerker", + "average_credits": 9500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 4, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 20 + } + }, + "396": { + "id": 396, + "name": "Lekkende LPG installatie", + "place": "Tankstation", + "average_credits": 2600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "397": { + "id": 397, + "name": "Gaslekkage", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "398": { + "id": 398, + "name": "Vreemde lucht in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 1750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 3, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 14 + } + }, + "399": { + "id": 399, + "name": "Inbraakalarm bedrijfspand", + "place": "Kantoorgebouw", + "average_credits": 1850, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 333 + } + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "400": { + "id": 400, + "name": "Inbraakalarm bedrijfspand", + "place": "Magazijn", + "average_credits": 1850, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 333 + } + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "401": { + "id": 401, + "name": "Overvalalarm supermarkt", + "place": "Supermarkt", + "average_credits": 2250, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 123 + } + }, + "prerequisites": { + "police_stations": 3 + } + }, + "402": { + "id": 402, + "name": "Persoon van laadklep gevallen", + "place": "Supermarkt", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "403": { + "id": 403, + "name": "Persoon van laadklep gevallen", + "place": "Winkelcentrum", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "404": { + "id": 404, + "name": "Persoon van laadklep gevallen", + "place": "Buurtsuper", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "405": { + "id": 405, + "name": "Motorrijder gevallen", + "place": null, + "average_credits": 150, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "406": { + "id": 406, + "name": "Persoon van dak gevallen", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "407": { + "id": 407, + "name": "Nacontrole brand", + "place": "Kerkgebouw", + "average_credits": 500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "408": { + "id": 408, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "409": { + "id": 409, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 1500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "410": { + "id": 410, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "mobile_air_vehicles": 40, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "411": { + "id": 411, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 2650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 10, + "water_tankers": 40, + "mobile_air_vehicles": 40, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 16 + } + }, + "412": { + "id": 412, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 4850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 3, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 16 + } + }, + "413": { + "id": 413, + "name": "Brand in kerkgebouw", + "place": "Kerkgebouw", + "average_credits": 6700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 20 + } + }, + "414": { + "id": 414, + "name": "Brand in transformatorhuisje", + "place": "Transformatorhuisje", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "415": { + "id": 415, + "name": "Brand in transformatorhuisje", + "place": "Transformatorhuisje", + "average_credits": 1800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "416": { + "id": 416, + "name": "Brand in transformatorhuisje", + "place": "Transformatorhuisje", + "average_credits": 3000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 14 + } + }, + "417": { + "id": 417, + "name": "Verkeersongeval met lijnbus en voetganger", + "place": "Bushalte", + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "418": { + "id": 418, + "name": "Verkeersongeval met lijnbus en voetganger", + "place": "Bushalte", + "average_credits": 1150, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2 + } + }, + "419": { + "id": 419, + "name": "Verkeersongeval met lijnbus en fietser", + "place": "Bushalte", + "average_credits": 1000, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "420": { + "id": 420, + "name": "Verkeersongeval met lijnbus en fietser", + "place": "Bushalte", + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 6 + } + }, + "421": { + "id": 421, + "name": "Overvalalarm bankkantoor", + "place": "Bankkantoor", + "average_credits": 2200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 3 + } + }, + "422": { + "id": 422, + "name": "Overval bankkantoor", + "place": "Bankkantoor", + "average_credits": 2200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "423": { + "id": 423, + "name": "Overval bankkantoor", + "place": "Bankkantoor", + "average_credits": 4100, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 4, + "bereitschaftspolizei": 1 + } + }, + "424": { + "id": 424, + "name": "Overval bankkantoor", + "place": "Bankkantoor", + "average_credits": 4500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_helicopters": 1, + "police_cars": 5, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 5, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1 + } + }, + "425": { + "id": 425, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "426": { + "id": 426, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 80 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "427": { + "id": 427, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "mobile_air_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 12 + } + }, + "428": { + "id": 428, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 4850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "spokesman": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 80, + "gwmess": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 18 + } + }, + "429": { + "id": 429, + "name": "Brand in bouwmarkt", + "place": "Bouwmarkt", + "average_credits": 6850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "gwmess": 50, + "hazmat_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 20 + } + }, + "430": { + "id": 430, + "name": "Persoon bekneld tussen containers", + "place": "Haventerrein", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "431": { + "id": 431, + "name": "Persoon bekneld tussen containers", + "place": "Haventerrein", + "average_credits": 950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "432": { + "id": 432, + "name": "Persoon bekneld onder heftruck", + "place": "Haventerrein", + "average_credits": 1050, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 1, + "fire_stations": 6 + } + }, + "433": { + "id": 433, + "name": "Lekkende tankwagen", + "place": "Haventerrein", + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "gwmess": 10, + "hazmat_vehicles": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 11 + } + }, + "434": { + "id": 434, + "name": "Lekkende tankwagen", + "place": "Haventerrein", + "average_credits": 3800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 12 + } + }, + "435": { + "id": 435, + "name": "Lekkende tankwagen", + "place": "Haventerrein", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 5, + "fire_stations": 16 + } + }, + "436": { + "id": 436, + "name": "Persoon te water", + "place": "Haventerrein", + "average_credits": 900, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 40, + "boats": 40, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "437": { + "id": 437, + "name": "Persoon te water", + "place": "Haventerrein", + "average_credits": 1150, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 60, + "heavy_rescue_vehicles": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "438": { + "id": 438, + "name": "Duiker vermist", + "place": "Meer", + "average_credits": 850, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "boats": 60, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "439": { + "id": 439, + "name": "Duiker vermist", + "place": "Meer", + "average_credits": 1100, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 20, + "heavy_rescue_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "440": { + "id": 440, + "name": "Brand in gevangenis", + "place": "Gevangenis", + "average_credits": 950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 3 + }, + "chances": { + "battalion_chief_vehicles": 20, + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 3, + "fire_stations": 6 + } + }, + "441": { + "id": 441, + "name": "Brand in gevangenis", + "place": "Gevangenis", + "average_credits": 1950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "police_cars": 4 + }, + "chances": { + "mobile_command_vehicles": 10, + "platform_trucks": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 4, + "fire_stations": 13 + } + }, + "442": { + "id": 442, + "name": "Brand in gevangenis", + "place": "Gevangenis", + "average_credits": 2300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "platform_trucks": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 4, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "443": { + "id": 443, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "444": { + "id": 444, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 1550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "445": { + "id": 445, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 2500, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "platform_trucks": 80, + "mobile_air_vehicles": 10, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 12 + } + }, + "446": { + "id": 446, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 2600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "mobile_air_vehicles": 10, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 4, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "447": { + "id": 447, + "name": "Brand in hotel", + "place": "Hotel", + "average_credits": 4900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "spokesman": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "mobile_air_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "mobile_air_vehicles": 40, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 18 + } + }, + "448": { + "id": 448, + "name": "Suikertekort", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "449": { + "id": 449, + "name": "Val van skateboard", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "450": { + "id": 450, + "name": "Open botbreuk", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "451": { + "id": 451, + "name": "Zwaan met gebroken poot", + "place": "Meer", + "average_credits": 400, + "generated_by": "", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "boats": 1 + }, + "chances": { + "boats": 10 + }, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "wasserrettung": 1, + "fire_stations": 1 + } + }, + "452": { + "id": 452, + "name": "Vogel vast in schoorsteen", + "place": null, + "average_credits": 350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "453": { + "id": 453, + "name": "Vissen met zuurstoftekort", + "place": "Meer", + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "454": { + "id": 454, + "name": "Kat op dak", + "place": null, + "average_credits": 320, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "455": { + "id": 455, + "name": "Ree vast in hek", + "place": "Bos", + "average_credits": 300, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "456": { + "id": 456, + "name": "Brand in manege", + "place": "Manege", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 10, + "water_tankers": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "457": { + "id": 457, + "name": "Brand in manege", + "place": "Manege", + "average_credits": 1950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "platform_trucks": 50, + "water_tankers": 60 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "458": { + "id": 458, + "name": "Brand in manege", + "place": "Manege", + "average_credits": 2750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "mobile_command_vehicles": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "459": { + "id": 459, + "name": "Brandende vliegtuigtrekker", + "place": "Vliegveld (groot): Platform / Gate", + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "elw_airport": 1 + }, + "chances": { + "elw_airport": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 10 + } + }, + "460": { + "id": 460, + "name": "Brandende vliegtuigtrekker", + "place": "Vliegveld (groot): Platform / Gate", + "average_credits": 1350, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "elw_airport": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 10 + } + }, + "461": { + "id": 461, + "name": "Vliegtuig met motorisch probleem", + "place": "Vliegveld (groot): Start-/Landingsbaan", + "average_credits": 2950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "arff": 2, + "hazmat_vehicles": 1, + "police_cars": 5, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": { + "patient_transport": 10 + }, + "additional": { + "possible_patient": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 5, + "bereitschaftspolizei": 1, + "fire_stations": 12 + } + }, + "462": { + "id": 462, + "name": "Drugsafval aangetroffen", + "place": "Bos", + "average_credits": 1600, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "gwmess": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "fire_stations": 11 + } + }, + "463": { + "id": 463, + "name": "Verdachte vaten aangetroffen", + "place": "Bos", + "average_credits": 1600, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "gwmess": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 5, + "fire_stations": 11 + } + }, + "464": { + "id": 464, + "name": "Stankoverlast", + "place": null, + "average_credits": 550, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 20, + "hazmat_vehicles": 10 + }, + "additional": { + "expansion_missions_ids": { + "0": 200, + "1": 462, + "2": 463 + } + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 11 + } + }, + "465": { + "id": 465, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "battalion_chief_vehicles": 10, + "platform_trucks": 20, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 6 + } + }, + "466": { + "id": 466, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 6 + } + }, + "467": { + "id": 467, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 2750, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 12 + } + }, + "468": { + "id": 468, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 4950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "water_tankers": 20, + "mobile_air_vehicles": 40, + "nef": 10, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "bereitschaftspolizei": 1, + "fire_stations": 18 + } + }, + "469": { + "id": 469, + "name": "Brand in verzorgingshuis", + "place": "Verzorgingshuis", + "average_credits": 7000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "water_tankers": 20, + "nef": 10, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 15, + "possible_patient_min": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 20 + } + }, + "470": { + "id": 470, + "name": "Personen onwel door hitte", + "place": "Camping", + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 6 + } + }, + "471": { + "id": 471, + "name": "Personen onwel door hitte", + "place": "Camping", + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 15, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 14 + } + }, + "472": { + "id": 472, + "name": "Personen onwel door hitte", + "place": "Kantoorgebouw", + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "battalion_chief_vehicles": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 2, + "fire_stations": 6 + } + }, + "473": { + "id": 473, + "name": "Personen onwel door hitte", + "place": "Kantoorgebouw", + "average_credits": 1100, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "police_cars": 2, + "ovdp": 1 + }, + "chances": { + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 15, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 14 + } + }, + "474": { + "id": 474, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 5000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "mobile_air_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 14 + } + }, + "475": { + "id": 475, + "name": "Brand in kantoorgebouw", + "place": "Kantoorgebouw", + "average_credits": 5250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1, + "ovdp": 1 + }, + "chances": { + "water_tankers": 40, + "mobile_air_vehicles": 40, + "patient_transport": 10 + }, + "additional": { + "possible_patient": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 1, + "fire_stations": 16 + } + }, + "476": { + "id": 476, + "name": "Verkeersongeval scooter", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "477": { + "id": 477, + "name": "Verkeersongeval scooter", + "place": null, + "average_credits": 300, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "478": { + "id": 478, + "name": "Liftopsluiting", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/elevator_gruen.png", + "1": "/images/elevator_gelb.png", + "2": "/images/elevator_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "479": { + "id": 479, + "name": "Liftopsluiting", + "place": null, + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/elevator_gruen.png", + "1": "/images/elevator_gelb.png", + "2": "/images/elevator_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "480": { + "id": 480, + "name": "Watersporter vermist", + "place": "Meer", + "average_credits": 850, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "boats": 60, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "481": { + "id": 481, + "name": "Watersporter vermist", + "place": "Meer", + "average_credits": 1750, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 20, + "heavy_rescue_vehicles": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "482": { + "id": 482, + "name": "Watersporter vermist", + "place": "Meer", + "average_credits": 3000, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 20, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "483": { + "id": 483, + "name": "Vat met gevaarlijke stoffen omgevallen", + "place": "Industrieterrein", + "average_credits": 1150, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 80, + "hazmat_vehicles": 80, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 12 + } + }, + "484": { + "id": 484, + "name": "Vat met gevaarlijke stoffen omgevallen", + "place": "Industrieterrein", + "average_credits": 3600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "gwmess": 50, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 14 + } + }, + "485": { + "id": 485, + "name": "Vat met gevaarlijke stoffen omgevallen", + "place": "Industrieterrein", + "average_credits": 4000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 8, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "486": { + "id": 486, + "name": "Wateroverlast", + "place": "Kantoorgebouw", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "487": { + "id": 487, + "name": "Wateroverlast", + "place": "Kantoorgebouw", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "488": { + "id": 488, + "name": "Wateroverlast", + "place": "Winkelcentrum", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "489": { + "id": 489, + "name": "Wateroverlast", + "place": "Winkelcentrum", + "average_credits": 800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "490": { + "id": 490, + "name": "Wateroverlast", + "place": "Kantoorgebouw", + "average_credits": 1650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "ovdp": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "491": { + "id": 491, + "name": "Wateroverlast", + "place": "Winkelcentrum", + "average_credits": 1650, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1, + "ovdp": 1 + }, + "chances": { + "heavy_rescue_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "492": { + "id": 492, + "name": "Ongeregeldheden voetbalsupporters horeca", + "place": "Caf\u00e9/Club", + "average_credits": 2000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 4, + "grukw": 3, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 4 + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "493": { + "id": 493, + "name": "Ongeregeldheden voetbalsupporters horeca", + "place": "Caf\u00e9/Club", + "average_credits": 1650, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 2, + "grukw": 3, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 2, + "bereitschaftspolizei": 1 + } + }, + "494": { + "id": 494, + "name": "Personenauto in sloot", + "place": "Sloot", + "average_credits": 1400, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "diver_units": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "495": { + "id": 495, + "name": "Personenauto in sloot", + "place": "Sloot", + "average_credits": 1400, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "diver_units": 80, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 4 + } + }, + "496": { + "id": 496, + "name": "Personenauto te water", + "place": "Rivier", + "average_credits": 900, + "generated_by": "", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 40, + "boats": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 12 + } + }, + "497": { + "id": 497, + "name": "Personenauto te water", + "place": "Rivier", + "average_credits": 1200, + "generated_by": "", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 50, + "heavy_rescue_vehicles": 60, + "boats": 50, + "patient_transport": 90 + }, + "additional": { + "possible_patient": 3, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 2, + "police_stations": 3, + "fire_stations": 12 + } + }, + "498": { + "id": 498, + "name": "Verkeersongeval materieel", + "place": null, + "average_credits": 550, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "police_stations": 1, + "fire_stations": 1 + } + }, + "499": { + "id": 499, + "name": "Verkeersongeval materieel", + "place": null, + "average_credits": 450, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "500": { + "id": 500, + "name": "Kettingbotsing", + "place": null, + "average_credits": 1200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 20, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 6 + } + }, + "501": { + "id": 501, + "name": "Kettingbotsing", + "place": null, + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 40, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 6 + } + }, + "502": { + "id": 502, + "name": "Kettingbotsing", + "place": "Snelweg oprit / afrit", + "average_credits": 2000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 4, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 3, + "fire_stations": 8 + } + }, + "503": { + "id": 503, + "name": "Kettingbotsing", + "place": "Snelweg oprit / afrit", + "average_credits": 2250, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "504": { + "id": 504, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 4 + } + }, + "505": { + "id": 505, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 80, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "506": { + "id": 506, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 2800, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "mobile_command_vehicles": 50, + "water_tankers": 40, + "hazmat_vehicles": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 10 + } + }, + "507": { + "id": 507, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 2950, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 60, + "mobile_air_vehicles": 20, + "gwmess": 60, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "bereitschaftspolizei": 1, + "fire_stations": 12 + } + }, + "508": { + "id": 508, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 5000, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "spokesman": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 60 + }, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 18 + } + }, + "509": { + "id": 509, + "name": "Brand in fabriekshal", + "place": "Industrieterrein", + "average_credits": 7200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "spokesman": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "heavy_rescue_vehicles": 40 + }, + "additional": {}, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 20 + } + }, + "510": { + "id": 510, + "name": "Brand in schuurtje", + "place": null, + "average_credits": 600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "511": { + "id": 511, + "name": "Brand in schuurtje", + "place": null, + "average_credits": 1850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "512": { + "id": 512, + "name": "Brand in garagebox", + "place": null, + "average_credits": 700, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 10 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "513": { + "id": 513, + "name": "Brand in garagebox", + "place": null, + "average_credits": 1900, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "514": { + "id": 514, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 1750, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 1, + "boats": 1 + }, + "chances": { + "platform_trucks": 10, + "heavy_rescue_vehicles": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 5, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 1, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 12 + } + }, + "515": { + "id": 515, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 1850, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 2, + "boats": 1 + }, + "chances": { + "platform_trucks": 20, + "heavy_rescue_vehicles": 60, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 12, + "possible_patient_min": 8, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 2, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 12 + } + }, + "516": { + "id": 516, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 3000, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 30, + "heavy_rescue_vehicles": 70, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 15, + "possible_patient_min": 10, + "patient_at_end_of_mission": true, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 14 + } + }, + "517": { + "id": 517, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 3100, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3, + "ovdp": 1, + "diver_units": 3, + "boats": 2 + }, + "chances": { + "platform_trucks": 40, + "heavy_rescue_vehicles": 80, + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 18, + "possible_patient_min": 10, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 3, + "rescue_stations": 10, + "police_stations": 3, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "518": { + "id": 518, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 3300, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 4, + "ovdp": 1, + "diver_units": 4, + "boats": 2 + }, + "chances": { + "platform_trucks": 50, + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 18, + "possible_patient_min": 12, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 4, + "rescue_stations": 10, + "police_stations": 4, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "519": { + "id": 519, + "name": "Aanvaring met vrachtschip en passagiersschip", + "place": "Rivier", + "average_credits": 4750, + "generated_by": "", + "icons": { + "0": "/images/waterpark_gruen.png", + "1": "/images/waterpark_gelb.png", + "2": "/images/waterpark_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_helicopters": 1, + "police_cars": 4, + "ovdp": 1, + "diver_units": 4, + "boats": 3 + }, + "chances": { + "mobile_air_vehicles": 20, + "nef": 5, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 18, + "possible_patient_min": 12, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "wasserrettung": 4, + "rescue_stations": 10, + "police_stations": 4, + "police_helicopter_stations": 1, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "520": { + "id": 520, + "name": "Gebroken arm", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "521": { + "id": 521, + "name": "Gebroken arm", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "522": { + "id": 522, + "name": "Gebroken been", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "523": { + "id": 523, + "name": "Gebroken been", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "524": { + "id": 524, + "name": "Schouder uit de kom", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "548": { + "id": 548, + "name": "Steekincident (groot)", + "place": "Winkelcentrum", + "average_credits": 4200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "police_cars": 10, + "ovdp": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 2, + "max_possible_prisoners": 1, + "allow_rw_instead_of_lf": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 10, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "549": { + "id": 549, + "name": "Steekincident (groot)", + "place": "Centraal Station", + "average_credits": 4200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "police_cars": 10, + "ovdp": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 7, + "possible_patient_min": 5, + "max_possible_prisoners": 1, + "allow_rw_instead_of_lf": true, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 10, + "bereitschaftspolizei": 1, + "fire_stations": 14 + } + }, + "550": { + "id": 550, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 850, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": { + "expansion_missions_ids": { + "0": 551 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "551": { + "id": 551, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 1600, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 40 + }, + "additional": { + "expansion_missions_ids": { + "0": 552 + } + }, + "prerequisites": { + "fire_stations": 4 + } + }, + "552": { + "id": 552, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 2200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "platform_trucks": 40, + "water_tankers": 80, + "mobile_air_vehicles": 10, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 6, + "police_stations": 2, + "fire_stations": 8 + } + }, + "553": { + "id": 553, + "name": "Hennepkwekerij aangetroffen", + "place": null, + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "554": { + "id": 554, + "name": "Monteur in aanraking met hoogspanning", + "place": "Transformatorhuisje", + "average_credits": 3800, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "heavy_rescue_vehicles": 60, + "nef": 100, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "fire_stations": 5 + } + }, + "555": { + "id": 555, + "name": "Persoon in aanraking met laagspanning", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "556": { + "id": 556, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 3200, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 20, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 12 + } + }, + "557": { + "id": 557, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 6400, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "spokesman": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 1, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "mobile_air_vehicles": 20, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 16, + "possible_patient_min": 6, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 12, + "police_stations": 6, + "bereitschaftspolizei": 1, + "fire_stations": 16 + } + }, + "558": { + "id": 558, + "name": "Brand in theater", + "place": "Theater", + "average_credits": 10714, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 12, + "spokesman": 1, + "battalion_chief_vehicles": 3, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 3, + "mobile_air_vehicles": 1, + "gwmess": 3, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "mobile_air_vehicles": 20, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 15, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 22, + "police_stations": 6, + "bereitschaftspolizei": 1, + "fire_stations": 18 + } + }, + "559": { + "id": 559, + "name": "Geschreeuw in woning", + "place": null, + "average_credits": 200, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "560": { + "id": 560, + "name": "Geschreeuw in woning", + "place": null, + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "561": { + "id": 561, + "name": "Rijden onder invloed van lachgas", + "place": "Snelweg oprit / afrit", + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "564": { + "id": 564, + "name": "Voetganger onder tram", + "place": "Tramhalte", + "average_credits": 2040, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 3 + }, + "chances": { + "nef": 80, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 3, + "fire_stations": 6 + } + }, + "565": { + "id": 565, + "name": "Fietser onder tram", + "place": "Tramhalte", + "average_credits": 2140, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/tramway_gruen.png", + "1": "/images/tramway_gelb.png", + "2": "/images/tramway_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "nef": 50, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 6 + } + }, + "566": { + "id": 566, + "name": "Auto tegen woonhuis", + "place": null, + "average_credits": 1540, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "heavy_rescue_vehicles": 50, + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 6 + } + }, + "567": { + "id": 567, + "name": "Verward persoon", + "place": null, + "average_credits": 400, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 568 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "568": { + "id": 568, + "name": "Verward persoon (Hoge dreiging)", + "place": null, + "average_credits": 1200, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "police_cars": 3, + "ovdp": 1, + "at_c": 1, + "at_o": 4, + "at_m": 1 + }, + "chances": { + "ovdp": 50, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 569 + }, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5, + "bereitschaftspolizei": 2 + } + }, + "569": { + "id": 569, + "name": "Verward persoon draait gaskraan open", + "place": null, + "average_credits": 2500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "firetrucks": 1, + "hondengeleider": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 4, + "ovdp": 1, + "at_c": 1, + "at_o": 4, + "at_m": 1 + }, + "chances": { + "battalion_chief_vehicles": 100, + "heavy_rescue_vehicles": 50, + "ovdp": 100, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5, + "bereitschaftspolizei": 2, + "fire_stations": 6 + } + }, + "570": { + "id": 570, + "name": "Geplande aanhouding vuurwapengevaarlijke verdachte", + "place": null, + "average_credits": 2000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 2, + "ovdp": 1, + "at_c": 1, + "at_o": 4, + "at_m": 1 + }, + "chances": { + "ovdp": 5 + }, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 5, + "bereitschaftspolizei": 1 + } + }, + "571": { + "id": 571, + "name": "Voedselvergiftiging", + "place": "Restaurant", + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "572": { + "id": 572, + "name": "Zwangere vrouw in noodsituatie", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Gynaecologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "573": { + "id": 573, + "name": "Vlam in de pan", + "place": null, + "average_credits": 370, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 62, + "1": 64 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "574": { + "id": 574, + "name": "Assistentie handhaving", + "place": "Winkelcentrum", + "average_credits": 300, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "575": { + "id": 575, + "name": "Assistentie handhaving", + "place": "Winkelcentrum", + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "576": { + "id": 576, + "name": "Zwemmer in nood", + "place": "Zwembad", + "average_credits": 510, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 1 + } + }, + "577": { + "id": 577, + "name": "Zwemmer in nood", + "place": "Zwembad", + "average_credits": 1010, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 2 + }, + "chances": { + "nef": 60, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 2, + "fire_stations": 1 + } + }, + "589": { + "id": 589, + "name": "Voorzorgslanding klein vliegtuig", + "place": "Vliegveld (klein): Start-/Landingsbaan", + "average_credits": 1980, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 1, + "elw_airport": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 590 + }, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 4, + "fire_stations": 10 + } + }, + "590": { + "id": 590, + "name": "Noodlanding groot vliegtuig", + "place": "Vliegveld (klein): Vliegtuig parkeerplaats", + "average_credits": 8640, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "arff": 3, + "gwmess": 2, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1, + "elw_airport": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "gwmess": 10, + "hazmat_vehicles": 10, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 30, + "possible_patient_min": 12, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 11, + "police_stations": 5, + "fire_stations": 13 + } + }, + "591": { + "id": 591, + "name": "Uitslaande brand in veestal", + "place": "Boerderij", + "average_credits": 9450, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 7, + "spokesman": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 4, + "hazmat_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 5, + "fire_stations": 18 + } + }, + "592": { + "id": 592, + "name": "Brand op bedrijventerein", + "place": "Bedrijventerrein", + "average_credits": 11060, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "spokesman": 1, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 4, + "hazmat_vehicles": 1, + "police_cars": 4, + "ovdp": 1 + }, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 6, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 5, + "fire_stations": 23 + } + }, + "593": { + "id": 593, + "name": "Begeleiding demonstratie (klein)", + "place": null, + "average_credits": 4000, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "lebefkw": 1, + "police_cars": 3, + "grukw": 3 + }, + "chances": {}, + "additional": { + "duration": "2 uur", + "guard_mission": true + }, + "prerequisites": { + "police_stations": 3, + "bereitschaftspolizei": 1 + } + }, + "594": { + "id": 594, + "name": "Begeleiding demonstratie (groot)", + "place": null, + "average_credits": 6500, + "generated_by": "Politie, Hoofdbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "hondengeleider": 1, + "ambulances": 1, + "lebefkw": 2, + "police_cars": 4, + "grukw": 6, + "ovdp": 1 + }, + "chances": {}, + "additional": { + "duration": "3 uur", + "guard_mission": true + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 5, + "bereitschaftspolizei": 3 + } + }, + "595": { + "id": 595, + "name": "Ongeval bijtend middel (huishoudelijk)", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "596": { + "id": 596, + "name": "Ongeval bijtend middel (huishoudelijk)", + "place": null, + "average_credits": null, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/ambulance_gruen.png", + "1": "/images/ambulance_gelb.png", + "2": "/images/ambulance_rot.png" + }, + "requirements": {}, + "chances": { + "nef": 30, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10 + } + }, + "597": { + "id": 597, + "name": "Brand in asielzoekerscentrum", + "place": "Asielzoekerscentrum", + "average_credits": 170, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 598 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "598": { + "id": 598, + "name": "Brand in asielzoekerscentrum (wasserette)", + "place": "Asielzoekerscentrum", + "average_credits": 1360, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2, + "fire_stations": 6 + } + }, + "599": { + "id": 599, + "name": "Tanken zonder betalen", + "place": "Tankstation", + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 600 + } + }, + "prerequisites": { + "police_stations": 1 + } + }, + "600": { + "id": 600, + "name": "Tanken zonder betalen", + "place": "Tankstation", + "average_credits": 500, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 124 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "601": { + "id": 601, + "name": "Bewusteloos persoon op een bankje", + "place": "Marktplein", + "average_credits": 500, + "generated_by": "Ambulance, standplaats", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interne Geneeskunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "602": { + "id": 602, + "name": "Beveiliger aangevallen", + "place": "Caf\u00e9/Club", + "average_credits": 510, + "generated_by": "Politie, Opkomstbureau", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 202 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 3 + } + }, + "603": { + "id": 603, + "name": "Brand in silo", + "place": "Silo", + "average_credits": 1020, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 604 + } + }, + "prerequisites": { + "fire_stations": 6 + } + }, + "604": { + "id": 604, + "name": "Brand in silo", + "place": "Silo", + "average_credits": 4860, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1, + "mobile_air_vehicles": 1, + "gwmess": 3, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 30, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 605 + }, + "patient_specializations": "Algemene Heelkunde" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 11 + } + }, + "605": { + "id": 605, + "name": "Brand in silo", + "place": "Silo", + "average_credits": 11010, + "generated_by": "Brandweer, Kazerne", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "spokesman": 1, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "elw3": 1, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 2, + "mobile_air_vehicles": 1, + "gwmess": 3, + "hazmat_vehicles": 1, + "police_cars": 3, + "ovdp": 1 + }, + "chances": { + "heavy_rescue_vehicles": 20, + "mobile_air_vehicles": 30, + "nef": 10, + "patient_transport": 100 + }, + "additional": { + "possible_patient": 9, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 10, + "police_stations": 5, + "fire_stations": 19 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.pl_PL.json b/modules/lss-missionHelper/missions.pl_PL.json new file mode 100644 index 000000000..485ae1eb3 --- /dev/null +++ b/modules/lss-missionHelper/missions.pl_PL.json @@ -0,0 +1,3760 @@ +{ + "0": { + "id": 0, + "name": "Po\u017car kosza na \u015bmieci", + "place": "Przystanek autobusowy", + "average_credits": 110, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Po\u017car kontenera", + "place": null, + "average_credits": 170, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "P\u0142on\u0105cy samoch\u00f3d", + "place": null, + "average_credits": 370, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "P\u0142on\u0105cy motocykl", + "place": null, + "average_credits": 340, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "P\u0142on\u0105ca trawa", + "place": null, + "average_credits": 200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Po\u017car pomieszczenia", + "place": null, + "average_credits": 1400, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Po\u017car altanki", + "place": null, + "average_credits": 600, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "P\u0142on\u0105ce li\u015bcie", + "place": null, + "average_credits": 210, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Po\u017car gabaryt\u00f3w", + "place": null, + "average_credits": 220, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Po\u017car beli s\u0142omy", + "place": null, + "average_credits": 250, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Po\u017car traktora", + "place": null, + "average_credits": 600, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "P\u0142on\u0105ca budka telefoniczna", + "place": null, + "average_credits": 240, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Drzewo na drodze", + "place": null, + "average_credits": 310, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "P\u0142on\u0105ca ci\u0119\u017car\u00f3wka", + "place": null, + "average_credits": 980, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Ma\u0142y po\u017car pola", + "place": null, + "average_credits": 1000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Ma\u0142y po\u017car lasu", + "place": "Las", + "average_credits": 1010, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Po\u017car przyczepy kempingowej", + "place": null, + "average_credits": 1100, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "P\u0142on\u0105ca skrzynka na listy", + "place": null, + "average_credits": 340, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Sterta ga\u0142\u0119zi", + "place": null, + "average_credits": 700, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "P\u0142on\u0105ca przyczepa", + "place": null, + "average_credits": 650, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Po\u017car piwnicy", + "place": null, + "average_credits": 2500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interna" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Po\u017car komina", + "place": null, + "average_credits": 2400, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Po\u017car dachu", + "place": null, + "average_credits": 2700, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "P\u0142on\u0105cy t\u0142uszcz", + "place": null, + "average_credits": 1200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "P\u0142on\u0105cy przystanek autobusowy", + "place": "Przystanek autobusowy", + "average_credits": 900, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Kolizja drogowa", + "place": null, + "average_credits": 1000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Po\u017car ma\u0142ego supermarketu", + "place": "Supermarket (ma\u0142y)", + "average_credits": 1500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Po\u017car gara\u017cu", + "place": null, + "average_credits": 1400, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "P\u0142on\u0105ca maszyna", + "place": null, + "average_credits": 2470, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Wyciek nieznanej substancji z cysterny", + "place": null, + "average_credits": 5300, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Wyciek paliwa", + "place": null, + "average_credits": 400, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Po\u017car kominka", + "place": null, + "average_credits": 1310, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Po\u017car kombajnu", + "place": null, + "average_credits": 1200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Po\u017car ma\u0142ego supermarketu", + "place": "Supermarket (ma\u0142y)", + "average_credits": 1500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Po\u017car w szpitalu", + "place": "Szpital", + "average_credits": 6000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Zatrucie alkoholem", + "place": null, + "average_credits": null, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "B\u00f3l w klatce piersiowej", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 20 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Zaostrzenie astmy", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Napad padaczkowy", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Gor\u0105czka", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Upadek z wysoko\u015bci", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Po\u017car warsztatu samochodowego", + "place": "Warsztat samochodowy", + "average_credits": 6000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Upadek", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Upadek", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Kradzie\u017c sklepowa", + "place": "Supermarket (ma\u0142y)", + "average_credits": 100, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Kradzie\u017c sklepowa", + "place": "Supermarket (du\u017cy)", + "average_credits": 100, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Incydent z zaparkowanym pojazdem", + "place": "Supermarket (ma\u0142y)", + "average_credits": 120, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Incydent z zaparkowanym pojazdem", + "place": "Supermarket (du\u017cy)", + "average_credits": 120, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Kradzie\u017c metalu", + "place": "Stacja towarowa", + "average_credits": 150, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Kradzie\u017c kieszonkowa", + "place": "Park", + "average_credits": 150, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Jazda bez biletu", + "place": "Przystanek autobusowy", + "average_credits": 120, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Jazda bez biletu", + "place": "Przystanek tramwajowy", + "average_credits": 120, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Jazda bez biletu", + "place": "Dworzec kolejowy (ruch podmiejski)", + "average_credits": 120, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Jazda bez biletu", + "place": "Dworzec kolejowy (ruch podmiejski i dalekobie\u017cny)", + "average_credits": 120, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Incydent z zaparkowanym pojazdem", + "place": "Centrum handlowe", + "average_credits": 120, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "B\u00f3jka", + "place": null, + "average_credits": 700, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Zamieszki", + "place": null, + "average_credits": 500, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Nielegalna demonstracja", + "place": null, + "average_credits": 10020, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Po\u017car kuchni", + "place": null, + "average_credits": 1000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Uwi\u0119zione zwierz\u0119", + "place": "Gospodarstwo rolne", + "average_credits": 900, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Po\u017car hali sportowej", + "place": "Szko\u0142a", + "average_credits": 2000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "Skarga na ha\u0142as", + "place": null, + "average_credits": 400, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Przemijaj\u0105cy incydent niedokrwienny", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Wypadek z udzia\u0142em autobusu", + "place": null, + "average_credits": 1000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Po\u017car kuchni", + "place": null, + "average_credits": 1000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Po\u017car pomieszczenia", + "place": null, + "average_credits": 1400, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "B\u00f3jka", + "place": null, + "average_credits": 700, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Po\u017car du\u017cego supermarketu", + "place": "Supermarket (du\u017cy)", + "average_credits": 3000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Wyciek nieznanej substancji z cysterny", + "place": null, + "average_credits": 4300, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Po\u017car du\u017cego supermarketu", + "place": "Supermarket (du\u017cy)", + "average_credits": 3000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Krwawienie z nosa", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Katastrofa awionetki", + "place": null, + "average_credits": 4000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Powa\u017cny wypadek z udzia\u0142em autobusu", + "place": null, + "average_credits": 2000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Du\u017cy po\u017car", + "place": null, + "average_credits": 10210, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Agresywny pasa\u017cer", + "place": null, + "average_credits": 300, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "police_stations": 2 + } + }, + "83": { + "id": 83, + "name": "Osoba uwi\u0119ziona pod maszyn\u0105", + "place": null, + "average_credits": 1100, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "84": { + "id": 84, + "name": "Uszkodzony dach", + "place": null, + "average_credits": 450, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "85": { + "id": 85, + "name": "Dachowanie samochodu", + "place": null, + "average_credits": 1300, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "86": { + "id": 86, + "name": "Po\u017car samochodu ci\u0119\u017carowego z naczep\u0105", + "place": null, + "average_credits": 900, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "87": { + "id": 87, + "name": "Wypadek traktora", + "place": "Gospodarstwo rolne", + "average_credits": 1000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "ambulances": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "101": { + "id": 101, + "name": "P\u0142on\u0105cy pojazd ci\u0119\u017carowy", + "place": null, + "average_credits": 1400, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "102": { + "id": 102, + "name": "P\u0142on\u0105ca \u015bmieciarka", + "place": null, + "average_credits": 2000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 2, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "103": { + "id": 103, + "name": "Wypadek motocyklowy", + "place": null, + "average_credits": 2300, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "104": { + "id": 104, + "name": "Wypadek dw\u00f3ch samochod\u00f3w - Zderzenie boczne", + "place": null, + "average_credits": 3200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 30 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 7 + } + }, + "105": { + "id": 105, + "name": "Najechanie na ty\u0142 samochodu", + "place": null, + "average_credits": 2200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 10 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 0, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 4 + } + }, + "106": { + "id": 106, + "name": "Wypadek dw\u00f3ch samochod\u00f3w - Zderzenie czo\u0142owe", + "place": null, + "average_credits": 3200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 70 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 7 + } + }, + "107": { + "id": 107, + "name": "Wypadek na przeje\u017adzie kolejowym", + "place": "Przejazd kolejowy", + "average_credits": 3700, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 7 + } + }, + "108": { + "id": 108, + "name": "Nag\u0142e zatrzymanie kr\u0105\u017cenia", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "109": { + "id": 109, + "name": "Udar m\u00f3zgu", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "110": { + "id": 110, + "name": "Ci\u0119\u017cki uraz miednicy", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "111": { + "id": 111, + "name": "Amputacja urazowa ko\u0144czyny", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "112": { + "id": 112, + "name": "Uraz g\u0142owy wymagaj\u0105cy pilnej interwencji neurochirurgicznej", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "113": { + "id": 113, + "name": "Oparzenie II\u00ba i III\u00ba przekraczaj\u0105ce 20% powierzchni cia\u0142a", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "114": { + "id": 114, + "name": "Uraz kr\u0119gos\u0142upa", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "115": { + "id": 115, + "name": "Pomoc Policji w otwarciu mieszkania", + "place": null, + "average_credits": 1000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 2 + } + }, + "116": { + "id": 116, + "name": "Czujka czadu w budynku mieszkalnym", + "place": null, + "average_credits": 1100, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 0, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 0, + "fire_stations": 2 + } + }, + "117": { + "id": 117, + "name": "Rozszczelnienie Butli z gazem", + "place": null, + "average_credits": 1800, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 8 + } + }, + "118": { + "id": 118, + "name": "Po\u017car Ma\u0142ego Magazynu", + "place": "Magazyn", + "average_credits": 6500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 1, + "platform_trucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "119": { + "id": 119, + "name": "Po\u017car Ma\u0142ego Magazynu", + "place": null, + "average_credits": 6500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 1, + "platform_trucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "120": { + "id": 120, + "name": "Po\u017car Ma\u0142ego Magazynu", + "place": "Fabryka", + "average_credits": 6500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 1, + "platform_trucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "121": { + "id": 121, + "name": "Po\u017car Du\u017cego Magazynu", + "place": "Magazyn", + "average_credits": 9500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 1, + "platform_trucks": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 15 + } + }, + "122": { + "id": 122, + "name": "Po\u017car Du\u017cego Magazynu", + "place": null, + "average_credits": 9500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 1, + "platform_trucks": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 15 + } + }, + "123": { + "id": 123, + "name": "Po\u017car Du\u017cego Magazynu", + "place": "Fabryka", + "average_credits": 9500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 1, + "platform_trucks": 4 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 15 + } + }, + "124": { + "id": 124, + "name": "Po\u017car Pustostanu", + "place": null, + "average_credits": 4500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 0, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 12 + } + }, + "125": { + "id": 125, + "name": "Po\u017car chlewni", + "place": "Gospodarstwo rolne", + "average_credits": 6500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 0, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 16 + } + }, + "126": { + "id": 126, + "name": "Zad\u0142awienie", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "128": { + "id": 128, + "name": "Po\u017car w sto\u0142\u00f3wce", + "place": "Szko\u0142a", + "average_credits": 1300, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "129": { + "id": 129, + "name": "Wypadek rowerzysty na trasie rowerowej", + "place": "Las", + "average_credits": 800, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1 + } + }, + "130": { + "id": 130, + "name": "Zatrzymanie akcji serca", + "place": null, + "average_credits": null, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologia" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "131": { + "id": 131, + "name": "Unieruchomiony Wspinacz", + "place": null, + "average_credits": 650, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "132": { + "id": 132, + "name": "Pochylone drzewo na budynek mieszkalny", + "place": null, + "average_credits": 700, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "133": { + "id": 133, + "name": "Zagro\u017cenie dla urz\u0119dnika pa\u0144stwowego", + "place": "Stacja metra", + "average_credits": 750, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "134": { + "id": 134, + "name": "Zwierz\u0119 uwi\u0119zione w studni", + "place": null, + "average_credits": 500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "135": { + "id": 135, + "name": "Po\u017car silosu", + "place": "Silos", + "average_credits": 3000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "136": { + "id": 136, + "name": "Po\u017car Stodo\u0142y", + "place": null, + "average_credits": 3500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 12 + } + }, + "137": { + "id": 137, + "name": "Poszkodowana osoba przez s\u0142up wysokiego napi\u0119cia", + "place": null, + "average_credits": 650, + "generated_by": "Stacja Pogotowia Ratunkowego", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "138": { + "id": 138, + "name": "Uwi\u0119ziony pies w rzece", + "place": null, + "average_credits": 1200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "139": { + "id": 139, + "name": "P\u0142on\u0105cy stos bel s\u0142omy", + "place": "Gospodarstwo rolne", + "average_credits": 1500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "140": { + "id": 140, + "name": "Zalana piwnica", + "place": null, + "average_credits": 1200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "141": { + "id": 141, + "name": "Nalot policyjny na rezydencj\u0119", + "place": null, + "average_credits": 750, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "142": { + "id": 142, + "name": "Ucieczka wi\u0119\u017ania", + "place": null, + "average_credits": 4000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 10, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "143": { + "id": 143, + "name": "Uciekaj\u0105cy podejrzany", + "place": null, + "average_credits": 3000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "144": { + "id": 144, + "name": "Poszukiwana osoba", + "place": "Las", + "average_credits": 4500, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 6 + } + }, + "145": { + "id": 145, + "name": "Oczekuj\u0105cy nakaz", + "place": null, + "average_credits": 2000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 146 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2, + "police_helicopter_stations": 1 + } + }, + "146": { + "id": 146, + "name": "Ranny funkcjonariusz", + "place": null, + "average_credits": 1500, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurg og\u00f3lny" + }, + "prerequisites": { + "police_stations": 6 + } + }, + "147": { + "id": 147, + "name": "Przeszukanie pojazdu", + "place": null, + "average_credits": 1000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 6 + } + }, + "148": { + "id": 148, + "name": "Ma\u0142y niebezpieczny protest", + "place": null, + "average_credits": 2200, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 149 + }, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 6 + } + }, + "149": { + "id": 149, + "name": "\u015aredni niebezpieczny protest", + "place": null, + "average_credits": 3000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 7, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 5, + "max_possible_prisoners": 4, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "150": { + "id": 150, + "name": "Handel Narkotykami", + "place": null, + "average_credits": 1500, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "151": { + "id": 151, + "name": "Napad na stacj\u0119 benzynow\u0105", + "place": "Stacja paliw", + "average_credits": 1250, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/gas_gruen.png", + "1": "/images/gas_gelb.png", + "2": "/images/gas_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 12 + }, + "prerequisites": { + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "152": { + "id": 152, + "name": "Policjant pod ostrza\u0142em", + "place": null, + "average_credits": 4100, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 8, + "k9": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 10, + "police_helicopter_stations": 1 + } + }, + "153": { + "id": 153, + "name": "Przem\u00f3wienie VIPa", + "place": null, + "average_credits": 4000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6, + "k9": 2 + }, + "chances": {}, + "additional": { + "duration": "30 minut", + "swat_personnel": 18, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 15 + } + }, + "154": { + "id": 154, + "name": "Najazd na dom", + "place": null, + "average_credits": 1250, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 9, + "police_helicopter_stations": 1 + } + }, + "155": { + "id": 155, + "name": "Usi\u0142owanie morderstwa", + "place": null, + "average_credits": 1000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "156": { + "id": 156, + "name": "Napad na muzeum", + "place": "Muzeum", + "average_credits": 1000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 6 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "168": { + "id": 168, + "name": "Wybuch gazu w mieszkaniu", + "place": null, + "average_credits": 5200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 2, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 4, + "fire_stations": 8 + } + }, + "169": { + "id": 169, + "name": "Ulatniaj\u0105cy si\u0119 gaz", + "place": null, + "average_credits": 2200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "170": { + "id": 170, + "name": "Zatrzymanie obywatelskie (pijany kierowca)", + "place": null, + "average_credits": 1000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "171": { + "id": 171, + "name": "Zatrzymanie obywatelskie (pr\u00f3ba ucieczki sprawcy wypadku)", + "place": null, + "average_credits": 2000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2 + } + }, + "172": { + "id": 172, + "name": "Podejrzana osoba pod szko\u0142\u0105 (diler)", + "place": null, + "average_credits": 1000, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "173": { + "id": 173, + "name": "Pr\u00f3ba samob\u00f3jcza (skok z budynku)", + "place": null, + "average_credits": 3500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "platform_trucks": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 0, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 5 + } + }, + "174": { + "id": 174, + "name": "Po\u017car autokaru", + "place": null, + "average_credits": 3000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "175": { + "id": 175, + "name": "Zalany dom", + "place": null, + "average_credits": 1200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "176": { + "id": 176, + "name": "Zalany gara\u017c", + "place": null, + "average_credits": 1200, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/river_gruen.png", + "1": "/images/river_gelb.png", + "2": "/images/river_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "177": { + "id": 177, + "name": "Kot na drzewie", + "place": null, + "average_credits": 1500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 20 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "179": { + "id": 179, + "name": "Potr\u0105cenie na przej\u015bciu dla pieszych", + "place": null, + "average_credits": 2500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 3, + "possible_patient_min": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 4 + } + }, + "180": { + "id": 180, + "name": "Wypadek ma\u0142ego busa przewo\u017c\u0105cego osoby", + "place": null, + "average_credits": 5500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 5, + "ambulances": 1, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 5, + "police_stations": 1, + "fire_stations": 12 + } + }, + "181": { + "id": 181, + "name": "Po\u017car transformatora", + "place": null, + "average_credits": 1500, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "182": { + "id": 182, + "name": "Rozleg\u0142y po\u017car wysypiska \u015bmieci", + "place": null, + "average_credits": 10000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 17, + "battalion_chief_vehicles": 1, + "mobile_command_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 90, + "hazmat_vehicles": 20 + }, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 21 + } + }, + "183": { + "id": 183, + "name": "Potrzebne Wsparcie Podczas Zatrzymania", + "place": null, + "average_credits": 750, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 113 + }, + "patient_specializations": "Interna" + }, + "prerequisites": { + "police_stations": 2 + } + }, + "184": { + "id": 184, + "name": "Gniazdo szerszeni w budynku mieszkalnym", + "place": null, + "average_credits": 700, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "185": { + "id": 185, + "name": "Poszukiwania zaginionej osoby", + "place": null, + "average_credits": 2000, + "generated_by": "Jednostka Ratowniczo-Ga\u015bnicza", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 0, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 4 + } + }, + "186": { + "id": 186, + "name": "Zabezpieczenie meczu pi\u0142karskiego", + "place": "Stadion", + "average_credits": 3700, + "generated_by": "Komenda Policji", + "icons": { + "0": "/images/stadium_gruen.png", + "1": "/images/stadium_gelb.png", + "2": "/images/stadium_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 4, + "k9": 2 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 4, + "swat_personnel": 12, + "patient_specializations": "Interna" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 8, + "fire_stations": 7 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.pt_BR.json b/modules/lss-missionHelper/missions.pt_BR.json new file mode 100644 index 000000000..559f4d7a3 --- /dev/null +++ b/modules/lss-missionHelper/missions.pt_BR.json @@ -0,0 +1,2229 @@ +{ + "0": { + "id": 0, + "name": "Fogo em lixeira", + "place": "Ponto de \u00f4nibus", + "average_credits": 110, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Fogo em cont\u00eainer", + "place": null, + "average_credits": 170, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Carro em chamas", + "place": null, + "average_credits": 370, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Moto em chamas", + "place": null, + "average_credits": 340, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Grama em chamas", + "place": null, + "average_credits": 200, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Inc\u00eandio em c\u00f4modo", + "place": null, + "average_credits": 1400, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Fogo em abrigo de jardim", + "place": null, + "average_credits": 600, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Folhas em chamas", + "place": null, + "average_credits": 210, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Fogo em lixo em massa", + "place": null, + "average_credits": 220, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Fogo em fardo de palha", + "place": null, + "average_credits": 250, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Fogo em trator", + "place": null, + "average_credits": 600, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Cabine telef\u00f4nica em chamas", + "place": null, + "average_credits": 240, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "\u00c1rvore na pista", + "place": null, + "average_credits": 310, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Caminh\u00e3o em chamas", + "place": null, + "average_credits": 980, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Fogo em campo pequeno", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Inc\u00eandio florestal pequeno", + "place": "Floresta", + "average_credits": 1010, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Fogo em caravana", + "place": null, + "average_credits": 1100, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Fogo em caixa de correio", + "place": null, + "average_credits": 340, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Pilha de galhos", + "place": null, + "average_credits": 700, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Trailer em chamas", + "place": null, + "average_credits": 650, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Fogo em por\u00e3o", + "place": null, + "average_credits": 2500, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Fogo em chamin\u00e9", + "place": null, + "average_credits": 2400, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Fogo em telhado", + "place": null, + "average_credits": 2700, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Fogo em fog\u00e3o", + "place": null, + "average_credits": 1200, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Parada de \u00f4nibus em chamas", + "place": "Ponto de \u00f4nibus", + "average_credits": 900, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Acidente em estrada", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Inc\u00eandio em supermercado pequeno", + "place": "Supermercado (pequeno)", + "average_credits": 1500, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Fogo em garagem", + "place": null, + "average_credits": 1400, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "M\u00e1quina em chamas", + "place": null, + "average_credits": 2470, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Vazamento de \u00f3leo desconhecido", + "place": null, + "average_credits": 5300, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Vazamento de g\u00e1s", + "place": null, + "average_credits": 400, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Fogo em lareira", + "place": null, + "average_credits": 1310, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Fogo em colheitadeira", + "place": null, + "average_credits": 1200, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Inc\u00eandio em supermercado pequeno", + "place": "Supermercado (pequeno)", + "average_credits": 1500, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Inc\u00eandio em hospital", + "place": "Hospital", + "average_credits": 6000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Embriaguez", + "place": null, + "average_credits": null, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Dores do peito", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Asma aguda", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Convuls\u00e3o", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Febre", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Pessoa ca\u00edda", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Fogo em oficina mec\u00e2nica", + "place": "Oficina mec\u00e2nica", + "average_credits": 6000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Pessoa ca\u00edda", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Pessoa ca\u00edda", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Furto em loja", + "place": "Supermercado (pequeno)", + "average_credits": 100, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Furto em loja", + "place": "Supermercado (grande)", + "average_credits": 100, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Acidente com carro estacionado", + "place": "Supermercado (pequeno)", + "average_credits": 120, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Acidente com carro estacionado", + "place": "Supermercado (grande)", + "average_credits": 120, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Roubo de metais", + "place": "Esta\u00e7\u00e3o de mercadorias", + "average_credits": 150, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Furto", + "place": "Parque", + "average_credits": 150, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Passageiro caloteiro", + "place": "Ponto de \u00f4nibus", + "average_credits": 120, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Passageiro caloteiro", + "place": "Ponto de bonde", + "average_credits": 120, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Passageiro caloteiro", + "place": "Esta\u00e7\u00e3o de trem (tr\u00e1fego regional)", + "average_credits": 120, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Passageiro caloteiro", + "place": "Esta\u00e7\u00e3o de trem (tr\u00e1fego regional e viagem de longa dist\u00e2ncia)", + "average_credits": 120, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Acidente com carro estacionado", + "place": "Shopping", + "average_credits": 120, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Briga", + "place": null, + "average_credits": 700, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Desordeiro", + "place": null, + "average_credits": 500, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Protesto n\u00e3o anunciado", + "place": null, + "average_credits": 10020, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Fogo em cozinha", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Resgate de animal", + "place": "Fazenda", + "average_credits": 900, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Fogo em sal\u00e3o de esportes", + "place": "Escola", + "average_credits": 2000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "Queixa de barulho", + "place": null, + "average_credits": 400, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Ataque isqu\u00eamico transit\u00f3rio", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurocirurgia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Acidente envolvendo um \u00f4nibus", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Fogo em cozinha", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Inc\u00eandio em c\u00f4modo", + "place": null, + "average_credits": 1400, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Briga", + "place": null, + "average_credits": 700, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Inc\u00eandio em supermercado grande", + "place": "Supermercado (grande)", + "average_credits": 3000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Vazamento de \u00f3leo desconhecido", + "place": null, + "average_credits": 4300, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Inc\u00eandio em supermercado grande", + "place": "Supermercado (grande)", + "average_credits": 3000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Sangramento nasal", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Acidente a\u00e9reo leve", + "place": null, + "average_credits": 4000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Acidente s\u00e9rio envolvendo um \u00f4nibus", + "place": null, + "average_credits": 2000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Grande inc\u00eandio", + "place": null, + "average_credits": 10210, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Acidente de mota", + "place": null, + "average_credits": 2300, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "76": { + "id": 76, + "name": "Asfixia", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "77": { + "id": 77, + "name": "Inc\u00eandio no refeit\u00f3rio", + "place": "Escola", + "average_credits": 1300, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "78": { + "id": 78, + "name": "Preso a fazer escalada", + "place": null, + "average_credits": 650, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "79": { + "id": 79, + "name": "Amea\u00e7as sobre funcion\u00e1rio", + "place": "Esta\u00e7\u00e3o de metr\u00f4", + "average_credits": 750, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "80": { + "id": 80, + "name": "Inc\u00eandio num silo", + "place": "Silo", + "average_credits": 3000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "81": { + "id": 81, + "name": "Ferido num poste de alta tens\u00e3o", + "place": null, + "average_credits": 650, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "82": { + "id": 82, + "name": "Inc\u00eandio numa pilha de palha", + "place": "Fazenda", + "average_credits": 1500, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "83": { + "id": 83, + "name": "Buscas domicili\u00e1rias", + "place": null, + "average_credits": 750, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "95": { + "id": 95, + "name": "Descarrilamento de Comboio de Carga", + "place": null, + "average_credits": 10000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "96": { + "id": 96, + "name": "Descarrilamento de Comboio de Carga", + "place": "Esta\u00e7\u00e3o de trem (tr\u00e1fego regional)", + "average_credits": 10000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "97": { + "id": 97, + "name": "Descarrilamento de Comboio de Carga", + "place": "Esta\u00e7\u00e3o de trem (tr\u00e1fego regional e viagem de longa dist\u00e2ncia)", + "average_credits": 10000, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "98": { + "id": 98, + "name": "Resgate na vala", + "place": null, + "average_credits": 2500, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "99": { + "id": 99, + "name": "Choque anafil\u00e1tico", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "100": { + "id": 100, + "name": "Corredor lesionado", + "place": null, + "average_credits": null, + "generated_by": "Bases do SAMU", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "101": { + "id": 101, + "name": "Crian\u00e7a perdida", + "place": null, + "average_credits": 700, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "102": { + "id": 102, + "name": "Fogo num aterro sanit\u00e1rio", + "place": "Aterro sanit\u00e1rio", + "average_credits": 3500, + "generated_by": "Unidade de bombeiros militar", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "103": { + "id": 103, + "name": "Pessoa armada", + "place": null, + "average_credits": 2500, + "generated_by": "Delegacias de pol\u00edcia militar", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.pt_PT.json b/modules/lss-missionHelper/missions.pt_PT.json new file mode 100644 index 000000000..af68b621f --- /dev/null +++ b/modules/lss-missionHelper/missions.pt_PT.json @@ -0,0 +1,2451 @@ +{ + "0": { + "id": 0, + "name": "Inc\u00eandio em caixote do lixo", + "place": "Ponto de \u00f4nibus", + "average_credits": 110, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Inc\u00eandio em contentor do lixo", + "place": null, + "average_credits": 170, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Inc\u00eandio num carro", + "place": null, + "average_credits": 370, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Inc\u00eandio numa mota", + "place": null, + "average_credits": 340, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Inc\u00eandio num relvado", + "place": null, + "average_credits": 200, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Inc\u00eandio num quarto", + "place": null, + "average_credits": 1400, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Inc\u00eandio num jardim", + "place": null, + "average_credits": 600, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Inc\u00eandio de sobrantes", + "place": null, + "average_credits": 210, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Pequeno inc\u00eandio numa lixeira", + "place": null, + "average_credits": 220, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Inc\u00eandio num fardo de palha", + "place": null, + "average_credits": 250, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Trator a arder", + "place": null, + "average_credits": 600, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Cabine telef\u00f3nica a arder", + "place": null, + "average_credits": 240, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Queda de \u00c1rvore", + "place": null, + "average_credits": 310, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Inc\u00eandio num cami\u00e3o", + "place": null, + "average_credits": 980, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Pequeno inc\u00eandio agr\u00edcola", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Pequeno inc\u00eandio florestal", + "place": "Floresta", + "average_credits": 1010, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Inc\u00eandio numa caravana", + "place": null, + "average_credits": 1100, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Inc\u00eandio numa caixa de correio", + "place": null, + "average_credits": 340, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Queimada descontrolada", + "place": null, + "average_credits": 700, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Inc\u00eandio num trailer", + "place": null, + "average_credits": 650, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Inc\u00eandio numa cave", + "place": null, + "average_credits": 2500, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Chamin\u00e9 a arder", + "place": null, + "average_credits": 2400, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Inc\u00eandio no telhado de uma casa", + "place": null, + "average_credits": 2700, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Fog\u00e3o a arder", + "place": null, + "average_credits": 1200, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Paragem do autocarro a arder", + "place": "Ponto de \u00f4nibus", + "average_credits": 900, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Acidente de via\u00e7\u00e3o", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Pequeno inc\u00eandio num supermercado", + "place": "Supermercado (pequeno)", + "average_credits": 1500, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Inc\u00eandio numa garagem", + "place": null, + "average_credits": 1400, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "M\u00e1quina agr\u00edcola a arder", + "place": null, + "average_credits": 2470, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Combust\u00edvel derramado", + "place": null, + "average_credits": 5300, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Fuga de g\u00e1s", + "place": null, + "average_credits": 400, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Inc\u00eandio numa salamandra", + "place": null, + "average_credits": 1310, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Ceifeira a arder", + "place": null, + "average_credits": 1200, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Pequeno Inc\u00eandio num Supermercado", + "place": "Supermercado (pequeno)", + "average_credits": 1500, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Inc\u00eandio no hospital", + "place": "Hospital", + "average_credits": 6000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Indiv\u00edduo alcoolizado", + "place": null, + "average_credits": null, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Dores peitorais", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Crise asm\u00e1tica", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Convuls\u00f5es", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Febre", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Pessoa ca\u00edda no solo", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Inc\u00eandio numa oficina de mec\u00e2nica", + "place": "Oficina mec\u00e2nica", + "average_credits": 6000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Pessoa ca\u00edda no solo", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Pessoa ca\u00edda no solo", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Furto numa loja", + "place": "Supermercado (pequeno)", + "average_credits": 100, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Furto numa loja", + "place": "Supermercado (grande)", + "average_credits": 100, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Acidente com carro estacionado", + "place": null, + "average_credits": 120, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Acidente com carro estacionado", + "place": null, + "average_credits": 120, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Roubo de metais", + "place": "Esta\u00e7\u00e3o de mercadorias", + "average_credits": 150, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Furto", + "place": null, + "average_credits": 150, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Furto por Carteirista", + "place": null, + "average_credits": 120, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Furto por Carteirista", + "place": null, + "average_credits": 140, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Furto por Carteirista", + "place": "Esta\u00e7\u00e3o de trem (tr\u00e1fego regional)", + "average_credits": 120, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Furto por Carteirista", + "place": "Esta\u00e7\u00e3o de trem (tr\u00e1fego regional e viagem de longa dist\u00e2ncia)", + "average_credits": 120, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Acidente com carro estacionado", + "place": "Shopping", + "average_credits": 120, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Agress\u00f5es m\u00fatuas", + "place": null, + "average_credits": 700, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Indiv\u00edduo desordeiro", + "place": null, + "average_credits": 500, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Manifesta\u00e7\u00e3o n\u00e3o planeada", + "place": null, + "average_credits": 10020, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Inc\u00eandio na cozinha", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Resgate de animal", + "place": "Fazenda", + "average_credits": 900, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Inc\u00eandio num pavilh\u00e3o desportivo", + "place": "Escola", + "average_credits": 2000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "Ru\u00eddo em excesso", + "place": null, + "average_credits": 400, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Acidente Vascular Cerebral", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurocirurgia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Acidente com autocarro envolvido", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Inc\u00eandio na cozinha", + "place": null, + "average_credits": 1000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Inc\u00eandio num quarto", + "place": null, + "average_credits": 1400, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Agress\u00f5es m\u00fatuas", + "place": null, + "average_credits": 700, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Grande inc\u00eandio num supermercado", + "place": "Supermercado (grande)", + "average_credits": 3000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Combust\u00edvel derramado", + "place": null, + "average_credits": 4300, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Grande inc\u00eandio num supermercado", + "place": "Supermercado (grande)", + "average_credits": 3000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Sangramento nasal", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Queda de pequena aeronave", + "place": null, + "average_credits": 4000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Grave acidente envolvendo um autocarro", + "place": null, + "average_credits": 2000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Inc\u00eandio de grandes dimens\u00f5es", + "place": null, + "average_credits": 10210, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Acidente envolvendo v\u00e1rias viaturas", + "place": null, + "average_credits": 3000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "76": { + "id": 76, + "name": "Acidente de mota", + "place": null, + "average_credits": 2300, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "77": { + "id": 77, + "name": "Asfixia", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "78": { + "id": 78, + "name": "Inc\u00eandio no refeit\u00f3rio", + "place": "Escola", + "average_credits": 1300, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 6 + } + }, + "79": { + "id": 79, + "name": "Preso a fazer escalada", + "place": null, + "average_credits": 650, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "80": { + "id": 80, + "name": "Amea\u00e7as sobre funcion\u00e1rio", + "place": "Esta\u00e7\u00e3o de metr\u00f4", + "average_credits": 750, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "81": { + "id": 81, + "name": "Inc\u00eandio num silo", + "place": "Silo", + "average_credits": 3000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "82": { + "id": 82, + "name": "Ferido num poste de alta tens\u00e3o", + "place": null, + "average_credits": 650, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "83": { + "id": 83, + "name": "Inc\u00eandio numa pilha de fardos de palha", + "place": "Fazenda", + "average_credits": 1500, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "84": { + "id": 84, + "name": "Buscas domicili\u00e1rias", + "place": null, + "average_credits": 750, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "96": { + "id": 96, + "name": "Descarrilamento de Comboio de Carga", + "place": null, + "average_credits": 10000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "97": { + "id": 97, + "name": "Descarrilamento de Comboio de Carga", + "place": "Esta\u00e7\u00e3o de trem (tr\u00e1fego regional)", + "average_credits": 10000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "98": { + "id": 98, + "name": "Descarrilamento de Comboio de Carga", + "place": "Esta\u00e7\u00e3o de trem (tr\u00e1fego regional e viagem de longa dist\u00e2ncia)", + "average_credits": 10000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "99": { + "id": 99, + "name": "Resgate na vala", + "place": null, + "average_credits": 2500, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "100": { + "id": 100, + "name": "Les\u00e3o na coluna vertebral", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "101": { + "id": 101, + "name": "Colapso de fachada de edif\u00edcio", + "place": null, + "average_credits": 7500, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 10 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "102": { + "id": 102, + "name": "Colapso de edif\u00edcio", + "place": null, + "average_credits": 9000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 3, + "police_cars": 2 + }, + "chances": { + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "Traumatologia" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 7 + } + }, + "103": { + "id": 103, + "name": "Queimaduras de 3\u00b0 grau", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cirurgi\u00e3o geral" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "104": { + "id": 104, + "name": "Les\u00f5es cerebrais graves", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurocirurgia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "105": { + "id": 105, + "name": "Grande inc\u00eandio num palheiro", + "place": "Fazenda", + "average_credits": 9000, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 3, + "platform_trucks": 1, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "106": { + "id": 106, + "name": "Dores nas costas", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "107": { + "id": 107, + "name": "Choque anafil\u00e1tico", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "108": { + "id": 108, + "name": "Corredor lesionado", + "place": null, + "average_credits": null, + "generated_by": "Esta\u00e7\u00e3o de ambul\u00e2ncia", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "109": { + "id": 109, + "name": "Crian\u00e7a perdida", + "place": null, + "average_credits": 700, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Cl\u00ednica m\u00e9dica" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "110": { + "id": 110, + "name": "Fogo num aterro sanit\u00e1rio", + "place": null, + "average_credits": 3500, + "generated_by": "Unidade do corpo de bombeiros", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "111": { + "id": 111, + "name": "Pessoa armada", + "place": null, + "average_credits": 2500, + "generated_by": "Delegacia de pol\u00edcia", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ro_RO.json b/modules/lss-missionHelper/missions.ro_RO.json new file mode 100644 index 000000000..77163eb96 --- /dev/null +++ b/modules/lss-missionHelper/missions.ro_RO.json @@ -0,0 +1,1926 @@ +{ + "0": { + "id": 0, + "name": "Co\u0219 de gunoi \u00een fl\u0103c\u0103ri", + "place": "Sta\u021bie de autobuz", + "average_credits": 110, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Container \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 170, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Automobil \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 370, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Motociclet\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 340, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Iarb\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 200, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Camer\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 1400, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "\u0218opron \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 600, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Frunze \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 210, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Depozit de de\u0219euri \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 220, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Balot de paie \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 250, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Tractor \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 600, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Cabin\u0103 telefonic\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 240, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Copac c\u0103zut pe strad\u0103", + "place": null, + "average_credits": 310, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Camion \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 980, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "C\u00e2mp mic \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 1000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Incendiu de vegeta\u021bie mic", + "place": "P\u0103dure", + "average_credits": 1010, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Caravan\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 1100, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Cutie po\u0219tal\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 340, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Gr\u0103mad\u0103 de crengi uscate", + "place": null, + "average_credits": 700, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Rulot\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 650, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Subsol \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 2500, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "\u0218emineu \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 2400, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Acoperi\u0219 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 2700, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Incendiu \u00een buc\u0103t\u0103rie", + "place": null, + "average_credits": 1200, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Sta\u021bie de autobuz \u00een fl\u0103c\u0103ri", + "place": "Sta\u021bie de autobuz", + "average_credits": 900, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Accident rutier", + "place": null, + "average_credits": 1000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Incendiu \u00eentr-un supermarket mic", + "place": "Supermarket (mic)", + "average_credits": 1500, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Garaj \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 1400, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Ma\u0219in\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 2470, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Scurgere dintr-o cistern\u0103 necunoscut\u0103", + "place": null, + "average_credits": 5300, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Scurgere de gaze", + "place": null, + "average_credits": 400, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Incendiu \u00eentr-un c\u0103min", + "place": null, + "average_credits": 1310, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Combin\u0103 agricol\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 1200, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Incendiu \u00eentr-un supermarket mic", + "place": "Supermarket (mic)", + "average_credits": 1500, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Incendiu \u00eentr-un spital", + "place": "Spital", + "average_credits": 6000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Intoxica\u021bie alcoolic\u0103", + "place": null, + "average_credits": null, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Dureri \u00een piept", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Cardiologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Criz\u0103 de astm", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Convulsii", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologie" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Febr\u0103", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Persoan\u0103 c\u0103zut\u0103", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Incendiu \u00eentr-un atelier auto", + "place": "Atelier auto", + "average_credits": 6000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Persoan\u0103 c\u0103zut\u0103", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Persoan\u0103 c\u0103zut\u0103", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Furt din magazin", + "place": "Supermarket (mic)", + "average_credits": 100, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Furt din magazin", + "place": "Supermarket (mare)", + "average_credits": 100, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Accident cu ma\u0219ina parcat\u0103", + "place": "Supermarket (mic)", + "average_credits": 120, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Accident cu ma\u0219ina parcat\u0103", + "place": "Supermarket (mare)", + "average_credits": 120, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Furt de metal", + "place": "Sta\u021bie de marf\u0103", + "average_credits": 150, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Furt din buzunare", + "place": "Parc", + "average_credits": 150, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "C\u0103l\u0103tor f\u0103r\u0103 bilet", + "place": "Sta\u021bie de autobuz", + "average_credits": 120, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "C\u0103l\u0103tor f\u0103r\u0103 bilet", + "place": "Sta\u021bie de tramvai", + "average_credits": 120, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "C\u0103l\u0103tor f\u0103r\u0103 bilet", + "place": "Gar\u0103 (trafic regional)", + "average_credits": 120, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "C\u0103l\u0103tor f\u0103r\u0103 bilet", + "place": "Gar\u0103 (trafic regional \u0219i deplas\u0103ri pe distan\u021be lungi)", + "average_credits": 120, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Accident cu ma\u0219ina parcat\u0103", + "place": "Centru comercial", + "average_credits": 120, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "\u00cenc\u0103ierare", + "place": null, + "average_credits": 700, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Protestatar", + "place": null, + "average_credits": 500, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Protest f\u0103r\u0103 aprobare", + "place": null, + "average_credits": 10020, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Buc\u0103t\u0103rie \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 1000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Salvare animale", + "place": "Ferm\u0103", + "average_credits": 900, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Incendiu \u00eentr-o sal\u0103 de sport", + "place": "\u0218coal\u0103", + "average_credits": 2000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "61": { + "id": 61, + "name": "Accident de avion u\u0219or (Aerodrom)", + "place": "Aeroport mic (pist\u0103)", + "average_credits": 2500, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1, + "arff": 2 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "62": { + "id": 62, + "name": "Pl\u00e2ngere pentru g\u0103l\u0103gie", + "place": null, + "average_credits": 400, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Atac ischemic trec\u0103tor", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgie" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Accident \u00een care este implicat un autobuz", + "place": null, + "average_credits": 1000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Buc\u0103t\u0103rie \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 1000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Camer\u0103 \u00een fl\u0103c\u0103ri", + "place": null, + "average_credits": 1400, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "\u00cenc\u0103ierare", + "place": null, + "average_credits": 700, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Incendiu \u00eentr-un supermarket mare", + "place": "Supermarket (mare)", + "average_credits": 3000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Scurgere dintr-o cistern\u0103 necunoscut\u0103", + "place": null, + "average_credits": 4300, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Incendiu \u00eentr-un supermarket mare", + "place": "Supermarket (mare)", + "average_credits": 3000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "S\u00e2ngerare nazal\u0103", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Chirurg general" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Accident de avion u\u0219or", + "place": null, + "average_credits": 4000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologie" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Accident grav \u00een care este implicat un autobuz", + "place": null, + "average_credits": 2000, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Chirurg general" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Incendiu major", + "place": null, + "average_credits": 10210, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "86": { + "id": 86, + "name": "Salvare din tran\u0219eea", + "place": null, + "average_credits": 2500, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Chirurg general" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "87": { + "id": 87, + "name": "Anafilaxie", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "88": { + "id": 88, + "name": "Alerg\u0103tor ranit", + "place": null, + "average_credits": null, + "generated_by": "Sta\u021bie de ambulan\u021b\u0103", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "89": { + "id": 89, + "name": "Copil pierdut", + "place": null, + "average_credits": 700, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Internist general" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "90": { + "id": 90, + "name": "Incendiu la depozitul", + "place": "Depozit", + "average_credits": 3500, + "generated_by": "Sta\u021bie de pompieri", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "91": { + "id": 91, + "name": "Persoan\u0103 \u00eenarmat\u0103", + "place": null, + "average_credits": 2500, + "generated_by": "Sec\u021bie de poli\u021bie", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.ru_RU.json b/modules/lss-missionHelper/missions.ru_RU.json new file mode 100644 index 000000000..4feacd57d --- /dev/null +++ b/modules/lss-missionHelper/missions.ru_RU.json @@ -0,0 +1,3113 @@ +{ + "0": { + "id": 0, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0443\u0440\u043d\u044b", + "place": "\u0410\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430", + "average_credits": 110, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430", + "place": null, + "average_credits": 170, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044c", + "place": null, + "average_credits": 370, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u043c\u043e\u0442\u043e\u0446\u0438\u043a\u043b", + "place": null, + "average_credits": 340, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "\u0413\u043e\u0440\u044f\u0449\u0430\u044f \u0442\u0440\u0430\u0432\u0430", + "place": null, + "average_credits": 200, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0435", + "place": null, + "average_credits": 1400, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0430\u0440\u0430\u0435", + "place": null, + "average_credits": 600, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "\u0413\u043e\u0440\u044f\u0449\u0430\u044f \u043b\u0438\u0441\u0442\u0432\u0430", + "place": null, + "average_credits": 210, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043c\u0443\u0441\u043e\u0440\u0430", + "place": null, + "average_credits": 220, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0442\u044e\u043a\u0430 \u0441\u043e\u043b\u043e\u043c\u044b", + "place": null, + "average_credits": 250, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0442\u0440\u0430\u043a\u0442\u043e\u0440\u0430", + "place": null, + "average_credits": 600, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "\u0413\u043e\u0440\u044f\u0449\u0430\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u0430\u044f \u0431\u0443\u0434\u043a\u0430", + "place": null, + "average_credits": 240, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "\u0414\u0435\u0440\u0435\u0432\u043e \u043d\u0430 \u0434\u043e\u0440\u043e\u0433\u0435", + "place": null, + "average_credits": 310, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u0433\u0440\u0443\u0437\u043e\u0432\u0438\u043a", + "place": null, + "average_credits": 980, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043d\u0430 \u043f\u043e\u043b\u0435", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043b\u0435\u0441\u043d\u043e\u0439 \u043f\u043e\u0436\u0430\u0440", + "place": "\u041b\u0435\u0441", + "average_credits": 1010, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0430\u0432\u0442\u043e\u0434\u043e\u043c\u0435", + "place": null, + "average_credits": 1100, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e \u044f\u0449\u0438\u043a\u0430", + "place": null, + "average_credits": 340, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "\u041a\u0443\u0447\u0430 \u0445\u0432\u043e\u0440\u043e\u0441\u0442\u0430", + "place": null, + "average_credits": 700, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u043f\u0440\u0438\u0446\u0435\u043f", + "place": null, + "average_credits": 650, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043f\u043e\u0434\u0432\u0430\u043b\u0435", + "place": null, + "average_credits": 2500, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043a\u0430\u043c\u0438\u043d\u0435", + "place": null, + "average_credits": 2400, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "\u041f\u043e\u0436\u0430\u0440 \u043d\u0430 \u043a\u0440\u044b\u0448\u0435", + "place": null, + "average_credits": 2700, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0413\u0421\u041c", + "place": null, + "average_credits": 1200, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "\u0413\u043e\u0440\u044f\u0449\u0430\u044f \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430", + "place": "\u0410\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430", + "average_credits": 900, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "\u0414\u0422\u041f", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0435", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439)", + "average_credits": 1500, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0433\u0430\u0440\u0430\u0436\u0435", + "place": null, + "average_credits": 1400, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c", + "place": null, + "average_credits": 2470, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "\u0420\u0430\u0437\u043b\u0438\u0432 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0439 \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u044b", + "place": null, + "average_credits": 5300, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "\u0423\u0442\u0435\u0447\u043a\u0430 \u0433\u0430\u0437\u0430", + "place": null, + "average_credits": 400, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043e\u0447\u0430\u0433\u0435", + "place": null, + "average_credits": 1310, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "\u0413\u043e\u0440\u044f\u0449\u0438\u0439 \u043a\u043e\u043c\u0431\u0430\u0439\u043d", + "place": null, + "average_credits": 1200, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0435", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439)", + "average_credits": 1500, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0431\u043e\u043b\u044c\u043d\u0438\u0446\u0435", + "place": "\u0411\u043e\u043b\u044c\u043d\u0438\u0446\u0430", + "average_credits": 6000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "\u0410\u043b\u043a\u043e\u0433\u043e\u043b\u044c\u043d\u043e\u0435 \u043e\u0442\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435", + "place": null, + "average_credits": null, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "\u0411\u043e\u043b\u0438 \u0432 \u0433\u0440\u0443\u0434\u0438", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u041a\u0430\u0440\u0434\u0438\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "\u041e\u0441\u0442\u0440\u044b\u0439 \u043f\u0440\u0438\u0441\u0442\u0443\u043f \u0430\u0441\u0442\u043c\u044b", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "C\u0443\u0434\u043e\u0440\u043e\u0433\u0438", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u041d\u0435\u0432\u0440\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "\u0416\u0430\u0440", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "\u0423\u043f\u0430\u0432\u0448\u0438\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0430\u0432\u0442\u043e\u043c\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u043e\u0439", + "place": "\u0410\u0432\u0442\u043e\u043c\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430\u044f", + "average_credits": 6000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "\u0423\u043f\u0430\u0432\u0448\u0438\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "\u0423\u043f\u0430\u0432\u0448\u0438\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "\u041c\u0430\u0433\u0430\u0437\u0438\u043d\u043d\u0430\u044f \u043a\u0440\u0430\u0436\u0430", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439)", + "average_credits": 100, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "\u041c\u0430\u0433\u0430\u0437\u0438\u043d\u043d\u0430\u044f \u043a\u0440\u0430\u0436\u0430", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u0431\u043e\u043b\u044c\u0448\u043e\u0439)", + "average_credits": 100, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "\u0414\u0422\u041f \u0441 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u043c", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439)", + "average_credits": 120, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "\u0414\u0422\u041f \u0441 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u043c", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u0431\u043e\u043b\u044c\u0448\u043e\u0439)", + "average_credits": 120, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "\u041a\u0440\u0430\u0436\u0430 \u043c\u0435\u0442\u0430\u043b\u043b\u0430 \u0441\u043e \u0432\u0437\u043b\u043e\u043c\u043e\u043c", + "place": "\u0422\u043e\u0432\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "average_credits": 150, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "\u041a\u0430\u0440\u043c\u0430\u043d\u043d\u0430\u044f \u043a\u0440\u0430\u0436\u0430", + "place": "\u041f\u0430\u0440\u043a", + "average_credits": 150, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "\u0411\u0435\u0437\u0431\u0438\u043b\u0435\u0442\u043d\u0438\u043a", + "place": "\u0410\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430", + "average_credits": 120, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "\u0411\u0435\u0437\u0431\u0438\u043b\u0435\u0442\u043d\u0438\u043a", + "place": "\u0422\u0440\u0430\u043c\u0432\u0430\u0439\u043d\u0430\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430", + "average_credits": 120, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "\u0411\u0435\u0437\u0431\u0438\u043b\u0435\u0442\u043d\u0438\u043a", + "place": "\u0416\u0435\u043b\u0435\u0437\u043d\u043e\u0434\u043e\u0440\u043e\u0436\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "average_credits": 120, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "\u0411\u0435\u0437\u0431\u0438\u043b\u0435\u0442\u043d\u0438\u043a", + "place": "\u0416\u0435\u043b\u0435\u0437\u043d\u043e\u0434\u043e\u0440\u043e\u0436\u043d\u044b\u0439 \u0432\u043e\u043a\u0437\u0430\u043b", + "average_credits": 120, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "\u0414\u0422\u041f \u0441 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u043c", + "place": "\u0422\u043e\u0440\u0433\u043e\u0432\u044b\u0439 \u0446\u0435\u043d\u0442\u0440", + "average_credits": 120, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "\u0414\u0440\u0430\u043a\u0430", + "place": null, + "average_credits": 700, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "\u041d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044c \u043f\u043e\u0440\u044f\u0434\u043a\u0430", + "place": null, + "average_credits": 500, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "\u0414\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0431\u0435\u0437 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f", + "place": null, + "average_credits": 10020, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043d\u0430 \u043a\u0443\u0445\u043d\u0435", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "\u0421\u043f\u0430\u0441\u0435\u043d\u0438\u0435 \u0436\u0438\u0432\u043e\u0442\u043d\u043e\u0433\u043e", + "place": "\u0424\u0435\u0440\u043c\u0430", + "average_credits": 900, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u043f\u043e\u0440\u0442\u0437\u0430\u043b\u0435", + "place": "\u0428\u043a\u043e\u043b\u0430", + "average_credits": 2000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "\u0416\u0430\u043b\u043e\u0431\u0430 \u043d\u0430 \u0448\u0443\u043c", + "place": null, + "average_credits": 400, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "\u041c\u0438\u043a\u0440\u043e\u0438\u043d\u0441\u0443\u043b\u044c\u0442", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u041d\u0435\u0439\u0440\u043e\u0445\u0438\u0440\u0443\u0440\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "\u0414\u0422\u041f \u0441 \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u043e\u043c", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043d\u0430 \u043a\u0443\u0445\u043d\u0435", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0435", + "place": null, + "average_credits": 1400, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "\u0414\u0440\u0430\u043a\u0430", + "place": null, + "average_credits": 700, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "\u0411\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0435", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u0431\u043e\u043b\u044c\u0448\u043e\u0439)", + "average_credits": 3000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "\u0420\u0430\u0437\u043b\u0438\u0432 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0439 \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u044b", + "place": null, + "average_credits": 4300, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "\u0411\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0432 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0435", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u0431\u043e\u043b\u044c\u0448\u043e\u0439)", + "average_credits": 3000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "\u041a\u0440\u043e\u0432\u043e\u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0438\u0437 \u043d\u043e\u0441\u0430", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "\u041a\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u043b\u0435\u0433\u043a\u043e\u043c\u043e\u0442\u043e\u0440\u043d\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u043b\u0451\u0442\u0430", + "place": null, + "average_credits": 4000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "\u041a\u0440\u0443\u043f\u043d\u043e\u0435 \u0414\u0422\u041f \u0441 \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u043e\u043c", + "place": null, + "average_credits": 2000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "\u041a\u0440\u0443\u043f\u043d\u044b\u0439 \u043f\u043e\u0436\u0430\u0440", + "place": null, + "average_credits": 10210, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "82": { + "id": 82, + "name": "\u0410\u0432\u0442\u043e\u043a\u0430\u0442\u0430\u0441\u0442\u0440\u043e\u0444\u0430", + "place": null, + "average_credits": 1300, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "ambulances": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "83": { + "id": 83, + "name": "\u0413\u0440\u0443\u0437\u043e\u0432\u0438\u043a \u0441 \u043f\u043e\u043b\u0443\u043f\u0440\u0438\u0446\u0435\u043f\u043e\u043c \u0432 \u043e\u0433\u043d\u0435", + "place": null, + "average_credits": 900, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "84": { + "id": 84, + "name": "\u0418\u043d\u0446\u0438\u0434\u0435\u043d\u0442 \u0441 \u0442\u0440\u0430\u043a\u0442\u043e\u0440\u043e\u043c", + "place": "\u0424\u0435\u0440\u043c\u0430", + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "ambulances": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "98": { + "id": 98, + "name": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u043a\u0440\u044b\u0448\u0430", + "place": null, + "average_credits": 450, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "99": { + "id": 99, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0431\u043e\u043b\u044c\u0448\u0435\u0433\u0440\u0443\u0437\u043d\u043e\u0433\u043e \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044f", + "place": null, + "average_credits": 1400, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "100": { + "id": 100, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u043c\u0443\u0441\u043e\u0440\u043e\u0432\u043e\u0437\u0430", + "place": null, + "average_credits": 2000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 2, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "101": { + "id": 101, + "name": "\u0410\u0432\u0430\u0440\u0438\u044f \u043d\u0430 \u043c\u043e\u0442\u043e\u0446\u0438\u043a\u043b\u0435", + "place": null, + "average_credits": 2300, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "102": { + "id": 102, + "name": "\u041e\u043f\u0440\u043e\u043a\u0438\u0434\u044b\u0432\u0430\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044f", + "place": null, + "average_credits": 3000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "103": { + "id": 103, + "name": "\u0412\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u0435 \u043e\u0433\u0440\u0430\u0431\u043b\u0435\u043d\u0438\u0435", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439)", + "average_credits": 1300, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "police_stations": 7 + } + }, + "104": { + "id": 104, + "name": "\u041e\u0442\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0433\u0430\u0437\u043e\u043c", + "place": null, + "average_credits": 2300, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 30, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 5 + } + }, + "105": { + "id": 105, + "name": "\u0417\u0430\u0434\u044b\u0445\u0430\u044f\u0441\u044c", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "106": { + "id": 106, + "name": "\u041f\u043e\u0436\u0430\u0440 \u0432 \u043a\u0430\u0444\u0435\u0442\u0435\u0440\u0438\u0438", + "place": "\u0428\u043a\u043e\u043b\u0430", + "average_credits": 1300, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "107": { + "id": 107, + "name": "\u0417\u0430\u0441\u0442\u0440\u044f\u0432\u0448\u0438\u0439 \u0430\u043b\u044c\u043f\u0438\u043d\u0438\u0441\u0442", + "place": null, + "average_credits": 650, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "108": { + "id": 108, + "name": "\u0423\u0433\u0440\u043e\u0437\u0430 \u043d\u0430\u0441\u0438\u043b\u0438\u044f", + "place": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u043c\u0435\u0442\u0440\u043e", + "average_credits": 750, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "109": { + "id": 109, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0441\u0438\u043b\u043e\u0441\u0430", + "place": "\u0421\u0438\u043b\u043e\u0441", + "average_credits": 3000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "110": { + "id": 110, + "name": "\u0427\u0435\u043b\u043e\u0432\u0435\u043a \u043d\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u0432\u043e\u043b\u044c\u0442\u043d\u043e\u043c \u0441\u0442\u043e\u043b\u0431\u0435", + "place": null, + "average_credits": 650, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "111": { + "id": 111, + "name": "\u0422\u0440\u0430\u0432\u043c\u0430 \u043f\u043e\u0437\u0432\u043e\u043d\u043e\u0447\u043d\u0438\u043a\u0430", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "112": { + "id": 112, + "name": "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e\u0435 \u043e\u0431\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0437\u0434\u0430\u043d\u0438\u044f", + "place": null, + "average_credits": 7500, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 30 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "113": { + "id": 113, + "name": "\u041e\u0431\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0437\u0434\u0430\u043d\u0438\u044f", + "place": null, + "average_credits": 9000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 7, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 60 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 7 + } + }, + "114": { + "id": 114, + "name": "\u041e\u0436\u043e\u0433\u0438 3\u0439 \u0441\u0442\u0435\u043f\u0435\u043d\u0438", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "115": { + "id": 115, + "name": "\u0427\u0435\u0440\u0435\u043f\u043d\u043e-\u043c\u043e\u0437\u0433\u043e\u0432\u0430\u044f \u0442\u0440\u0430\u0432\u043c\u0430", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u041d\u0435\u0439\u0440\u043e\u0445\u0438\u0440\u0443\u0440\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "116": { + "id": 116, + "name": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0430\u043c\u043f\u0443\u0442\u0430\u0446\u0438\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u0438", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "117": { + "id": 117, + "name": "\u0411\u043e\u043b\u044c\u0448\u043e\u0439 \u043f\u043e\u0436\u0430\u0440 \u043d\u0430 \u0444\u0435\u0440\u043c\u0435", + "place": "\u0424\u0435\u0440\u043c\u0430", + "average_credits": 9000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "118": { + "id": 118, + "name": "\u0411\u043e\u043b\u0438 \u0432 \u0441\u043f\u0438\u043d\u0435", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u041d\u0435\u0432\u0440\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "119": { + "id": 119, + "name": "\u0412\u043e\u0437\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0441\u043e\u043b\u043e\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u0442\u044e\u043a\u0430", + "place": "\u0424\u0435\u0440\u043c\u0430", + "average_credits": 1500, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "120": { + "id": 120, + "name": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u043e\u0431\u044b\u0441\u043a \u0436\u0438\u043b\u043e\u0433\u043e \u0440\u0430\u0439\u043e\u043d\u0430", + "place": null, + "average_credits": 750, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "121": { + "id": 121, + "name": "\u041f\u043e\u0431\u0435\u0433 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u043e\u0433\u043e", + "place": null, + "average_credits": 4000, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 10, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 5, + "police_helicopter_stations": 1 + } + }, + "122": { + "id": 122, + "name": "\u041f\u043e\u0434\u043e\u0437\u0440\u0435\u0432\u0430\u0435\u043c\u044b\u0439 \u0443\u0431\u0435\u0433\u0430\u0435\u0442", + "place": null, + "average_credits": 3000, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "123": { + "id": 123, + "name": "\u041f\u0440\u043e\u043f\u0430\u0436\u0430 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430", + "place": "\u041b\u0435\u0441", + "average_credits": 4500, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 6 + } + }, + "124": { + "id": 124, + "name": "\u041f\u043e\u0445\u0438\u0449\u0435\u043d\u0438\u0435 \u0440\u0435\u0431\u0451\u043d\u043a\u0430", + "place": "\u041f\u0430\u0440\u043a", + "average_credits": 2000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "125": { + "id": 125, + "name": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0440\u0430\u043d\u0435\u043d", + "place": null, + "average_credits": 1500, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 122 + }, + "patient_specializations": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "police_stations": 6 + } + }, + "126": { + "id": 126, + "name": "\u0420\u043e\u0437\u044b\u0441\u043a \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044f", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 125, + "1": 122 + } + }, + "prerequisites": { + "police_stations": 6 + } + }, + "127": { + "id": 127, + "name": "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u0445\u0443\u043b\u0438\u0433\u0430\u043d\u043e\u0432", + "place": null, + "average_credits": 2200, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "expansion_missions_ids": { + "0": 128, + "1": 125 + }, + "max_possible_prisoners": 2, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 4 + } + }, + "128": { + "id": 128, + "name": "\u0413\u0440\u0443\u043f\u043f\u043e\u0432\u0430\u044f \u0434\u0440\u0430\u043a\u0430", + "place": null, + "average_credits": 3000, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 7, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 5, + "max_possible_prisoners": 4, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "129": { + "id": 129, + "name": "\u041f\u0440\u043e\u0434\u0430\u0436\u0430 \u043d\u0430\u0440\u043a\u043e\u0442\u0438\u043a\u043e\u0432", + "place": null, + "average_credits": 1500, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 122 + }, + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "130": { + "id": 130, + "name": "\u041e\u0433\u0440\u0430\u0431\u043b\u0435\u043d\u0438\u0435 \u0410\u0417\u0421", + "place": "\u0410\u0432\u0442\u043e\u0437\u0430\u043f\u0440\u0430\u0432\u043a\u0430", + "average_credits": 1250, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 122, + "1": 125 + }, + "max_possible_prisoners": 3, + "swat_personnel": 12 + }, + "prerequisites": { + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "131": { + "id": 131, + "name": "\u0412\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u0435 \u043d\u0430\u043f\u0430\u0434\u0435\u043d\u0438\u0435", + "place": null, + "average_credits": 4100, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 8, + "k9": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "max_possible_prisoners": 3, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 10, + "police_helicopter_stations": 1 + } + }, + "132": { + "id": 132, + "name": "\u041e\u0445\u0440\u0430\u043d\u0430 VIP-\u043f\u0435\u0440\u0441\u043e\u043d\u044b", + "place": null, + "average_credits": 4000, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6, + "k9": 2 + }, + "chances": {}, + "additional": { + "duration": "30 \u043c\u0438\u043d\u0443\u0442", + "swat_personnel": 18, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 15 + } + }, + "133": { + "id": 133, + "name": "\u041d\u0435\u0437\u0430\u043a\u043e\u043d\u043d\u043e\u0435 \u0432\u0442\u043e\u0440\u0436\u0435\u043d\u0438\u0435", + "place": null, + "average_credits": 1250, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 125, + "1": 122 + }, + "max_possible_prisoners": 2, + "swat_personnel": 4 + }, + "prerequisites": { + "police_stations": 9, + "police_helicopter_stations": 1 + } + }, + "134": { + "id": 134, + "name": "\u041f\u043e\u043f\u044b\u0442\u043a\u0430 \u0443\u0431\u0438\u0439\u0441\u0442\u0432\u0430", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 6, + "k9": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 122 + }, + "max_possible_prisoners": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "135": { + "id": 135, + "name": "\u041e\u0433\u0440\u0430\u0431\u043b\u0435\u043d\u0438\u0435 \u043c\u0443\u0437\u0435\u044f", + "place": "\u041c\u0443\u0437\u0435\u0439", + "average_credits": 1000, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 122 + }, + "max_possible_prisoners": 3, + "swat_personnel": 6 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "147": { + "id": 147, + "name": "\u0421\u0445\u043e\u0434 \u0441 \u0440\u0435\u043b\u044c\u0441\u043e\u0432 \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0435\u0437\u0434\u0430", + "place": null, + "average_credits": 10000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "148": { + "id": 148, + "name": "\u0421\u0445\u043e\u0434 \u0441 \u0440\u0435\u043b\u044c\u0441\u043e\u0432 \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0435\u0437\u0434\u0430", + "place": "\u0416\u0435\u043b\u0435\u0437\u043d\u043e\u0434\u043e\u0440\u043e\u0436\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "average_credits": 10000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "149": { + "id": 149, + "name": "\u0421\u0445\u043e\u0434 \u0441 \u0440\u0435\u043b\u044c\u0441\u043e\u0432 \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0435\u0437\u0434\u0430", + "place": "\u0416\u0435\u043b\u0435\u0437\u043d\u043e\u0434\u043e\u0440\u043e\u0436\u043d\u044b\u0439 \u0432\u043e\u043a\u0437\u0430\u043b", + "average_credits": 10000, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "mobile_air_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0438\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "150": { + "id": 150, + "name": "\u0421\u043f\u0430\u0441\u0435\u043d\u0438\u0435 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430 \u0438\u0437 \u0442\u0440\u0430\u043d\u0448\u0435\u0438", + "place": null, + "average_credits": 2500, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "\u0425\u0438\u0440\u0443\u0440\u0433 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "151": { + "id": 151, + "name": "\u0410\u043d\u0430\u0444\u0438\u043b\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0448\u043e\u043a", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "152": { + "id": 152, + "name": "\u0422\u0440\u0430\u0432\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0431\u0435\u0433\u0443\u043d", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "153": { + "id": 153, + "name": "\u041f\u0440\u043e\u043f\u0430\u0432\u0448\u0438\u0439 \u0440\u0435\u0431\u0451\u043d\u043e\u043a", + "place": null, + "average_credits": 700, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "154": { + "id": 154, + "name": "\u041f\u043e\u0436\u0430\u0440 \u043d\u0430 \u0441\u0432\u0430\u043b\u043a\u0435", + "place": "\u0421\u0432\u0430\u043b\u043a\u0430", + "average_credits": 3500, + "generated_by": "\u041f\u043e\u0436\u0430\u0440\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "155": { + "id": 155, + "name": "\u041d\u0435\u0437\u0430\u043a\u043e\u043d\u043d\u043e\u0435 \u0432\u043b\u0430\u0434\u0435\u043d\u0438\u0435 \u043e\u0440\u0443\u0436\u0438\u0435\u043c", + "place": null, + "average_credits": 2500, + "generated_by": "\u041f\u043e\u043b\u0438\u0446\u0435\u0439\u0441\u043a\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u043e\u043a", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.sk_SK.json b/modules/lss-missionHelper/missions.sk_SK.json new file mode 100644 index 000000000..377373429 --- /dev/null +++ b/modules/lss-missionHelper/missions.sk_SK.json @@ -0,0 +1,1822 @@ +{ + "0": { + "id": 0, + "name": "Po\u017eiar ko\u0161a", + "place": "Autobusov\u00e1 zast\u00e1vka", + "average_credits": 110, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Po\u017eiar kontajnera", + "place": null, + "average_credits": 170, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Horiace auto", + "place": null, + "average_credits": 370, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Horiaca motorka", + "place": null, + "average_credits": 340, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Horiaca tr\u00e1va", + "place": null, + "average_credits": 200, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Po\u017eiar v miestnosti", + "place": null, + "average_credits": 1400, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Po\u017eiar z\u00e1hradn\u00e9ho dom\u010deka", + "place": null, + "average_credits": 600, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Horiace listy", + "place": null, + "average_credits": 210, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Po\u017eiar ve\u013ekoobjemov\u00e9ho odpadu", + "place": null, + "average_credits": 220, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Po\u017eiar bal\u00edkov slamy", + "place": null, + "average_credits": 250, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Po\u017eiar traktora", + "place": null, + "average_credits": 600, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Horiaca telef\u00f3nna b\u00fadka", + "place": null, + "average_credits": 240, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Strom na ceste", + "place": null, + "average_credits": 310, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Horiaci kami\u00f3n", + "place": null, + "average_credits": 980, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Po\u017eiar mal\u00e9ho po\u013ea", + "place": null, + "average_credits": 1000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Mal\u00fd pr\u00edrodn\u00fd po\u017eiar", + "place": "Les", + "average_credits": 1010, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Po\u017eiar karavanu", + "place": null, + "average_credits": 1100, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Horiaca po\u0161tov\u00e1 schr\u00e1nka", + "place": null, + "average_credits": 340, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Hromada krovinat\u00e9ho porastu", + "place": null, + "average_credits": 700, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Horiaci pr\u00edves", + "place": null, + "average_credits": 650, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Po\u017eiar suter\u00e9nu", + "place": null, + "average_credits": 2500, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Po\u017eiar kom\u00edna", + "place": null, + "average_credits": 2400, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Po\u017eiar strechy", + "place": null, + "average_credits": 2700, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Po\u017eiar mazacieho oleja", + "place": null, + "average_credits": 1200, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Horiaca autobusov\u00e1 zast\u00e1vka", + "place": "Autobusov\u00e1 zast\u00e1vka", + "average_credits": 900, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Dopravn\u00e1 nehoda", + "place": null, + "average_credits": 1000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatol\u00f3gia" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Po\u017eiar v malom supermarkete", + "place": "Supermarket (mal\u00fd)", + "average_credits": 1500, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Po\u017eiar gar\u00e1\u017ee", + "place": null, + "average_credits": 1400, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Horiaci stroj", + "place": null, + "average_credits": 2470, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Nezn\u00e1my \u00fanik z tankera", + "place": null, + "average_credits": 5300, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "\u00danik plynu", + "place": null, + "average_credits": 400, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Po\u017eiar kozuba", + "place": null, + "average_credits": 1310, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Po\u017eiar kombajnu", + "place": null, + "average_credits": 1200, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Po\u017eiar v malom supermarkete", + "place": "Supermarket (mal\u00fd)", + "average_credits": 1500, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Po\u017eiar v nemocnici", + "place": "Nemocnica", + "average_credits": 6000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Otrava alkoholom", + "place": null, + "average_credits": null, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Bolesti hrudn\u00edka", + "place": null, + "average_credits": null, + "generated_by": "Stanovisko sanitiek", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiol\u00f3gia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Ak\u00fatna astma", + "place": null, + "average_credits": null, + "generated_by": "Stanovisko sanitiek", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Z\u00e1chvat", + "place": null, + "average_credits": null, + "generated_by": "Stanovisko sanitiek", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurol\u00f3gia" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Hor\u00fa\u010dka", + "place": null, + "average_credits": null, + "generated_by": "Stanovisko sanitiek", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Odpadnut\u00e1 osoba", + "place": null, + "average_credits": null, + "generated_by": "Stanovisko sanitiek", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatol\u00f3gia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Po\u017eiar autoservisu", + "place": "Autoservis", + "average_credits": 6000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Odpadnut\u00e1 osoba", + "place": null, + "average_credits": null, + "generated_by": "Stanovisko sanitiek", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatol\u00f3gia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Odpadnut\u00e1 osoba", + "place": null, + "average_credits": null, + "generated_by": "Stanovisko sanitiek", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatol\u00f3gia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Kr\u00e1de\u017e v obchode", + "place": "Supermarket (mal\u00fd)", + "average_credits": 100, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Kr\u00e1de\u017e v obchode", + "place": "Supermarket (ve\u013ek\u00fd)", + "average_credits": 100, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Po\u0161kodenie zaparkovan\u00e9ho vozidla", + "place": "Supermarket (mal\u00fd)", + "average_credits": 120, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Po\u0161kodenie zaparkovan\u00e9ho vozidla", + "place": "Supermarket (ve\u013ek\u00fd)", + "average_credits": 120, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Vl\u00e1manie", + "place": "N\u00e1kladn\u00e9 n\u00e1dra\u017edie", + "average_credits": 150, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Vreckov\u00e1 kr\u00e1de\u017e", + "place": "Park", + "average_credits": 150, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "\u010cierny pasa\u017eier", + "place": "Autobusov\u00e1 zast\u00e1vka", + "average_credits": 120, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "\u010cierny pasa\u017eier", + "place": "Zast\u00e1vka elektri\u010dky", + "average_credits": 120, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "\u010cierny pasa\u017eier", + "place": "Vlakov\u00e1 stanica (region\u00e1lna prem\u00e1vka)", + "average_credits": 120, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "\u010cierny pasa\u017eier", + "place": "Vlakov\u00e1 stanica (region\u00e1lna prem\u00e1vka a jazdy na ve\u013ek\u00e9 vzdialenosti)", + "average_credits": 120, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Po\u0161kodenie zaparkovan\u00e9ho vozidla", + "place": "N\u00e1kupn\u00e9 centrum", + "average_credits": 120, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Bitka", + "place": null, + "average_credits": 700, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatol\u00f3gia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "V\u00fdtr\u017en\u00edk", + "place": null, + "average_credits": 500, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Neohl\u00e1sen\u00e1 demon\u0161tr\u00e1cia", + "place": null, + "average_credits": 10020, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Po\u017eiar v kuchyni", + "place": null, + "average_credits": 1000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Z\u00e1chrana zviera\u0165a", + "place": "Farma", + "average_credits": 900, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Po\u017eiar \u0161portovej haly", + "place": "\u0160kola", + "average_credits": 2000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "61": { + "id": 61, + "name": "Hav\u00e1ria \u013eahk\u00e9ho lietadla (letisko)", + "place": "Mal\u00e9 letisko (dr\u00e1ha)", + "average_credits": 2500, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatol\u00f3gia" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 4 + } + }, + "62": { + "id": 62, + "name": "S\u0165a\u017enos\u0165 na hluk", + "place": null, + "average_credits": 400, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Prechodn\u00fd ischemick\u00fd z\u00e1chvat", + "place": null, + "average_credits": null, + "generated_by": "Stanovisko sanitiek", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurochirurgia" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Nehoda spojen\u00e1 s autobusom", + "place": null, + "average_credits": 1000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Po\u017eiar v kuchyni", + "place": null, + "average_credits": 1000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Po\u017eiar v miestnosti", + "place": null, + "average_credits": 1400, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Bitka", + "place": null, + "average_credits": 700, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatol\u00f3gia" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Po\u017eiar vo ve\u013ekom supermarkete", + "place": "Supermarket (ve\u013ek\u00fd)", + "average_credits": 3000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Nezn\u00e1my \u00fanik z tankera", + "place": null, + "average_credits": 4300, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Po\u017eiar vo ve\u013ekom supermarkete", + "place": "Supermarket (ve\u013ek\u00fd)", + "average_credits": 3000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "V\u0161eobecn\u00fd internista" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Krv\u00e1canie z nosa", + "place": null, + "average_credits": null, + "generated_by": "Stanovisko sanitiek", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "V\u0161eobecn\u00fd chirurg" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Hav\u00e1ria \u013eahk\u00e9ho lietadla", + "place": null, + "average_credits": 4000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatol\u00f3gia" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "V\u00e1\u017ena nehoda spojen\u00e1 s autobusom", + "place": null, + "average_credits": 2000, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "V\u0161eobecn\u00fd chirurg" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Ve\u013ek\u00fd po\u017eiar", + "place": null, + "average_credits": 10210, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Po\u017eiar skl\u00e1dky odpadu", + "place": "Skl\u00e1dka odpadu", + "average_credits": 3500, + "generated_by": "Hasi\u010dsk\u00e1 stanica", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "76": { + "id": 76, + "name": "Neopr\u00e1vnen\u00e9 dr\u017eanie zbran\u00ed", + "place": null, + "average_credits": 2500, + "generated_by": "Policajn\u00e1 stanica", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.sv_SE.json b/modules/lss-missionHelper/missions.sv_SE.json new file mode 100644 index 000000000..f817c7507 --- /dev/null +++ b/modules/lss-missionHelper/missions.sv_SE.json @@ -0,0 +1,3119 @@ +{ + "0": { + "id": 0, + "name": "Brand ute - soptunna", + "place": "Bussh\u00e5llplats", + "average_credits": 110, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Brand ute - container", + "place": null, + "average_credits": 170, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Brand ute - fordon, personbil", + "place": null, + "average_credits": 370, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Brand ute - fordon, motorcykel", + "place": null, + "average_credits": 340, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "Brand ute - terr\u00e4ng, gr\u00e4sbrand", + "place": null, + "average_credits": 200, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Brand i byggnad - flerfamiljshus, l\u00e4genhet", + "place": null, + "average_credits": 1400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Brand i byggnad - mindre, frist\u00e5ende", + "place": null, + "average_credits": 600, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Brand ute - l\u00f6v", + "place": null, + "average_credits": 210, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "Brand ute - sopor", + "place": null, + "average_credits": 220, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Brand ute - h\u00f6bal", + "place": null, + "average_credits": 250, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Brand ute - fordon, arbetsmaskin", + "place": null, + "average_credits": 600, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Brand ute - telefonkiosk", + "place": null, + "average_credits": 240, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Hinder p\u00e5 v\u00e4g", + "place": null, + "average_credits": 310, + "generated_by": "Brandstation", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Brand ute - fordon, lastbil", + "place": null, + "average_credits": 980, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "Brand ute - terr\u00e4ng, skogsbrand", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "Brand ute - terr\u00e4ng", + "place": "Skog", + "average_credits": 1010, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Brand ute - fordon, husvagn", + "place": null, + "average_credits": 1100, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Brand ute - postl\u00e5da", + "place": null, + "average_credits": 340, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "Brand ute - rish\u00f6g", + "place": null, + "average_credits": 700, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Brand ute - fordon, sl\u00e4pvagn", + "place": null, + "average_credits": 650, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Brand i byggnad - flerfamiljshus, k\u00e4llare", + "place": null, + "average_credits": 2500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Soteld", + "place": null, + "average_credits": 2400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "Brand i byggnad - flerfamiljshus, vind", + "place": null, + "average_credits": 2700, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Brinnande fett", + "place": null, + "average_credits": 1200, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Brand ute - busskur", + "place": "Bussh\u00e5llplats", + "average_credits": 900, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Trafikolycka - singel", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "Brand i byggnad - publik lokal, mataff\u00e4r", + "place": "Mataff\u00e4r", + "average_credits": 1500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Brand i byggnad - parkeringshus", + "place": null, + "average_credits": 1400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Brand i byggnad - industri, maskin", + "place": null, + "average_credits": 2470, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Utsl\u00e4pp farligt \u00e4mne - \u00f6vrigt", + "place": null, + "average_credits": 5300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Utsl\u00e4pp farligt \u00e4mne - gas", + "place": null, + "average_credits": 400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "Brand i byggnad - villa", + "place": null, + "average_credits": 1310, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Brand ute - fordon, sk\u00f6rdetr\u00f6ska", + "place": null, + "average_credits": 1200, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "Brand i byggnad - publik lokal, mataff\u00e4r", + "place": "Mataff\u00e4r", + "average_credits": 1500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Brand i byggnad - v\u00e5rd, sjukhus", + "place": "Sjukhus", + "average_credits": 6000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Fylleri/LOB", + "place": null, + "average_credits": null, + "generated_by": "Polisstation", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "Br\u00f6stsm\u00e4rta", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiologi" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Andningsbesv\u00e4r", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Misst\u00e4nkt stroke", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurologi" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Akut buk", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Trauma", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Brand i byggnad - industri, verkstad", + "place": "Bilverkstad", + "average_credits": 6000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Misst\u00e4nkt fraktur", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Fallolycka", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "St\u00f6ld", + "place": "Mataff\u00e4r", + "average_credits": 100, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "St\u00f6ld", + "place": "Stormarknad", + "average_credits": 100, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Trafikolycka, singel", + "place": "Mataff\u00e4r", + "average_credits": 120, + "generated_by": "Polisstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Trafikolycka", + "place": "Stormarknad", + "average_credits": 120, + "generated_by": "Polisstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "P\u00e5g\u00e5ende inbrott", + "place": "Varustation", + "average_credits": 150, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Personr\u00e5n", + "place": "Park", + "average_credits": 150, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Bedr\u00e4geri", + "place": "Bussh\u00e5llplats", + "average_credits": 120, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Bedr\u00e4geri", + "place": "Sp\u00e5rvagnsh\u00e5llplats", + "average_credits": 120, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Bedr\u00e4geri", + "place": "T\u00e5gstation (regionalt\u00e5g)", + "average_credits": 120, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Bedr\u00e4geri", + "place": "T\u00e5gstation (regional- och fj\u00e4rrt\u00e5g)", + "average_credits": 120, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Trafikolycka, singel", + "place": "K\u00f6pcentrum", + "average_credits": 120, + "generated_by": "Polisstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Br\u00e5k", + "place": null, + "average_credits": 700, + "generated_by": "Polisstation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "Misshandel", + "place": null, + "average_credits": 500, + "generated_by": "Polisstation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "Ordningslagen, demonstration", + "place": null, + "average_credits": 10020, + "generated_by": "Polisstation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Brand i byggnad - flerfamiljshus, k\u00f6k", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Djurr\u00e4ddning", + "place": "Bondg\u00e5rd", + "average_credits": 900, + "generated_by": "Brandstation", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Brand i byggnad - publik lokal, idrottshall", + "place": "Skola", + "average_credits": 2000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "Ordningslagen, ov\u00e4sen", + "place": null, + "average_credits": 400, + "generated_by": "Polisstation", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Misst\u00e4nkt stroke", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurokirurgi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Trafikolycka - singel, buss", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Brand i byggnad - flerfamiljshus, l\u00e4genhet", + "place": null, + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Brand i byggnad - radhus", + "place": null, + "average_credits": 1400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Misshandel, grov", + "place": null, + "average_credits": 700, + "generated_by": "Polisstation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "Brand i byggnad - publik lokal, stormarknad", + "place": "Stormarknad", + "average_credits": 3000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Utsl\u00e4pp farligt \u00e4mne - \u00f6vrigt", + "place": null, + "average_credits": 4300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "Brand i byggnad - publik lokal, stormarknad", + "place": "Stormarknad", + "average_credits": 3000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Bl\u00f6dning", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allm\u00e4nkirurg" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "Flygh\u00e4ndelse - varningslarm", + "place": null, + "average_credits": 4000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "Trafikolycka - flera fordon, buss", + "place": null, + "average_credits": 2000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Allm\u00e4nkirurg" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "Stor brand", + "place": null, + "average_credits": 10210, + "generated_by": "Brandstation", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Olaga hot", + "place": null, + "average_credits": 300, + "generated_by": "Polisstation", + "icons": { + "0": "/images/bus_gruen.png", + "1": "/images/bus_gelb.png", + "2": "/images/bus_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "police_stations": 2 + } + }, + "83": { + "id": 83, + "name": "Fastkl\u00e4md", + "place": null, + "average_credits": 1100, + "generated_by": "Brandstation", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "84": { + "id": 84, + "name": "L\u00f6sa f\u00f6rem\u00e5l", + "place": null, + "average_credits": 450, + "generated_by": "Brandstation", + "icons": { + "0": "/images/constructioncrane_gruen.png", + "1": "/images/constructioncrane_gelb.png", + "2": "/images/constructioncrane_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "85": { + "id": 85, + "name": "Trafikolycka - flera fordon", + "place": null, + "average_credits": 1300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 5, + "possible_patient_min": 1, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "86": { + "id": 86, + "name": "Brand ute - fordon, lastbil", + "place": null, + "average_credits": 900, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "87": { + "id": 87, + "name": "Trafikolycka - arbetsmaskin", + "place": "Bondg\u00e5rd", + "average_credits": 1000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "ambulances": 1, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 0 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Allm\u00e4nkirurg" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 3 + } + }, + "101": { + "id": 101, + "name": "Brand ute - fordon, lastfordon", + "place": null, + "average_credits": 1400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 10 + }, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "102": { + "id": 102, + "name": "Brand ute - fordon, sopbil", + "place": null, + "average_credits": 2000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 2, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "103": { + "id": 103, + "name": "Trafikolycka - motorcykel", + "place": null, + "average_credits": 2300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "104": { + "id": 104, + "name": "Utsl\u00e4pp farligt \u00e4mne - kolmonoxid", + "place": null, + "average_credits": 2300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1, + "mobile_air_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "mobile_air_vehicles": 30, + "patient_transport": 80 + }, + "additional": { + "possible_patient": 10, + "possible_patient_min": 2, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 5 + } + }, + "105": { + "id": 105, + "name": "R\u00e5n, v\u00e4pnat", + "place": null, + "average_credits": 1300, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "swat_personnel": 6, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "106": { + "id": 106, + "name": "V\u00e5ld/hot mot tj\u00e4nsteman", + "place": "Tunnelbanestation", + "average_credits": 750, + "generated_by": "Polisstation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "107": { + "id": 107, + "name": "Trafikolycka - singel, volt", + "place": null, + "average_credits": 3000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "108": { + "id": 108, + "name": "Ofri luftv\u00e4g", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "109": { + "id": 109, + "name": "Ryggtrauma", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allm\u00e4nkirurg" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "110": { + "id": 110, + "name": "Ras/skred", + "place": null, + "average_credits": 7500, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 40, + "helicopter": 10 + }, + "additional": { + "possible_patient": 8, + "possible_patient_min": 2, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 1, + "fire_stations": 5 + } + }, + "111": { + "id": 111, + "name": "Ras/skred - byggnad", + "place": null, + "average_credits": 9000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 3, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50, + "helicopter": 20 + }, + "additional": { + "possible_patient": 20, + "possible_patient_min": 8, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 1, + "fire_stations": 7 + } + }, + "112": { + "id": 112, + "name": "Allvarlig br\u00e4nnskada", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allm\u00e4nkirurg" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "113": { + "id": 113, + "name": "Skallskada", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100, + "helicopter": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Neurokirurgi" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "114": { + "id": 114, + "name": "Amputationsskada", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allm\u00e4nkirurg" + }, + "prerequisites": { + "rescue_stations": 4 + } + }, + "115": { + "id": 115, + "name": "Brand i byggnad - ladug\u00e5rd", + "place": "Bondg\u00e5rd", + "average_credits": 9000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 9, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "water_tankers": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 13 + } + }, + "116": { + "id": 116, + "name": "Ryggsm\u00e4rtor", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 80, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "117": { + "id": 117, + "name": "Brand i byggnad - skola", + "place": "Skola", + "average_credits": 1300, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "118": { + "id": 118, + "name": "Person - sv\u00e5r bel\u00e4genhet", + "place": null, + "average_credits": 650, + "generated_by": "Brandstation", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "119": { + "id": 119, + "name": "Explosion - inomhus", + "place": null, + "average_credits": 3400, + "generated_by": "Brandstation", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 2, + "mobile_command_vehicles": 1, + "police_cars": 8 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 5, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 7, + "fire_stations": 13 + } + }, + "120": { + "id": 120, + "name": "Brand i byggnad - Silo", + "place": "Silo", + "average_credits": 3000, + "generated_by": "Brandstation", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "121": { + "id": 121, + "name": "Personskada av h\u00f6gsp\u00e4nning", + "place": null, + "average_credits": 650, + "generated_by": "Brandstation", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Allm\u00e4nkirurg" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "123": { + "id": 123, + "name": "Explosion - \u00d6verh\u00e4ngande fara", + "place": null, + "average_credits": 1950, + "generated_by": "Brandstation", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 2, + "battalion_chief_vehicles": 1, + "police_cars": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1, + "fire_stations": 7 + } + }, + "124": { + "id": 124, + "name": "Kramper", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "136": { + "id": 136, + "name": "F\u00f6rs\u00f6k till rymning", + "place": null, + "average_credits": 4000, + "generated_by": "Polisstation", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 10, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 7, + "police_helicopter_stations": 1 + } + }, + "137": { + "id": 137, + "name": "F\u00f6rf\u00f6ljande", + "place": null, + "average_credits": 3000, + "generated_by": "Polisstation", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 4, + "police_helicopter_stations": 1 + } + }, + "138": { + "id": 138, + "name": "F\u00f6rsvunnen person", + "place": "Skog", + "average_credits": 4500, + "generated_by": "Polisstation", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 8, + "k9": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4, + "police_helicopter_stations": 1, + "fire_stations": 6 + } + }, + "139": { + "id": 139, + "name": "Husrannsakan", + "place": null, + "average_credits": 2000, + "generated_by": "Polisstation", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 140 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "140": { + "id": 140, + "name": "Vapenlagen", + "place": null, + "average_credits": 1500, + "generated_by": "Polisstation", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "swat_personnel": 3, + "patient_specializations": "Allm\u00e4nkirurg" + }, + "prerequisites": { + "police_stations": 8 + } + }, + "141": { + "id": 141, + "name": "Kontroll av fordon", + "place": null, + "average_credits": 1000, + "generated_by": "Polisstation", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": { + "k9": 20 + }, + "additional": { + "expansion_missions_ids": { + "0": 47 + } + }, + "prerequisites": { + "police_stations": 6 + } + }, + "142": { + "id": 142, + "name": "Ordningslagen, demonstration med tillst\u00e5nd", + "place": null, + "average_credits": 2200, + "generated_by": "Polisstation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 4, + "k9": 1 + }, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "expansion_missions_ids": {}, + "max_possible_prisoners": 2, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 6, + "police_helicopter_stations": 1 + } + }, + "143": { + "id": 143, + "name": "Ordningslagen, demonstration utan tillst\u00e5nd", + "place": null, + "average_credits": 3000, + "generated_by": "Polisstation", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 5, + "k9": 2 + }, + "chances": { + "patient_transport": 25 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "max_possible_prisoners": 25, + "swat_personnel": 3, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "144": { + "id": 144, + "name": "\u00d6verl\u00e5telse", + "place": null, + "average_credits": 1500, + "generated_by": "Polisstation", + "icons": { + "0": "/images/cannabis_gruen.png", + "1": "/images/cannabis_gelb.png", + "2": "/images/cannabis_rot.png" + }, + "requirements": { + "police_cars": 2, + "k9": 1 + }, + "chances": { + "k9": 20 + }, + "additional": { + "max_possible_prisoners": 2 + }, + "prerequisites": { + "police_stations": 6 + } + }, + "145": { + "id": 145, + "name": "\u00d6verfallslarm", + "place": null, + "average_credits": 1250, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 105 + }, + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 8, + "police_helicopter_stations": 1 + } + }, + "146": { + "id": 146, + "name": "Polis beskjuten", + "place": null, + "average_credits": 4100, + "generated_by": "Polisstation", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 8, + "k9": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "swat_personnel": 6, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 10, + "police_helicopter_stations": 1 + } + }, + "147": { + "id": 147, + "name": "Statsbes\u00f6k", + "place": null, + "average_credits": 4000, + "generated_by": "Polisstation", + "icons": { + "0": "/images/clock_gruen.png", + "1": "/images/clock_gelb.png", + "2": "/images/clock_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 6, + "k9": 2 + }, + "chances": {}, + "additional": { + "duration": "30 minuter", + "swat_personnel": 8, + "guard_mission": true + }, + "prerequisites": { + "police_stations": 15 + } + }, + "148": { + "id": 148, + "name": "Grovt r\u00e5n", + "place": null, + "average_credits": 1250, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_helicopters": 1, + "police_cars": 4, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 2, + "swat_personnel": 5 + }, + "prerequisites": { + "police_stations": 9, + "police_helicopter_stations": 1 + } + }, + "149": { + "id": 149, + "name": "F\u00f6rs\u00f6k till mord/dr\u00e5p", + "place": null, + "average_credits": 1000, + "generated_by": "Polisstation", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 9 + } + }, + "150": { + "id": 150, + "name": "Bankr\u00e5n med gisslan", + "place": "Bank", + "average_credits": 2000, + "generated_by": "Polisstation", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 12, + "k9": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3, + "swat_personnel": 6 + }, + "prerequisites": { + "police_stations": 9 + } + }, + "151": { + "id": 151, + "name": "Trafikolycka - mindre motorfordon, moped", + "place": null, + "average_credits": 750, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 65 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 1 + } + }, + "152": { + "id": 152, + "name": "Hundbett", + "place": null, + "average_credits": null, + "generated_by": "Polisstation", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 2, + "possible_patient_min": 1, + "max_possible_prisoners": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 4 + } + }, + "153": { + "id": 153, + "name": "H\u00e4stolycka", + "place": "Arena", + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 65, + "helicopter": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "154": { + "id": 154, + "name": "Upplopp - evenemang, arena", + "place": "Arena", + "average_credits": 6000, + "generated_by": "Polisstation", + "icons": { + "0": "/images/stadium_gruen.png", + "1": "/images/stadium_gelb.png", + "2": "/images/stadium_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": { + "patient_transport": 20 + }, + "additional": { + "possible_patient": 10, + "average_min_police_personnel": 24, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "police_stations": 15 + } + }, + "155": { + "id": 155, + "name": "Narkotikabrott", + "place": null, + "average_credits": 400, + "generated_by": "Polisstation", + "icons": { + "0": "/images/cannabis_gruen.png", + "1": "/images/cannabis_gelb.png", + "2": "/images/cannabis_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 3 + } + }, + "156": { + "id": 156, + "name": "Trafikolycka - vilt", + "place": "Skog", + "average_credits": 1010, + "generated_by": "Brandstation", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Traumatologi" + }, + "prerequisites": { + "rescue_stations": 4, + "police_stations": 2, + "fire_stations": 4 + } + }, + "157": { + "id": 157, + "name": "Yrsel", + "place": null, + "average_credits": null, + "generated_by": "Ambulansstation", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "expansion_missions_ids": { + "0": 38 + }, + "patient_specializations": "Inv\u00e4rtesmedicinare" + }, + "prerequisites": { + "rescue_stations": 1 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.tr_TR.json b/modules/lss-missionHelper/missions.tr_TR.json new file mode 100644 index 000000000..5d3eeea87 --- /dev/null +++ b/modules/lss-missionHelper/missions.tr_TR.json @@ -0,0 +1,2284 @@ +{ + "0": { + "id": 0, + "name": "\u00c7\u00f6p kutusu yang\u0131n\u0131", + "place": "Otob\u00fcs dura\u011f\u0131", + "average_credits": 110, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "Konteyner yang\u0131n\u0131", + "place": null, + "average_credits": 170, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "Araba yang\u0131n\u0131", + "place": null, + "average_credits": 370, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "Motosiklet yang\u0131n\u0131", + "place": null, + "average_credits": 340, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "\u00c7im yang\u0131n\u0131", + "place": null, + "average_credits": 200, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "Oda yang\u0131n\u0131", + "place": null, + "average_credits": 1400, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "Bah\u00e7e kul\u00fcbesi yang\u0131n\u0131", + "place": null, + "average_credits": 600, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "Yaprak yang\u0131n\u0131", + "place": null, + "average_credits": 210, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "\u00c7\u00f6p y\u0131\u011f\u0131n\u0131 yang\u0131n\u0131", + "place": null, + "average_credits": 220, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "Saman balyas\u0131 yang\u0131n\u0131", + "place": null, + "average_credits": 250, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "Trakt\u00f6r yang\u0131n\u0131", + "place": null, + "average_credits": 600, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "Yangin detekt\u00f6r alarmi", + "place": null, + "average_credits": 240, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "Yola d\u00fc\u015fm\u00fc\u015f a\u011fa\u00e7", + "place": null, + "average_credits": 310, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "Kamyon yang\u0131n\u0131", + "place": null, + "average_credits": 980, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "K\u00fc\u00e7\u00fck tarla yang\u0131n\u0131", + "place": null, + "average_credits": 1000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "K\u00fc\u00e7\u00fck yaban yang\u0131n\u0131", + "place": "Orman", + "average_credits": 1010, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "Karavan yang\u0131n\u0131", + "place": null, + "average_credits": 1100, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "Posta kutusu yang\u0131n\u0131", + "place": null, + "average_credits": 340, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "\u00c7al\u0131 y\u0131\u011f\u0131n\u0131", + "place": null, + "average_credits": 700, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "Dorse yang\u0131n\u0131", + "place": null, + "average_credits": 650, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "Bodrum kat\u0131 yang\u0131n\u0131", + "place": null, + "average_credits": 2500, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "Baca yang\u0131n\u0131", + "place": null, + "average_credits": 2400, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "\u00c7at\u0131 yang\u0131n\u0131", + "place": null, + "average_credits": 2700, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "Gres yang\u0131n\u0131", + "place": null, + "average_credits": 1200, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "Otob\u00fcs dura\u011f\u0131 yang\u0131n\u0131", + "place": "Otob\u00fcs dura\u011f\u0131", + "average_credits": 900, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "Trafik kazas\u0131", + "place": null, + "average_credits": 1000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "K\u00fc\u00e7\u00fck s\u00fcpermarket yang\u0131n\u0131", + "place": "S\u00fcpermarket (k\u00fc\u00e7\u00fck)", + "average_credits": 1500, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "Garaj yang\u0131n\u0131", + "place": null, + "average_credits": 1400, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "Makine yang\u0131n\u0131", + "place": null, + "average_credits": 2470, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "Yabanc\u0131 tanker s\u0131z\u0131nt\u0131s\u0131", + "place": null, + "average_credits": 5300, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "Gaz ka\u00e7a\u011f\u0131", + "place": null, + "average_credits": 400, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "\u015e\u00f6mine yang\u0131n\u0131", + "place": null, + "average_credits": 1310, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "Bi\u00e7erd\u00f6ver yang\u0131n\u0131", + "place": null, + "average_credits": 1200, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "K\u00fc\u00e7\u00fck s\u00fcpermarket yang\u0131n\u0131", + "place": "S\u00fcpermarket (k\u00fc\u00e7\u00fck)", + "average_credits": 1500, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "Hastane yang\u0131n\u0131", + "place": "Hastane", + "average_credits": 6000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "Alkol zehirlenmesi", + "place": null, + "average_credits": null, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "G\u00f6\u011f\u00fcs a\u011fr\u0131lar\u0131", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Kardiyoloji" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "Akut ast\u0131m", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "Fel\u00e7", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "N\u00f6roloji" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "Y\u00fcksek ate\u015f", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "Y\u00fcksekten d\u00fc\u015fme", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "Oto tamirhanesi yang\u0131n\u0131", + "place": "Oto tamirhanesi", + "average_credits": 6000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "Y\u00fcksekten d\u00fc\u015fme", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "Y\u00fcksekten d\u00fc\u015fme", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "Ma\u011faza h\u0131rs\u0131zl\u0131\u011f\u0131", + "place": "S\u00fcpermarket (k\u00fc\u00e7\u00fck)", + "average_credits": 100, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "Ma\u011faza h\u0131rs\u0131zl\u0131\u011f\u0131", + "place": "S\u00fcpermarket (b\u00fcy\u00fck)", + "average_credits": 100, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "Park halindeki araba kazas\u0131", + "place": "S\u00fcpermarket (k\u00fc\u00e7\u00fck)", + "average_credits": 120, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "Park halindeki araba kazas\u0131", + "place": "S\u00fcpermarket (b\u00fcy\u00fck)", + "average_credits": 120, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "Metal h\u0131rs\u0131zl\u0131\u011f\u0131", + "place": "Y\u00fck istasyonu", + "average_credits": 150, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "Yankesicilik", + "place": "Park", + "average_credits": 150, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "Ka\u00e7ak yolcu", + "place": "Otob\u00fcs dura\u011f\u0131", + "average_credits": 120, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "Ka\u00e7ak yolcu", + "place": "Tramvay dura\u011f\u0131", + "average_credits": 120, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "Ka\u00e7ak yolcu", + "place": "Tren istasyonu (b\u00f6lgesel trafik)", + "average_credits": 120, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "Ka\u00e7ak yolcu", + "place": "Tren istasyonu (b\u00f6lgesel trafik ve uzun mesafeli yolculuk)", + "average_credits": 120, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "Park halindeki araba kazas\u0131", + "place": "Al\u0131\u015fveri\u015f Merkezi", + "average_credits": 120, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "Arbede", + "place": null, + "average_credits": 700, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "G\u00f6sterici", + "place": null, + "average_credits": 500, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "\u0130zinsiz g\u00f6steri", + "place": null, + "average_credits": 10020, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "Mutfak yang\u0131n\u0131", + "place": null, + "average_credits": 1000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "Hayvan kurtarma", + "place": "\u00c7iftlik", + "average_credits": 900, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "Spor salonu yang\u0131n\u0131", + "place": "Okul", + "average_credits": 2000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "G\u00fcr\u00fclt\u00fc \u015fikayeti", + "place": null, + "average_credits": 400, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "Ge\u00e7ici \u0130skemik Atak", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Beyin Cerrahisi" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "Otob\u00fcs kazas\u0131", + "place": null, + "average_credits": 1000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "Mutfak yang\u0131n\u0131", + "place": null, + "average_credits": 1000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "Oda yang\u0131n\u0131", + "place": null, + "average_credits": 1400, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "Arbede", + "place": null, + "average_credits": 700, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "B\u00fcy\u00fck s\u00fcpermarket yang\u0131n\u0131", + "place": "S\u00fcpermarket (b\u00fcy\u00fck)", + "average_credits": 3000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "Yabanc\u0131 tanker s\u0131z\u0131nt\u0131s\u0131", + "place": null, + "average_credits": 4300, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "B\u00fcy\u00fck s\u00fcpermarket yang\u0131n\u0131", + "place": "S\u00fcpermarket (b\u00fcy\u00fck)", + "average_credits": 3000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "Burun kanamas\u0131", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Genel Cerrah" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "K\u00fc\u00e7\u00fck U\u00e7ak Kazas\u0131", + "place": null, + "average_credits": 4000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "B\u00fcy\u00fck otob\u00fcs kazas\u0131", + "place": null, + "average_credits": 2000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "Genel Cerrah" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "B\u00fcy\u00fck yang\u0131n", + "place": null, + "average_credits": 10210, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "Ara\u00e7 devrilmesi", + "place": null, + "average_credits": 3000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 1, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 4 + } + }, + "76": { + "id": 76, + "name": "Silahl\u0131 soygun", + "place": "S\u00fcpermarket (k\u00fc\u00e7\u00fck)", + "average_credits": 1300, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 5 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "police_stations": 7 + } + }, + "77": { + "id": 77, + "name": "Motosiklet Kazas\u0131", + "place": null, + "average_credits": 2300, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/icy_road_gruen.png", + "1": "/images/icy_road_gelb.png", + "2": "/images/icy_road_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "police_cars": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1, + "fire_stations": 3 + } + }, + "78": { + "id": 78, + "name": "Bo\u011fucu", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "79": { + "id": 79, + "name": "Kafeterya Yang\u0131n\u0131", + "place": "Okul", + "average_credits": 1300, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "80": { + "id": 80, + "name": "S\u0131k\u0131\u015fm\u0131\u015f da\u011fc\u0131", + "place": null, + "average_credits": 650, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "81": { + "id": 81, + "name": "G\u00f6revliye tehdit", + "place": "Metro istasyonu", + "average_credits": 750, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "82": { + "id": 82, + "name": "Ambarda yang\u0131n", + "place": "Ambar", + "average_credits": 3000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "83": { + "id": 83, + "name": "Y\u00fcksek gerilim hatt\u0131 dire\u011finde yaral\u0131 \u015fah\u0131s", + "place": null, + "average_credits": 650, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Genel Cerrah" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "84": { + "id": 84, + "name": "Saman y\u0131\u011f\u0131n\u0131 yan\u0131yor", + "place": "\u00c7iftlik", + "average_credits": 1500, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "85": { + "id": 85, + "name": "Konut bask\u0131n\u0131", + "place": null, + "average_credits": 750, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "97": { + "id": 97, + "name": "Y\u00fck treni raydan \u00e7\u0131kt\u0131", + "place": null, + "average_credits": 10000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "98": { + "id": 98, + "name": "Y\u00fck treni raydan \u00e7\u0131kt\u0131", + "place": "Tren istasyonu (b\u00f6lgesel trafik)", + "average_credits": 10000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "99": { + "id": 99, + "name": "Y\u00fck treni raydan \u00e7\u0131kt\u0131", + "place": "Tren istasyonu (b\u00f6lgesel trafik ve uzun mesafeli yolculuk)", + "average_credits": 10000, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "Travmatoloji" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "100": { + "id": 100, + "name": "Kaz\u0131 \u00e7al\u0131\u015fmas\u0131 s\u0131ras\u0131nda g\u00f6\u00e7\u00fck", + "place": null, + "average_credits": 2500, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "Genel Cerrah" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "101": { + "id": 101, + "name": "Anafilaksi", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "102": { + "id": 102, + "name": "Yaral\u0131 ko\u015fucu", + "place": null, + "average_credits": null, + "generated_by": "Ambulans \u0130stasyonu", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "103": { + "id": 103, + "name": "Kay\u0131p \u00c7ocuk araniyor", + "place": null, + "average_credits": 700, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "Genel Dahiliye" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "104": { + "id": 104, + "name": "\u00c7\u00f6pl\u00fck yaniyor", + "place": "\u00c7\u00f6pl\u00fck", + "average_credits": 3500, + "generated_by": "\u0130tfaiye \u0130stasyonu", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "105": { + "id": 105, + "name": "Yetkisiz silah bulundurma", + "place": null, + "average_credits": 2500, + "generated_by": "Polis Karakolu", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file diff --git a/modules/lss-missionHelper/missions.uk_UA.json b/modules/lss-missionHelper/missions.uk_UA.json new file mode 100644 index 000000000..79b8b930e --- /dev/null +++ b/modules/lss-missionHelper/missions.uk_UA.json @@ -0,0 +1,2176 @@ +{ + "0": { + "id": 0, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443\u0440\u043d\u0438", + "place": "\u0410\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430 \u0437\u0443\u043f\u0438\u043d\u043a\u0430", + "average_credits": 110, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "1": { + "id": 1, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430", + "place": null, + "average_credits": 170, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "2": { + "id": 2, + "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0438\u0439 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c", + "place": null, + "average_credits": 370, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27, + "1": 16, + "2": 19 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "3": { + "id": 3, + "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0438\u0439 \u043c\u043e\u0442\u043e\u0446\u0438\u043a\u043b", + "place": null, + "average_credits": 340, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 27 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "4": { + "id": 4, + "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0430 \u0442\u0440\u0430\u0432\u0430", + "place": null, + "average_credits": 200, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "5": { + "id": 5, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043f\u0440\u0438\u043c\u0456\u0449\u0435\u043d\u043d\u0456", + "place": null, + "average_credits": 1400, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "6": { + "id": 6, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0430\u0440\u0430\u0457", + "place": null, + "average_credits": 600, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "7": { + "id": 7, + "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0435 \u043b\u0438\u0441\u0442\u044f", + "place": null, + "average_credits": 210, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "8": { + "id": 8, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0441\u043c\u0456\u0442\u0442\u044f", + "place": null, + "average_credits": 220, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 20, + "1": 22, + "2": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "9": { + "id": 9, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0442\u044e\u043a\u0430 \u0441\u043e\u043b\u043e\u043c\u0438", + "place": null, + "average_credits": 250, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 14, + "1": 6 + } + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "10": { + "id": 10, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0442\u0440\u0430\u043a\u0442\u043e\u0440\u0430", + "place": null, + "average_credits": 600, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "11": { + "id": 11, + "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u0430 \u0431\u0443\u0434\u043a\u0430", + "place": null, + "average_credits": 240, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "12": { + "id": 12, + "name": "\u0414\u0435\u0440\u0435\u0432\u043e \u043d\u0430 \u0434\u043e\u0440\u043e\u0437\u0456", + "place": null, + "average_credits": 310, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/sawmill_gruen.png", + "1": "/images/sawmill_gelb.png", + "2": "/images/sawmill_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 25 + }, + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "13": { + "id": 13, + "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0430 \u0432\u0430\u043d\u0442\u0430\u0436\u0456\u0432\u043a\u0430", + "place": null, + "average_credits": 980, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "14": { + "id": 14, + "name": "\u041d\u0435\u0432\u0435\u043b\u0438\u043a\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043d\u0430 \u043f\u043e\u043b\u0456", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 15 + } + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "15": { + "id": 15, + "name": "\u041d\u0435\u0432\u0435\u043b\u0438\u043a\u0430 \u043b\u0456\u0441\u043e\u0432\u0430 \u043f\u043e\u0436\u0435\u0436\u0430", + "place": "\u041b\u0456\u0441", + "average_credits": 1010, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "16": { + "id": 16, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0430\u0432\u0442\u043e\u0434\u043e\u043c\u0456", + "place": null, + "average_credits": 1100, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "17": { + "id": 17, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043f\u043e\u0448\u0442\u043e\u0432\u043e\u0457 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0438", + "place": null, + "average_credits": 340, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "18": { + "id": 18, + "name": "\u041a\u0443\u043f\u0430 \u0445\u043c\u0438\u0437\u0443", + "place": null, + "average_credits": 700, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "19": { + "id": 19, + "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0438\u0439 \u043f\u0440\u0438\u0447\u0435\u043f", + "place": null, + "average_credits": 650, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 1 + } + }, + "20": { + "id": 20, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043f\u0456\u0434\u0432\u0430\u043b\u0456", + "place": null, + "average_credits": 2500, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "battalion_chief_vehicles": 90 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "21": { + "id": 21, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0434\u0438\u043c\u043e\u0445\u043e\u0434\u0456", + "place": null, + "average_credits": 2400, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 100 + }, + "additional": { + "expansion_missions_ids": { + "0": 22 + } + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "22": { + "id": 22, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043d\u0430 \u0434\u0430\u0445\u0443", + "place": null, + "average_credits": 2700, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "battalion_chief_vehicles": 50, + "platform_trucks": 100 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "23": { + "id": 23, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0436\u0438\u0440\u0443", + "place": null, + "average_credits": 1200, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "24": { + "id": 24, + "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0430 \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430 \u0437\u0443\u043f\u0438\u043d\u043a\u0430", + "place": "\u0410\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430 \u0437\u0443\u043f\u0438\u043d\u043a\u0430", + "average_credits": 900, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 3 + } + }, + "25": { + "id": 25, + "name": "\u0414\u0422\u041f", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": { + "patient_transport": 40 + }, + "additional": { + "possible_patient": 1, + "expansion_missions_ids": { + "0": 24, + "1": 2, + "2": 29 + }, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "fire_stations": 3 + } + }, + "26": { + "id": 26, + "name": "\u041c\u0430\u043b\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0456", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u043c\u0430\u043b\u0438\u0439)", + "average_credits": 1500, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "27": { + "id": 27, + "name": "\u041f\u043e\u0436\u0435\u0436\u0430 \u0443 \u0433\u0430\u0440\u0430\u0436\u0456", + "place": null, + "average_credits": 1400, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 4 + } + }, + "28": { + "id": 28, + "name": "\u041f\u0430\u043b\u0430\u044e\u0447\u0438\u0439 \u043c\u0435\u0445\u0430\u043d\u0456\u0437\u043c", + "place": null, + "average_credits": 2470, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 5 + } + }, + "29": { + "id": 29, + "name": "\u0412\u0438\u043b\u0438\u0432 \u0437 \u043d\u0435\u0432\u0456\u0434\u043e\u043c\u043e\u0457 \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u0438", + "place": null, + "average_credits": 5300, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 2, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "30": { + "id": 30, + "name": "\u0412\u0438\u0442\u0456\u043a \u0433\u0430\u0437\u0443", + "place": null, + "average_credits": 400, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 1 + }, + "chances": {}, + "additional": { + "allow_rw_instead_of_lf": true + }, + "prerequisites": { + "fire_stations": 1 + } + }, + "31": { + "id": 31, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043a\u0430\u043c\u0456\u043d\u0456", + "place": null, + "average_credits": 1310, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 1, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "32": { + "id": 32, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043a\u043e\u043c\u0431\u0430\u0439\u043d\u0443", + "place": null, + "average_credits": 1200, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "33": { + "id": 33, + "name": "\u041c\u0430\u043b\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0456", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u043c\u0430\u043b\u0438\u0439)", + "average_credits": 1500, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 5 + } + }, + "34": { + "id": 34, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043b\u0456\u043a\u0430\u0440\u043d\u0456", + "place": "\u041b\u0456\u043a\u0430\u0440\u043d\u044f", + "average_credits": 6000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 3, + "heavy_rescue_vehicles": 2, + "water_tankers": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 25, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 6, + "fire_stations": 10 + } + }, + "35": { + "id": 35, + "name": "\u0410\u043b\u043a\u043e\u0433\u043e\u043b\u044c\u043d\u0435 \u043e\u0442\u0440\u0443\u0454\u043d\u043d\u044f", + "place": null, + "average_credits": null, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/bar_coktail_gruen.png", + "1": "/images/bar_coktail_gelb.png", + "2": "/images/bar_coktail_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 1 + } + }, + "36": { + "id": 36, + "name": "\u0411\u0456\u043b\u044c \u0443 \u0433\u0440\u0443\u0434\u044f\u0445", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u041a\u0430\u0440\u0434\u0456\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "37": { + "id": 37, + "name": "\u0413\u043e\u0441\u0442\u0440\u0438\u0439 \u043d\u0430\u043f\u0430\u0434 \u0430\u0441\u0442\u043c\u0438", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "38": { + "id": 38, + "name": "\u041f\u0440\u0438\u043f\u0430\u0434\u043e\u043a", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u041d\u0435\u0432\u0440\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "39": { + "id": 39, + "name": "\u0416\u0430\u0440", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 90 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 3 + } + }, + "40": { + "id": 40, + "name": "\u041f\u0430\u0434\u0456\u043d\u043d\u044f \u043b\u044e\u0434\u0438\u043d\u0438", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "41": { + "id": 41, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0439\u0441\u0442\u0435\u0440\u043d\u0456", + "place": "\u0410\u0432\u0442\u043e\u043c\u0430\u0439\u0441\u0442\u0435\u0440\u043d\u044f", + "average_credits": 6000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 2, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1, + "police_cars": 2 + }, + "chances": { + "water_tankers": 40, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 2, + "police_stations": 2, + "fire_stations": 14 + } + }, + "42": { + "id": 42, + "name": "\u041f\u0430\u0434\u0456\u043d\u043d\u044f \u043b\u044e\u0434\u0438\u043d\u0438", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "43": { + "id": 43, + "name": "\u041f\u0430\u0434\u0456\u043d\u043d\u044f \u043b\u044e\u0434\u0438\u043d\u0438", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 30 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "44": { + "id": 44, + "name": "\u041a\u0440\u0430\u0434\u0456\u0436\u043a\u0430 \u0443 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0456", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u043c\u0430\u043b\u0438\u0439)", + "average_credits": 100, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "45": { + "id": 45, + "name": "\u041a\u0440\u0430\u0434\u0456\u0436\u043a\u0430 \u0443 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0456", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u0432\u0435\u043b\u0438\u043a\u0438\u0439)", + "average_credits": 100, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "46": { + "id": 46, + "name": "\u0414\u0422\u041f \u0456\u0437 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0435\u043c", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u043c\u0430\u043b\u0438\u0439)", + "average_credits": 120, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "47": { + "id": 47, + "name": "\u0414\u0422\u041f \u0456\u0437 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0435\u043c", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u0432\u0435\u043b\u0438\u043a\u0438\u0439)", + "average_credits": 120, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "48": { + "id": 48, + "name": "\u041a\u0440\u0430\u0434\u0456\u0436\u043a\u0430 \u043c\u0435\u0442\u0430\u043b\u0443 \u0437\u0456 \u0437\u043b\u0430\u043c\u043e\u043c", + "place": "\u0422\u043e\u0432\u0430\u0440\u043d\u0430 \u0441\u0442\u0430\u043d\u0446\u0456\u044f", + "average_credits": 150, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "49": { + "id": 49, + "name": "\u041a\u0438\u0448\u0435\u043d\u044c\u043a\u043e\u0432\u0430 \u043a\u0440\u0430\u0434\u0456\u0436\u043a\u0430", + "place": "\u041f\u0430\u0440\u043a", + "average_credits": 150, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 1 + } + }, + "50": { + "id": 50, + "name": "\u0411\u0435\u0437\u0431\u0456\u043b\u0435\u0442\u043d\u0438\u043a", + "place": "\u0410\u0432\u0442\u043e\u0431\u0443\u0441\u043d\u0430 \u0437\u0443\u043f\u0438\u043d\u043a\u0430", + "average_credits": 120, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "51": { + "id": 51, + "name": "\u0411\u0435\u0437\u0431\u0456\u043b\u0435\u0442\u043d\u0438\u043a", + "place": "\u0422\u0440\u0430\u043c\u0432\u0430\u0439\u043d\u0430 \u0437\u0443\u043f\u0438\u043d\u043a\u0430", + "average_credits": 120, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "52": { + "id": 52, + "name": "\u0411\u0435\u0437\u0431\u0456\u043b\u0435\u0442\u043d\u0438\u043a", + "place": "\u0417\u0430\u043b\u0456\u0437\u043d\u0438\u0447\u043d\u0430 \u0441\u0442\u0430\u043d\u0446\u0456\u044f", + "average_credits": 120, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "53": { + "id": 53, + "name": "\u0411\u0435\u0437\u0431\u0456\u043b\u0435\u0442\u043d\u0438\u043a", + "place": "\u0417\u0430\u043b\u0456\u0437\u043d\u0438\u0447\u043d\u0438\u0439 \u0432\u043e\u043a\u0437\u0430\u043b", + "average_credits": 120, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/theft_gruen.png", + "1": "/images/theft_gelb.png", + "2": "/images/theft_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "54": { + "id": 54, + "name": "\u0414\u0422\u041f \u0456\u0437 \u043f\u0440\u0438\u043f\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0435\u043c", + "place": "\u0422\u043e\u0440\u0433\u0456\u0432\u0435\u043b\u044c\u043d\u0438\u0439 \u0446\u0435\u043d\u0442\u0440", + "average_credits": 120, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "55": { + "id": 55, + "name": "\u0411\u0456\u0439\u043a\u0430", + "place": null, + "average_credits": 700, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "56": { + "id": 56, + "name": "\u0423\u0447\u0430\u0441\u043d\u0438\u043a \u0437\u0430\u0432\u043e\u0440\u0443\u0448\u0435\u043d\u044c", + "place": null, + "average_credits": 500, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "expansion_missions_ids": { + "0": 55 + }, + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 2 + } + }, + "57": { + "id": 57, + "name": "\u041d\u0435\u043e\u0433\u043e\u043b\u043e\u0448\u0435\u043d\u0430 \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0456\u044f", + "place": null, + "average_credits": 10020, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 7 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "58": { + "id": 58, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043d\u0430 \u043a\u0443\u0445\u043d\u0456", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "59": { + "id": 59, + "name": "\u041f\u043e\u0440\u044f\u0442\u0443\u043d\u043e\u043a \u0442\u0432\u0430\u0440\u0438\u043d\u0438", + "place": "\u0424\u0435\u0440\u043c\u0430", + "average_credits": 900, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/cat_gruen.png", + "1": "/images/cat_gelb.png", + "2": "/images/cat_rot.png" + }, + "requirements": { + "firetrucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 6 + } + }, + "60": { + "id": 60, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u043f\u043e\u0440\u0442\u0437\u0430\u043b\u0456", + "place": "\u0428\u043a\u043e\u043b\u0430", + "average_credits": 2000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 9 + } + }, + "62": { + "id": 62, + "name": "\u0421\u043a\u0430\u0440\u0433\u0438 \u043d\u0430 \u0448\u0443\u043c", + "place": null, + "average_credits": 400, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/dancinghall_gruen.png", + "1": "/images/dancinghall_gelb.png", + "2": "/images/dancinghall_rot.png" + }, + "requirements": { + "police_cars": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 1 + } + }, + "63": { + "id": 63, + "name": "\u0422\u0440\u0430\u043d\u0437\u0438\u0442\u043e\u0440\u043d\u0430 \u0456\u0448\u0435\u043c\u0456\u0447\u043d\u0430 \u0430\u0442\u0430\u043a\u0430", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u041d\u0435\u0439\u0440\u043e\u0445\u0456\u0440\u0443\u0440\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "64": { + "id": 64, + "name": "\u0414\u0422\u041f \u0437\u0430 \u0443\u0447\u0430\u0441\u0442\u044e \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u0430", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 2, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 8, + "fire_stations": 3 + } + }, + "65": { + "id": 65, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u043d\u0430 \u043a\u0443\u0445\u043d\u0456", + "place": null, + "average_credits": 1000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 2 + } + }, + "66": { + "id": 66, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u043f\u0440\u0438\u043c\u0456\u0449\u0435\u043d\u043d\u0456", + "place": null, + "average_credits": 1400, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 2, + "platform_trucks": 1 + }, + "chances": { + "platform_trucks": 30, + "patient_transport": 50 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "fire_stations": 2 + } + }, + "67": { + "id": 67, + "name": "\u0411\u0456\u0439\u043a\u0430", + "place": null, + "average_credits": 700, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": {}, + "additional": { + "possible_patient": 3, + "max_possible_prisoners": 2, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "police_stations": 3 + } + }, + "68": { + "id": 68, + "name": "\u0412\u0435\u043b\u0438\u043a\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0456", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u0432\u0435\u043b\u0438\u043a\u0438\u0439)", + "average_credits": 3000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "69": { + "id": 69, + "name": "\u0412\u0438\u043b\u0438\u0432 \u0437 \u043d\u0435\u0432\u0456\u0434\u043e\u043c\u043e\u0457 \u0446\u0438\u0441\u0442\u0435\u0440\u043d\u0438", + "place": null, + "average_credits": 4300, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/oil_gruen.png", + "1": "/images/oil_gelb.png", + "2": "/images/oil_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 2, + "heavy_rescue_vehicles": 2, + "hazmat_vehicles": 1, + "police_cars": 3 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "police_stations": 2, + "fire_stations": 13 + } + }, + "70": { + "id": 70, + "name": "\u0412\u0435\u043b\u0438\u043a\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0443 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0456", + "place": "\u0421\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442 (\u0432\u0435\u043b\u0438\u043a\u0438\u0439)", + "average_credits": 3000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 6, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "police_cars": 1 + }, + "chances": { + "water_tankers": 20, + "patient_transport": 30 + }, + "additional": { + "possible_patient": 6, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 2, + "fire_stations": 8 + } + }, + "71": { + "id": 71, + "name": "\u041a\u0440\u043e\u0432\u043e\u0442\u0435\u0447\u0430 \u0437 \u043d\u043e\u0441\u0443", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": {}, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0425\u0456\u0440\u0443\u0440\u0433 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "72": { + "id": 72, + "name": "\u041a\u0430\u0442\u0430\u0441\u0442\u0440\u043e\u0444\u0430 \u043b\u0435\u0433\u043a\u043e\u043c\u043e\u0442\u043e\u0440\u043d\u043e\u0433\u043e \u043b\u0456\u0442\u0430\u043a\u0430", + "place": null, + "average_credits": 4000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/planecrash_gruen.png", + "1": "/images/planecrash_gelb.png", + "2": "/images/planecrash_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 1, + "water_tankers": 1, + "hazmat_vehicles": 1 + }, + "chances": { + "hazmat_vehicles": 50, + "patient_transport": 60 + }, + "additional": { + "possible_patient": 4, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 13 + } + }, + "73": { + "id": 73, + "name": "\u0421\u0435\u0440\u0439\u043e\u0437\u043d\u0430 \u0414\u0422\u041f \u0437\u0430 \u0443\u0447\u0430\u0441\u0442\u044e \u0430\u0432\u0442\u043e\u0431\u0443\u0441\u0430", + "place": null, + "average_credits": 2000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/caraccident_gruen.png", + "1": "/images/caraccident_gelb.png", + "2": "/images/caraccident_rot.png" + }, + "requirements": { + "firetrucks": 4, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 80 + }, + "additional": { + "possible_patient": 12, + "patient_specializations": "\u0425\u0456\u0440\u0443\u0440\u0433 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 8, + "police_stations": 2, + "fire_stations": 5 + } + }, + "74": { + "id": 74, + "name": "\u0412\u0435\u043b\u0438\u043a\u0435 \u0437\u0430\u0439\u043c\u0430\u043d\u043d\u044f", + "place": null, + "average_credits": 10210, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/blast_gruen.png", + "1": "/images/blast_gelb.png", + "2": "/images/blast_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 3, + "platform_trucks": 2, + "heavy_rescue_vehicles": 2, + "water_tankers": 2 + }, + "chances": {}, + "additional": { + "only_alliance_mission": true + }, + "prerequisites": {} + }, + "75": { + "id": 75, + "name": "\u041a\u0430\u0432'\u044f\u0440\u043d\u044f \u0443 \u0432\u043e\u0433\u043d\u0456", + "place": "\u0428\u043a\u043e\u043b\u0430", + "average_credits": 1300, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1 + }, + "chances": { + "patient_transport": 50 + }, + "additional": { + "possible_patient": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 2, + "fire_stations": 6 + } + }, + "76": { + "id": 76, + "name": "\u0417\u0430\u0441\u0442\u0440\u044f\u0433\u043b\u0438\u0439 \u0430\u043b\u044c\u043f\u0456\u043d\u0456\u0441\u0442", + "place": null, + "average_credits": 650, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "platform_trucks": 50 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_at_end_of_mission": true, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "77": { + "id": 77, + "name": "\u041d\u0430\u0441\u0438\u043b\u044c\u0441\u0442\u0432\u043e \u0441\u043b\u0443\u0436\u0431\u043e\u0432\u0456\u0439 \u043e\u0441\u043e\u0431\u0456", + "place": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u043c\u0435\u0442\u0440\u043e", + "average_credits": 750, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/baseball_gruen.png", + "1": "/images/baseball_gelb.png", + "2": "/images/baseball_rot.png" + }, + "requirements": { + "police_cars": 2 + }, + "chances": {}, + "additional": { + "possible_patient": 1, + "max_possible_prisoners": 2, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 4 + } + }, + "78": { + "id": 78, + "name": "\u0421\u043f\u0430\u043b\u0430\u0445 \u0441\u0438\u043b\u043e\u0441\u0430", + "place": "\u0421\u0438\u043b\u043e\u0441", + "average_credits": 3000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 8, + "battalion_chief_vehicles": 2, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "79": { + "id": 79, + "name": "\u041f\u043e\u0441\u0442\u0440\u0430\u0436\u0434\u0430\u043b\u0438\u0439 \u043d\u0430 \u043b\u0456\u043d\u0456\u0457 \u0432\u0438\u0441\u043e\u043a\u043e\u0432\u043e\u043b\u044c\u0442\u043d\u0438\u0445 \u043f\u0435\u0440\u0435\u0434\u0430\u0447", + "place": null, + "average_credits": 650, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/climbing_gruen.png", + "1": "/images/climbing_gelb.png", + "2": "/images/climbing_rot.png" + }, + "requirements": { + "firetrucks": 1, + "platform_trucks": 1, + "heavy_rescue_vehicles": 1 + }, + "chances": { + "patient_transport": 60 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0425\u0456\u0440\u0443\u0440\u0433 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 1, + "fire_stations": 4 + } + }, + "80": { + "id": 80, + "name": "\u0417\u0430\u0439\u043c\u0430\u043d\u043d\u044f \u0442\u044e\u043a\u0430 \u0441\u043e\u043b\u043e\u043c\u0438", + "place": "\u0424\u0435\u0440\u043c\u0430", + "average_credits": 1500, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "water_tankers": 1 + }, + "chances": {}, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "81": { + "id": 81, + "name": "\u0420\u0435\u0439\u0434 \u043f\u043e\u043b\u0456\u0446\u0456\u0457 \u043d\u0430 \u0436\u0438\u0442\u043b\u043e\u0432\u0438\u0439 \u0440\u0430\u0439\u043e\u043d", + "place": null, + "average_credits": 750, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 3 + }, + "prerequisites": { + "police_stations": 4 + } + }, + "93": { + "id": 93, + "name": "\u0421\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0442\u044f\u0433\u0430 \u0437 \u0440\u0435\u0439\u043e\u043a", + "place": null, + "average_credits": 10000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "94": { + "id": 94, + "name": "\u0421\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0442\u044f\u0433\u0430 \u0437 \u0440\u0435\u0439\u043e\u043a", + "place": "\u0417\u0430\u043b\u0456\u0437\u043d\u0438\u0447\u043d\u0430 \u0441\u0442\u0430\u043d\u0446\u0456\u044f", + "average_credits": 10000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "95": { + "id": 95, + "name": "\u0421\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u043e\u0442\u044f\u0433\u0430 \u0437 \u0440\u0435\u0439\u043e\u043a", + "place": "\u0417\u0430\u043b\u0456\u0437\u043d\u0438\u0447\u043d\u0438\u0439 \u0432\u043e\u043a\u0437\u0430\u043b", + "average_credits": 10000, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 10, + "battalion_chief_vehicles": 2, + "platform_trucks": 4, + "heavy_rescue_vehicles": 4, + "hazmat_vehicles": 2, + "police_cars": 2 + }, + "chances": { + "patient_transport": 100 + }, + "additional": { + "possible_patient": 4, + "possible_patient_min": 0, + "patient_specializations": "\u0422\u0440\u0430\u0432\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 3, + "fire_stations": 15 + } + }, + "96": { + "id": 96, + "name": "\u041f\u043e\u0440\u044f\u0442\u0443\u043d\u043e\u043a \u0456\u0437 \u0442\u0440\u0430\u043d\u0448\u0435\u0457", + "place": null, + "average_credits": 2500, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 3, + "battalion_chief_vehicles": 1, + "heavy_rescue_vehicles": 2, + "police_cars": 1 + }, + "chances": {}, + "additional": { + "possible_patient": 4, + "possible_patient_min": 2, + "patient_specializations": "\u0425\u0456\u0440\u0443\u0440\u0433 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 3, + "police_stations": 1, + "fire_stations": 5 + } + }, + "97": { + "id": 97, + "name": "\u0410\u043d\u0430\u0444\u0456\u043b\u0430\u043a\u0442\u0438\u0447\u043d\u0438\u0439 \u0448\u043e\u043a", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 2 + } + }, + "98": { + "id": 98, + "name": "\u0422\u0440\u0430\u0432\u043c\u043e\u0432\u0430\u043d\u0438\u0439 \u0431\u0456\u0433\u0443\u043d", + "place": null, + "average_credits": null, + "generated_by": "\u0421\u0442\u0430\u043d\u0446\u0456\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "icons": { + "0": "/images/medicalstore_gruen.png", + "1": "/images/medicalstore_gelb.png", + "2": "/images/medicalstore_rot.png" + }, + "requirements": {}, + "chances": { + "patient_transport": 70 + }, + "additional": { + "possible_patient": 1, + "possible_patient_min": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 1 + } + }, + "99": { + "id": 99, + "name": "\u0417\u043d\u0438\u043a\u043d\u0435\u043d\u043d\u044f \u0434\u0438\u0442\u0438\u043d\u0438", + "place": null, + "average_credits": 700, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/zoom_gruen.png", + "1": "/images/zoom_gelb.png", + "2": "/images/zoom_rot.png" + }, + "requirements": { + "police_cars": 3 + }, + "chances": { + "patient_transport": 75 + }, + "additional": { + "possible_patient": 1, + "patient_specializations": "\u0422\u0435\u0440\u0430\u043f\u0435\u0432\u0442 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e" + }, + "prerequisites": { + "rescue_stations": 1, + "police_stations": 2 + } + }, + "100": { + "id": 100, + "name": "\u041f\u043e\u0436\u0435\u0436\u0430 \u043d\u0430 \u0437\u0432\u0430\u043b\u0438\u0449\u0456", + "place": "\u0417\u0432\u0430\u043b\u0438\u0449\u0435", + "average_credits": 3500, + "generated_by": "\u041f\u043e\u0436\u0435\u0436\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430", + "icons": { + "0": "/images/fire_gruen.png", + "1": "/images/fire_gelb.png", + "2": "/images/fire_rot.png" + }, + "requirements": { + "firetrucks": 5, + "battalion_chief_vehicles": 1, + "platform_trucks": 1, + "water_tankers": 1 + }, + "chances": { + "water_tankers": 30 + }, + "additional": {}, + "prerequisites": { + "fire_stations": 8 + } + }, + "101": { + "id": 101, + "name": "\u041d\u0435\u0437\u0430\u043a\u043e\u043d\u043d\u0435 \u0432\u043e\u043b\u043e\u0434\u0456\u043d\u043d\u044f \u0437\u0431\u0440\u043e\u0454\u044e", + "place": null, + "average_credits": 2500, + "generated_by": "\u0423\u043f\u0440\u0430\u0432\u043b\u0456\u043d\u043d\u044f \u043f\u043e\u043b\u0456\u0446\u0456\u0457", + "icons": { + "0": "/images/shooting_gruen.png", + "1": "/images/shooting_gelb.png", + "2": "/images/shooting_rot.png" + }, + "requirements": { + "police_cars": 4 + }, + "chances": {}, + "additional": { + "max_possible_prisoners": 1 + }, + "prerequisites": { + "police_stations": 8 + } + } +} \ No newline at end of file