Skip to content

Commit c156935

Browse files
author
LocalIdentity
committed
Revert "added "ignites are reflected back to you""
This reverts commit bf65e46.
1 parent bf65e46 commit c156935

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/Modules/ConfigOptions.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,6 @@ Huge sets the radius to 11.
17241724
end },
17251725
{ var = "conditionEnemyIgnited", type = "check", label = "Is the enemy ^xB97123Ignited?", ifEnemyCond = "Ignited", implyCond = "Burning", tooltip = "This also implies that the enemy is ^xB97123Burning.", apply = function(val, modList, enemyModList)
17261726
enemyModList:NewMod("Condition:Ignited", "FLAG", true, "Config", { type = "Condition", var = "Effective" })
1727-
modList:NewMod("Condition:Ignited", "FLAG", true, "Config", { type = "Condition", var = "Combat" }, { type = "Condition", var = "ReflectIgnite"})
17281727
end },
17291728
{ var = "overrideIgniteStackPotential", type = "count", label = "^xB97123Ignite^7 Stack Potential override:", ifOption = "conditionEnemyIgnited", tooltip = "Allows you to manually set the Stack Potential value for a skill.\nStack Potential equates to the number of times you are able to inflict an Ignite on an enemy before the duration of your first Ignite expires", apply = function(val, modList, enemyModList)
17301729
modList:NewMod("IgniteStackPotentialOverride", "OVERRIDE", val, "Config", { type = "Condition", var = "Effective" })

src/Modules/ModParser.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3438,7 +3438,6 @@ local specialModList = {
34383438
flag("CannotBrittle"),
34393439
flag("CannotSap"),
34403440
},
3441-
["ignites you cause are reflected back to you"] = { flag("Condition:ReflectIgnite") },
34423441
["non%-critical strikes cannot inflict ailments"] = { flag("AilmentsOnlyFromCrit") },
34433442
["flameblast and incinerate cannot inflict elemental ailments"] = {
34443443
flag("CannotIgnite", { type = "SkillName", skillNameList = { "Flameblast", "Incinerate" }, includeTransfigured = true }),

0 commit comments

Comments
 (0)