Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
656702160
加你好友了
你搜索一下“萝卜”,应该有
因为本体没有辐射这个,你可以用另外一个mod,也是修改萝卜的
请10月10日之前订阅过该MOD的玩家,将本地文件删除后,重新下载更新后的MOD,否则将造成种植后的冰萝卜,依旧存在辐射。(如果不知道本地文件位置,只需要取消订阅,启动一下游戏,再重新订阅即可。)
Players who subscribed to the MOD before October 10th are requested to delete the local files and re-download the updated MOD, otherwise the frozen radish will be planted and still have radiation.
private void OnReplanted(object data = null)
{
ReceptacleMonitor component = base.GetComponent<ReceptacleMonitor>();
if (component == null)
{
return;
}
ElementConsumer component2 = base.GetComponent<ElementConsumer>();
if (component.Replanted)
{
component2.consumptionRate = this.consumptionRate;
}
else
{
component2.consumptionRate = this.consumptionRate * 0.25f;
}
if (this.radiationEmitter != null)
{
this.radiationEmitter.emitRads = 333f;
this.radiationEmitter.Refresh();
}
}
希望大佬抽空修复一下,谢谢!