public RuthlessIntimidationCardController(Card card, TurnTakerController turnTakerController) : base(card, turnTakerController)
 {
     AllowFastCoroutinesDuringPretend           = false;
     RunModifyDamageAmountSimulationForThisCard = false;
     SpecialStringMaker.ShowNonHeroTargetWithLowestHP(1, 1);
 }