Skip to main content

Moonpiercer

Practical config

Use moonpiercer in a weapon line. Aliases: None listed.

Code

character add weapon="moonpiercer" refine=1 lvl=90/90;

Special notes

Leaf pickup delay

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.

Code

xiangling add weapon="moonpiercer" refine=5 lvl=90/90 +params=[pickup_delay=60];

Manual Leaf pickup

Use `pickup` after the Dendro reaction creates the Leaf, then continue with the character that should hold the buff.

Code

xiangling add weapon="moonpiercer" refine=5 lvl=90/90 +params=[pickup_delay=0];
nahida skill;
xiangling skill;
nefer pickup;

Carry pickup timing

Delay pickup if the holder procs the Leaf, then another character should receive it.

Code

nahida skill;
xiangling skill;
sleep(30);
mavuika burst; # active before the Leaf is picked up

Combo recipes

Equip and test with one real hit

Weapons usually trigger from the holder's own hits, stacks, swaps, reactions, or starting params. Put the weapon on the real holder and test one simple action first.

Holder

The equipped character is the one whose hits and passive checks matter.

Do not assume

If the passive needs crit, reaction, swap, or field time, a random teammate action will not prove it works.

Code

character add weapon="moonpiercer" refine=1 lvl=90/90;
character skill;

Test pickup_delay

Number of frames until the Leaf is picked up by the active character after every proc.

+params=[...]

Weapon params go on the weapon line.

Testing state

Starting params are useful for comparisons, but may skip natural ramp-up.

Code

character add weapon="moonpiercer" refine=1 lvl=90/90 +params=[pickup_delay=10];

Special params

+params=[pickup_delay=...] - Number of frames until the Leaf is picked up by the active character after every proc.

Code

character add weapon="moonpiercer" refine=1 lvl=90/90 +params=[pickup_delay=10];

Fields for conditions

No special entries documented.

AoE Data

No AoE data for weapon

Known issues

Does not have any known issues

Names

  • moonpiercer

Params

AbilityParamDescription
Moonpiercerpickup_delayNumber of frames until the Leaf is picked up by the active character after every proc.

Fields

Does not have any fields