Compare commits
2 Commits
ca4413be2a
...
51ea941158
Author | SHA1 | Date |
---|---|---|
Dozens B. McCuzzins | 51ea941158 | |
Dozens B. McCuzzins | 20e63e4d79 |
2
justfile
2
justfile
|
@ -17,7 +17,7 @@ html:
|
||||||
|
|
||||||
# word count
|
# word count
|
||||||
words:
|
words:
|
||||||
find src -type f -iname '*.txt' -print0 | xargs -0 wc -w
|
@find src -type f -iname '*.txt' -print0 | xargs -0 wc -w
|
||||||
|
|
||||||
# clean up artifacts
|
# clean up artifacts
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
A small winged faerie. Their appearance varies, and their wings, face, and body can resemble a bat, moth, butterfly, or insect. They organize their short lives around ritual and tradition.
|
A small winged faerie. Their appearance varies, and their wings, face, and body can resemble a bat, moth, butterfly, or insect. They organize their short lives around ritual and tradition.
|
||||||
|
|
||||||
|
Sprites are natural arbiters, judges, and adjudicators. The are capable of magically enforcing the terms of a pact, promise, or agreement.
|
||||||
|
|
||||||
---
|
---
|
||||||
Mien
|
Mien
|
||||||
---
|
---
|
||||||
|
@ -10,11 +12,11 @@ Fretful
|
||||||
|
|
||||||
Curious
|
Curious
|
||||||
|
|
||||||
Indignant
|
Argumentative
|
||||||
|
|
||||||
Taunting
|
Tardy
|
||||||
|
|
||||||
Condescending
|
Condescending
|
||||||
|
|
||||||
Generous
|
Magnaminous
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue