Skip to content

Instantly share code, notes, and snippets.

@xparadoxical
Last active July 1, 2023 21:07
Show Gist options
  • Save xparadoxical/a1f610e06af97b863d7e160a827c997f to your computer and use it in GitHub Desktop.
Save xparadoxical/a1f610e06af97b863d7e160a827c997f to your computer and use it in GitHub Desktop.

WIP

flowchart LR;
    Play(Play games) --> Tasks & FacXP & Daily
    Daily(Complete daily quests) --> FacXP & Coins
    FacXP --> Bp(Level up Battle Pass)
    Tasks(Complete Pass Tasks) --> PassXP --> Gp(Level up Game Passes)
    Bp & Gp --> PassRewards([Get Pass rewards])
        --> Openable & Consumable & Cosmetics & Chroma

    Coins([+Coins])
    Gems([+Gems])
    Silver([+Silver])
    FacXP([+Faction XP])
    PassXP([+Pass XP])

    Openable([+Openables]) -.- Crate([Crates]) -.- Treasure([Treasure Chests])
    Consumable([+Consumables]) -.- CrateTok{{Crate Tokens}}
    Cosmetics([+Cosmetics])
    Chroma([+Chroma Packs])
    Materials([+Materials/Components])

    CrateTok --> Machine(Crate Machine) --> Crate([+Crate])
    Crate --> Cosmetics & Materials
    Treasure --> Consumable & Materials & MatPouch
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment