(fix/Prototypes) simplify resilience by alot
This commit is contained in:
@@ -7143,7 +7143,7 @@ Private.event_prototypes = {
|
||||
name = "resiliencerating",
|
||||
display = L["Resilience Rating"],
|
||||
type = "number",
|
||||
init = "min(GetCombatRating(CR_CRIT_TAKEN_MELEE), GetCombatRating(CR_CRIT_TAKEN_RANGED), GetCombatRating(CR_CRIT_TAKEN_SPELL))",
|
||||
init = "GetCombatRating(CR_CRIT_TAKEN_MELEE)",
|
||||
store = true,
|
||||
conditionType = "number",
|
||||
multiEntry = {
|
||||
@@ -7155,7 +7155,7 @@ Private.event_prototypes = {
|
||||
name = "resiliencepercent",
|
||||
display = L["Resilience (%)"],
|
||||
type = "number",
|
||||
init = "WeakAuras.GetResilienceDamageReduction()",
|
||||
init = "GetCombatRatingBonus(CR_CRIT_TAKEN_MELEE)",
|
||||
store = true,
|
||||
conditionType = "number",
|
||||
multiEntry = {
|
||||
|
||||
Reference in New Issue
Block a user