### Interaction Example: LIKES_FIGHTING Source: https://github.com/qartar/dwarf-fortress/blob/legacy/file changes.txt Uses LIKES_FIGHTING:MISCHIEVOUS instead of misspellings for interaction examples. ```text LIKES_FIGHTING:MISCHIEVOUS ``` -------------------------------- ### Dwarf Fortress World Generator Example 2 Source: https://github.com/qartar/dwarf-fortress/blob/legacy/command line.txt An example of generating a world using a random seed and a custom world generation parameter title. This demonstrates flexibility in world generation parameters. ```bash "Dwarf Fortress.exe" -gen 2 RANDOM CUSTOM6 ```