2024-03-21 08:41:48 -04:00
|
|
|
-- Add anomaly detector to loadouts
|
|
|
|
local loadouts = new_game_loadout_injector_mcm
|
|
|
|
|
|
|
|
loadouts.add_item({
|
|
|
|
section = "detector_anomaly",
|
2024-03-30 06:43:01 -04:00
|
|
|
points = 150,
|
2024-03-21 08:41:48 -04:00
|
|
|
faction = {
|
|
|
|
"stalker",
|
|
|
|
"dolg",
|
|
|
|
"freedom",
|
|
|
|
"csky",
|
|
|
|
-- "ecolog",
|
|
|
|
"killer",
|
|
|
|
"army",
|
|
|
|
"bandit",
|
|
|
|
"monolith",
|
|
|
|
"renegade",
|
|
|
|
"greh",
|
|
|
|
"isg",
|
|
|
|
},
|
|
|
|
})
|
|
|
|
|
|
|
|
loadouts.add_item({
|
|
|
|
section = "detector_anomaly",
|
2024-03-30 06:43:01 -04:00
|
|
|
points = 150,
|
2024-03-21 08:41:48 -04:00
|
|
|
faction = {
|
|
|
|
"ecolog",
|
|
|
|
},
|
|
|
|
add_to_inventory = true,
|
|
|
|
})
|