User:Cease/Corruption2: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 67: Line 67:
|fields=
|fields=
,CONCAT('<span class="tooltip">[[',  REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', ''),  '|',  CR.Title,  CASE WHEN CR.Subtitle IS NULL THEN '' ELSE CONCAT(', ', CR.Subtitle) END, ' (', IFNULL(CR.CollInfo,C.CollInfo), ')]]<span>[[File:', IFNULL(CR.ImageFilename,'Card_Not_Found.jpg'), ']]</span></span>')=CardName
,CONCAT('<span class="tooltip">[[',  REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', ''),  '|',  CR.Title,  CASE WHEN CR.Subtitle IS NULL THEN '' ELSE CONCAT(', ', CR.Subtitle) END, ' (', IFNULL(CR.CollInfo,C.CollInfo), ')]]<span>[[File:', IFNULL(CR.ImageFilename,'Card_Not_Found.jpg'), ']]</span></span>')=CardName
|where=CR.GameText LIKE '%resistance%'
|where=CR.Alignment = 'Shadow'
|order by={{StandardSort}}
|order by={{StandardSort}}
|limit=400
|limit=400

Revision as of 04:50, 3 January 2022

  • Synergy with archery and threat wounds
  • Synergy with spotting burdens (shotgun and other early RWs, beasterlings, stinker, sauron lotr) and anti synergy with consuming burdens (brute, DAD, also gotta do a search lol)
  • the post-Shadows thing where cards check resistance, esp Neekerbreeker
  • the small handful of -resistance effects (undead of angmar, throne of the something or another, one of the sarumans)
  • The Ring Is Mine!
  • the two cards that autocorrupt, possibly with a brief talk about the overlap between sauron discard and burdens (irresistible shadow/beckoning shadow. despair is the bad one)
  • non-nazgul wraiths
  • enduring evil in sauron threats
  • Nazgul RB pressure, esp with Twilights and morcs. also bill ferny with alt RBs
  • there's a weaker version of Desperate Defense in one of the post-Shadows cultures (it's Sense of Obligation in RW)
  • ring of savagery
  • dark fell about him bomb
  • wraith-world and the twilight world (and how they're kind of clogs without resistance becomes unbearable)


  • Gollum stuff like heavy burden and DAD's dual edge
  • northern ithilien / watcher / gollum bomb
  • mocking goblin and probably a check of BTIF orc decks to see what else they use (abiding evil? tormentors?)
  • worry, although Isengard is terrible at corruption


  • alt ring-bearers
  • the main tools to increase resistance, and how hard it is to do anything about them (reflections artifacts mainly but also the +resist ring)
  • possibly some talk about the greater prevalence of frodo in expanded but also crutching on the great ring
  • a light in his mind, and that stupid shire ale card from the last block that kills corruption stone dead. also shire countryside engines and pipeweed
  • killing frodo to switch to sam
  • Watch and Wait and the Gandalf man who removes burdens (jarnsmid)
  • also narya




Error 1054: Unknown column 'CR.Alignment' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `CR`.`_pageID` AS `cargo_backlink_page_id_CR`,`C`.`_pageID` AS `cargo_backlink_page_id_C`,CONCAT('<span class="tooltip">', `CR`.`Title`, CASE WHEN `CR`.`Subtitle` IS NULL THEN ELSE CONCAT(', ', `CR`.`Subtitle`) END, ' (', IFNULL(`CR`.`CollInfo`,`C`.`CollInfo`), ')<span>File:', IFNULL(`CR`.`ImageFilename`,'Card Not Found.jpg'), '</span></span>') AS `CardName` FROM `cargo__Cards` `C` LEFT OUTER JOIN `cargo__CardReleases` `CR` ON ((`C`.`ID`=`CR`.`ID`)) WHERE `CR`.`Alignment` = 'Shadow' ORDER BY CASE WHEN `C`.`SetNum` = '0' THEN 20 ELSE CASE WHEN `C`.`SetNum` RLIKE '^-?[0-9]+$' THEN CAST(`C`.`SetNum` AS UNSIGNED INTEGER) ELSE 100 END END,CASE WHEN `C`.`SetNum` = '0' THEN CASE WHEN `C`.`Subset` IN ('S', 'F') THEN 1 WHEN `C`.`Subset` IN ('D', 'L') THEN 2 WHEN `C`.`Subset` = 'M' THEN 3 WHEN `C`.`Subset` = 'J' THEN 4 ELSE 20 END ELSE CASE WHEN `C`.`Subset` = 'S' THEN 0 WHEN `C`.`Subset` = 'F' THEN 1 WHEN `C`.`Subset` = 'M' THEN 2 WHEN `C`.`Subset` = 'A' THEN 3 WHEN `C`.`Subset` = 'O' THEN 4 WHEN `C`.`Subset` = 'T' THEN 5 END END,`C`.`CardNum`,`CR`.`Revision` LIMIT 100