Skynet-IADS icon indicating copy to clipboard operation
Skynet-IADS copied to clipboard

Create Database Entries for SAM Site Assetpack

Open walder opened this issue 1 year ago • 2 comments

create separate file the same way high digit sams was added. https://forums.eagle.ru/topic/275571-sam-sites-asset-pack-a-3d-assets-mod-to-populate-you-sam-sites-farp-and-other-bases/

walder avatar Jul 22 '22 20:07 walder

--- Start of 2SAP & Radar Dome Mod EW, and new Seek Igloo radars

['EWR P-37 Bar Lock'] = {
	['type'] = 'ewr',
	['searchRadar'] = {
	['EWR P-37 BAR LOCK'] = {
			['name'] = {
				['NATO'] = 'Bar Lock',
			},
		},
	},
	['harm_detection_chance'] = 60
},
['EWR 55G6U NEBO-U'] = {
	['type'] = 'ewr',
	['searchRadar'] = {
		['EWR 55G6U NEBO-U'] = {
			['name'] = {
				['NATO'] = '',
			},
		},
	},
	['harm_detection_chance'] = 65
},
['EWR 1L119 Nebo-SVU'] = {
	['type'] = 'ewr',
	['searchRadar'] = {
		['EWR 1L119 Nebo-SVU'] = {
			['name'] = {
				['NATO'] = '',
			},
		},
	},
	['harm_detection_chance'] = 75
},
['EWR Generic radar tower'] = {
    ['type'] = 'ewr',
    ['searchRadar'] = {
        ['EWR Generic radar tower'] = {
        },
    },
    ['name'] = {
        ['NATO'] = 'EWR Generic radar tower',
    },
    ['harm_detection_chance'] = 60
},
['RadarDomeH'] = {
    ['type'] = 'ewr',
    ['searchRadar'] = {
        ['RadarDomeH'] = {
        },
    },
    ['name'] = {
        ['NATO'] = 'RadarDomeH',
    },
    ['harm_detection_chance'] = 60
},
['RadarDomeL'] = {
    ['type'] = 'ewr',
    ['searchRadar'] = {
        ['RadarDomeL'] = {
        },
    },
    ['name'] = {
        ['NATO'] = 'RadarDomeL',
    },
    ['harm_detection_chance'] = 60
},	
['FPS-117'] = {
['type'] = 'ewr',
['searchRadar'] = {
  ['FPS-117'] = {
    ['name'] = {
      ['NATO'] = 'Seek Igloo',
    },
  },
},

['harm_detection_chance'] = 80

}, --- S-300 Pack Radars --- -- SA-21 Growler

samTypesDB['S-400'] = { ['type'] = 'complex', ['searchRadar'] = { ['S-400 96L6E mast sr'] = { ['name'] = { ['NATO'] = 'Cheese Board', }, }, ['S-400 96L6E sr'] = { ['name'] = { ['NATO'] = 'Cheese Board', }, }, ['S-400 91N6E sr'] = { ['name'] = { ['NATO'] = 'Big Bird M', }, }, }, ['trackingRadar'] = { ['S-400 92N6E mast tr'] = { ['name'] = { ['NATO'] = 'Grave Stone', }, }, ['S-400 92N6E tr'] = { ['name'] = { ['NATO'] = 'Grave Stone', }, }, }, ['misc'] = { ['S-400 55K6 cp'] = { ['required'] = true, }, }, ['launchers'] = { ['S-400 51P6A ln'] = { }, ['S-400 51P6A (9M96E2) ln'] = { }, }, ['name'] = { ['NATO'] = 'SA-21 Growler' }, ['harm_detection_chance'] = 95 } -- S-300V4

samTypesDB['S-300V4'] = { ['type'] = 'complex', ['searchRadar'] = { ['S-300V4 9S15MDE sr'] = { ['name'] = { ['NATO'] = 'Bill Board M2', }, }, ['S-300V4 9S19M-1E sr'] = { ['name'] = { ['NATO'] = 'High Screen M2', }, }, }, ['trackingRadar'] = { ['S-300V4 9S32M-1E tr'] = { ['NATO'] = 'Grill Screen M2', }, }, ['misc'] = { ['S-300V4 9S457-2E cp'] = { ['required'] = true, }, }, ['launchers'] = { ['S-300V4 9A83M-2E ln'] = { }, ['S-300V4 9A84M-2E ln'] = { }, ['S-300V4 9A82M-2E ln'] = { }, }, ['name'] = { ['NATO'] = 'SA-23B Gladiator/Giant B' }, ['harm_detection_chance'] = 95 }

-- Pantsir-SM

samTypesDB['Pantsir'] = { ['type'] = 'single', ['searchRadar'] = { ['Pantsir_SM'] = { }, }, ['launchers'] = { ['Pantsir_SM'] = { }, }, ['name'] = { ['NATO'] = 'SA-22 Greyhound', }, ['harm_detection_chance'] = 90, ['canEngageHARM'] = true

}

I can't figure out why the format is screwed up. It works in notepad++

patpatpowercat avatar Jul 22 '22 21:07 patpatpowercat

thanks!

walder avatar Jul 23 '22 09:07 walder