-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.txt
58 lines (58 loc) · 3.34 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
###############################################################################
# Random Gonzo Character Generator for Black Hack + Rad-Hack #
# with random character traits from Maze Rats #
# #
# Black Hack by David Black, available free: #
# https://the-black-hack.jehaisleprintemps.net/ #
# #
# Rad-Hack by Kark Stjernberg, available free: #
# http://rad-hack.jehaisleprintemps.net/english/index.html #
# #
# Maze Rats by Ben Milton, available free: #
# http://questingblog.com/maze-rats-now-available/ #
# #
# Male and Female random names borrowed from: #
# http://www.random-generator.com/index.php?title=Victorian_Names #
# and "weird" names from: #
# http://www.fantasynamegenerators.com/ #
# #
###############################################################################
# About:
# This generator creates a random level 1 character for Black Hack and Rad-
# Hack using the flavorful character traits from Maze Rats and names
# borrowed from free online fantasy name generators.
#
# Check out 'Four generated characters.txt' for examples of what to expect.
#
# Names, traits, class, abilities, wealth, equipment, and spells are all
# randomly generated according to the character guidelines given in their
# respective sources. For instance, Black Hack classes (warrior, thief,
# cleric, conjurer) will have their ability scores generated via 3d6,
# while Rad-Hack humans will use 4d6 and drop lowest, mutants a d20, robots
# a 27 point-buy, and psionics a mix of 3d6 for physical stats and 4d6 drop
# lowest for mental stats. Equipment is purchased according to random
# starting wealth, generally beginning with a weapon and armor and using
# leftover money to purchase other things.
#
# This generator was created to provide my players with fun 'anything goes'
# characters for a deadly adventure in the dungeon of Kihago ("Beneath the
# Ruins" by Alex Fotinakes published in the "Wizards Mutants Lazer Pistols"
# OSR fan-zine). Rest in peace, Photoserpent the Cleric, killed by a laser
# blast followed shortly by an eruption of a billion parasitic worms
# from your egg-infested corpse. I dedicate this generator to your memory.
#
#
# How to use:
# Place RandomGonzoHack.py, RandomGonzoNames.py, and RandomGonzoDesc.py in
# a single directory, then run RandomGonzoHack.py
#
#
# Any future work would be aimed at:
# Adding an option to include randomly-generated Maze Rats spells
# Formatting output to look pretty
# Overall condensing and cleanup of code
#
#
# Generator code by Grayson Boyer
#
###############################################################################