Module:AbilityTable/Lists: Difference between revisionsGive feedback
barrier list: match on AirDropBulletShield instead of the ability name so the renderer can read Ivy's values (with help from vergir-bot LLM) |
add Abilities that scale with Boons |
||
| (One intermediate revision by the same user not shown) | |||
| Line 137: | Line 137: | ||
"Combo", "Hotel Guest", "Paradoxical Swap", "Singularity", "Spirit Lasso", | "Combo", "Hotel Guest", "Paradoxical Swap", "Singularity", "Spirit Lasso", | ||
}, | }, | ||
-- Abilities that scale with Boons | |||
["scalingboon"] = { | |||
"Scale.Type:power_increase", | |||
}, | |||
-- Abilities that scale with ability duration | -- Abilities that scale with ability duration | ||
| Line 151: | Line 156: | ||
["scalingcooldown"] = { | ["scalingcooldown"] = { | ||
"Scale.Type:cooldown", | "Scale.Type:cooldown", | ||
}, | |||
-- Abilities that scale with spirit | |||
["scalingspirit"] = { | |||
"Scale.Type:spirit", | |||
}, | }, | ||