Files
Divergent/mods/Arrival/gamedata/scripts/drx_da_main_loadout_mcm.script
T
Rage 255081e1ee Added New Mods; Swapped Mods and Removed Some
Removed EGUI in favor of UI Rework by Sota

Added in GTR Optimized for higher res textures, over Zone Reality Remade and removed all files that conflicted from ZRR to save storage space.
2024-03-30 06:43:01 -04:00

31 lines
437 B
Plaintext

-- Add anomaly detector to loadouts
local loadouts = new_game_loadout_injector_mcm
loadouts.add_item({
section = "detector_anomaly",
points = 150,
faction = {
"stalker",
"dolg",
"freedom",
"csky",
-- "ecolog",
"killer",
"army",
"bandit",
"monolith",
"renegade",
"greh",
"isg",
},
})
loadouts.add_item({
section = "detector_anomaly",
points = 150,
faction = {
"ecolog",
},
add_to_inventory = true,
})