Added New Mods and Profiles Folders

This is a complete rebuild of the modpack, with all new mods and updates for 1.5.3 of Anomaly.
This commit is contained in:
2025-01-14 05:07:53 -05:00
parent 85c665b107
commit 376b4b9689
21217 changed files with 546254 additions and 0 deletions
@@ -0,0 +1,5 @@
[fortress_displays]
items = pistol_shelf_item, weapon_rack_item
factions = stalker, renegade, greh, bandit
min_supply_level = 1
amount = 1
@@ -0,0 +1,5 @@
[fun_piano]
items = piano_item
factions = stalker, bandit
min_supply_level = 2
amount = 1
@@ -0,0 +1,5 @@
[fun_radio]
items = radio_item
factions = stalker, army, killer, freedom, ecolog, dolg, bandit
min_supply_level = 1
amount = 1
@@ -0,0 +1,5 @@
[homestead_workshop]
items = workshop_item
factions = all
min_supply_level = 3
amount = 1
@@ -0,0 +1,17 @@
[nomad_lights_lamp]
items = device_gas_lamp
factions = bandit, greh, stalker, isg, renegade
min_supply_level = 1
amount = 1
[nomad_lights_torch]
items = device_metal_torch
factions = dolg, army, monolith
min_supply_level = 1
amount = 1
[nomad_lights_altar]
items = device_light_altar
factions = ecolog
min_supply_level = 3
amount = 1
@@ -0,0 +1,21 @@
[nomad_stashes_sack]
items = sumka6_item
factions = stalker, renegade, greh, bandit
min_supply_level = 1
amount = 1
[nomad_stashes_exo]
items = exo_repair_kit_item
factions = dolg, freedom, monolith, csky
min_supply_level = 1
amount = 1
[nomad_stashes_case]
items = case_item
min_supply_level = 2
amount = 1
[nomad_stashes_box]
items = blue_box_item
min_supply_level = 2
amount = 1
@@ -0,0 +1,9 @@
#include "trade_*.ltx"
; Adding new trades:
; Create a new .ltx file prefixed with 'trade_'
; Inside this file, create a unique section and add the following parameters
; - items: section of the item to add to traders, can be a list of items
; - factions: list of valid factions (defaults to 'all')
; - min_supply_level: minimum supply level (defaults to '1')
; - amount: the amount that is available (defaults to '1')