Nerf the Portable Fusion Reactor?

Place to discuss the game balance, recipes, health, enemies mining etc.

Is the Personal Fusion Reactor overpowered?

No
41
82%
Yes
9
18%
 
Total votes: 50

User avatar
adamwong246
Fast Inserter
Fast Inserter
Posts: 148
Joined: Tue Dec 01, 2020 5:01 am
Contact:

Nerf the Portable Fusion Reactor?

Post by adamwong246 »

The PFR is the one item I actively dislike. It violates the most basic rule- the conservation of energy. It needs no fuel or sunlight, it's cheap to make and impossible to lose or destroy, all the while powering your personal drones FOR FREE. I guess it takes up a lot of space in your equipment grid but still, the PFR is way OP and even worse, feels like cheating. Not just over-powered but an item which does not match the rest of the game, either in it's form or function. Other's have noticed it's visual appearance doesn't match the tone of the game and I agree.

Solutions:
- There are already mods which give you portable burners. If you can put wood in the tank of your car, you should be able to burn it in your backpack.
- Wireless charging near dedicated charge ports, or within range of a electrical pole.

There are lots of ways to solve this that don't require us to break physics. Factorio should adhere to a strict "conservation" of "stuff". You should never get something for free- there should be a real cost for every decision. Even solar panels which give you "free" electricity are expensive and only work at daytime. Every item needs a downside in some form or the other and the PFR literally has none.
Last edited by adamwong246 on Fri Jan 29, 2021 6:22 pm, edited 1 time in total.

Koub
Global Moderator
Global Moderator
Posts: 7175
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by Koub »

I respectfully disagree with you. I think that a game change just for the sake of realism is never a good move. The only really 100 % realistic game is real life, and if it were that fun, there would be less games. Any actual game breaks realism at some point.
I'm fine with some level of realism breaking ease of use at the point where it's possible to have a power armor and the fusion reactor to power it. For whoever wants moar tedium, there's a virtual infinity of possibilities to make power armor powering as complex as one wishes. But the current vanilla is fine to me. If I really had to complain about one thing, I'd wish there was one step between portable solar panels and fusion reactor (as suggested here).
Koub - Please consider English is not my native language.

User avatar
adamwong246
Fast Inserter
Fast Inserter
Posts: 148
Joined: Tue Dec 01, 2020 5:01 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by adamwong246 »

It's not a matter of realism, it's a matter of consistency. Everything in the game adheres to the laws of the conservation of matter and energy, except in this one occasion.

foamy
Filter Inserter
Filter Inserter
Posts: 432
Joined: Mon Aug 26, 2019 4:14 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by foamy »

adamwong246 wrote:
Wed Jan 27, 2021 11:33 pm
It's not a matter of realism, it's a matter of consistency. Everything in the game adheres to the laws of the conservation of matter and energy, except in this one occasion.
Nuclear reactors don't. The neighbourhood bonus is pure magic. For that matter, solar panels are basically infinite free power, too :p

User avatar
adamwong246
Fast Inserter
Fast Inserter
Posts: 148
Joined: Tue Dec 01, 2020 5:01 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by adamwong246 »

Solar panels are SORT OF free. The only work half the time, so they indeed have a downside.
As for the nuclear neighbor bonus, you pay for the bonus by densely packing reactors. This is a serious design consideration.

If the PFR has ANY sort of downside, it is it's size. It's only really drawback is the space it takes up in the equipment grid.

User avatar
Nexarius
Filter Inserter
Filter Inserter
Posts: 271
Joined: Sat May 09, 2015 7:34 pm
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by Nexarius »

How about a uran fuelled reactor that can be refilled with the bots ? It would solve this.

MassiveDynamic
Filter Inserter
Filter Inserter
Posts: 260
Joined: Sun Sep 16, 2018 10:44 pm
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by MassiveDynamic »

Is uran a shortened form of uranium or a misspelling of urine?

I agree with one of these.

User avatar
5thHorseman
Smart Inserter
Smart Inserter
Posts: 1193
Joined: Fri Jun 10, 2016 11:21 pm
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by 5thHorseman »

adamwong246 wrote:
Wed Jan 27, 2021 11:33 pm
It's not a matter of realism, it's a matter of consistency. Everything in the game adheres to the laws of the conservation of matter and energy, except in this one occasion.
Except science packs, that cram furnaces and walls and train tracks into little packages that then vanish forever to be turned into "science points"

And robots, that need to recharge unless you pick them up manually, and then they magically recharge for free.

And burner inserters, which somehow have enough power when placed to grab some coal.

And belts, which run forever for free.

And the Engineer, who never ever needs to eat anything or sleep. And if they do eat, 1 fish can somehow instantly heal the gravest wounds.

And... :D

User avatar
NotRexButCaesar
Smart Inserter
Smart Inserter
Posts: 1120
Joined: Sun Feb 16, 2020 12:47 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by NotRexButCaesar »

