Skip to content

Commit

Permalink
Merge pull request #1997 from VT-14/No-Momentum-Reset-from-Sacrifice-…
Browse files Browse the repository at this point in the history
…Damage

Add Sacrifice to "No Impact" Damage Type Tag
  • Loading branch information
WayofTime committed Jan 22, 2024
2 parents 70457ad + a61ffff commit f41d1e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
@@ -0,0 +1,5 @@
{
"values": [
"bloodmagic:sacrifice"
]
}
Expand Up @@ -21,5 +21,6 @@ public GeneratorDamageTags(PackOutput output, CompletableFuture<HolderLookup.Pro
protected void addTags(HolderLookup.Provider provider) {
this.tag(DamageTypeTags.BYPASSES_ARMOR).add(BloodMagicDamageTypes.SACRIFICE).add(BloodMagicDamageTypes.RITUAL);
this.tag(DamageTypeTags.BYPASSES_EFFECTS).add(BloodMagicDamageTypes.SACRIFICE);
this.tag(DamageTypeTags.NO_IMPACT).add(BloodMagicDamageTypes.SACRIFICE);
}
}

0 comments on commit f41d1e0

Please sign in to comment.