Skip to main content

Sacrificial Sword

Practical config

Use sacrificialsword in a weapon line. Aliases: sacsword

Code

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

Combo recipes

Skill reset testing

Use cooldown checks to confirm the reset before casting the second skill.

Code

xingqiu add weapon="sacrificialsword" refine=5 lvl=90/90;
xingqiu skill;
if .xingqiu.skill.ready {
  xingqiu 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="sacrificialsword" 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

  • sacrificialsword
  • sacsword

Params

Does not have any ability params

Fields

Does not have any fields