Regeneration: Difference between revisions

703 bytes added ,  17:55, 26 March 2021
add queries of removable effects
(minor rewording since i understand how regenera works now)
(add queries of removable effects)
Line 221: Line 221:
<div style="margin-right: 2.5em;">
<div style="margin-right: 2.5em;">


== Effects affected ==
A non-exhaustive list of effects that can be removed by regeneration.
=== Regen < 5 ===
{{#cargo_query:table=Effects
|fields =CONCAT('[[', _pageName, '{{!}}', PlainName, ']]')
|where = Type RLIKE "111[01]{24}$" AND (Type RLIKE "1[01]{13}$" OR Type RLIKE "1[01]{10}$" OR Type RLIKE "1[01]{4}$" OR Type RLIKE "1[01]{3}$" OR Type RLIKE "1[01]{2}$")
|format = ul
|columns = 3}}
=== Regen >= 5 ===
{{#cargo_query:table=Effects
|fields =CONCAT('[[', _pageName, '{{!}}', PlainName, ']]')
|where = Type RLIKE "110[01]{24}$" AND (Type RLIKE "1[01]{13}$" OR Type RLIKE "1[01]{10}$" OR Type RLIKE "1[01]{4}$" OR Type RLIKE "1[01]{3}$" OR Type RLIKE "1[01]{2}$")
|format = ul
|columns = 3}}
==Advantages & Disadvantages==
==Advantages & Disadvantages==
{{Opinion}}
{{Opinion}}