Factorio

Factorio

檢視統計資料:
Lt Derp 2018 年 1 月 1 日 上午 6:00
Nuclear Reactors now have code for Meltdowns (Reactor Death Explosion)
*Edit If a reactor dies, everything within a 35 cell radius is hit by the explosion, build your reactors away from the generators

Not sure if this has been noticed by others yet, starting at line 11141 of entities.lua:

meltdown_action =
{
type = "direct",
action_delivery =
{
type = "instant",
target_effects =
{
{
repeat_count = 100,
type = "create-trivial-smoke",
smoke_name = "nuclear-smoke",
offset_deviation = {{-1, -1}, {1, 1}},
slow_down_factor = 1,
starting_frame = 3,
starting_frame_deviation = 5,
starting_frame_speed = 0,
starting_frame_speed_deviation = 5,
speed_from_center = 0.5,
speed_deviation = 0.2
},
{
type = "create-entity",
entity_name = "explosion"
},
{
type = "damage",
damage = {amount = 400, type = "explosion"}
},
{
type = "create-entity",
entity_name = "small-scorchmark",
check_buildability = true
},
{
type = "nested-result",
action =
{
type = "area",
target_entities = false,
repeat_count = 2000,
radius = 35,
action_delivery =
{
type = "projectile",
projectile = "atomic-bomb-wave",
starting_speed = 0.5
}
}
}
}
}
},
最後修改者:Lt Derp; 2018 年 1 月 1 日 下午 3:37
< >
目前顯示第 16-23 則留言,共 23
Ryan 2018 年 1 月 1 日 下午 2:33 
A nuclear meltdown does not result in a nuclear explosion. There is this idea that an atomic bomb will go off when a nuclear plant melts down. It's just not true.
BitterSwede 2018 年 1 月 1 日 下午 2:36 
Not so sure it was "scrapped" for 0.16 per se, I think it's rather that 0.16 was pushed out as a Christmas gift for us even though it wasn't complete yet, so we could get to play with the new stuff (HD textures, artillery etc.) over the holidays.
May be implemented in a patch or in 0.17 still.
stlyau 2018 年 1 月 1 日 下午 2:38 
引用自 KatherineOfSky
引用自 stlyau

Who says? If it's built right, there's not shortage of fuel.
It may be a reference to the higher UPS usage of Nuclear versus Solar. (Solar is preferred for megabases).

Eh, I'm unconventional then in my attempts to upscale. But I can see your point, as I've seen how Solar extravagent you are in your videos.
MoDon 2018 年 1 月 1 日 下午 11:26 
Even if they don't put in the operational meltdown, they could have it fail due to physical damage from biters and cause all kinds of long term problems in the meltdown radius.

Just saying.
Ultra 2018 年 1 月 2 日 上午 5:38 
a good way to implement nuclear meltdown is to make it so that when a nuclear power plant overheats it catches fire and after a while it creates a small explosion. This explosion releases insane ammounts of pollution.
Mike 2018 年 1 月 2 日 上午 8:33 
引用自 MoDon
Even if they don't put in the operational meltdown, they could have it fail due to physical damage from biters and cause all kinds of long term problems in the meltdown radius.

Just saying.

I think a cool approach would be to let the heat raise and if not cooled off suffichently (water converted to steam) it could melt down nicely or go into an hydrogen explotion causing insane amonth of polution due to the resulting radioactive cloud that wont make the biters that happy. Perhaps add a bump to the evolution while at it, alot of evolution have happened due to radiation after all (even background radiation...)
最後修改者:Mike; 2018 年 1 月 2 日 上午 8:34
MoDon 2018 年 1 月 2 日 下午 4:44 
引用自 Rantoc
引用自 MoDon
Even if they don't put in the operational meltdown, they could have it fail due to physical damage from biters and cause all kinds of long term problems in the meltdown radius.

Just saying.

I think a cool approach would be to let the heat raise and if not cooled off suffichently (water converted to steam) it could melt down nicely or go into an hydrogen explotion causing insane amonth of polution due to the resulting radioactive cloud that wont make the biters that happy. Perhaps add a bump to the evolution while at it, alot of evolution have happened due to radiation after all (even background radiation...)

If you are going to take it that far, then we ought to also have the bugs undergo a nuclear mutation and become super-bugs that glow with radiation.
Doctor_Moriarty 2018 年 1 月 2 日 下午 6:23 
Well this is somewhat terrifying.
< >
目前顯示第 16-23 則留言,共 23
每頁顯示: 1530 50

張貼日期: 2018 年 1 月 1 日 上午 6:00
回覆: 23