Skip to content
forked from dl-stuff/dl

Dragalia Lost simulator and study of mechanics.

License

Notifications You must be signed in to change notification settings

shadow-daylight/dl

 
 

Repository files navigation

dragalia lost sim and analysis

Running

Requirements: Python 3.7+, lark-parser

python adv/[someone].py [loglevel(-4,-3,-2,-1,0,1,2)] [teamdps] [mass]

or

./sim [someone] [loglevel(-4,-3,-2,-1,0,1,2)] [teamdps] [mass]

or

./sim.bat [someone] [loglevel(-4,-3,-2,-1,0,1,2)] [teamdps] [mass]

loglevel:

  • 0: default report
  • 1: detailed log
  • 2: python code transpiled from ACL
  • -2: CSV format
  • -5: sim with 100% affliction

python adv/mikoto.py show basic result of Mikoto's simulation

python adv/maribelle.py 1 show result and combo loop of Maribelle

python adv/gala_sarisse.py -2 180 10000 show result of Gala Sarisse for 180s with 10000 team dps

python adv/valerio.py -2 60 10000 1000 show mass sim averaged 1000 run result of Valerio for 60s with 10000 team dps

Documentation

Please consult the wiki

About

Dragalia Lost simulator and study of mechanics.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.0%
  • JavaScript 5.2%
  • HTML 4.3%
  • CSS 0.5%
  • Dockerfile 0.0%
  • Makefile 0.0%