2018-03-15 Abufalia It

OK, I want to generate some funky villagers using Hex Describe, a bit like Abulafia would. Misusing my own software for fun and profit.

Hex Describe

Abulafia

Let’s start with a table.

;villager
1,[person], [alignment] [job], [wants], [hates]

;person
1,[man]
1,[woman]

;man
1,John
1,Marius
1,Alf
1,Orgon

;woman
1,Hyacinth
1,Dragana
1,Zykele
1,Penthesilea

;alignment
1,saintly
1,evil
1,tyrant
1,childish

;job
1,administrator
1,scribe
1,night watch
1,pit fighter
1,veteran

;wants
1,lover of booze
1,famous lover of men
1,famous lover of women
1,unhappy lover of elves
1,infamous lover of dwarves
1,singer and dancer
1,always looking for a quick buck
1,desperately in need of a friend

;hates
1,hates all foreigners
1,fears the giant spiders invading this village every night
1,fears an undead wight walking the former battlefield behind Giffus Hill
1,would love to get rid of Sir Berbem of Basam manor
1,and sadly a loudmouthed racist
1,and a secret ally of the bandits

Let’s use pastebin.com to host the table (for other Pastebin recommendations see the comments below). Paste the table into their big text area and save, then click on the *raw* button. That gets you the URL we need. In my case, that’s https://pastebin.com/raw/TtuAvbCq – this is what we need.

https://pastebin.com/raw/TtuAvbCq

Visit Hex Describe and click on the no map link. Then paste the URL into the small field at the bottom where it says *Table URL*.

Hex Describe

no map

And now we’re going to write the text into the text area on the same page. How about this:

The important villagers of Furum are:
[villager];
[villager]; and
[villager].

This is what you should see. Now click the Submit button.

This is what you should see

You should see something like the following:

Hex Descriptions (no map)
The important villagers of Furum are:
Dragana, evil night watch, famous lover of women, fears an undead wight walking the former battlefield behind Giffus Hill;
Marius, childish veteran, unhappy lover of elves, hates all foreigners; and
Alf, childish pit fighter, always looking for a quick buck, would love to get rid of Sir Berbem of Basam manor.

Hex Descriptions (no map)

​#RPG ​#Hex Describe

Comments

(Please contact me if you want to remove your comment.)

Pastebins that people on Mastodon recommended which allow sharing a public link to the raw content:

https://haste.tchncs.de

http://vpaste.net/

– Alex Schroeder 2018-03-15 10:50 UTC