Go to file
Nicole Dresselhaus e2f8081bf8 added install-instructions 2023-01-02 23:25:53 +01:00
app better Readm 2022-12-25 01:53:49 +01:00
data initial 2022-12-25 01:37:33 +01:00
img better Readm 2022-12-25 01:53:49 +01:00
.gitignore Initial commit 2022-12-24 23:16:42 +00:00
LICENSE Initial commit 2022-12-24 23:16:42 +00:00
README.md added install-instructions 2023-01-02 23:25:53 +01:00
df-actors.cabal initial 2022-12-25 01:37:33 +01:00

README.md

DF-actors

Dwarf Fortress Actor-Names in various DF-languages.

Given you have an artifact-thief with an agent-name of "Breachlessons":

Just type it in and get names by race that you can look out for:

Schema seems to be: 2 random words of thief-race + 's'

Installation

Make sure you have cabal installed properly and up to date.

$ cabal build    #to build
$ cabal run      #to run without putting it anywhere
$ cabal install  #to put it into ~/.cabal/bin - make sure this in in your $PATH