feat: 添加区域传送功能,模仿逆重飞船机制

This commit is contained in:
2025-12-07 18:24:21 +08:00
parent 6db39c8352
commit 1607946af8
10 changed files with 353 additions and 218 deletions

View File

@@ -5,7 +5,7 @@ namespace WulaFallenEmpire
{
public class CompProperties_MapTeleporter : CompProperties
{
public float radius = 5f;
public IntVec2 areaSize = new IntVec2(13, 13);
public int warmupTicks = 120;
public EffecterDef warmupEffecter;
public SoundDef warmupSound;