원목 검
실전 설정
사용 sapwoodblade 무기 줄에 씁니다. 별칭: sapwood
시작 설정 복사
character add weapon="sapwoodblade" refine=1 lvl=90/90;특이사항
Leaf 줍기 지연
This belongs to the Leaf weapon series. `pickup_delay` controls how many frames pass before the active character picks up the Leaf after the weapon procs.
예시 복사
bennett add weapon="sapwoodblade" refine=5 lvl=90/90 +params=[pickup_delay=60];Leaf 수동 줍기
Use the `pickup` action when you want a specific character to grab the Leaf manually instead of relying only on `pickup_delay`.
예시 복사
bennett add weapon="sapwoodblade" refine=5 lvl=90/90 +params=[pickup_delay=0];
bennett skill;
nefer pickup;Who receives the Leaf
The active character at pickup time gets the Leaf. If you need the carry to receive it, swap before the delay ends.
예시 복사
nahida skill;
bennett skill;
sleep(30);
alhaitham attack; # active before pickup_delay=60 ends콤보 예시
장착하고 실제 명중으로 테스트
무기는 보통 장착자의 명중, 스택, 교대, 반응, 시작 파라미터로 발동합니다. 실제 장착자에게 들려주고 단순한 행동 하나로 먼저 확인하세요.
장착자
무기를 든 캐릭터의 명중과 패시브 판정이 중요합니다.
추측하지 마세요
치명타, 반응, 교대, 필드 시간이 필요한 패시브는 아무 팀원 행동 하나로 확인되지 않습니다.
콤보 복사
character add weapon="sapwoodblade" refine=1 lvl=90/90;
character skill;pickup_delay 테스트
이 파라미터가 추가하거나 기다리는 프레임 수입니다. 바꾸지 않으면 기본값을 사용합니다.
+params=[...]
무기 파라미터는 무기 줄에 씁니다.
테스트 상태
시작 파라미터는 비교에 좋지만 자연스러운 램프업을 건너뛸 수 있습니다.
콤보 복사
character add weapon="sapwoodblade" refine=1 lvl=90/90 +params=[pickup_delay=10];특수 파라미터
+params=[pickup_delay=...] - 이 파라미터가 추가하거나 기다리는 프레임 수입니다. 바꾸지 않으면 기본값을 사용합니다.
명령 복사
character add weapon="sapwoodblade" refine=1 lvl=90/90 +params=[pickup_delay=10];조건용 필드
기록된 특수 항목이 없습니다.
범위 데이터
알려진 문제
이름
- sapwoodblade
- sapwood
파라미터
| 능력 | 파라미터 | 설명 |
|---|---|---|
Sapwood Blade | pickup_delay | Number of frames until the Leaf is picked up by the active character after every proc. |