Mutations: Difference between revisions

(creation code is no more, reference NPCOnly instead)
Line 72: Line 72:


===Physical Mutations===
===Physical Mutations===
{{#cargo_query:table=Mutations|fields=CONCAT('{{(}}favilink page{{!}}',_pageName,'{{)}}')=Mutation,Cost,Description,Slots,Exclusions|where=_pageNamespace='0' AND Type = 'Physical' AND NPCOnly='0' AND Deprecated='0'|order by=Mutation ASC}}
{{#cargo_query:table=Mutations|fields=CONCAT('{{(}}favilink page{{!}}',_pageName,'{{)}}')=Mutation,Cost,Description,Slots,Exclusions|where=_pageNamespace='0' AND Type = 'Physical' AND StartingMutation='1' AND Deprecated='0'|order by=Mutation ASC}}


===Physical Defects===
===Physical Defects===
{{#cargo_query:table=Mutations|fields=CONCAT('{{(}}favilink page{{!}}',_pageName,'{{)}}')=Mutation,Cost,Description,Slots,Exclusions|where=_pageNamespace='0' AND Type = 'Physical Defect' AND NPCOnly='0' AND Deprecated='0'|order by=Mutation ASC}}
{{#cargo_query:table=Mutations|fields=CONCAT('{{(}}favilink page{{!}}',_pageName,'{{)}}')=Mutation,Cost,Description,Slots,Exclusions|where=_pageNamespace='0' AND Type = 'Physical Defect' AND StartingMutation='1' AND Deprecated='0'|order by=Mutation ASC}}


===Mental Mutations===
===Mental Mutations===
{{#cargo_query:table=Mutations|fields=CONCAT('{{(}}favilink page{{!}}',_pageName,'{{)}}')=Mutation,Cost,Description,Exclusions|where=_pageNamespace='0' AND Type = 'Mental' AND NPCOnly='0' AND Deprecated='0'|order by=Mutation ASC}}
{{#cargo_query:table=Mutations|fields=CONCAT('{{(}}favilink page{{!}}',_pageName,'{{)}}')=Mutation,Cost,Description,Exclusions|where=_pageNamespace='0' AND Type = 'Mental' AND StartingMutation='1' AND Deprecated='0'|order by=Mutation ASC}}


===Mental Defects===
===Mental Defects===
{{#cargo_query:table=Mutations|fields=CONCAT('{{(}}favilink page{{!}}',_pageName,'{{)}}')=Mutation,Cost,Description,Exclusions|where=_pageNamespace='0' AND Type = 'Mental Defect' AND NPCOnly='0' AND Deprecated='0'|order by=Mutation ASC}}
{{#cargo_query:table=Mutations|fields=CONCAT('{{(}}favilink page{{!}}',_pageName,'{{)}}')=Mutation,Cost,Description,Exclusions|where=_pageNamespace='0' AND Type = 'Mental Defect' AND StartingMutation='1' AND Deprecated='0'|order by=Mutation ASC}}


== References ==
== References ==