mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
* vietnamwarvessels first batch
* Ship YAMLs
* aircraft yamls initial version, need more work
* initial helicopter yamls
* update aircraft yamls
* Added DDs Fletcher and Sullivans
* ship icons
* aircraft banners and icons
* no huts
* update py files to VWV v0.9.0
* update aircraft yamls, add vigilante
* added 2 ships for VWV v0.9.0
* mig-21mf yaml
* icons and banners additional units v0.9.0
* added VWV units to USA_1970 and Vietnam_1970 JSONs
* Revert "added VWV units to USA_1970 and Vietnam_1970 JSONs"
This reverts commit ed0b28dc36.
* A-1H yaml update
* mig-17 yaml update
* update helicopter yamls
* extension init
* weapon injections
* icon filenames _24 added
* removed tasks 0 from yamls
* hh2d yaml fix
* added VWV v0.9.0 to factions USA and Vietnam
* added max_range to aircraft yamls
* housekeeping
* Flyable to False - not available in mod version
* minor edits
* ignore test campaign
* deleted tasks
* weapon luas blue air
* added task numbers from task.py
* weapon luas red air
* task id numbers in comment
* switched weapon lua from aim-9J to aim-9D
* removed test campaigns
* update payload luas with payload names from flighttype.py
* Changed AIM-9D to 9B, 9D does not work
* removed air assault task for HH-2D
* Cva_31 added to runway_is_operational()
* CVA-31 added to naval_units in faction jsons
* add strike and cas tasks to ra-5c
* correct typo
* Added Armed Recon as task and payload to most a/c
* ignore pre-commit-config.yaml
* pre-commit-config
* black reformat controlpoint.py
* Added tasks to Vigilante (next to Recon) containing attack subtasks, which allow it to be scheduled for missions
* added ships to UNITS_WITH_RADAR
* remove pre-commit-config from gitignore
* added red aircraft to nva_1970 faction
* fixed black's complaint (two empty lines, should be one)
206 lines
2.8 KiB
Lua
206 lines
2.8 KiB
Lua
local unitPayloads = {
|
|
["name"]="vwv_mig17f",
|
|
["payloads"]=
|
|
{
|
|
[1]=
|
|
{
|
|
["displayName"]="Retribution BARCAP",
|
|
["name"]="Retribution BARCAP",
|
|
["pylons"]=
|
|
{
|
|
[1]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=3
|
|
},
|
|
[2]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=4
|
|
}
|
|
},
|
|
["tasks"]=
|
|
{
|
|
[1]=11,
|
|
[2]=10
|
|
}
|
|
},
|
|
[2]=
|
|
{
|
|
["displayName"]="Retribution Strike",
|
|
["name"]="Retribution Strike",
|
|
["pylons"]=
|
|
{
|
|
[1]=
|
|
{
|
|
["CLSID"]="{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
|
|
["num"]=1
|
|
},
|
|
[2]=
|
|
{
|
|
["CLSID"]="{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
|
|
["num"]=2
|
|
}
|
|
},
|
|
["tasks"]=
|
|
{
|
|
[1]=32,
|
|
[2]=33
|
|
}
|
|
},
|
|
[3]=
|
|
{
|
|
["displayName"]="Retribution CAS",
|
|
["name"]="Retribution CAS",
|
|
["pylons"]=
|
|
{
|
|
[1]=
|
|
{
|
|
["CLSID"]="B-8M1 - 20 S-8OFP2",
|
|
["num"]=1
|
|
},
|
|
[2]=
|
|
{
|
|
["CLSID"]="B-8M1 - 20 S-8OFP2",
|
|
["num"]=2
|
|
}
|
|
},
|
|
["tasks"]=
|
|
{
|
|
[1]=31
|
|
}
|
|
},
|
|
[4]=
|
|
{
|
|
["displayName"]="Retribution BAI",
|
|
["name"]="Retribution BAI",
|
|
["pylons"]=
|
|
{
|
|
[1]=
|
|
{
|
|
["CLSID"]="B-8M1 - 20 S-8OFP2",
|
|
["num"]=1
|
|
},
|
|
[2]=
|
|
{
|
|
["CLSID"]="B-8M1 - 20 S-8OFP2",
|
|
["num"]=2
|
|
}
|
|
},
|
|
["tasks"]=
|
|
{
|
|
[1]=32,
|
|
[2]=33
|
|
}
|
|
},
|
|
[5]=
|
|
{
|
|
["displayName"]="Retribution TARCAP",
|
|
["name"]="Retribution TARCAP",
|
|
["pylons"]=
|
|
{
|
|
[1]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=3
|
|
},
|
|
[2]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=4
|
|
}
|
|
},
|
|
["tasks"]=
|
|
{
|
|
[1]=11
|
|
}
|
|
},
|
|
[6]=
|
|
{
|
|
["displayName"]="Retribution Escort",
|
|
["name"]="Retribution Escort",
|
|
["pylons"]=
|
|
{
|
|
[1]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=3
|
|
},
|
|
[2]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=4
|
|
}
|
|
},
|
|
["tasks"]=
|
|
{
|
|
[1]=18
|
|
}
|
|
},
|
|
[7]=
|
|
{
|
|
["displayName"]="Retribution Fighter sweep",
|
|
["name"]="Retribution Fighter sweep",
|
|
["pylons"]=
|
|
{
|
|
[1]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=3
|
|
},
|
|
[2]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=4
|
|
}
|
|
},
|
|
["tasks"]=
|
|
{
|
|
[1]=19
|
|
}
|
|
},
|
|
[8]=
|
|
{
|
|
["displayName"]="Retribution Armed Recon",
|
|
["name"]="Retribution Armed Recon",
|
|
["pylons"]=
|
|
{
|
|
[1]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=3
|
|
},
|
|
[2]=
|
|
{
|
|
["CLSID"]="PTB400_MIG15",
|
|
["num"]=4
|
|
}
|
|
},
|
|
["tasks"]=
|
|
{
|
|
[1]=11,
|
|
[2]=10
|
|
}
|
|
}
|
|
},
|
|
["unitType"]="vwv_mig17f"
|
|
}
|
|
return unitPayloads
|
|
--
|
|
-- from task.py --
|
|
-- SEAD: id = 29
|
|
-- CAS: id = 31
|
|
-- GroundAttack: id = 32
|
|
-- PinpointStrike: id = 33
|
|
-- RunwayAttack: id = 34
|
|
-- AntishipStrike: id = 30
|
|
-- CAP: id = 11
|
|
-- Intercept: id = 10
|
|
-- FighterSweep: id = 19
|
|
-- Escort: id = 18
|
|
-- Reconnaissance: id = 17
|
|
-- AFAC: id = 16
|
|
-- AWACS: id = 14
|
|
-- Transport: id = 35
|
|
-- Refueling: id = 13
|
|
-- Nothing: id = 15 |