Monster Generator
Project description
MonsterLab
by Robert Sharp
Monster Class
Optional Inputs
It is recommended to pass all the optional arguments or none of them. For example, a custom type requires a custom name.
- Name: Compound Gaussian Distribution -> String
- Derived from Type
- Multidimensional distribution of types and subtypes
- Type: Wide Flat Distribution -> String
- Demonic
- Devilkin
- Dragon
- Undead
- Elemental
- Fey
- Undead
- Level: Poisson Distribution -> Integer
- Range: [1..20]
- Most Common: [4..7] ~64%
- Mean: 6.001
- Median: 6
- Rarity: Linear Distribution [Rank 0..Rank 5] -> String
- Rank 0: 30.5% Very Common
- Rank 1: 25.0% Common
- Rank 2: 19.4% Uncommon
- Rank 3: 13.8% Rare
- Rank 4: 8.3% Epic
- Rank 5: 2.7% Legendary
Derived Fields
- Damage: Compound Geometric Distribution with Linear Noise -> String
- Derived from Level and Rarity
- Health: Geometric Distribution with Gaussian Noise -> Float
- Derived from Level and Rarity
- Energy: Geometric Distribution with Gaussian Noise -> Float
- Derived from Level and Rarity
- Sanity: Geometric Distribution with Gaussian Noise -> Float
- Derived from Level and Rarity
- Time Stamp: The Monster's Birthday -> String
Example Monster
- Name: Revenant
- Type: Undead
- Level: 3
- Rarity: Rank 0
- Damage: 3d2+1
- Health: 6.35
- Energy: 5.78
- Sanity: 6.0
- Time Stamp: 2021-08-09 14:23:23
Code Example
$ pip install MonsterLab
$ python3
>>> from MonsterLab import Monster
>>> Monster()
Name: Imp
Type: Demonic
Level: 10
Rarity: Rank 0
Damage: 10d2+1
Health: 20.89
Energy: 20.55
Sanity: 20.79
Time Stamp: 2021-08-09 14:23:23
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
monsterlab-2.0.1.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file monsterlab-2.0.1.tar.gz.
File metadata
- Download URL: monsterlab-2.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0069acf0a44ca5172ddb6291f90a7182cbe95019c5841013f0e482452f1f8fcf
|
|
| MD5 |
e933b942629c20bcb5f5596891fbb9c4
|
|
| BLAKE2b-256 |
dbdf1b31c55415f3e0866f99b7e457a6352e650754e19d142f3e473d6b2c1690
|
File details
Details for the file monsterlab-2.0.1-py3-none-any.whl.
File metadata
- Download URL: monsterlab-2.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f3bc3a88b81d23aaff99bb18e9bb09a27490bc7af63a4b3fbcb0a7e5251813
|
|
| MD5 |
df0e665ec8b5a3c0663baf7aeb317afe
|
|
| BLAKE2b-256 |
157850b9c325585778960b176a08b5a7210c80db5f806fd52b00433ec2f16083
|