Forest Regalia
Practical config
Use forestregalia in a weapon line. Aliases: regalia
Code
character add weapon="forestregalia" 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
dehya add weapon="forestregalia" refine=5 lvl=90/90 +params=[pickup_delay=60];Manual Leaf pickup
Use the `pickup` action when the Leaf exists and you want the current/called character to receive the buff.
Code
dehya add weapon="forestregalia" refine=5 lvl=90/90 +params=[pickup_delay=0];
dehya skill;
nefer pickup;Immediate pickup
Use `pickup_delay=0` when you want the current active character to pick the Leaf immediately after the proc.
Code
dehya add weapon="forestregalia" refine=5 lvl=90/90 +params=[pickup_delay=0];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="forestregalia" 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="forestregalia" 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="forestregalia" refine=1 lvl=90/90 +params=[pickup_delay=10];Fields for conditions
No special entries documented.
AoE Data
Known issues
Names
- forestregalia
- regalia
Params
| Ability | Param | Description |
|---|---|---|
Forest Regalia | pickup_delay | Number of frames until the Leaf is picked up by the active character after every proc. |