DIY Dungeon & Dragons Terrain

I’ve been spending a lot of time watching Terrain building on Youtube, and Black Magic Craft has some bad ass videos! Following one of his earlier video’s I set out to make myself some realistic foam Dungeon Tiles : I decided to go all in and grabbed myself a Proxxon 37080 Hot Wire Cutter . This table makes cutting the base foam, and the 1x1 grid lines a breeze: After all those cuts I went to texturing using a rolled up ball of Aluminum foil, this step really adds a ton of character to the piece:

More Cardboard Wargaming Terrain

I wasn’t completely satisfied how my paper craft shipping container came out. I thought I could probably do better terrain with cardboard and acrylic paints. That is when Scotty’s awesome DIY 3D Ruins from Cardboard Miniature Terrain gave me some much needed inspiration. Shortly there after I set off on constructing my own scene out of a cardboard box. I managed to constructer 8 pieces in just a couple of days using basic craft supplies:

Excellent Wargame Terrain

I’ve been wanting to play some Star Wars Legion , but don’t have a lot of large terrain to make the matches interesting. Thats when I noticed a had a large pile of cardboard boxes laying in the corner. I originally thought about create structure from this cardboard and painting them, but then I got an idea, why not print out artwork and textures and glue it to the card board.

Blender 2.8 has reached light speed!

With the release of Blender 2.8 I figured it was time to dive back in and see what all the hype was about. I immediately noticed a much cleaner, and much improved user interface. The software really feels like it’s reached the modern generation, huge kuddos to the development team! Due to all the changes, and my time away from Blender I needed a little help relearning the fundamentals. This was where the official Blender channel blew me away.
Art  Blender 

Lord of the Rings Card Game Tracker

Lately, I’ve been playing a bit of The Lord of the Rings: The Card Game by Fantasy Flight . The game is seriously fun and quite strategic. Like most strategy games, there is a lot of token and phase tracking, something I thought could be easier with a simple web application! Introducing LotR TCG Tracker !

Digital Table Top Box

After seeing a lot of people in the community building either digital tables or boxes I decided to give it a shoot. A couple of 1x6 and hardware from the local bulk store, and an affordable Insignia 32-inch 720p HD Smart LED TV from Amazon.

Using Magic the Gathering Art for D&D Ideas

Recently I’ve spent a bit time reading some of Dragon+ Magazine articles, one particularly grabbed my attention. Using Magic Cards as D&D Items presents a very interesting way to craft items, using Magic the Gathering cards, one can gain inspiration for their next +1 Dagger, or even an Elven Stronghold. I think the reason I so quickly latched on to this idea was because Magic the Gathering and Dungeons & Dragons are two of my favorite games, plus I really dig the Ixala art work, I mean who hasn’t fantasized about riding a dinosaur to work.

Python Pandas and D&D Monsters

As you may be aware the Dungeon Brawl application I’ve been working on defines monsters in YaML format (check out the data/monsters directory) . I thought it would be interesting to load this data in to Pandas and do a bit of data analysis. Loading Data While in the Dungeon Brawl repository I started up an ipython shell, then import a couple libraries: In [1]: import yaml In [2]: import glob In [3]: import pandas Next I need to find each of my monster’s YaML documents, these files reside in the data directory.

Raspberry Pi Weather Station

Well it’s been a little over two week and the Raspberry Pi 3 Model B weather station has held up; figured now would be a good time to go a little deeper into the setup. Telegraf has been solid in ingesting my JSON documents periodically, lets have a look at it’s SensorTag configuration: # cat /etc/telegraf/telegraf.d/sensor_tag.conf [[inputs.exec]] command = "cat /sensor_tag.json" data_format = "json" name_suffix = "_sensor_tag" interval = "60s" This telegraf configuration inserts the output of /sensor_tag.