Advanced Dungeons and Dragons Monster Clustering

A few years ago I looked at this, have found it again, so here’s a start.

Not, many mess categories as you know, but here’s a plot from 2 that will fit on a screen.

Vermin and plants, some animals and common humanoids and your garden variety monstrous humanoids when you lump it at this very joined together level.

Kmodes method, just have to find where I put that part.

https://github.com/bluetyson/ADnD-Monster-Cluster-Analysis/blob/main/ADnD-Monster-Clustering-Basic.ipynb

Random Dungeon Generators List

I have made a small list at this repository, mostly of things with code.

Found the Iron Arachne addition yesterday.

https://github.com/bluetyson/random-dungeon-generators

Map Generation – Cities and Towns

https://github.com/LAVS-TM/Map-Generation

A program that can generate cities and towns, medieval Voronoi style. Along with a viewer that can produce graphcis the base output is json, which gives you vector data to use with other things. Very nice!

Sample city

Here is an example of a possible configuration for the city to be generated:

city = City(10000, 10000, has_walls=True, has_castle=True)
tools.json(city, '/generated_city/city.json')

Perlbrew

https://perlbrew.pl/

Alex Schroeder told me about this one, I generally just installed a distro and then upgraded when necessary.

Where you can manage them locally.

I changed from shared hosting to an upgrade to allow some extra perl options – which didn’t really give what I wanted, but looks like this will.

Which should make it easier to contribute to his stuff from wherever, with a dev environment online to test things.

Awesome Hexcrawl

A good old GitHub list of resources, some of which we have been talking about

https://github.com/HextoryWorld/Awesome-Hexcrawl

AD&D Character code

This is in Lua, project looks like it is for making add-ons for Fantasy Grounds?

https://github.com/CelestianGC/AD-D-Core-1e/blob/master/scripts/data_common_adnd1e.lua

Advanced Dungeons & Dragons 1st Edition Character Generator

Not tried it yet, but it will certainly make doing a character generator faster.

Python 2.7

https://github.com/sgtnasty/adnd

FASERIP Dice Roller

Perl program to produce FASERIP rolls of all the different types and ranks.

FASERIP Dice Roller

%d bloggers like this: