Sacrificial Fragments
Practical config
Use sacrificialfragments in a weapon line. Aliases: sacfragments, sacfrags, sacfrag
Code
character add weapon="sacrificialfragments" refine=1 lvl=90/90;Combo recipes
Skill reset testing
Use cooldown checks to avoid writing a second skill that only works when Sacrificial resets.
Code
sucrose add weapon="sacrificialfragments" refine=5 lvl=90/90;
sucrose skill;
if .sucrose.skill.ready {
sucrose skill;
}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="sacrificialfragments" refine=1 lvl=90/90;
character skill;Special params
No special entries documented.
Fields for conditions
No special entries documented.
AoE Data
No AoE data for weapon
Known issues
Does not have any known issues
Names
- sacrificialfragments
- sacfragments
- sacfrags
- sacfrag
Params
Does not have any ability params
Fields
Does not have any fields