Skip to content

Commit

Permalink
spell-checked
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDriscoll committed Oct 1, 2017
1 parent b5fa63e commit f07818a
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
Binary file modified docs/build/.doctrees/designers_notes.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/.doctrees/index.doctree
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/build/_sources/designers_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ from the '70s had their own built-in random number generators. Technically,
they were pseudo-random number generators. But technically, I wanted to
program my Star Trek games anyway no matter what they were called.

In the '80s, I would discover that not all comptuer languages came
In the '80s, I would discover that not all computer languages came
with random number generators built in. Many didn't have such a thing
unless some external software library was installed. Both FORTRAN and C
couldn't do random anything out of the box. A math library had to be picked from
the many that were out there. And if none were available, a computer class on campus
was available to teach you how to propgram your own random number generator from scratch.
was available to teach you how to program your own random number generator from scratch.

By the '90s, random number generators were pretty much standardized as
for as how accurately random they were. And they were included in standard
Expand Down Expand Up @@ -80,7 +80,7 @@ For my dice rolls, I wanted something more readable. Something like: ::

print roll('2D6') # roll two 6-sided dice

It was almost less typing. And it was easier to spot what kind of roll was being made in my
It was almost less typing. And it was easier to spot what kind of rolls were being made in my
code. And the simple addition or subtraction of DMs to such a roll was making the function more appealing: ::

print roll('2D6+3') # roll two 6-sided dice and add a DM of +3 to it
Expand Down
6 changes: 3 additions & 3 deletions docs/build/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Requirements
------------

* **Microsoft Windows**
This code has been tested on Windows versions: XP, 7, 8, and 10.
*diceroll* has been tested on Windows versions: XP, 7, 8, and 10.
It has not been tested on MacOS or Linux.
* **Python 2.5**
This module was written using the C implementation of Python
*diceroll* was written using the C implementation of Python
version 2.5.4. Also known as CPython. With some doing, this
module could of course be re-written for Jython, PyPy, or
IronPython.

Eclypse/PyDev, PyCharm, NetBeans, and IDLE all work fine for
running this module in.
running this module.

.. Warning::
*diceroll* will not work with **Python 2.6+**.
Expand Down
6 changes: 3 additions & 3 deletions docs/build/designers_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ <h2>In the Beginning<a class="headerlink" href="#in-the-beginning" title="Permal
from the &#8216;70s had their own built-in random number generators. Technically,
they were pseudo-random number generators. But technically, I wanted to
program my Star Trek games anyway no matter what they were called.</p>
<p>In the &#8216;80s, I would discover that not all comptuer languages came
<p>In the &#8216;80s, I would discover that not all computer languages came
with random number generators built in. Many didn&#8217;t have such a thing
unless some external software library was installed. Both FORTRAN and C
couldn&#8217;t do random anything out of the box. A math library had to be picked from
the many that were out there. And if none were available, a computer class on campus
was available to teach you how to propgram your own random number generator from scratch.</p>
was available to teach you how to program your own random number generator from scratch.</p>
<p>By the &#8216;90s, random number generators were pretty much standardized as
for as how accurately random they were. And they were included in standard
libraries for various languages. By the time Python was being developed, the
Expand Down Expand Up @@ -117,7 +117,7 @@ <h2>Lessons Learned<a class="headerlink" href="#lessons-learned" title="Permalin

