Search results

  1. G

    D&D 5E Great Weapon Fighting

    I wrote a quick python script to take a look at greatswords vs greataxes with the Great Weapon Fighting style. import random def dicesim_py(n, ndice, dicetype): t = 0 m = 0 for i in range(n): # repeat N experiments s = 0 for j in range(ndice): r...
Top