magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.81k stars 749 forks source link

Make draft logs compatible with MTGO format #5450

Closed JayDi85 closed 5 years ago

JayDi85 commented 5 years ago

Current draft logs stores only picks:

Pack 1 pick 1:
    Searing Blaze
    Sakura-Tribe Elder
    Tranquil Expanse
    Viashino Firstblade
    Thunderous Wrath
--> Blastoderm
    Sailor of Means
    Capsize
    Nest Robber
    Frilled Oculus
    Moldervine Cloak
    Emperor Crocodile
    Firebolt
    Compulsive Research
    Pulse of Murasa

Need to add more info about users and dates (header). It's can help to use third party draft apps and tools like https://magic.flooey.org/ (example).

Full MTGO log example: https://pastebin.com/q3vbz5Fz

Event #: #######
Time:    2/21/2015 9:17:13 PM
Players:
    Player1
    Player2
    Player3
    Player4
--> Player5
    Player6
    Player7
    Player8

------ FRF ------ 

Pack 1 pick 1:
    Sandblast
    Sultai Runemark
    Jeskai Sage
    Hooded Assassin
    Pressure Point
    Gore Swine
    Frontier Mastodon
    Alesha's Vanguard
    Defiant Ogre
    Whisperer of the Wilds
    Sibsig Muckdraggers
    Abzan Beastmaster
    Lightform
--> Whisperwood Elemental
    Tranquil Cove

Pack 1 pick 2:
hitch17 commented 5 years ago

@JayDi85 Happy to work on this. Feel free to assign it to me if you can and want to.

JayDi85 commented 5 years ago

@hitch17 yes, you can work on it. Github can't find you in assignees list (don't know why), but feel free to PR that.

hitch17 commented 5 years ago

https://github.com/magefree/mage/pull/5466

hitch17 commented 5 years ago

Issue closed?

JayDi85 commented 5 years ago

@hitch17 yes, all changes were merged to master and works fine. Thanks for PR.