level 8
有个mod叫做行业需求调整,增加了星冕分流器的距离,并且降低了超分流阀门、低温冷冻仓和轨道聚变射灯的需求
2022年06月18日 00点06分
6
level 7
仿照论坛大佬改的代码,生成一个星冕分流器
runcode PlanetAPI star = ((StarSystemAPI) $loc).getStar(); $loc.addCustomEntity(null, null, "coronal_tap", "neutral").setCircularOrbitPointingDown(star, VectorUtils.getAngle(star.getLocation(), $playerLoc), MathUtils.getDistance(star.getLocation(), $playerFleet.getLocation()), 180f);
2022年06月18日 19点06分
7
低温休眠仓也能用这个代码么,如果能请问休眠仓代码是什么?
2022年08月10日 03点08分
理论上把第一段落的coronal_tap换成休眠舱的id就行了
2022年08月10日 04点08分
@HuskarGW 哪里可以找到这些代码列表啊 data文件把地板都掀了也没找到
2022年12月24日 16点12分
@HuskarGW 我tm找到了 没在地板下在桌子上我靠 derelict_probe derelict_survey_ship derelict_mothership derelict_cryosleeper coronal_tap supply_cache weapons_cache weapons_cache_remnant weapons_cache_low weapons_cache_high equipment_cache
2022年12月24日 16点12分