Compare commits
No commits in common. "51ea941158998a0db5f59b866db9755bd8a569b5" and "ca4413be2a26f9caa4ffba7c1e38b42cd7046db8" have entirely different histories.
51ea941158
...
ca4413be2a
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,8 +3,6 @@
|
||||||
|
|
||||||
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
|
||||||
---
|
---
|
||||||
|
@ -12,11 +10,11 @@ Fretful
|
||||||
|
|
||||||
Curious
|
Curious
|
||||||
|
|
||||||
Argumentative
|
Indignant
|
||||||
|
|
||||||
Tardy
|
Taunting
|
||||||
|
|
||||||
Condescending
|
Condescending
|
||||||
|
|
||||||
Magnaminous
|
Generous
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue