Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

swyrin/arknights-gacha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to arknights-gacha repository

This is my shameless attempt of simulating Arknights gacha.

Currently, we are supporting these banner types (with potential bugs):

  • Standard
  • Debut
  • Limited
    • Even with comeback operator(s) (e.g. Nian - Hidden Moon, W - Deep Drown Lament)
  • Joint Operation banner

Helps are welcome! 🎉

How to use

1. API way

Under reconstruction, so not available yet.

2. Normal way

If you are lazy to install the entire Python just to run this, you can use the Embeddeable Package installation of Python.

cli.py -i=[banner-id] -c=100 -r=glb

arguments:
  --id|-i=[banner-id]: Banner ID.
  --count|-c=[count]: How many times you want to draw. (Default: 100)
  --region|-r=[region]: Region. Only "glb" and "chn" are supported. (Default: glb)

example: cli.py -i=deep-drown-lament -c=300 -r=glb

TODOs

  • Core components:
    • Operators list
    • Rate-ups
      • 6* rate ups
        • Rate up for 6* comeback operator(s)
      • 5* rate ups
      • 4* rate ups
      • 3* rate ups
    • More banner types support
      • Standard banner
      • Debut operator banner
      • Limited operator banner
        • With comeback operator(s)
      • Analytics
  • CLI:
    • Add more useful options
  • API:
    • Soon:tm:
  • General:
    • Better code
    • Extending to customizable gacha?
    • Extending to other regions?
    • Better documentation

Releases

No releases published

Languages