df-actors/README.md

26 lines
623 B
Markdown
Raw Normal View History

2022-12-25 00:40:45 +00:00
# DF-actors
2022-12-24 23:16:42 +00:00
2022-12-25 00:40:45 +00:00
Dwarf Fortress Actor-Names in various DF-languages.
![](img/example.png)
2022-12-25 00:53:06 +00:00
Given you have an artifact-thief with an agent-name of "Breachlessons":
![](img/implication.png)
Just type it in and get names by race that you can look out for:
![](img/translations.png)
Schema seems to be: 2 random words of thief-race + 's'
2023-01-02 22:25:53 +00:00
## Installation
Make sure you have [cabal](https://www.haskell.org/cabal/) installed properly
and up to date.
```bash
$ 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
```