import { useAnalytics } from '../../Hooks/useAnalytics'; import { CommanderTax, Energy, Experience, Monarch, PartnerTax, Poison, } from '../../Icons/generated'; import { BuyMeCoffee } from '../../Icons/generated/Support'; import { Separator } from '../Misc/Separator'; import { Paragraph } from '../Misc/TextComponents'; import { Dialog } from './Dialog'; export const InfoDialog = ({ dialogRef, }: { dialogRef: React.MutableRefObject; }) => { const analytics = useAnalytics(); return (

Contributors

{/* */}
Vikeo : Creator
Elin : Icon design
Visit the{' '} GitHub {' '} to contribute or learn more about this web app.

📋 Usage Guide

There are some controls that you might not know about, so here's a short list of them.

Life counter

  • Tap on a player's + or - button to add or subtract 1 life.
  • Long press on a player's + or - button to add or subtract 10 life.

Commander damage and other counters

  • Tap on the counter to add{' '} 1 counter.
  • Long press on the counter to subtract{' '} 1 counter.

Other counter symbols

  • - Commander Tax
  • - Partner Tax
  • - Poison
  • - Energy
  • - Experience
  • - Monarch

Other functionality

  • When a player is at or below 0 life, has taken{' '} 21 or more Commander Damage or has{' '} 10 or more poison counters, a button with a skull will appear on that player's card. Tapping it will dim the player's card.
  • Swiping down on a player's card will show that player's settings menu.

Acknowledgements

LifeTrinket is unofficial Fan Content permitted under the{' '} Fan Content Policy . Not approved or endorsed by Wizards. Portions of the material or concepts, such as "Commander", used are property of Wizards of the Coast. ©Wizards of the Coast LLC.
{ analytics.trackEvent('click_bmc'); }} href="https://www.buymeacoffee.com/vikeo" target="_blank" > Buy me a tea
); };