Consider that the cost of the reactor is grid space, not construction material or fuel.
—Crevez, chiens, si vous n'étes pas contents!

User avatar
adamwong246
Fast Inserter
Fast Inserter
Posts: 148
Joined: Tue Dec 01, 2020 5:01 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by adamwong246 »

5thHorseman wrote:
Thu Jan 28, 2021 1:52 am

And belts, which run forever for free.
IMHO, belts should require power. Not every belt-tile need be under an electric pole, but at least one, and it should transmit power to all belt-tiles connected to it.

Did I mention I thought vanilla was too easy?

User avatar
adamwong246
Fast Inserter
Fast Inserter
Posts: 148
Joined: Tue Dec 01, 2020 5:01 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by adamwong246 »

I do feel as if I'm swimming against the tide- it seems everyone else loves the PFR.

However, I have created the following mod https://mods.factorio.com/mod/no_free_lunch. It is a very simple mod that modifies the PFR to accept burner fuel.

Code: Select all

local pfr = table.deepcopy(data.raw["generator-equipment"]["fusion-reactor-equipment"])
pfr.burner = {
  type = "burner",
  fuel_inventory_size = 10
}

data:extend{pfr}
I opted to modify the PFR, rather than create a new item, because the spidertron requires a PFR specifically and removing the PFR entirely would break this.

User avatar
5thHorseman
Smart Inserter
Smart Inserter
Posts: 1193
Joined: Fri Jun 10, 2016 11:21 pm
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by 5thHorseman »

adamwong246 wrote:
Thu Jan 28, 2021 1:59 am
5thHorseman wrote:
Thu Jan 28, 2021 1:52 am
And belts, which run forever for free.
IMHO, belts should require power.
I'd actually like to try a version of Factorio where belts needed power. And offshore pumps, maybe allow a tiny flow handwaved as surface tension, just enough to slowly start a steam engine that can then power the pump. Or give it a hand crank :D

But I don't think you can just add a power need to belts and have a good time in current Factorio. Well, maybe you could, or someone could, but I doubt the general player base would actually enjoy it. I doubt I would.

User avatar
adamwong246
Fast Inserter
Fast Inserter
Posts: 148
Joined: Tue Dec 01, 2020 5:01 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by adamwong246 »

now that you mention it, yes, you are right- offshore pumps are another source of free power.

I'll have to add that to my mod as well :D

User avatar
adamwong246
Fast Inserter
Fast Inserter
Posts: 148
Joined: Tue Dec 01, 2020 5:01 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by adamwong246 »

Also, you could probably do without belts at all! If you remove belts entirely, you'd have to make insanely long daisy chains of inserters to move your stuff around, inserters which of course require power. But it could be done!

Factorio without belts... Now I've heard of everything!


User avatar
adamwong246
Fast Inserter
Fast Inserter
Posts: 148
Joined: Tue Dec 01, 2020 5:01 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by adamwong246 »

You can laugh but someone already beat me to the idea. https://mods.factorio.com/mod/strattegic-no-belt

User avatar
ptx0
Smart Inserter
Smart Inserter
Posts: 1507
Joined: Wed Jan 01, 2020 7:16 pm
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by ptx0 »

while you are at it, make sure that super large items don't fit in your pocket. no carrying around locomotives or reactors.

User avatar
NotRexButCaesar
Smart Inserter
Smart Inserter
Posts: 1120
Joined: Sun Feb 16, 2020 12:47 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by NotRexButCaesar »

adamwong246 wrote:
Thu Jan 28, 2021 2:37 am
I do feel as if I'm swimming against the tide- it seems everyone else loves the PFR.
You shouldn’t let what other people think prevent you from having fun.

You also shouldn’t try to impose what you think on everyone else.
—Crevez, chiens, si vous n'étes pas contents!

KillerAnt
Burner Inserter
Burner Inserter
Posts: 14
Joined: Sat Jan 23, 2021 7:25 am
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by KillerAnt »

ptx0 wrote:
Thu Jan 28, 2021 3:26 am
while you are at it, make sure that super large items don't fit in your pocket. no carrying around locomotives or reactors.
Nooooo... don't take away my train train... train.
Image

Kyralessa
Filter Inserter
Filter Inserter
Posts: 442
Joined: Thu Sep 29, 2016 5:58 pm
Contact:

Re: Nerf the Portable Fusion Reactor?

Post by Kyralessa »

5thHorseman wrote:
Thu Jan 28, 2021 2:45 am
I'd actually like to try a version of Factorio where belts needed power. And offshore pumps, maybe allow a tiny flow handwaved as surface tension, just enough to slowly start a steam engine that can then power the pump. Or give it a hand crank :D
Some possibilities:

https://mods.factorio.com/mod/PoweredBelts

https://mods.factorio.com/mod/BurnerOffshorePumpUpdate

https://mods.factorio.com/mod/eradicato ... -generator

Post Reply

Return to “Balancing”