mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Added possible ground target : Oil derrick
This commit is contained in:
parent
ee137d086a
commit
8fd91e6c5c
Binary file not shown.
Binary file not shown.
@ -30,9 +30,11 @@ ABBREV_NAME = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CATEGORY_MAP = {
|
CATEGORY_MAP = {
|
||||||
|
# Special cases
|
||||||
"CARRIER": ["CARRIER"],
|
"CARRIER": ["CARRIER"],
|
||||||
"LHA": ["LHA"],
|
"LHA": ["LHA"],
|
||||||
"aa": ["AA"],
|
"aa": ["AA"],
|
||||||
|
# Buildings
|
||||||
"power": ["Workshop A", "Electric power box", "Garage small A", "Farm B", "Repair workshop", "Garage B"],
|
"power": ["Workshop A", "Electric power box", "Garage small A", "Farm B", "Repair workshop", "Garage B"],
|
||||||
"warehouse": ["Warehouse", "Hangar A"],
|
"warehouse": ["Warehouse", "Hangar A"],
|
||||||
"fuel": ["Tank", "Tank 2", "Tank 3", "Fuel tank"],
|
"fuel": ["Tank", "Tank 2", "Tank 3", "Fuel tank"],
|
||||||
@ -42,6 +44,7 @@ CATEGORY_MAP = {
|
|||||||
"factory": ["Tech combine", "Tech hangar A"],
|
"factory": ["Tech combine", "Tech hangar A"],
|
||||||
"comms": ["TV tower", "Comms tower M"],
|
"comms": ["TV tower", "Comms tower M"],
|
||||||
"oil": ["Oil platform"],
|
"oil": ["Oil platform"],
|
||||||
|
"derrick": ["Oil derrick", "Pump station", "Subsidiary structure 2"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user