Crafting demo

by Schnitzelnagler
An attempt at crafting that allows for easy and flexible add-on of any crafting-kind
Version 4 · Date Added: 8/29/09

If you wish to download this demo for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://Schnitzelnagler.Modularcraftingdemonstration##version=4

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Schnitzelnagler.Modularcraftingdemonstration##version=4

Instead of the many a 'blacksmithing', 'woodworking', 'alchemy', 'tailoring', etc. demo, this is a modular attempt at crafting as a whole making use of the infamous BYOND secret 'datum' to structure your source code.
Given the similarity in programming logic behind every possible branch of crafting, it seems reasonable to address all of it and not just a branch. This allows for future improvements in projects, where adding any sort of crafting becomes as easy as adding a few instructions, instead of copy and pasting, then reworking the system to fit the specific needs.