Module:AbilityTable: Difference between revisionsGive feedback
Jump to navigation
Jump to search
mNo edit summary |
m finalize(?) debuffresist table |
||
| Line 8: | Line 8: | ||
["healreduce"] = { "HealAmpReceivePenaltyPercent", "HealAmpRegenPenaltyPercent", "DisableHealing" }, | ["healreduce"] = { "HealAmpReceivePenaltyPercent", "HealAmpRegenPenaltyPercent", "DisableHealing" }, | ||
["debuffresist"] = { | ["debuffresist"] = { | ||
-- Do not insert: AbilityDuration, TickRate, SlowDuration | |||
-- they do more harm than good and include a lot of excessive abilities to the list | |||
"StunDuration", "SleepDuration", "SilenceDuration", "SilenceDebuff", | "StunDuration", "SleepDuration", "SilenceDuration", "SilenceDebuff", | ||
"PetrifyDuration", "HexDuration", "ImmobilizeDuration", "LiftDuration", | "PetrifyDuration", "HexDuration", "ImmobilizeDuration", "LiftDuration", | ||
| Line 50: | Line 52: | ||
} | } | ||
-- Listed by ability name. If adding please add a comment. | |||
-- Listed by ability name. | |||
local exclude_list = { | local exclude_list = { | ||
["debuffresist"] = { | ["debuffresist"] = { | ||
| Line 61: | Line 62: | ||
-- Unit strings appended to cell values by column name. | -- Unit strings appended to cell values by column name. | ||
local column_suffix = { | local column_suffix = { | ||
["Time Between Charges"] = "s", | ["Time Between Charges"] = "s", | ||