summaryrefslogtreecommitdiff
path: root/util.py
diff options
context:
space:
mode:
authorrusinthread <rusinthread@cock.li>2017-02-23 12:53:44 +0300
committerrusinthread <rusinthread@cock.li>2017-02-23 12:53:44 +0300
commit2f29cc839997673f5f6fc8f92a74a986ccd80301 (patch)
tree42d19f6a4ddf7e7badcc10089093adf52831f232 /util.py
parent720a66255c74287c9acae9095eeba3cbd4a8f6e4 (diff)
add new posts
Diffstat (limited to 'util.py')
-rw-r--r--util.py85
1 files changed, 85 insertions, 0 deletions
diff --git a/util.py b/util.py
index fdefe51..9c3bb1c 100644
--- a/util.py
+++ b/util.py
@@ -86,6 +86,91 @@ BF_NAMES = [
'щиголёв',
]
+CTHULHU_DICT = [
+ "ah", #generic action, e.g. greet, eat, do
+ "'ai", #speak / call
+ "athg", #sign (contract) / agree to
+ "'bthnk", #body / essence
+ "bug", #go
+ #"c- (prefix) we / our
+ "ch'", # cross over / travel
+ "chtenff", # brotherhood / society
+ "ebumna", # pit
+ "ee", # answers
+ "ehye", # cohesion / integrity
+ "ep", # after; with
+ "hai", # later / then
+ #"f'- (prefix) they / their
+ "'fhalma", # mother
+ "fhtagn", # wait / sleep
+ "fm'latgh", # burn
+ "ftaghu", # skin / boundary
+ "geb", # here
+ "gnaiih", # father
+ "gof'nn", # children
+ "goka", # grant
+ "gotha", # wish
+ "grah'n", # lost one / larva
+ #"h'- (prefix) it / its
+ "hafh'drn", # priest / summoner
+ "hai", # now
+ "hlirgh", # heretic
+ "hrii", # followers
+ "hupadgh", # born of
+ "ilyaa", # expect / await
+ "k'yarnak", # share / exchange
+ "kadishtu", # understand / know
+ "kn'a", # question
+ "li'hee", # on pain of
+ "llll", # at / beside
+ "lloig", # mind / psyche
+ "lw'nafh", # dream / transmit
+ "mg", # (conjunction) yet
+ "mnahn'", # worthless
+ "n'gha", # death
+ "n'ghft", # darkness
+ #"na- (prefix) (contraction of nafl-)
+ #"nafl- (prefix) not / (not-present tense)
+ #"ng- (prefix) (conjunction) and / then
+ "nglui", # threshold
+ "nilgh'ri", # anything / everything
+ #"nnn- (prefix) watch / protect
+ "nog", # come
+ "nw", # head / place
+ #"-nyth (suffix) servant of
+ #"-og (suffix) (emphatic)
+ "ooboshu", # visit
+ #"-or (suffix) force from / aspect of
+ "orr'e", # soul / spirit
+ #"-oth (suffix) native of
+ #"ph'- (prefix) over / beyond
+ "phlegeth", # realm of information
+ "r'luh", # secret / hidden
+ "ron", # religion / cult
+ "s'uhn", # pact
+ "sgn'wahl", # share space
+ "shagg", # realm of dreams
+ "shogg", # realm of darkness
+ "shtunggli", # notify / contact
+ "shugg", # realm of Earth
+ "sll'ha", # invite
+ "stell'bsna", # ask / pray for
+ "syha'h", # eternity
+ "tharanak", # promise / bring
+ "throd", # tremble
+ "uaaah", # (finish spell)
+ "uh'e", # people / crowd
+ "uln", # call / summon
+ "vulgtlagln", # pray to
+ "vulgtm", # prayer
+ "wgah'n", # reside in / control
+ "y'hah", # amen
+ #"y- (prefix) I / my
+ "ya", # I
+ #"-yar (suffix) time of / moment
+ "zhro", # (lift spell)'
+]
+
def plural(n, words):
words = words.split(' ')
return words[0 if n == 1 else 1]