Description Usage Arguments Author(s) Examples
Create a random monster name in the style of Diablo II. Stock for potential permutations provided by http://diablo.gamepedia.com/Unique_Monsters_(Diablo_II).
1 | monNameGen(n = 1, filters = list())
|
n |
Number of monster names to return. |
filters |
A named list with regular expressions to filter out
possibilities. The list must contain a combination of zero or more of the
following character vectors with valid regular expressions: |
Derek Nedveck and Paul Egeler
1 2 3 | monNameGen(10)
monNameGen(10, list(prefix= "Star", appelation = "Shade"))
monNameGen(10, list(suffix = "^Kill"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.