Skip to content

Calculate value of effect procs over a fight with a given set of events and parameters

Notifications You must be signed in to change notification settings

Putridbeast/ProbabilitySim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ProbabilitySim

Calculate value of effect procs over a fight with a given set of events and parameters

Usage Install following instructions at https://docs.python.org/3/using/windows.html
in a cli, navigate to the directory and run the file with some parameters.

-h will output the possible parameters:

--ac (ActivationChance) --cps (Casts Per Second) --ed (EffectDuration) --cd (CoolDown) --ep (EffectPower) --fl (FightLength) --i (Iterations)

Example input:

>python3 .\ProbabilitySim.py --ac .05 --cps .42 --ed 15 --cd 0 --ep 135 --fl 300 --i 10000

About

Calculate value of effect procs over a fight with a given set of events and parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages