Skip to main content

Sacrificial Greatsword

Practical config

Use sacrificialgreatsword in a weapon line. Aliases: sacgs

Code

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

Combo recipes

Skill reset testing

Use cooldown checks to avoid dead or illegal second skill casts.

Code

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

  • sacrificialgreatsword
  • sacgs

Params

Does not have any ability params

Fields

Does not have any fields