<span class="k">print</span> <span class="n">roll</span><span class="p">(</span><span class="s">&#39;2D6&#39;</span><span class="p">)</span> <span class="c"># roll two 6-sided dice</span>
</pre></div>
<p>It was almost less typing. And it was easier to spot what kind of roll was being made in my
<p>It was almost less typing. And it was easier to spot what kind of rolls were being made in my
code. And the simple addition or subtraction of DMs to such a roll was making the function more appealing:</p>
<div class="highlight"><pre><span class="k">print</span> <span class="n">roll</span><span class="p">(</span><span class="s">&#39;2D6+3&#39;</span><span class="p">)</span> <span class="c"># roll two 6-sided dice and add a DM of +3 to it</span>
</pre></div>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ <h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to t
<ul>
<li><dl class="first docutils">
<dt><strong>Microsoft Windows</strong></dt>
<dd><p class="first last">This code has been tested on Windows versions: XP, 7, 8, and 10.
<dd><p class="first last"><em>diceroll</em> has been tested on Windows versions: XP, 7, 8, and 10.
It has not been tested on MacOS or Linux.</p>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt><strong>Python 2.5</strong></dt>
<dd><p class="first">This module was written using the C implementation of Python
<dd><p class="first"><em>diceroll</em> was written using the C implementation of Python
version 2.5.4. Also known as CPython. With some doing, this
module could of course be re-written for Jython, PyPy, or
IronPython.</p>
<p class="last">Eclypse/PyDev, PyCharm, NetBeans, and IDLE all work fine for
running this module in.</p>
running this module.</p>
</dd>
</dl>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="index" title="Global index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="diceroll 2.2 Manual" href="index.html" />
<generator object at 0x035AD6C0>
<generator object at 0x0362CA58>

<script type="text/javascript">
DOCUMENTATION_OPTIONS.COLLAPSE_MODINDEX = true;
Expand Down
2 changes: 1 addition & 1 deletion docs/build/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="index" title="Global index" href="genindex.html" />
<link rel="search" title="Search" href="" />
<link rel="top" title="diceroll 2.2 Manual" href="index.html" />
<generator object at 0x035A80F8>
<generator object at 0x03629148>
<script type="text/javascript" src="_static/searchtools.js"></script>

</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/searchindex.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[["index","diceroll","tutorial","designers_notes"],["<strong>diceroll 2.2 Manual</strong>","<strong>diceroll Module</strong>","<strong>diceroll Tutorial</strong>","<strong>Designer&#8217;s Notes</strong>"],{"all":[0,3],"code":[0,3],"scratch":[3],"dtotal":[1],"go":[3],"follow":[],"ceerti":[],"whose":[],"accur":[3],"depend":[],"readabl":[3],"send":[],"0":[1],"fljf":[],"program":[1,3],"under":[3],"sens":[3],"adapt":[],"lure":[],"randinit":[],"string":[],"veri":[3],"seealso":[],"level":[3],"did":[3],"die":[1,3],"list":[],"try":[3],"quick":[],"die_rol":[1,3],"pleas":[],"d100":[1],"creatur":[],"direct":[],"past":[3],"second":[],"design":[0,3],"even":[3],"index":[0],"what":[3],"section":[],"find":[3],"version":[0,1,3],"new":[3],"appeal":[3],"method":[],"funtion":[],"themselv":[],"leg":[],"gener":[3],"never":[],"behaviour":[],"path":[],"100":[1],"strong":[0,1,2,3],"sinc":[3],"interpret":[],"tortois":[],"box":[3],"search":[0],"my":[3],"31":[],"30":[],"substitution_refer":[],"doctest":[],"scaveng":[],"permit":[],"introductori":[],"duct":[],"dtype":[1],"modul":[0,1,3],"deprec":[],"wip":[3],"instal":[3],"skdjl":[],"from":[1,2,3],"describ":[],"would":[3],"to":[1,2,3],"two":[1,3],"call":[3],"6":[0,1,3],"type":[1,3],"more":[3],"genindex":[],"trait":[],"anywai":[3],"notic":[3],"it":[0,3],"warn":[0],"autodoc":[],"known":[0],"90":[3],"must":[],"me":[3],"none":[3],"work":[0,3],"worm":[],"pour":[3],"faksljf":[],"paragraph":[],"can":[],"learn":[0,3],"purpos":[],"root":[],"titlesonli":[],"favourit":[],"quickstart":[],"give":[],"indic":[0],"want":[3],"dcount":[1],"huge":[3],"siren":[],"cours":[0,3],"end":[],"goal":[],"caption":[],"anoth":[],"travel":[],"1":[1,3],"how":[2,3],"simpl":[3],"telepath":[],"maw":[],"after":[3],"spot":[3],"such":[3],"pydev":[0],"sflk":[],"a":[0,1,2,3],"circumst":[3],"short":[2],"filepath":[3],"explicit":[],"preced":[],"so":[3],"allow":[],"aklfasd":[],"order":[],"help":[],"softwar":[3],"over":[3],"move":[],"becaus":[3],"nbsp":[],"testcod":[],"write":[3],"27":[],"20":[3],"d30":[1],"carri":[],"window":[0],"dir_rol":[],"2017":[],"easier":[3],"then":[],"them":[3],"anim":[],"return":[1],"thei":[3],"food":[],"spell":[],"dai":[3],"not":[0,3],"now":[3],"introduct":[],"tandi":[3],"term":[],"name":[3],"anyth":[3],"didn":[3],"productionlist":[],"achiev":[],"found":[],"beneath":[],"side":[1,3],"em":[],"en":[3],"just":[3],"continu":[],"realli":[3],"year":[3],"80":[3],"ring":[3],"special":[],"out":[3],"content":[0],"re":[0],"lineno":[],"7":[0],"print":[1,3],"comptuer":[3],"ref":[],"math":[3],"telepathi":[],"differ":[3],"standard":[3],"asf":[],"releas":[1],"org":[3],"teach":[3],"indent":[],"couldn":[3],"recon":[],"could":[0],"thing":[3],"first":[3],"copper":[],"feel":[3],"onc":[],"number":[1,3],"alreadi":[],"done":[],"blank":[],"xp":[0],"open":[],"size":[],"guess":[],"psionic":[],"unknown":[],"linenothreshold":[],"system":[3],"least":[],"their":[3],"attack":[],"underlin":[],"master":[],"too":[],"similarli":[],"badflux":[1],"3d6":[1],"shell":[],"option":[],"behind":[],"sy":[],"technic":[3],"png":[],"10":[0,1],"kind":[3],"15":[3],"cpython":[0,3],"16":[],"zero":[],"project":[],"matter":[3],"were":[3],"and":[0,3],"cleaner":[3],"sai":[3],"comput":[3],"argument":[1],"have":[3],"tabl":[0],"need":[3],"sat":[],"camouflag":[],"built":[3],"randint":[3],"inlin":[],"that":[3],"note":[0,3],"also":[0],"without":[3],"which":[3],"netbean":[0],"begin":[0,3],"unless":[3],"though":[3],"object":[],"chart":[1],"discov":[3],"most":[3],"automodul":[],"70":[3],"pair":[],"class":[3],"don":[],"url":[],"doc":[],"m":[3],"sakflja":[],"microsoft":[0],"came":[3],"askdfj":[],"text":[],"random":[3],"bring":[],"rubric":[],"d8":[1],"d9":[1],"d6":[1],"d4":[1],"label":[],"fine":[0,3],"d3":[1],"shield":[],"slow":[],"dice":[0,1,3],"pretti":[3],"hadn":[3],"figur":[3],"should":[],"8":[0],"do":[0,3],"dm":[1,3],"hit":[],"variou":[3],"unind":[],"dd":[1],"pypi":[0],"trek":[3],"soon":[3],"report":[],"2":[0,3],"requir":[0,3],"reveal":[3],"contain":[],"x":[1],"summari":[],"wiki":[3],"set":[],"sep":[],"maximum":[],"see":[3],"dlkjf":[],"wire":[],"05":[],"08":[],"d10":[1],"wikipedia":[3],"discoveri":[3],"3":[1,3],"literalinclud":[],"between":[3],"import":[1,2,3],"awai":[3],"experi":[3],"faskf":[],"attribut":[],"wa":[0,3],"sksafj":[],"goodflux":[1],"extens":[],"jd":[],"come":[3],"addit":[3],"both":[3],"c":[0,3],"decept":[],"someth":[3],"nearbi":[],"faskdjf":[],"s":[0,3],"tutori":[0,2],"mani":[3],"load":[3],"color":[3],"8217":[3],"header":[],"written":[0,3],"linux":[0,3],"quit":[3],"slowli":[],"py":[],"numpi":[3],"been":[0],"much":[3],"valu":[1],"basic":[3],"rand":[3],"emphas":[],"imag":[],"rubi":[],"ani":[3],"bysourc":[],"understand":[3],"rpython":[3],"ironpython":[0],"stealth":[],"those":[3],"ugli":[3],"look":[3],"these":[],"dissect":[],"air":[],"will":[0,1],"while":[3],"error":[3],"glossari":[],"at":[3],"almost":[3],"is":[2,3],"srand":[3],"daf":[],"ii":[3],"asfasdkf":[],"in":[0,3],"diceroll_cov":[],"sever":[],"if":[3],"develop":[3],"welcom":[],"d12":[1],"suggest":[],"make":[3],"belong":[],"same":[3],"member":[],"python":[0,3],"9":[3],"dicerul":[2],"document":[],"complet":[],"http":[3],"pick":[3],"basic09":[3],"effect":[3],"v2":[],"extern":[3],"robust":[3],"aslkjfa":[],"typic":[],"4d4":[1],"center":[],"older":[3],"i":[3],"markup":[],"well":[3],"exampl":[1],"command":[3],"thi":[0,2],"undefin":[],"metabol":[],"the":[0,1,3],"campu":[3],"propgram":[3],"less":[3],"armour":[],"kill":[],"victim":[],"skill":[],"speed":[],"languag":[3],"testoutput":[],"had":[3],"fortran":[3],"add":[1,3],"4":[0,1],"role":[],"aslkfj":[],"jython":[0],"around":[],"read":[3],"httplib":[],"rnd":[3],"game":[3],"know":[3],"bit":[3],"mod":[],"adsf":[],"resid":[],"like":[3],"manual":[0],"collect":[],"t":[3],"manag":[],"right":[3],"suppli":[],"some":[0,1,3],"back":[],"adkjf":[],"toctre":[],"pain":[],"librari":[3],"for":[0,1,3],"flux":[1],"characteris":[],"normal":[3],"definit":[],"boni":[],"80286":[3],"refer":[],"be":[0,3],"run":[0,3],"usag":[1],"binder":[3],"hlist":[],"pycharm":[0],"subtract":[3],"by":[3],"_":[],"on":[0,1,3],"about":[2,3],"of":[0,1,3],"materi":[],"page":[0],"idl":[0],"act":[],"d66":[1],"os":[3],"or":[0,1,3],"block":[],"own":[3],"curiou":[3],"into":[],"fkaj":[],"maco":[0],"lesson":[0,3],"your":[3],"wai":[3],"support":[],"there":[3],"debat":[3],"fast":[3],"custom":[],"avail":[3],"start":[],"cartilagin":[],"includ":[3],"forward":[3],"lfaj":[],"function":[3],"jaskflj":[],"unexpect":[],"but":[3],"idea":[3],"link":[],"line":[],"ha":[0],"with":[0,3],"info":[1],"pull":[],"made":[3],"consist":[],"clearli":[],"up":[3],"us":[0,2,3],"carnivor":[],"prompt":[],"highlight":[],"ad":[],"creat":[],"int":[1,3],"stronger":[3],"alkjf":[],"an":[1,3],"char":[],"as":[0,3],"ar":[1,3],"implement":[0],"geest":[],"file":[],"request":[],"check":[3],"probabl":[3],"no":[3],"titl":[],"when":[3],"invalid":[1],"2dd":[1],"other":[3],"5":[0,1],"versionchang":[],"test":[0],"you":[3],"roll":[0,1,2,3],"star":[3],"eclyps":[0],"versionad":[],"reduc":[],"1d6":[1],"2d6":[1,3],"sphinx":[],"bullet":[],"d20":[1],"descript":[2],"pseudo":[3],"hello":[],"time":[3],"push":[],"avoid":[3],"dicerol":[0,1,2,3]}]
[["index","diceroll","tutorial","designers_notes"],["<strong>diceroll 2.2 Manual</strong>","<strong>diceroll Module</strong>","<strong>diceroll Tutorial</strong>","<strong>Designer&#8217;s Notes</strong>"],{"all":[0,3],"code":[3],"scratch":[3],"dtotal":[1],"go":[3],"follow":[],"ceerti":[],"whose":[],"accur":[3],"depend":[],"readabl":[3],"send":[],"to":[1,2,3],"fljf":[],"program":[1,3],"under":[3],"sens":[3],"adapt":[],"lure":[],"random":[3],"string":[],"veri":[3],"seealso":[],"level":[3],"did":[3],"die":[1,3],"list":[],"try":[3],"quick":[],"refer":[],"pleas":[],"d100":[1],"be":[0,3],"direct":[],"past":[3],"second":[],"design":[0,3],"even":[3],"index":[0],"what":[3],"section":[],"d3":[1],"version":[0,1,3],"new":[3],"appeal":[3],"method":[],"funtion":[],"themselv":[],"leg":[],"gener":[3],"never":[],"behaviour":[],"path":[],"100":[1],"strong":[0,1,2,3],"sinc":[3],"interpret":[],"tortois":[],"box":[3],"search":[0],"my":[3],"31":[],"30":[],"substitution_refer":[],"doctest":[],"scaveng":[],"permit":[],"introductori":[],"duct":[],"dtype":[1],"modul":[0,1,3],"deprec":[],"wip":[3],"instal":[3],"skdjl":[],"from":[1,2,3],"describ":[],"would":[3],"0":[1],"two":[1,3],"call":[3],"6":[0,1,3],"type":[1,3],"more":[3],"genindex":[],"trait":[],"anywai":[3],"notic":[3],"warn":[0],"autodoc":[],"known":[0],"90":[3],"must":[],"me":[3],"none":[3],"propgram":[],"work":[0,3],"worm":[],"pour":[3],"recon":[],"paragraph":[],"can":[],"learn":[0,3],"purpos":[],"root":[],"titlesonli":[],"favourit":[],"quickstart":[],"give":[],"indic":[0],"want":[3],"dcount":[1],"huge":[3],"siren":[],"cours":[0,3],"end":[],"goal":[],"caption":[],"anoth":[],"travel":[],"1":[1,3],"how":[2,3],"simpl":[3],"telepath":[],"maw":[],"after":[3],"spot":[3],"such":[3],"pydev":[0],"sflk":[],"a":[0,1,2,3],"sy":[],"short":[2],"filepath":[3],"explicit":[],"preced":[],"so":[3],"allow":[],"aklfasd":[],"sakflja":[],"help":[],"softwar":[3],"over":[3],"move":[],"becaus":[3],"nbsp":[],"testcod":[],"write":[3],"27":[],"20":[3],"d30":[1],"carri":[],"window":[0],"dir_rol":[],"2017":[],"easier":[3],"then":[],"them":[3],"anim":[],"return":[1],"thei":[3],"3":[1,3],"food":[],"spell":[],"dai":[3],"not":[0,3],"now":[3],"introduct":[],"tandi":[3],"term":[],"name":[3],"anyth":[3],"didn":[3],"productionlist":[],"achiev":[],"found":[],"beneath":[],"side":[1,3],"em":[],"en":[3],"continu":[],"realli":[3],"daf":[],"year":[3],"80":[3],"ring":[3],"special":[],"out":[3],"ha":[0],"develop":[3],"content":[0],"re":[0],"lineno":[],"7":[0],"print":[1,3],"comptuer":[],"ref":[],"math":[3],"telepathi":[],"differ":[3],"standard":[3],"asf":[],"releas":[1],"org":[3],"teach":[3],"indent":[],"couldn":[3],"faksljf":[],"could":[0],"thing":[3],"first":[3],"copper":[],"feel":[3],"onc":[],"number":[1,3],"alreadi":[],"done":[],"blank":[],"xp":[0],"open":[],"size":[],"guess":[],"psionic":[],"unknown":[],"linenothreshold":[],"system":[3],"least":[],"their":[3],"attack":[],"underlin":[],"master":[],"too":[],"similarli":[],"badflux":[1],"3d6":[1],"shell":[],"option":[],"that":[3],"circumst":[3],"technic":[3],"png":[],"unind":[],"kind":[3],"15":[3],"cpython":[0,3],"16":[],"zero":[],"project":[],"matter":[3],"were":[3],"and":[0,3],"cleaner":[3],"sai":[3],"comput":[3],"argument":[1],"have":[3],"tabl":[0],"need":[3],"sat":[],"camouflag":[],"built":[3],"randint":[3],"note":[0,3],"also":[0],"exampl":[1],"which":[3],"netbean":[0],"begin":[0,3],"unless":[3],"though":[3],"object":[],"chart":[1],"discov":[3],"most":[3],"automodul":[],"70":[3],"pair":[],"class":[3],"don":[],"url":[],"doc":[],"m":[3],"order":[],"error":[3],"microsoft":[0],"came":[3],"askdfj":[],"text":[],"randinit":[],"bring":[],"rubric":[],"d8":[1],"d9":[1],"d6":[1],"d4":[1],"discoveri":[3],"fine":[0,3],"find":[3],"shield":[],"slow":[],"dice":[0,1,3],"pretti":[3],"hadn":[3],"behind":[],"should":[],"8":[0],"do":[0,3],"dm":[1,3],"hit":[],"variou":[3],"10":[0,1],"dd":[1],"pypi":[0],"trek":[3],"soon":[3],"report":[],"2":[0,3],"requir":[0,3],"reveal":[3],"contain":[],"x":[1],"summari":[],"wiki":[3],"set":[],"sep":[],"up":[3],"see":[3],"dlkjf":[],"wire":[],"05":[],"08":[],"wikipedia":[3],"label":[],"figur":[3],"literalinclud":[],"between":[3],"import":[1,2,3],"awai":[3],"experi":[3],"faskf":[],"attribut":[],"wa":[0,3],"sksafj":[],"goodflux":[1],"extens":[],"jd":[],"come":[3],"addit":[3],"both":[3],"c":[0,3],"avoid":[3],"someth":[3],"nearbi":[],"faskdjf":[],"s":[0,3],"tutori":[0,2],"mani":[3],"load":[3],"color":[3],"8217":[3],"header":[],"written":[0,3],"linux":[0,3],"quit":[3],"slowli":[],"py":[],"numpi":[3],"been":[0],"much":[3],"valu":[1],"basic":[3],"rand":[3],"emphas":[],"imag":[],"rubi":[],"ani":[3],"bysourc":[],"understand":[3],"rpython":[3],"char":[],"ironpython":[0],"those":[3],"ugli":[3],"look":[3],"these":[],"dissect":[],"air":[],"will":[0,1],"while":[3],"decept":[],"glossari":[],"geest":[],"almost":[3],"is":[2,3],"srand":[3],"it":[0,3],"ii":[3],"asfasdkf":[],"in":[0,3],"diceroll_cov":[],"sever":[],"if":[3],"d10":[1],"welcom":[],"d12":[1],"suggest":[],"make":[3],"belong":[],"same":[3],"member":[],"python":[0,3],"9":[3],"dicerul":[2],"document":[],"complet":[],"http":[3],"pick":[3],"basic09":[3],"effect":[3],"v2":[],"extern":[3],"robust":[3],"rnd":[3],"typic":[],"4d4":[1],"center":[],"older":[3],"i":[3],"markup":[],"well":[3],"without":[3],"command":[3],"thi":[0,2],"undefin":[],"metabol":[],"the":[0,1,3],"campu":[3],"cartilagin":[],"just":[3],"less":[3],"armour":[],"kill":[],"victim":[],"skill":[],"speed":[],"languag":[3],"testoutput":[],"had":[3],"fortran":[3],"add":[1,3],"4":[0,1],"5":[0,1],"aslkfj":[],"jython":[0],"around":[],"read":[3],"httplib":[],"aslkjfa":[],"game":[3],"know":[3],"bit":[3],"mod":[],"resid":[],"like":[3],"manual":[0],"collect":[],"t":[3],"manag":[],"right":[3],"suppli":[],"some":[0,1,3],"back":[],"adkjf":[],"toctre":[],"pain":[],"librari":[3],"for":[0,1,3],"flux":[1],"characteris":[],"normal":[3],"definit":[],"boni":[],"80286":[3],"die_rol":[1,3],"creatur":[],"run":[0,3],"usag":[1],"binder":[3],"hlist":[],"pycharm":[0],"subtract":[3],"by":[3],"_":[],"on":[0,1,3],"about":[2,3],"of":[0,1,3],"materi":[],"page":[0],"idl":[0],"act":[],"d66":[1],"os":[3],"or":[0,1,3],"block":[],"own":[3],"curiou":[3],"into":[],"fkaj":[],"maco":[0],"lesson":[0,3],"your":[3],"wai":[3],"support":[],"there":[3],"debat":[3],"fast":[3],"custom":[],"avail":[3],"start":[],"stealth":[],"includ":[3],"forward":[3],"lfaj":[],"function":[3],"jaskflj":[],"unexpect":[],"but":[3],"idea":[3],"link":[],"line":[],"inlin":[],"with":[0,3],"info":[1],"pull":[],"made":[3],"consist":[],"clearli":[],"maximum":[],"us":[0,2,3],"carnivor":[],"prompt":[],"highlight":[],"ad":[],"creat":[],"int":[1,3],"stronger":[3],"alkjf":[],"an":[1,3],"adsf":[],"as":[0,3],"ar":[1,3],"implement":[0],"at":[3],"file":[],"request":[],"check":[3],"probabl":[3],"no":[3],"titl":[],"when":[3],"invalid":[1],"2dd":[1],"other":[3],"role":[],"versionchang":[],"test":[0],"you":[3],"roll":[0,1,2,3],"star":[3],"eclyps":[0],"versionad":[],"reduc":[],"1d6":[1],"2d6":[1,3],"sphinx":[],"bullet":[],"d20":[1],"descript":[2],"pseudo":[3],"time":[3],"push":[],"hello":[],"dicerol":[0,1,2,3]}]

0 comments on commit f07818a

Please sign in to comment.