적 설정
target 줄은 적을 정의합니다.
target lvl=100 resist=0.1 radius=2 pos=0,2.4 hp=999999999;
lvl은 적 레벨입니다.resist=0.1은 10% 내성입니다.radius는 히트박스 크기입니다.pos=x,y는 위치입니다.hp는 체력입니다.
다중 타깃
target lvl=100 resist=0.1 radius=2 pos=-1.8,2.4 hp=999999999;
target lvl=100 resist=0.1 radius=2 pos=1.8,2.4 hp=999999999;
입자
target lvl=100 resist=0.1 radius=2 pos=0,2.4 hp=2500000 particle_threshold=250000 particle_drop_count=1;
particle_threshold는 다음 입자 드롭까지 필요한 피해량입니다.
particle_drop_count는 드롭되는 중립 입자 수입니다.