|
|
发表于 2025-4-11 13:57:08
|
显示全部楼层
自动化船坞 IndEvo_GachaStation
生成自动化船坞代码
runcode PlanetAPI star = ((StarSystemAPI) $loc).getStar(); $loc.addCustomEntity(null, null, "IndEvo_GachaStation", "neutral").setCircularOrbitPointingDown(star, VectorUtils.getAngle(star.getLocation(), $playerLoc), MathUtils.getDistance(star.getLocation(), $playerFleet.getLocation()), 180f); |
|