+#% to All Resistances

This commit is contained in:
Alexander Drozdov
2024-04-03 14:53:27 +03:00
parent a878286f75
commit c89eb9ef99

View File

@@ -4,6 +4,7 @@ import { calculatedStatToFilter, FiltersCreationContext } from '../create-stat-f
import type { StatFilter } from '../interfaces'
const RESISTANCES_INFO = [
{ ref: stat('+#% to All Resistances'), elements: ['fire', 'cold', 'lightning'], chaos: true },
{ ref: stat('+#% to all Elemental Resistances'), elements: ['fire', 'cold', 'lightning'] },
{ ref: stat('+#% to Fire Resistance'), elements: ['fire'] },
{ ref: stat('+#% to Cold Resistance'), elements: ['cold'] },