PheromoneSystem · Electric
Electric
전기 속성 페로몬 시그널 — 1틱 TTL, 월드 표면 부착
scroll

PheromoneSystem.Electric

전기 속성의 시그널을 월드 표면에 부착합니다. Electric 시그널은 1틱 이후 반드시 증발하며, 매우 짧은 생존 시간을 갖습니다.

고정 크기 Sphere · 1틱 TTL

0.5 m
shape sphere (fixed)
radius 0.5 m
TTL 1 tick

radius=0.5m와 TTL=1틱은 고정 상수입니다. 외부에서 조절할 수 없습니다.

매 틱 Electric 시그널 발신

PheromoneSystem.Electric.Spark

매 틱마다 지정된 위치에 Electric 시그널을 발생시키는 엔티티입니다.

struct Spark
{
    float3  emit;
}
emit / tick

수신 후 지연 재발신

PheromoneSystem.Electric.Relay

Electric 시그널을 수신하면, 일정 틱 이후 지정된 위치로 재발신합니다.

struct Relay
{
    shape   receive;
    float3 emit;
}
receive
shape
delay ticks