Alcohol, Tobacco, Firearms, Explosives, Lasers, Plasmas and Nukes (ATFELPN)


Manufacture the titular items for self-defense, recreational or money-making purposes. Trade manufactured weapons and items for resources. Compatible with Bob's ores and metals (Actually not for now as Bob's mods haven't updated to 2.0 yet.)

Content
3 months ago
1.1 - 2.0
3.45K
Combat Manufacturing

g SpaceAge Combability

4 months ago
(updated 4 months ago)

Hello Atlas,
currently the recycling receips are changed to scrap the item into cash, so its not Space Age compatible,
I like your detail dedication to this mod, please check if you can make it work the the DLC.

4 months ago

Seems like the recycling is default to the trading recipes. I need to find a way to make it not do that.

I haven't made it that far into the game though. Thanks for pointing it out.

a month ago

auto_recycle=false,

{
type = "recipe",
name = "ATF-buy-solid",
category = "ATF-trade",
subgroup = "ATF-buying",
energy_required = 5,
auto_recycle=false,
enabled = true,
ingredients =
    {
        {type = "item", name = "ATF-cash",amount =  1}
    },

    results = 
    {
        {type = "item", name = "solid-fuel", amount = 20},
    },
},

Add it like that under Buying

Also as a suggestion for more compatibility
Append
-magazine
to the end of your ammo categories
"545x39-magazine"
This will increase your compatibility with other mods.

New response