diff --git a/bin/combine-dictionaries b/bin/combine-dictionaries deleted file mode 100755 index 893902b..0000000 --- a/bin/combine-dictionaries +++ /dev/null @@ -1,69 +0,0 @@ -#!/usr/bin/env node - -const fs = require("fs-extra"); -const path = require("path"); -const stringify = require("json-stable-stringify"); -const yaml = require("js-yaml"); - -// Create the combined dictionary file. -let dict = []; -let syllableDict = {}; - -// Create a chain of actions inside an async method. -run(); - -async function run() -{ - // Get all the syllables (directory names). - var syllables = await fs.readdir("src/dictionary"); - - for (const syllable of syllables) - { - // Go through the dictionary files in this list. - const syllablePath = path.join("src/dictionary", syllable); - const files = await fs.readdir(syllablePath); - const yamlFiles = files.filter(f => f.match(/\.yaml$/)); - - for (const file of yamlFiles) - { - // Load the file into memory. - const filePath = path.join(syllablePath, file); - const buffer = await fs.readFile(filePath); - const entry = yaml.safeLoad(buffer); - - entry.firstSyllable = syllable; - - // Make sure the syllable object exists. - if (!syllableDict[syllable]) - { - syllableDict[syllable] = []; - } - - // Add them to the given lists. - dict.push(entry); - syllableDict[syllable].push(entry); - } - } - - // Make sure the directories exists. - await fs.mkdir("dist").catch(() => {}); - await fs.mkdir("dist/dictionary").catch(() => {}); - - // Write out all the files. - const options = { sortKeys: true, space: " " }; - fs.writeFile("dist/dictionary.json", stringify(dict, options)); - fs.writeFile("dist/dictionary.yaml", yaml.safeDump(dict, options)); - - for (const syllable in syllableDict) - { - if (syllableDict.hasOwnProperty(syllable)) - { - fs.writeFile( - "dist/dictionary/" + syllable + ".json", - stringify(syllableDict[syllable], options)); - fs.writeFile( - "dist/dictionary/" + syllable + ".yaml", - yaml.safeDump(syllableDict[syllable], options)); - } - } -} diff --git a/bin/count-leading-syllables b/bin/count-leading-syllables deleted file mode 100755 index 9178edf..0000000 --- a/bin/count-leading-syllables +++ /dev/null @@ -1,47 +0,0 @@ -#!/usr/bin/perl - -# -# Setup -# - -# Directives -use strict; -use warnings; - -# Modules -use File::Basename; - -# -# Syllables -# - -my @SYLLABLES = qw@a wa ra ma pa ba ha na da ta za sa ga ka fa e we re -me pe be he ne de te ze se ge ke fe i wi ri mi pi bi hi ni chi ji shi -gi ki fi o wo ro mo po bo ho no do to jo so go ko fo u wu ru mu pu bu -hu nu tsu zu su gu ku fu ya rya mya pya bya hya nya chya jya shya gya -kya yo ryo myo pyo byo hyo nyo chyo jyo shyo gyo kyo yu ryu myu pyu -byu hyu nyu chyu jyu shyu gyu kyu n@; - -# -# Figure out the directory -# - -my $script_directory = dirname($0); -my $root_directory = dirname($script_directory); -my $dict_directory = "$root_directory/src/dictionary"; - -print "$dict_directory\n"; - -# -# Go through the syllable files and build up the counts. -# - -foreach my $syllable (@SYLLABLES) -{ - # Figure out the counts for this directory. - my @count = glob("$dict_directory/$syllable/*.yaml"); - my $count = scalar(@count); - - # Write it out. - printf "%3d %s\n", $count, basename($syllable); -} diff --git a/dist/dictionary.json b/dist/dictionary.json deleted file mode 100644 index dc6d5cc..0000000 --- a/dist/dictionary.json +++ /dev/null @@ -1,4511 +0,0 @@ -[ - { - "base": "aeno", - "firstSyllable": "a", - "pos": { - "noun": { - "neuter": [ - { - "def": "Bird eggs." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To destroy something by crushing it." - } - ] - } - } - }, - { - "base": "afukijomu", - "firstSyllable": "a", - "pos": { - "verb": { - "feminine": [ - { - "def": "To shape or manipulate the physical form using magic.\n" - }, - { - "def": "To sculpt solid materials.\n" - } - ] - } - } - }, - { - "base": "ashyobyupa", - "firstSyllable": "a", - "pos": { - "noun": { - "neuter": [ - { - "def": "A chrysanthemum." - }, - { - "def": "A flower with a lot of petals." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To use many different tools or techinques to look beautiful." - } - ] - } - } - }, - { - "base": "baba", - "firstSyllable": "ba", - "pos": { - "noun": { - "masculine": [ - { - "def": "Heart." - } - ] - } - } - }, - { - "base": "barichi", - "firstSyllable": "ba", - "pos": { - "adj": [ - { - "def": "Mundane, non-magical." - } - ] - } - }, - { - "base": "barichiroma", - "firstSyllable": "ba", - "pos": { - "noun": { - "neuter": [ - { - "def": "Magic-less person." - } - ] - } - } - }, - { - "base": "bedano", - "firstSyllable": "be", - "pos": { - "noun": { - "feminine": [ - { - "def": "A pinch of something, used for cooking." - }, - { - "def": "1/64th of a wudūna used for measuring delicate weights." - }, - { - "def": "0.2 grams.", - "oow": true - } - ] - } - } - }, - { - "base": "benkidofu", - "firstSyllable": "be", - "pos": { - "noun": { - "neuter": [ - { - "def": "The natural shielding of resonance damage against the weaker of two opposing magical fields." - } - ] - } - } - }, - { - "base": "bichiru", - "firstSyllable": "bi", - "pos": { - "noun": { - "feminine": [ - { - "def": "A traditional drink of the northern desert primarily made from fermented cactus sap. It typically has a milky appearance." - } - ] - } - } - }, - { - "base": "bidano", - "firstSyllable": "bi", - "pos": { - "noun": { - "feminine": [ - { - "def": "A pinch of something, used for cooking." - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To be nit-picky or find fault in tiny details." - } - ] - } - } - }, - { - "base": "bidosomi", - "firstSyllable": "bi", - "pos": { - "adj": [ - { - "def": "Personalized or customized for an individual.\n" - }, - { - "def": "A spirit that has a personal or unique manifestion for individual members of the clan. This manifestion can be a physical or an ethereal one.\n", - "reference": [ - { - "excerpt": "Rutejìmo turned back to the valley. Coming in from all directions were the couriers of the clan. They all ran after translucent small birds, the manifestation of Shimusògo; the speed of their sprints kicking up long plumes of sand and dust.\n", - "identifier": "0100-02", - "title": "Sand and Bone 1", - "url": "https://fedran.com/sand-and-bone/chapter-01/" - } - ] - } - ], - "adv": [ - { - "def": "An action that is tailored or adapted for the subject.\n" - } - ] - } - }, - { - "base": "bikiku", - "firstSyllable": "bi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Flea, louse." - } - ] - } - } - }, - { - "base": "bimugi", - "firstSyllable": "bi", - "pos": { - "noun": { - "masculine": [ - { - "def": "Horn." - } - ] - } - } - }, - { - "base": "bire", - "firstSyllable": "bi", - "pos": { - "noun": { - "masculine": [ - { - "def": "Night." - } - ] - } - } - }, - { - "base": "bochigomasu", - "firstSyllable": "bo", - "pos": { - "verb": { - "neuter": [ - { - "def": "Do perform something that takes a week to complete." - } - ] - } - } - }, - { - "base": "bokiko", - "firstSyllable": "bo", - "pos": { - "noun": { - "feminine": [ - { - "def": "Fire smoke." - } - ] - } - } - }, - { - "base": "bozo", - "firstSyllable": "bo", - "pos": { - "verb": { - "feminine": [ - { - "def": "To cook or prepare a small meal or snack." - }, - { - "def": "To prepare a meal for oneself." - } - ], - "masculine": [ - { - "def": "To cook or prepare a large meal." - } - ] - } - } - }, - { - "base": "bupo", - "firstSyllable": "bu", - "pos": { - "verb": { - "feminine": [ - { - "def": "Swim." - } - ] - } - } - }, - { - "base": "bupobo", - "firstSyllable": "bu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Fish." - } - ] - } - } - }, - { - "base": "burukano", - "firstSyllable": "bu", - "pos": { - "noun": { - "neuter": [ - { - "def": "The tendency for members of the same clan to exhibit common traits, morals, and decisions common with the clan's spirit.\n" - } - ] - } - } - }, - { - "base": "byan", - "firstSyllable": "bya", - "pos": { - "noun": { - "neuter": [ - { - "def": "Green." - } - ] - } - } - }, - { - "base": "byobi", - "firstSyllable": "byo", - "pos": { - "noun": { - "feminine": [ - { - "def": "As byòbi but female." - } - ], - "masculine": [ - { - "def": "A male rabbit, hare, or other member of the leporine family." - } - ], - "neuter": [ - { - "def": "As byòbi but a young bunny or kit." - } - ] - } - } - }, - { - "base": "byomokishi", - "firstSyllable": "byo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Non-desert people." - } - ] - } - } - }, - { - "base": "byomushike", - "firstSyllable": "byo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Outsider." - } - ] - } - } - }, - { - "base": "byoni", - "firstSyllable": "byo", - "pos": { - "verb": { - "feminine": [ - { - "def": "To have a little cry." - } - ], - "masculine": [ - { - "def": "To bawl or cry loudly." - }, - { - "def": "To break down sobbing." - } - ] - } - } - }, - { - "base": "chidona", - "firstSyllable": "chi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Pebbles or small rocks." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To throw or cause many small problems in rapid succession." - } - ] - } - } - }, - { - "base": "chifu", - "firstSyllable": "chi", - "pos": { - "adj": [ - { - "def": "Long." - } - ] - } - }, - { - "base": "chifumo", - "firstSyllable": "chi", - "pos": { - "noun": { - "masculine": [ - { - "def": "Cold weather." - } - ] - } - } - }, - { - "base": "chimoga", - "firstSyllable": "chi", - "pos": { - "noun": { - "neuter": [ - { - "def": "A measurement of distance." - }, - { - "def": "A surveyor's chain of 66 feet or 4 romōga." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To measure or pace something out that is approximately a chimōga distance." - }, - { - "def": "To measure something out in terms of chimōga distance." - } - ] - } - } - }, - { - "base": "chiruni", - "firstSyllable": "chi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Warm weather." - } - ] - } - } - }, - { - "base": "chisogura", - "firstSyllable": "chi", - "pos": { - "noun": { - "masculine": [ - { - "def": "A physical and spiritual call for help from other clan members.\n", - "reference": [ - { - "excerpt": "\"Sands!\" Desòchu threw back his head, exploded into an inferno of golden flames, and screamed. It wasn't the sound of a human that came out of his mouth, but the screech of a bird that echoed in Rutejìmo's head.\nThe sound crashed into Rutejìmo. It echoed beyond his ears and something deep in his heart responded. He had to obey it, had to do something. It was the cry of Shimusògo himself.\nRutejìmo felt the cry force his attention toward Desòchu. A need to do something rose up inside him, a command that came directly from the clan spirit. He stared into Desòchu's flaming form despite the pain of looking into the brightness. Tears burned in his eyes from the effort.\n...\nPower rose around him. Looking up, he saw the clan responding to Desòchu's cry. Every adult of the clan converged on the valley, each one leaving a trail of golden flames. The children who were playing were knocked aside by adults all sprinting toward the entrance.\n", - "identifier": "0100-01", - "title": "Sand and Ash 32", - "url": "https://fedran.com/sand-and-ash/chapter-32/" - } - ] - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To make a spiritual call for help from other clan members.\n" - } - ] - } - } - }, - { - "base": "chisokuku", - "firstSyllable": "chi", - "pos": { - "noun": { - "masculine": [ - { - "def": "The amount of water a clan needs in a day." - }, - { - "def": "A volume of liquid equal to 66 kokéku." - }, - { - "def": "A volume of liquid equal to 264 liters.", - "oow": true - } - ] - } - } - }, - { - "base": "chobire", - "firstSyllable": "cho", - "pos": { - "noun": { - "masculine": [ - { - "def": "The moon." - } - ] - } - } - }, - { - "base": "chochi", - "firstSyllable": "cho", - "pos": { - "noun": { - "masculine": [ - { - "def": "A lunar cycle or month." - } - ] - } - } - }, - { - "base": "chon", - "firstSyllable": "cho", - "pos": { - "adj": [ - { - "def": "Black." - } - ] - } - }, - { - "base": "chonesu", - "firstSyllable": "cho", - "pos": { - "noun": { - "feminine": [ - { - "def": "Stars." - } - ] - } - } - }, - { - "base": "chota", - "firstSyllable": "cho", - "pos": { - "noun": { - "masculine": [ - { - "def": "A lunar \"day\"." - } - ] - } - } - }, - { - "base": "chotafuchi", - "firstSyllable": "cho", - "pos": { - "noun": { - "masculine": [ - { - "def": "The period where the moon is below the horizon." - }, - { - "def": "When moon-based powers don't work." - } - ] - } - } - }, - { - "base": "chyomigu", - "firstSyllable": "chyo", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/10th of a domīgu." - }, - { - "def": "2.01 centimeters.", - "oow": true - } - ] - } - } - }, - { - "base": "chyona", - "firstSyllable": "chyo", - "pos": { - "noun": { - "neuter": [ - { - "def": "An internal organ." - } - ] - } - } - }, - { - "base": "chyore", - "firstSyllable": "chyo", - "pos": { - "noun": { - "masculine": [ - { - "def": "Snake" - }, - { - "def": "mizonekima chyòre - giant snake" - } - ] - } - } - }, - { - "base": "chyotemakonakifu", - "firstSyllable": "chyo", - "pos": { - "noun": { - "feminine": [ - { - "def": "A short poem of two or more phrases where every phrase is the same number of syllables." - } - ] - } - } - }, - { - "base": "chyubine", - "firstSyllable": "chyu", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `chyubìne` (noun 1), but female." - } - ], - "masculine": [ - { - "def": "A male jack-of-trades, someone who had a wide variety of skills." - } - ], - "neuter": [ - { - "def": "A child who has many skills but no specialization." - }, - { - "def": "A child with an uncertain clan affiliation." - } - ] - } - } - }, - { - "base": "chyurena", - "firstSyllable": "chyu", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `chyuréna`, but female." - } - ], - "masculine": [ - { - "def": "A male of a clan which does not have significantly differing levels of magical power among its members." - } - ] - } - } - }, - { - "base": "dakyofu", - "firstSyllable": "da", - "pos": { - "verb": { - "feminine": [ - { - "def": "To channel magic into a weapon to make it stronger or resilent to attack magic.\n" - } - ], - "masculine": [ - { - "def": "To anticipate an unplesant conversation.\n" - } - ] - } - } - }, - { - "base": "danichyo", - "firstSyllable": "da", - "pos": { - "noun": { - "masculine": [ - { - "def": "An impromptu hiding spot." - } - ], - "neuter": [ - { - "def": "A bird's nest." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To create something for personal joy." - } - ] - } - } - }, - { - "base": "datemo", - "firstSyllable": "da", - "pos": { - "adv": [ - { - "def": "To perform an action with perception magic.\n" - } - ], - "verb": { - "feminine": [ - { - "def": "To look intently or analyze.\n" - } - ], - "neuter": [ - { - "def": "To percieve or observe.\n" - } - ] - } - } - }, - { - "base": "datsu", - "firstSyllable": "da", - "pos": { - "noun": { - "neuter": [ - { - "def": "The basic unit of weight equal to sofùki worth of clean water." - }, - { - "def": "1.02 kilograms.", - "oow": true - } - ] - } - } - }, - { - "base": "defoni", - "firstSyllable": "de", - "pos": { - "noun": { - "masculine": [ - { - "def": "Feather." - } - ] - } - } - }, - { - "base": "demu", - "firstSyllable": "de", - "pos": { - "verb": { - "masculine": [ - { - "def": "Fly." - } - ] - } - } - }, - { - "base": "depa", - "firstSyllable": "de", - "pos": { - "noun": { - "feminine": [ - { - "def": "Bird." - } - ] - } - } - }, - { - "base": "detokishi", - "firstSyllable": "de", - "pos": { - "noun": { - "masculine": [ - { - "def": "Desert folk." - } - ] - } - } - }, - { - "base": "detomusa", - "firstSyllable": "de", - "pos": { - "noun": { - "masculine": [ - { - "def": "Persistent sand storm." - } - ] - } - } - }, - { - "base": "do", - "firstSyllable": "do", - "pos": { - "pro": [ - { - "def": "You, yours." - } - ] - } - }, - { - "base": "dodera", - "firstSyllable": "do", - "pos": { - "noun": { - "neuter": [ - { - "def": "An object used to hold liquid." - }, - { - "def": "A bucket or bowl." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To cup one's hands to hold liquids." - } - ] - } - } - }, - { - "base": "domigu", - "firstSyllable": "do", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/100th of a romōga." - }, - { - "def": "20.12 centimeters.", - "oow": true - } - ] - } - } - }, - { - "base": "doshyo", - "firstSyllable": "do", - "pos": { - "noun": { - "feminine": [ - { - "def": "Soil, earth." - } - ] - } - } - }, - { - "base": "dotsu", - "firstSyllable": "do", - "pos": { - "noun": { - "masculine": [ - { - "def": "Home." - } - ] - } - } - }, - { - "base": "faho", - "firstSyllable": "fa", - "pos": { - "noun": { - "feminine": [ - { - "def": "ear." - } - ] - } - } - }, - { - "base": "famu", - "firstSyllable": "fa", - "pos": { - "noun": { - "neuter": [ - { - "def": "Eye, eyes." - } - ] - } - } - }, - { - "base": "fapodi", - "firstSyllable": "fa", - "pos": { - "verb": { - "feminine": [ - { - "def": "To run over long distances." - }, - { - "def": "Endurance running." - } - ], - "masculine": [ - { - "def": "To sprint or run at full speed." - } - ] - } - } - }, - { - "base": "faruku", - "firstSyllable": "fa", - "pos": { - "noun": { - "neuter": [ - { - "def": "A toad or frog." - } - ] - } - } - }, - { - "base": "fasa", - "firstSyllable": "fa", - "pos": { - "adj": [ - { - "def": "Fast, speedy." - } - ] - } - }, - { - "base": "fechi", - "firstSyllable": "fe", - "pos": { - "adj": [ - { - "def": "Greater or superior in social rank." - } - ] - } - }, - { - "base": "figi", - "firstSyllable": "fi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Teeth, bite." - } - ] - } - } - }, - { - "base": "foni", - "firstSyllable": "fo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Head." - } - ] - } - } - }, - { - "base": "fopu", - "firstSyllable": "fo", - "pos": { - "adj": [ - { - "def": "Full, stuffed." - } - ] - } - }, - { - "base": "fuchi", - "firstSyllable": "fu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Nose." - } - ] - } - } - }, - { - "base": "fugi", - "firstSyllable": "fu", - "pos": { - "verb": { - "neuter": [ - { - "def": "See, sight." - } - ] - } - } - }, - { - "base": "fugimo", - "firstSyllable": "fu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Mouth." - } - ] - } - } - }, - { - "base": "fumiga", - "firstSyllable": "fu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Claw." - } - ] - } - } - }, - { - "base": "funami", - "firstSyllable": "fu", - "pos": { - "noun": { - "neuter": [ - { - "def": "Sheep or other wool-producing herd creature." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To shave or remove hair." - } - ] - } - } - }, - { - "base": "gabuchigika", - "firstSyllable": "ga", - "pos": { - "noun": { - "masculine": [ - { - "def": "A large area of land claimed by a clan." - }, - { - "def": "120 gachigyukōga." - } - ] - } - } - }, - { - "base": "gachi", - "firstSyllable": "ga", - "pos": { - "verb": { - "masculine": [ - { - "def": "Eat." - } - ] - } - } - }, - { - "base": "gachigyukoga", - "firstSyllable": "ga", - "pos": { - "noun": { - "neuter": [ - { - "def": "A \"plot\" of land one chimōga by one gyukōga." - }, - { - "def": "1 acre.", - "oow": true - } - ] - } - } - }, - { - "base": "gamekoji", - "firstSyllable": "ga", - "pos": { - "noun": { - "neuter": [ - { - "def": "A miscarriage." - } - ] - } - } - }, - { - "base": "gamibita", - "firstSyllable": "ga", - "pos": { - "adj": [ - { - "def": "A magical talent that charges a physical item with explosive force.\n", - "reference": [ - { - "excerpt": "And then the dépa was there, sprinting in a circle around Chimípu. Her movements accelerated, and a vortex of dust rose up around her, blurring her form. The sling formed a disk as it spun with her.\nShe stopped suddenly and released one end of the cloth. The rock shot out and crossed the valley in an instant. It left ripples in the air as raw power rolled off the stone. A crack of air shook Rutejìmo from its passing. The stone shattered at the base of a nest and there was a shower of blood and feathers.\n", - "identifier": "0100-00", - "title": "Sand and Blood 17", - "url": "https://fedran.com/sand-and-bone/chapter-17/" - } - ] - } - ], - "noun": { - "feminine": [ - { - "def": "A bang or sharp noise.\n" - }, - { - "def": "Firecrackers or celebratory explosions.\n" - } - ], - "masculine": [ - { - "def": "A large explosion that does significant damage.\n" - } - ] - } - } - }, - { - "base": "gatiru", - "firstSyllable": "ga", - "pos": { - "noun": { - "neuter": [ - { - "def": "A wild dog-like creature." - }, - { - "def": "A coyote." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To rummage around scraps for food." - } - ] - } - } - }, - { - "base": "ge", - "firstSyllable": "ge", - "pos": { - "adj": [ - { - "def": "My clan." - } - ] - } - }, - { - "base": "gen", - "firstSyllable": "ge", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `gèn` (noun 1), but as a feminine clan spirit." - } - ], - "masculine": [ - { - "def": "My clan, when referencing a clan with a masculine spirit." - } - ], - "neuter": [ - { - "def": "As `gèn` (noun 1), but as a neuter clan spirit." - } - ] - } - } - }, - { - "base": "gichyoku", - "firstSyllable": "gi", - "pos": { - "noun": { - "feminine": [ - { - "def": "A cutting or slicing force or energy.\n" - } - ] - } - } - }, - { - "base": "gidajimo", - "firstSyllable": "gi", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `gidajìmo` (noun 1), but where the female is the primary or sole caregiver of any children." - } - ], - "masculine": [ - { - "def": "A marriage between an adult man and woman where the male is the primary or only caretaker for any children (including step-children)." - } - ], - "neuter": [ - { - "def": "As `gidajìmo` (noun 1), but where either both members are equal in raising children or the marriage has not produced any children." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "A quiet or private marriage ceremony." - } - ], - "masculine": [ - { - "def": "A marriage ceremony performed with a significant amount of ceremony, guests, or planning." - } - ] - } - } - }, - { - "base": "gimetsui", - "firstSyllable": "gi", - "pos": { - "verb": { - "masculine": [ - { - "def": "To give birth to a living child." - } - ], - "neuter": [ - { - "def": "To lay eggs or other non-live birth." - } - ] - } - } - }, - { - "base": "gitamafu", - "firstSyllable": "gi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Shared senses among two or more people.\n" - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To recieve senses from an external source.\n" - } - ], - "masculine": [ - { - "def": "To project senses or perceptions into someone else.\n" - } - ] - } - } - }, - { - "base": "gitopoga", - "firstSyllable": "gi", - "pos": { - "verb": { - "masculine": [ - { - "def": "To have unenthusiastic sex solely for purposes of reproduction." - } - ] - } - } - }, - { - "base": "gokote", - "firstSyllable": "go", - "pos": { - "noun": { - "neuter": [ - { - "def": "A solar week consisting of eight rōte." - } - ] - } - } - }, - { - "base": "gomata", - "firstSyllable": "go", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/128 of a māsa." - }, - { - "def": "About a minute.", - "oow": true - } - ] - } - } - }, - { - "base": "gupa", - "firstSyllable": "gu", - "pos": { - "verb": { - "masculine": [ - { - "def": "Gulp, drink." - } - ] - } - } - }, - { - "base": "gupiji", - "firstSyllable": "gu", - "pos": { - "noun": { - "neuter": [ - { - "def": "Valley" - } - ] - } - } - }, - { - "base": "gyukoga", - "firstSyllable": "gyu", - "pos": { - "noun": { - "neuter": [ - { - "def": "80 chimōga." - }, - { - "def": "1/9th the distance an average person can walk in a māsa." - }, - { - "def": "A mile.", - "oow": true - } - ] - } - } - }, - { - "base": "hachifobu", - "firstSyllable": "ha", - "pos": { - "noun": { - "neuter": [ - { - "def": "The trial when a teenager about to manifest power and various spirits present themselves to see if there is a natural fit.\n" - } - ] - } - } - }, - { - "base": "hachifu", - "firstSyllable": "ha", - "pos": { - "noun": { - "neuter": [ - { - "def": "Path, road, trail." - } - ] - } - } - }, - { - "base": "hamani", - "firstSyllable": "ha", - "pos": { - "noun": { - "neuter": [ - { - "def": "A mountain lion." - }, - { - "def": "A large cat." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To seek out a romantic or sexual partner during nocturnal events." - } - ] - } - } - }, - { - "base": "hanako", - "firstSyllable": "ha", - "pos": { - "noun": { - "feminine": [ - { - "def": "A large horn of a creature." - } - ], - "masculine": [ - { - "def": "A bighorn sheep." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To butt or interject into a conversation." - } - ] - } - } - }, - { - "base": "hayoka", - "firstSyllable": "ha", - "pos": { - "adj": [ - { - "def": "Good, favorable." - } - ] - } - }, - { - "base": "heru", - "firstSyllable": "he", - "pos": { - "noun": { - "feminine": [ - { - "def": "A mare or female horse." - } - ], - "masculine": [ - { - "def": "A stallion or male horse." - } - ], - "neuter": [ - { - "def": "A foal or young horse." - } - ] - } - } - }, - { - "base": "herudaki", - "firstSyllable": "he", - "pos": { - "noun": { - "neuter": [ - { - "def": "The weight of a horse." - }, - { - "def": "30 madèku." - }, - { - "def": "489.6 kilograms.", - "oow": true - } - ] - } - } - }, - { - "base": "hichifuma", - "firstSyllable": "hi", - "pos": { - "verb": { - "neuter": [ - { - "def": "The effort to keep the nature of spirits and the rite of passage secret from children to facilitate the connection to a clan spirit." - } - ] - } - } - }, - { - "base": "hikomini", - "firstSyllable": "hi", - "pos": { - "noun": { - "feminine": [ - { - "def": "A lesser clan spirit, one that gains power from one of the `hikomìni` (noun 1)." - } - ], - "masculine": [ - { - "def": "One of the three greater spirits of the desert: Tachìra, Chobìre, or Mifúno." - } - ] - } - } - }, - { - "base": "hinoto", - "firstSyllable": "hi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Tail." - } - ] - } - } - }, - { - "base": "hiropadu", - "firstSyllable": "hi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Marks left behind by hooved creatures." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To kick something with great force." - } - ] - } - } - }, - { - "base": "hofuma", - "firstSyllable": "ho", - "pos": { - "noun": { - "masculine": [ - { - "def": "A hawk or raptor." - }, - { - "def": "A large hunting bird." - } - ] - } - } - }, - { - "base": "hogano", - "firstSyllable": "ho", - "pos": { - "adj": [ - { - "def": "Magical powers that manifest through the combined presence of related creatures as opposed to individual members. Common talents include telepathy, mental control, and projected senses through the members of the species.\n", - "example": [ - { - "en": "Legendary are the herd powers of Waryōni.", - "miw": "oa zeshitómi e hogano waryōni" - } - ] - } - ], - "noun": { - "masculine": [ - { - "def": "A group of anything running around making a great deal of noise and distration.\n", - "example": [ - { - "en": "The girls of our clan run like a herd of horses.", - "miw": "oe ge nágo i fapòdi a hogáno" - } - ] - } - ] - } - } - }, - { - "base": "horanakifu", - "firstSyllable": "ho", - "pos": { - "verb": { - "feminine": [ - { - "def": "To see solace away from others." - }, - { - "def": "To sequester oneself for contemplation." - } - ] - } - } - }, - { - "base": "hupodi", - "firstSyllable": "hu", - "pos": { - "verb": { - "feminine": [ - { - "def": "Come, approach." - } - ] - } - } - }, - { - "base": "hyobechimo", - "firstSyllable": "hyo", - "pos": { - "noun": { - "feminine": [ - { - "def": "The ritual of performing `hyobechìmo` (verb 1)." - }, - { - "def": "The rite of passage for young adults." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "The process of putting a young adult in mortal danger to reveal their clan and powers." - }, - { - "def": "To put someone in mortal danger to reveal their true nature." - }, - { - "def": "To stress test something." - } - ] - } - } - }, - { - "base": "hyukadi", - "firstSyllable": "hyu", - "pos": { - "verb": { - "feminine": [ - { - "def": "To volunteer or give assistance." - } - ] - } - } - }, - { - "base": "ikugafu", - "firstSyllable": "i", - "pos": { - "adj": [ - { - "def": "To be unkillable." - }, - { - "def": "To be impossible to get rid of." - } - ], - "noun": { - "neuter": [ - { - "def": "A cockroach." - } - ] - } - } - }, - { - "base": "iryoga", - "firstSyllable": "i", - "pos": { - "noun": { - "neuter": [ - { - "def": "The moment of despair or longing when someone's associated celestial body goes below the horizon and they lose their magical powers.\n" - } - ] - }, - "verb": { - "masculine": [ - { - "def": "The dread that rises when one's celestial body is about to go below the horizon.\n" - } - ] - } - } - }, - { - "base": "itochyoku", - "firstSyllable": "i", - "pos": { - "verb": { - "feminine": [ - { - "def": "The teleport or move without crossing the intervening distance.\n", - "reference": [ - { - "excerpt": "“There is no thanks,” she said in her wavering voice, “because this is the way it is. Go on, I will help you break fast.” She turned, and then she was gone. He didn’t see how she moved, only that one moment she was standing in front of him and the other she was a rod away, kneeling at an old fire pit.\n", - "identifier": "0100-02", - "title": "Sand and Bone 22", - "url": "https://fedran.com/sand-and-bone/chapter-22/" - } - ] - }, - { - "def": "The move through shadows or mirrors.\n" - } - ] - } - } - }, - { - "base": "jimo", - "firstSyllable": "ji", - "pos": { - "noun": { - "neuter": [ - { - "def": "Cloth, fabric, or textile." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To wrap or bind in cloth or fabrics." - } - ] - } - } - }, - { - "base": "jokidofu", - "firstSyllable": "jo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Magical resonance." - }, - { - "def": "The field that surrounds mages and artifacts." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To create discomfort in someone else using magical resonance." - } - ], - "masculine": [ - { - "def": "To create pain in someone else using magical resonance." - } - ] - } - } - }, - { - "base": "jokofatsu", - "firstSyllable": "jo", - "pos": { - "noun": { - "neuter": [ - { - "def": "A script that has vowels to the right of the consonants." - }, - { - "def": "The script of the Western part of the Mifúno desert." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To write in a `jokofātsu` script." - } - ] - } - } - }, - { - "base": "jyomyo", - "firstSyllable": "jyo", - "pos": { - "pro": [ - { - "def": "Many." - } - ] - } - }, - { - "base": "jyon", - "firstSyllable": "jyo", - "pos": { - "adj": [ - { - "def": "Yellow." - } - ] - } - }, - { - "base": "jyopa", - "firstSyllable": "jyo", - "pos": { - "num": [ - { - "def": "One." - } - ] - } - }, - { - "base": "jyore", - "firstSyllable": "jyo", - "pos": { - "num": [ - { - "def": "Two." - } - ] - } - }, - { - "base": "jyoshya", - "firstSyllable": "jyo", - "pos": { - "adj": [ - { - "def": "All." - } - ] - } - }, - { - "base": "kadu", - "firstSyllable": "ka", - "pos": { - "noun": { - "feminine": [ - { - "def": "Hand." - } - ] - } - } - }, - { - "base": "kafu", - "firstSyllable": "ka", - "pos": { - "verb": { - "feminine": [ - { - "def": "Love, affection." - } - ], - "masculine": [ - { - "def": "Passion." - } - ] - } - } - }, - { - "base": "kafuchi", - "firstSyllable": "ka", - "pos": { - "adj": [ - { - "def": "A spiritual energy that is shared and pools.\n" - }, - { - "def": "A manifestion of magic where multiple clan members see the same spirit.\n" - } - ], - "noun": { - "feminine": [ - { - "def": "A shared memory or magic between close friends or clan members.\n" - } - ] - } - } - }, - { - "base": "keka", - "firstSyllable": "ke", - "pos": { - "noun": { - "feminine": [ - { - "def": "The amount of displacement of an adult woman's fist." - }, - { - "def": "A volume of liquid equal to 305 milliliters.", - "oow": true - } - ] - } - } - }, - { - "base": "keri", - "firstSyllable": "ke", - "pos": { - "verb": { - "masculine": [ - { - "def": "Stand." - } - ] - } - } - }, - { - "base": "kifi", - "firstSyllable": "ki", - "pos": { - "verb": { - "feminine": [ - { - "def": "Give, hand over." - } - ] - } - } - }, - { - "base": "kifomakoji", - "firstSyllable": "ki", - "pos": { - "verb": { - "feminine": [ - { - "def": "To lose a loved one to death." - } - ] - } - } - }, - { - "base": "kiko", - "firstSyllable": "ki", - "pos": { - "noun": { - "masculine": [ - { - "def": "Fire, burn." - } - ] - } - } - }, - { - "base": "kikochyo", - "firstSyllable": "ki", - "pos": { - "noun": { - "neuter": [ - { - "def": "Ashes of a fire." - } - ] - } - } - }, - { - "base": "kikofuna", - "firstSyllable": "ki", - "pos": { - "noun": { - "neuter": [ - { - "def": "The minimum area of ash produced from a funeral fire to be considered holy." - }, - { - "def": "80 square meters.", - "oow": true - } - ] - } - } - }, - { - "base": "kimu", - "firstSyllable": "ki", - "pos": { - "verb": { - "feminine": [ - { - "def": "Sit." - } - ] - } - } - }, - { - "base": "kireki", - "firstSyllable": "ki", - "pos": { - "noun": { - "masculine": [ - { - "def": "Tree." - } - ] - } - } - }, - { - "base": "kishi", - "firstSyllable": "ki", - "pos": { - "noun": { - "masculine": [ - { - "def": "Male, masculine." - } - ] - } - } - }, - { - "base": "kochozo", - "firstSyllable": "ko", - "pos": { - "verb": { - "neuter": [ - { - "def": "Sleep." - } - ] - } - } - }, - { - "base": "kodi", - "firstSyllable": "ko", - "pos": { - "verb": { - "neuter": [ - { - "def": "Lie down." - } - ] - } - } - }, - { - "base": "kodo", - "firstSyllable": "ko", - "pos": { - "noun": { - "feminine": [ - { - "def": "Stone." - } - ] - } - } - }, - { - "base": "kodoshyo", - "firstSyllable": "ko", - "pos": { - "noun": { - "masculine": [ - { - "def": "Mountain." - } - ] - } - } - }, - { - "base": "koji", - "firstSyllable": "ko", - "pos": { - "verb": { - "neuter": [ - { - "def": "Die, death, kill." - } - ] - } - } - }, - { - "base": "kojifu", - "firstSyllable": "ko", - "pos": { - "verb": { - "neuter": [ - { - "def": "Die." - } - ] - } - } - }, - { - "base": "kojinomi", - "firstSyllable": "ko", - "pos": { - "noun": { - "neuter": [ - { - "def": "A keeper of the dead." - }, - { - "def": "Someone who tends to the dying, recording stories and confessions." - } - ] - } - } - }, - { - "base": "kokeku", - "firstSyllable": "ko", - "pos": { - "noun": { - "masculine": [ - { - "def": "The amount of water an average person needs for a single day in the desert." - }, - { - "def": "A volume of liquid equal to 13 kéka." - }, - { - "def": "A volume of liquid equal to 4 liters.", - "oow": true - } - ] - } - } - }, - { - "base": "komiyaza", - "firstSyllable": "ko", - "pos": { - "noun": { - "neuter": [ - { - "def": "The temperature where water boils." - }, - { - "def": "100 degrees Celsius.", - "oow": true - } - ] - } - } - }, - { - "base": "koroma", - "firstSyllable": "ko", - "pos": { - "adj": [ - { - "def": "Cursed." - } - ] - } - }, - { - "base": "kufo", - "firstSyllable": "ku", - "pos": { - "noun": { - "neuter": [ - { - "def": "A mouse or rat." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "A worm into a tight space." - } - ], - "masculine": [ - { - "def": "To make oneself at home when unwelcomed." - } - ] - } - } - }, - { - "base": "kuga", - "firstSyllable": "ku", - "pos": { - "verb": { - "neuter": [ - { - "def": "Hear." - } - ] - } - } - }, - { - "base": "kyoda", - "firstSyllable": "kyo", - "pos": { - "verb": { - "feminine": [ - { - "def": "To ride a creature over distances." - } - ], - "masculine": [ - { - "def": "To charge a creature, such as into battle." - }, - { - "def": "To sprint or race a creature while riding it." - } - ], - "neuter": [ - { - "def": "To ride poorly or without skill." - }, - { - "def": "To learn how to ride a creature." - } - ] - } - } - }, - { - "base": "kyon", - "firstSyllable": "kyo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Red." - } - ] - } - } - }, - { - "base": "kyumogo", - "firstSyllable": "kyu", - "pos": { - "noun": { - "neuter": [ - { - "def": "A measurement of distance." - }, - { - "def": "A mile." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To measure or pace something out that is approximately a `kyumōgo` distance." - } - ] - } - } - }, - { - "base": "ma", - "firstSyllable": "ma", - "pos": { - "adj": [ - { - "def": "Me, I, mine." - } - ] - } - }, - { - "base": "madeku", - "firstSyllable": "ma", - "pos": { - "noun": { - "masculine": [ - { - "def": "A weight of 16 dātsu used for measuring heavy items and people." - }, - { - "def": "16.32 kilograms.", - "oow": true - } - ] - } - } - }, - { - "base": "man", - "firstSyllable": "ma", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `màn` (noun 1), but as a feminine." - } - ], - "masculine": [ - { - "def": "Myself, when referencing a masculine person." - } - ], - "neuter": [ - { - "def": "As `màn` (noun 1), but as a neuter." - } - ] - } - } - }, - { - "base": "masa", - "firstSyllable": "ma", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/8th of a rōte or solar day." - } - ] - } - } - }, - { - "base": "mashiokajudufa", - "firstSyllable": "ma", - "pos": { - "noun": { - "neuter": [ - { - "def": "Felony resonance." - }, - { - "def": "The crime of destroying things using magical interference." - } - ] - } - } - }, - { - "base": "masotoru", - "firstSyllable": "ma", - "pos": { - "adj": [ - { - "def": "Concerning or using electrical-based magic.\n" - } - ], - "noun": { - "masculine": [ - { - "def": "Lightning formed from a dust storm.\n" - } - ] - } - } - }, - { - "base": "mekoshi", - "firstSyllable": "me", - "pos": { - "adj": [ - { - "def": "To perform an action humbly or without pride." - } - ] - } - }, - { - "base": "michi", - "firstSyllable": "mi", - "pos": { - "verb": { - "masculine": [ - { - "def": "Smile." - } - ] - } - } - }, - { - "base": "mifuno", - "firstSyllable": "mi", - "pos": { - "noun": { - "feminine": [ - { - "def": "The desert spirit." - } - ], - "neuter": [ - { - "def": "The desrt." - } - ] - } - } - }, - { - "base": "miga", - "firstSyllable": "mi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Meat, flesh." - } - ] - } - } - }, - { - "base": "minafatsu", - "firstSyllable": "mi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Written words or letters of the desert tongue." - } - ] - } - } - }, - { - "base": "miwafu", - "firstSyllable": "mi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Words of the desert." - } - ] - } - } - }, - { - "base": "mo", - "firstSyllable": "mo", - "pos": { - "pro": [ - { - "def": "What, who, whom, question placeholder." - } - ] - } - }, - { - "base": "mobipo", - "firstSyllable": "mo", - "pos": { - "noun": { - "masculine": [ - { - "def": "A crow or blackbird." - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To make loud, persistent noises." - } - ] - } - } - }, - { - "base": "monika", - "firstSyllable": "mo", - "pos": { - "adj": [ - { - "def": "A magical force that accelerates or speeds a character.\n", - "reference": [ - { - "excerpt": "The ground shook as a blast of wind blew and the flash of a bird raced past them. Rocks tore at Rutejìmo's side and face. Coughing, he managed to focus just as Desòchu caught the third bowl. The other two rested in his other hand. Wind eddied around Rutejìmo's older brother as he gracefully spun around to prevent the food from slipping.\nDesòchu glanced up and then stepped forward. He disappeared in a cloud of dust, and a plume of wind streaked to the switchback at the end of the trail and up toward them.\n", - "identifier": "0100-00", - "title": "Sand and Blood 4", - "url": "https://fedran.com/sand-and-bone/chapter-04/" - } - ] - } - ], - "adv": [ - { - "def": "To move or run very fast.\n" - } - ] - } - }, - { - "base": "mujichi", - "firstSyllable": "mu", - "pos": { - "adj": [ - { - "def": "Dry, powdery" - } - ] - } - }, - { - "base": "mukisa", - "firstSyllable": "mu", - "pos": { - "noun": { - "feminine": [ - { - "def": "a fine sand that is difficult to walk along because it is shifting" - } - ] - } - } - }, - { - "base": "munisa", - "firstSyllable": "mu", - "pos": { - "noun": { - "masculine": [ - { - "def": "a coarse grain sand that grates against bare flesh but doesn't blow in light winds" - } - ] - } - } - }, - { - "base": "musa", - "firstSyllable": "mu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Sand (generic)." - } - ] - } - } - }, - { - "base": "mushigi", - "firstSyllable": "mu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Tongue." - } - ] - } - } - }, - { - "base": "myoregu", - "firstSyllable": "myo", - "pos": { - "noun": { - "masculine": [ - { - "def": "Moron." - } - ] - } - } - }, - { - "base": "myukira", - "firstSyllable": "myo", - "pos": { - "noun": { - "feminine": [ - { - "def": "Leaf." - } - ] - } - } - }, - { - "base": "netune", - "firstSyllable": "n", - "pos": { - "noun": { - "feminine": [ - { - "def": "A legacy left behind when someone dies.\n" - } - ], - "neuter": [ - { - "def": "The tendency for a child to become associated with the same clan as as their mother.\n" - } - ] - } - } - }, - { - "base": "norikuchyofune", - "firstSyllable": "n", - "pos": { - "verb": { - "masculine": [ - { - "def": "The final burst of energy when the last member of a clan dies.\n" - }, - { - "def": "The moment when a clan spirit dies with the last living member's death.\n" - } - ] - } - } - }, - { - "base": "nago", - "firstSyllable": "na", - "pos": { - "noun": { - "masculine": [ - { - "def": "Girl child." - } - ] - } - } - }, - { - "base": "nakifu", - "firstSyllable": "na", - "pos": { - "noun": { - "feminine": [ - { - "def": "A short poem." - } - ], - "masculine": [ - { - "def": "A long or epic poem." - } - ] - } - } - }, - { - "base": "nesa", - "firstSyllable": "ne", - "pos": { - "adj": [ - { - "def": "Unhappily, miserably." - } - ] - } - }, - { - "base": "nesakafu", - "firstSyllable": "ne", - "pos": { - "verb": { - "neuter": [ - { - "def": "To be unhappily in love." - }, - { - "def": "To be miserably happy." - } - ] - } - } - }, - { - "base": "nibaba", - "firstSyllable": "ni", - "pos": { - "noun": { - "feminine": [ - { - "def": "Breasts." - } - ] - } - } - }, - { - "base": "nibapu", - "firstSyllable": "ni", - "pos": { - "noun": { - "masculine": [ - { - "def": "Liver" - } - ] - } - } - }, - { - "base": "nichiza", - "firstSyllable": "ni", - "pos": { - "noun": { - "masculine": [ - { - "def": "Belly." - } - ] - } - } - }, - { - "base": "nido", - "firstSyllable": "ni", - "pos": { - "noun": { - "feminine": [ - { - "def": "Neck." - } - ] - } - } - }, - { - "base": "nireigi", - "firstSyllable": "ni", - "pos": { - "adj": [ - { - "def": "New, freshly made." - } - ] - } - }, - { - "base": "nonyu", - "firstSyllable": "no", - "pos": { - "noun": { - "feminine": [ - { - "def": "Discomfort." - } - ], - "masculine": [ - { - "def": "Agony, overwhelming pain." - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To live with pain or agony." - } - ] - } - } - }, - { - "base": "nyan", - "firstSyllable": "nya", - "pos": { - "adj": [ - { - "def": "Blue." - } - ] - } - }, - { - "base": "nyokiru", - "firstSyllable": "nyo", - "pos": { - "noun": { - "masculine": [ - { - "def": "Root." - } - ] - } - } - }, - { - "base": "ogapi", - "firstSyllable": "o", - "pos": { - "adj": [ - { - "def": "To be related to a group of children." - } - ], - "noun": { - "neuter": [ - { - "def": "A flea." - }, - { - "def": "A bedbug." - } - ] - } - } - }, - { - "base": "ogimo", - "firstSyllable": "o", - "pos": { - "noun": { - "masculine": [ - { - "def": "A camel or other hump-backed creature." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To carry a grudge or conversation for years." - } - ] - } - } - }, - { - "base": "oteza", - "firstSyllable": "o", - "pos": { - "noun": { - "neuter": [ - { - "def": "A spider or another arachnid." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To work on many projects at the same time." - } - ] - } - } - }, - { - "base": "pachyun", - "firstSyllable": "pa", - "pos": { - "noun": { - "neuter": [ - { - "def": "A smooth lizard." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To adapt to circumstances." - } - ] - } - } - }, - { - "base": "padu", - "firstSyllable": "pa", - "pos": { - "noun": { - "masculine": [ - { - "def": "Foot." - } - ] - } - } - }, - { - "base": "parechyo", - "firstSyllable": "pa", - "pos": { - "noun": { - "neuter": [ - { - "def": "Knee." - } - ] - } - } - }, - { - "base": "peji", - "firstSyllable": "pe", - "pos": { - "verb": { - "feminine": [ - { - "def": "To temporarily raise something." - } - ] - } - } - }, - { - "base": "pibafu", - "firstSyllable": "pi", - "pos": { - "noun": { - "masculine": [ - { - "def": "Blood." - } - ] - } - } - }, - { - "base": "pimayazu", - "firstSyllable": "pi", - "pos": { - "noun": { - "neuter": [ - { - "def": "The temperature where water freezes." - }, - { - "def": "Zero degrees Celsius.", - "oow": true - } - ] - } - } - }, - { - "base": "pimiga", - "firstSyllable": "pi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Bone." - } - ] - } - } - }, - { - "base": "pocho", - "firstSyllable": "po", - "pos": { - "noun": { - "feminine": [ - { - "def": "A discomforting fear, one that does not stop someone." - } - ], - "masculine": [ - { - "def": "An overwhelming fear or terror." - } - ] - } - } - }, - { - "base": "podi", - "firstSyllable": "po", - "pos": { - "verb": { - "masculine": [ - { - "def": "Walk." - } - ] - } - } - }, - { - "base": "poga", - "firstSyllable": "po", - "pos": { - "verb": { - "masculine": [ - { - "def": "To participate in loud or enthusiastic sex." - } - ] - } - } - }, - { - "base": "pokemon", - "firstSyllable": "po", - "pos": { - "noun": { - "feminine": [ - { - "def": "The obsessive need to collect or gather one of everything." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "The process of collecting or gathering a collection." - } - ] - } - } - }, - { - "base": "poroneso", - "firstSyllable": "po", - "pos": { - "noun": { - "neuter": [ - { - "def": "Kin-killer." - } - ] - } - } - }, - { - "base": "pu", - "firstSyllable": "pu", - "pos": { - "pro": [ - { - "def": "your clan" - } - ] - } - }, - { - "base": "pumakyoni", - "firstSyllable": "pu", - "pos": { - "adv": [ - { - "def": "To perform an action that phases through solid matter.\n", - "reference": [ - { - "excerpt": "Gichyòbi jumped in front of Rutejìmo and broke the line of sight. His leap had carried him over the charging warriors. He hit hard, swinging his weapon down toward the ground.\nInstead of bouncing off the earth, the blade easily slid into the stone as if it wasn’t there. Gichyòbi’s gauntlet dipped into the ground as he swung forward. Rutejìmo followed the movement through Gichyòbi’s shoulders before the weapon came up in front of him.\n", - "identifier": "0100-02", - "title": "Sand and Bone 23", - "url": "https://fedran.com/sand-and-bone/chapter-23/" - } - ] - } - ], - "verb": { - "feminine": [ - { - "def": "To phase or walk through solid matter.\n" - } - ] - } - } - }, - { - "base": "puruna", - "firstSyllable": "pu", - "pos": { - "adv": [ - { - "def": "To perform an action with flying magic.\n" - } - ], - "noun": { - "masculine": [ - { - "def": "To fly using magic.\n" - } - ] - } - } - }, - { - "base": "pyabi", - "firstSyllable": "pya", - "pos": { - "noun": { - "neuter": [ - { - "def": "The primary currency of the Mifúno Desert." - } - ] - } - } - }, - { - "base": "pyadashimu", - "firstSyllable": "pya", - "pos": { - "noun": { - "masculine": [ - { - "def": "Clockwork mechanism, something is powered by winding up." - } - ] - } - } - }, - { - "base": "pyuchyu", - "firstSyllable": "pyu", - "pos": { - "adj": [ - { - "def": "Stinky, has a stench." - } - ] - } - }, - { - "base": "ragofuchino", - "firstSyllable": "ra", - "pos": { - "noun": { - "feminine": [ - { - "def": "Salt water." - } - ], - "masculine": [ - { - "def": "An ocean or sea." - }, - { - "def": "A massive body of water." - } - ] - } - } - }, - { - "base": "raki", - "firstSyllable": "ra", - "pos": { - "noun": { - "feminine": [ - { - "def": "Skin." - } - ] - } - } - }, - { - "base": "rakiki", - "firstSyllable": "ra", - "pos": { - "noun": { - "masculine": [ - { - "def": "Bark of a tree." - } - ] - } - } - }, - { - "base": "remigu", - "firstSyllable": "re", - "pos": { - "noun": { - "feminine": [ - { - "def": "Grease, fat." - } - ] - } - } - }, - { - "base": "richi", - "firstSyllable": "ri", - "pos": { - "noun": { - "feminine": [ - { - "def": "A solar cycle between 44 and 47 days." - }, - { - "def": "A solar \"month\"." - } - ] - } - } - }, - { - "base": "rimu", - "firstSyllable": "ri", - "pos": { - "noun": { - "feminine": [ - { - "def": "Water." - } - ] - } - } - }, - { - "base": "rimuhi", - "firstSyllable": "ri", - "pos": { - "adj": [ - { - "def": "Small and unassuming." - } - ], - "noun": { - "neuter": [ - { - "def": "A small, smooth lizard." - }, - { - "def": "A gecko." - } - ] - } - } - }, - { - "base": "rimyo", - "firstSyllable": "ri", - "pos": { - "adj": [ - { - "def": "Unfocused or wandering." - } - ], - "noun": { - "neuter": [ - { - "def": "A river or stream." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To have a meandering conversation." - } - ] - } - } - }, - { - "base": "rocho", - "firstSyllable": "ro", - "pos": { - "noun": { - "feminine": [ - { - "def": "A long-term anger." - } - ], - "masculine": [ - { - "def": "A furious rage or anger." - }, - { - "def": "A screaming fighting." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To have a passive-aggressive fight." - }, - { - "def": "To fight without revealing the purpose of the fight." - } - ], - "masculine": [ - { - "def": "To have a screaming fight." - }, - { - "def": "To fight for the sake of fighting." - } - ] - } - } - }, - { - "base": "romoga", - "firstSyllable": "ro", - "pos": { - "noun": { - "neuter": [ - { - "def": "A measurement of distance." - }, - { - "def": "A surveyor's rod of 16.5 feet." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To measure out a distance that is approximately a romōga away." - }, - { - "def": "To measure something out in terms of romōgas." - } - ] - } - } - }, - { - "base": "rote", - "firstSyllable": "ro", - "pos": { - "noun": { - "neuter": [ - { - "def": "A solar day from sunrise to sunrise." - } - ] - } - } - }, - { - "base": "rotefuchi", - "firstSyllable": "ro", - "pos": { - "noun": { - "masculine": [ - { - "def": "The period where the sun is below the horizon." - }, - { - "def": "When sun-based powers don't work." - } - ] - } - } - }, - { - "base": "ryodifune", - "firstSyllable": "ro", - "pos": { - "noun": { - "neuter": [ - { - "def": "The \"final run\", a run that a warrior sacrifies their life for some great purpose or event.\n" - } - ] - }, - "verb": { - "masculine": [ - { - "def": "The sacrifice oneself for a greater cause." - } - ] - } - } - }, - { - "base": "rube", - "firstSyllable": "ru", - "pos": { - "noun": { - "feminine": [ - { - "def": "A small quantity of water." - } - ], - "masculine": [ - { - "def": "A large quantity of water." - } - ] - } - } - }, - { - "base": "rukan", - "firstSyllable": "ru", - "pos": { - "noun": { - "neuter": [ - { - "def": "An iguana." - }, - { - "def": "A dry lizard with large scales." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To be aware of events in multiple directions." - } - ] - } - } - }, - { - "base": "ruki", - "firstSyllable": "ru", - "pos": { - "noun": { - "feminine": [ - { - "def": "A cut or bleeding wound." - } - ] - } - } - }, - { - "base": "runakomin", - "firstSyllable": "ru", - "pos": { - "noun": { - "neuter": [ - { - "def": "A child playing with imaginary things or people." - }, - { - "def": "Creativity in a child." - } - ] - } - } - }, - { - "base": "rurafu", - "firstSyllable": "ru", - "pos": { - "noun": { - "neuter": [ - { - "def": "A manufactured or created well to provide water." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To persistently drive or hammer." - } - ], - "masculine": [ - { - "def": "To violently penetrate or impale." - } - ] - } - } - }, - { - "base": "ryakochyani", - "firstSyllable": "rya", - "pos": { - "noun": { - "feminine": [ - { - "def": "A deep puncture wound." - } - ], - "neuter": [ - { - "def": "An underground cave or opening." - } - ] - } - } - }, - { - "base": "ryarena", - "firstSyllable": "rya", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `ryarèna` (noun 1), but female." - }, - { - "def": "As `ryarèna` (noun 2), but female." - } - ], - "masculine": [ - { - "def": "A male of a clan who has significantly more magical powers than average." - }, - { - "def": "A male warrior or defender of a clan." - } - ] - } - } - }, - { - "base": "ryon", - "firstSyllable": "ryo", - "pos": { - "noun": { - "neuter": [ - { - "def": "The color white." - } - ] - } - } - }, - { - "base": "ryuma", - "firstSyllable": "ryu", - "pos": { - "noun": { - "neuter": [ - { - "def": "An oasis or a place to rest." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To create a place of safety or rest." - } - ] - } - } - }, - { - "base": "sakomichi", - "firstSyllable": "sa", - "pos": { - "noun": { - "feminine": [ - { - "def": "The clan leader in a battle or war." - } - ], - "masculine": [ - { - "def": "The leader of one side of a battle or war." - } - ] - } - } - }, - { - "base": "seku", - "firstSyllable": "se", - "pos": { - "verb": { - "masculine": [ - { - "def": "Speak." - } - ] - } - } - }, - { - "base": "semura", - "firstSyllable": "se", - "pos": { - "noun": { - "masculine": [ - { - "def": "The flare of heat and energy that forms with powerful uses of magic.\n", - "reference": [ - { - "excerpt": "Light burst from an impact, and he saw the runes of Chimípu’s blade flare with the clash against the other woman’s spike. Each letter was bright as sunlight but faded instantly. With the next attack, the runes flashed again. As Chimípu rained down blows, their attacks became a lighting storm of attack and parry.\n", - "identifier": "0100-00", - "title": "Sand and Ash 18", - "url": "https://fedran.com/sand-and-ash/chapter-18/" - } - ] - } - ] - } - } - }, - { - "base": "shifin", - "firstSyllable": "shi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Mildly shamed." - } - ], - "masculine": [ - { - "def": "A deep and humiliating shame." - } - ] - } - } - }, - { - "base": "shikafu", - "firstSyllable": "shi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Unrequited love or a crush." - } - ] - } - } - }, - { - "base": "sofuki", - "firstSyllable": "so", - "pos": { - "noun": { - "masculine": [ - { - "def": "A volume of a standard bottle of wine." - }, - { - "def": "A volume of liquid equal to 3.3 kéka." - }, - { - "def": "A volume of liquid equal to 1.02 liters.", - "oow": true - } - ] - } - } - }, - { - "base": "soramifu", - "firstSyllable": "so", - "pos": { - "noun": { - "masculine": [ - { - "def": "The flare of heat and energy that bursts out of powerful warriors when they experience strong emotions.\n", - "reference": [ - { - "excerpt": "But, despite Tsubàyo and the massive horse stepping into the shadows just moments before, she hit nothing.\n“Damn that bastard!” Chimípu threw back her head and screamed in rage. It was a high-pitched screech that sounded uncomfortably like that of a bird. Her body ignited with a golden flame that burned away the shadows around her. She became a blinding sun in an instant as a translucent dépa superimposed itself over her body. The image expanded to twice her height before it dissipated in swirls of golden sparks.\n", - "identifier": "0100-00", - "title": "Sand and Ash 21", - "url": "https://fedran.com/sand-and-ash/chapter-21/" - } - ] - } - ] - } - } - }, - { - "base": "sugo", - "firstSyllable": "su", - "pos": { - "noun": { - "feminine": [ - { - "def": "Know, knowledge." - } - ] - } - } - }, - { - "base": "ta", - "firstSyllable": "ta", - "pos": { - "pro": [ - { - "def": "This. Add \"-n\" for final." - } - ] - } - }, - { - "base": "tachira", - "firstSyllable": "ta", - "pos": { - "noun": { - "masculine": [ - { - "def": "The sun spirit." - } - ], - "neuter": [ - { - "def": "The sun." - } - ] - } - } - }, - { - "base": "taigona", - "firstSyllable": "ta", - "pos": { - "noun": { - "feminine": [ - { - "def": "The transfer of energy from one of the great spirit, into a clan spirit, and then into an individual.\n" - } - ] - } - } - }, - { - "base": "tanifatsu", - "firstSyllable": "ta", - "pos": { - "noun": { - "neuter": [ - { - "def": "A script that has vowels underneath the consonants." - }, - { - "def": "The script of the Eastern part of the Mifúno desert." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To write in a `tanifātsu` script." - } - ] - } - } - }, - { - "base": "tata", - "firstSyllable": "ta", - "pos": { - "pro": [ - { - "def": "That, use \"-n\" for final." - } - ] - } - }, - { - "base": "tazagu", - "firstSyllable": "ta", - "pos": { - "noun": { - "feminine": [ - { - "def": "A fighting spike." - } - ] - } - } - }, - { - "base": "te", - "firstSyllable": "te", - "pos": { - "pro": [ - { - "def": "They, them, theirs." - } - ] - } - }, - { - "base": "tejoki", - "firstSyllable": "te", - "pos": { - "adj": [ - { - "def": "Blocking or obstructing." - } - ], - "noun": { - "masculine": [ - { - "def": "A boulder or large rock." - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To block or obstruct the flow of water or liquid." - }, - { - "def": "To obstruct a conversation." - } - ] - } - } - }, - { - "base": "toki", - "firstSyllable": "to", - "pos": { - "noun": { - "feminine": [ - { - "def": "Female." - } - ] - } - } - }, - { - "base": "tokishi", - "firstSyllable": "to", - "pos": { - "noun": { - "feminine": [ - { - "def": "People, folk." - } - ] - } - } - }, - { - "base": "tonufi", - "firstSyllable": "to", - "pos": { - "noun": { - "masculine": [ - { - "def": "\"King\", actually lord of an animal given by a spirit." - } - ] - } - } - }, - { - "base": "tora", - "firstSyllable": "to", - "pos": { - "noun": { - "masculine": [ - { - "def": "A male dog or hound." - }, - { - "def": "figaki tòra: A short-haired dog, typically feral." - } - ] - } - } - }, - { - "base": "tsu", - "firstSyllable": "tsu", - "pos": { - "pro": [ - { - "def": "\"their clan\"" - } - ] - } - }, - { - "base": "tsufi", - "firstSyllable": "tsu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Big, large." - } - ] - } - } - }, - { - "base": "tsufoni", - "firstSyllable": "tsu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Hair on a human or creature." - } - ] - } - } - }, - { - "base": "tsukire", - "firstSyllable": "tsu", - "pos": { - "noun": { - "feminine": [ - { - "def": "tsukíre" - } - ] - } - } - }, - { - "base": "tsukishi", - "firstSyllable": "tsu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Magic that waxes or wanes with the user's emotional state.\n" - } - ] - } - } - }, - { - "base": "tsukokimu", - "firstSyllable": "tsu", - "pos": { - "verb": { - "neuter": [ - { - "def": "To answer a spiritual call from a clan member.\n", - "reference": [ - { - "excerpt": "A screech filled the air, radiating away from the sharp cliffs that surrounded Shimusogo Valley. Even ripped from a human's throat, the sound traveled further than a mere cry could ever match. It rolled along the sand dunes and past the short ridges of rocks peppering the desert around the valley.\nRutejìmo froze when the sound slammed into him. The screech demanded action, forcing him to focus on the cliffs that framed the home valley. The sound continued past him, but he heard it repeating in his head like a memory refusing to be forgotten. He clenched his hand, and the leather ball he was about to throw slipped from his palm and landed on the ground with a muted thud.\n", - "identifier": "0100-02", - "title": "Sand and Bone 1", - "url": "https://fedran.com/sand-and-bone/chapter-01/" - } - ] - } - ] - } - } - }, - { - "base": "tsumo", - "firstSyllable": "tsu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Small" - } - ] - } - } - }, - { - "base": "udimo", - "firstSyllable": "u", - "pos": { - "noun": { - "neuter": [ - { - "def": "The moment of pleasure when someone's associated celestial body rises above the horizon.\n", - "reference": [ - { - "excerpt": "Even in the depths of his family cave, Rutejìmo knew the moment the sun rose above the horizon. The delicate tickle of power started at the tips of his toes and fingers before quickly coursing along his veins and bones. It reached his heart and blossomed into a euphoric wave of pleasure that quickened his breath and heart.\nAcross the valley, all the adults would be waking up in the same manner. They were all part of Shimusògo’s clan, and the dépa’s power came from the sun spirit, Tachìra.\nMapábyo let out a soft coo. She made the same sound every morning, and he never tired of hearing it. Rutejìmo rolled on his side and swept his leg forward, burrowing through the blankets until his shin thudded against the hard muscles of her leg. After so many years of sprinting across the desert, both of their legs were solid as rock.\n", - "identifier": "0100-02", - "title": "Sand and Bone 4", - "url": "https://fedran.com/sand-and-ash/chapter-04/" - } - ] - } - ] - }, - "verb": { - "masculine": [ - { - "def": "Anticipating when one's celestial body rises above the horizon.\n" - } - ] - } - } - }, - { - "base": "uichifogu", - "firstSyllable": "u", - "pos": { - "noun": { - "masculine": [ - { - "def": "The moment when someone first emotionally connects to their spirit and uses magic.\n", - "reference": [ - { - "excerpt": "He caught a hint of movement again. This time, he didn’t stop but glanced over without slowing.\nIt was a bird racing him, just a few paces ahead of him and to the right. The avian glided across the sand on long legs. Its three-toed claws didn’t leave a trail behind it or disturb the sands with the breeze of its passing. It kept its short wings tight to its body as it ran. A brown-and-white speckled pattern ran from its crest down to the end of the long feathers that formed the tail. It was a shimusogo dépa, the dune-runner bird Shimusògo took his name from.\nStartled, Rutejìmo slowed down, and between one step and the next, he lost sight of the bird. Desperate, he tried to maintain his speed while looking around but the dépa was gone. He slowed down further, peering over his shoulders for the bird.\nAs he came to a stumbling halt, all the joy fled out of him. In one moment, he was experiencing a high and in the next it was gone. It wasn’t until it was missing that he realized he was experiencing it. In its wake, a longing burned inside him. He wanted to run, something he had never felt before, and the urge sang through his veins.\nRutejìmo frowned and turned in a circle. The dépa was gone and Tsubàyo and Karawàbi were quickly outpacing him. The need to run burned hotter. In the back of his mind, he knew that if he just ran fast enough, the dépa would return. The knowledge, however, frightened him since he had never had an urge to run before, nor had he ever seen a dépa while running.\n", - "identifier": "0100-00", - "title": "Sand and Blood 10", - "url": "https://fedran.com/sand-and-ash/chapter-10/" - } - ] - } - ] - } - } - }, - { - "base": "wabi", - "firstSyllable": "wa", - "pos": { - "noun": { - "neuter": [ - { - "def": "The relative social rank between two people, such as a underling and their boss, a child to a clan elder, or a younger to an older person." - } - ] - } - } - }, - { - "base": "wabipeji", - "firstSyllable": "wa", - "pos": { - "verb": { - "feminine": [ - { - "def": "To temporarily raise the subject's social rank for purposes of speaking." - } - ] - } - } - }, - { - "base": "waboryo", - "firstSyllable": "wa", - "pos": { - "noun": { - "neuter": [ - { - "def": "A fighting bola." - }, - { - "def": "A thrown item that entangles." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To get lost in unimportant details in a conversation." - }, - { - "def": "To bikeshed.", - "oow": true - } - ] - } - } - }, - { - "base": "wafu", - "firstSyllable": "wa", - "pos": { - "noun": { - "neuter": [ - { - "def": "Word or words, either spoken or written." - } - ] - } - } - }, - { - "base": "wamuchiso", - "firstSyllable": "wa", - "pos": { - "verb": { - "feminine": [ - { - "def": "To magically bond with an animal or creature.\n" - } - ] - } - } - }, - { - "base": "wanu", - "firstSyllable": "wa", - "pos": { - "noun": { - "neuter": [ - { - "def": "Name, named." - } - ] - } - } - }, - { - "base": "watefama", - "firstSyllable": "wa", - "pos": { - "verb": { - "feminine": [ - { - "def": "To magically bond with a place or natural feature.\n" - } - ] - } - } - }, - { - "base": "we", - "firstSyllable": "we", - "pos": { - "part": [ - { - "def": "Indicates the beginning of a number sequence." - } - ] - } - }, - { - "base": "widahogu", - "firstSyllable": "wi", - "pos": { - "verb": { - "feminine": [ - { - "def": "To lift or carry something using magic.\n" - }, - { - "def": "To move something through telekinesis.\n" - } - ] - } - } - }, - { - "base": "woi", - "firstSyllable": "wo", - "pos": { - "noun": { - "neuter": [ - { - "def": "A blade or clump of grass." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To gather or group together for company." - } - ] - } - } - }, - { - "base": "wuduna", - "firstSyllable": "wu", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/64th of a dātsu used for light weights." - }, - { - "def": "15.9 grams.", - "oow": true - } - ] - } - } - }, - { - "base": "wufabi", - "firstSyllable": "wu", - "pos": { - "noun": { - "neuter": [ - { - "def": "Sparrows or small birds." - } - ] - } - } - }, - { - "base": "yagumama", - "firstSyllable": "ya", - "pos": { - "verb": { - "feminine": [ - { - "def": "To manipulate or guide a plant or animal's growth.\n" - } - ], - "masculine": [ - { - "def": "To cause a plant or animal grow rapidly with magic.\n" - } - ] - } - } - }, - { - "base": "yaji", - "firstSyllable": "ya", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/64th the difference between pimayāzu (freezing) and komiyāza (boiling)." - }, - { - "def": "1.6 degrees Celsius.", - "oow": true - } - ] - } - } - }, - { - "base": "yarimu", - "firstSyllable": "ya", - "pos": { - "noun": { - "neuter": [ - { - "def": "Rain." - } - ] - } - } - }, - { - "base": "yarimufu", - "firstSyllable": "ya", - "pos": { - "noun": { - "masculine": [ - { - "def": "Cloud." - } - ] - } - } - }, - { - "base": "yo", - "firstSyllable": "yo", - "pos": { - "part": [ - { - "def": "Suffix for not or negate." - } - ] - } - }, - { - "base": "yuji", - "firstSyllable": "yu", - "pos": { - "noun": { - "neuter": [ - { - "def": "An egg of a bird or insect." - } - ] - } - } - }, - { - "base": "zachyo", - "firstSyllable": "za", - "pos": { - "noun": { - "feminine": [ - { - "def": "A bowl for a single person." - }, - { - "def": "A small bowl." - } - ], - "masculine": [ - { - "def": "A serving or shared bowl." - } - ] - } - } - }, - { - "base": "zeshitomi", - "firstSyllable": "ze", - "pos": { - "noun": { - "masculine": [ - { - "def": "Legend." - } - ] - } - } - }, - { - "base": "zopaba", - "firstSyllable": "zo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Round, circle" - } - ] - } - } - }, - { - "base": "zushi", - "firstSyllable": "zu", - "pos": { - "noun": { - "feminine": [ - { - "def": "A nap." - } - ], - "masculine": [ - { - "def": "A long or a full night's sleep." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To take a nap." - } - ], - "masculine": [ - { - "def": "To sleep for a long time." - } - ] - } - } - }, - { - "base": "zushichya", - "firstSyllable": "zu", - "pos": { - "adj": [ - { - "def": "Growing older." - } - ], - "noun": { - "masculine": [ - { - "def": "Amber." - } - ], - "neuter": [ - { - "def": "A resin tree." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To solidify one's opinions." - } - ] - } - } - } -] diff --git a/dist/dictionary.yaml b/dist/dictionary.yaml deleted file mode 100644 index f7baf8e..0000000 --- a/dist/dictionary.yaml +++ /dev/null @@ -1,2299 +0,0 @@ -- base: aeno - firstSyllable: a - pos: - noun: - neuter: - - def: Bird eggs. - verb: - feminine: - - def: To destroy something by crushing it. -- base: afukijomu - firstSyllable: a - pos: - verb: - feminine: - - def: | - To shape or manipulate the physical form using magic. - - def: | - To sculpt solid materials. -- base: ashyobyupa - firstSyllable: a - pos: - noun: - neuter: - - def: A chrysanthemum. - - def: A flower with a lot of petals. - verb: - feminine: - - def: To use many different tools or techinques to look beautiful. -- base: baba - firstSyllable: ba - pos: - noun: - masculine: - - def: Heart. -- base: barichi - firstSyllable: ba - pos: - adj: - - def: "Mundane, non-magical." -- base: barichiroma - firstSyllable: ba - pos: - noun: - neuter: - - def: Magic-less person. -- base: bedano - firstSyllable: be - pos: - noun: - feminine: - - def: "A pinch of something, used for cooking." - - def: 1/64th of a wudūna used for measuring delicate weights. - - def: 0.2 grams. - oow: true -- base: benkidofu - firstSyllable: be - pos: - noun: - neuter: - - def: >- - The natural shielding of resonance damage against the weaker of two - opposing magical fields. -- base: bichiru - firstSyllable: bi - pos: - noun: - feminine: - - def: >- - A traditional drink of the northern desert primarily made from - fermented cactus sap. It typically has a milky appearance. -- base: bidano - firstSyllable: bi - pos: - noun: - feminine: - - def: "A pinch of something, used for cooking." - verb: - neuter: - - def: To be nit-picky or find fault in tiny details. -- base: bidosomi - firstSyllable: bi - pos: - adj: - - def: | - Personalized or customized for an individual. - - def: > - A spirit that has a personal or unique manifestion for individual - members of the clan. This manifestion can be a physical or an ethereal - one. - reference: - - excerpt: > - Rutejìmo turned back to the valley. Coming in from all directions - were the couriers of the clan. They all ran after translucent - small birds, the manifestation of Shimusògo; the speed of their - sprints kicking up long plumes of sand and dust. - identifier: 0100-02 - title: Sand and Bone 1 - url: "https://fedran.com/sand-and-bone/chapter-01/" - adv: - - def: | - An action that is tailored or adapted for the subject. -- base: bikiku - firstSyllable: bi - pos: - noun: - feminine: - - def: "Flea, louse." -- base: bimugi - firstSyllable: bi - pos: - noun: - masculine: - - def: Horn. -- base: bire - firstSyllable: bi - pos: - noun: - masculine: - - def: Night. -- base: bochigomasu - firstSyllable: bo - pos: - verb: - neuter: - - def: Do perform something that takes a week to complete. -- base: bokiko - firstSyllable: bo - pos: - noun: - feminine: - - def: Fire smoke. -- base: bozo - firstSyllable: bo - pos: - verb: - feminine: - - def: To cook or prepare a small meal or snack. - - def: To prepare a meal for oneself. - masculine: - - def: To cook or prepare a large meal. -- base: bupo - firstSyllable: bu - pos: - verb: - feminine: - - def: Swim. -- base: bupobo - firstSyllable: bu - pos: - noun: - feminine: - - def: Fish. -- base: burukano - firstSyllable: bu - pos: - noun: - neuter: - - def: > - The tendency for members of the same clan to exhibit common traits, - morals, and decisions common with the clan's spirit. -- base: byan - firstSyllable: bya - pos: - noun: - neuter: - - def: Green. -- base: byobi - firstSyllable: byo - pos: - noun: - feminine: - - def: As byòbi but female. - masculine: - - def: "A male rabbit, hare, or other member of the leporine family." - neuter: - - def: As byòbi but a young bunny or kit. -- base: byomokishi - firstSyllable: byo - pos: - noun: - neuter: - - def: Non-desert people. -- base: byomushike - firstSyllable: byo - pos: - noun: - neuter: - - def: Outsider. -- base: byoni - firstSyllable: byo - pos: - verb: - feminine: - - def: To have a little cry. - masculine: - - def: To bawl or cry loudly. - - def: To break down sobbing. -- base: chidona - firstSyllable: chi - pos: - noun: - neuter: - - def: Pebbles or small rocks. - verb: - masculine: - - def: To throw or cause many small problems in rapid succession. -- base: chifu - firstSyllable: chi - pos: - adj: - - def: Long. -- base: chifumo - firstSyllable: chi - pos: - noun: - masculine: - - def: Cold weather. -- base: chimoga - firstSyllable: chi - pos: - noun: - neuter: - - def: A measurement of distance. - - def: A surveyor's chain of 66 feet or 4 romōga. - verb: - feminine: - - def: >- - To measure or pace something out that is approximately a chimōga - distance. - - def: To measure something out in terms of chimōga distance. -- base: chiruni - firstSyllable: chi - pos: - noun: - feminine: - - def: Warm weather. -- base: chisogura - firstSyllable: chi - pos: - noun: - masculine: - - def: | - A physical and spiritual call for help from other clan members. - reference: - - excerpt: > - "Sands!" Desòchu threw back his head, exploded into an inferno - of golden flames, and screamed. It wasn't the sound of a human - that came out of his mouth, but the screech of a bird that - echoed in Rutejìmo's head. - - The sound crashed into Rutejìmo. It echoed beyond his ears and - something deep in his heart responded. He had to obey it, had to - do something. It was the cry of Shimusògo himself. - - Rutejìmo felt the cry force his attention toward Desòchu. A need - to do something rose up inside him, a command that came directly - from the clan spirit. He stared into Desòchu's flaming form - despite the pain of looking into the brightness. Tears burned in - his eyes from the effort. - - ... - - Power rose around him. Looking up, he saw the clan responding to - Desòchu's cry. Every adult of the clan converged on the valley, - each one leaving a trail of golden flames. The children who were - playing were knocked aside by adults all sprinting toward the - entrance. - identifier: 0100-01 - title: Sand and Ash 32 - url: "https://fedran.com/sand-and-ash/chapter-32/" - verb: - neuter: - - def: | - To make a spiritual call for help from other clan members. -- base: chisokuku - firstSyllable: chi - pos: - noun: - masculine: - - def: The amount of water a clan needs in a day. - - def: A volume of liquid equal to 66 kokéku. - - def: A volume of liquid equal to 264 liters. - oow: true -- base: chobire - firstSyllable: cho - pos: - noun: - masculine: - - def: The moon. -- base: chochi - firstSyllable: cho - pos: - noun: - masculine: - - def: A lunar cycle or month. -- base: chon - firstSyllable: cho - pos: - adj: - - def: Black. -- base: chonesu - firstSyllable: cho - pos: - noun: - feminine: - - def: Stars. -- base: chota - firstSyllable: cho - pos: - noun: - masculine: - - def: A lunar "day". -- base: chotafuchi - firstSyllable: cho - pos: - noun: - masculine: - - def: The period where the moon is below the horizon. - - def: When moon-based powers don't work. -- base: chyomigu - firstSyllable: chyo - pos: - noun: - neuter: - - def: 1/10th of a domīgu. - - def: 2.01 centimeters. - oow: true -- base: chyona - firstSyllable: chyo - pos: - noun: - neuter: - - def: An internal organ. -- base: chyore - firstSyllable: chyo - pos: - noun: - masculine: - - def: Snake - - def: mizonekima chyòre - giant snake -- base: chyotemakonakifu - firstSyllable: chyo - pos: - noun: - feminine: - - def: >- - A short poem of two or more phrases where every phrase is the same - number of syllables. -- base: chyubine - firstSyllable: chyu - pos: - noun: - feminine: - - def: "As `chyubìne` (noun 1), but female." - masculine: - - def: "A male jack-of-trades, someone who had a wide variety of skills." - neuter: - - def: A child who has many skills but no specialization. - - def: A child with an uncertain clan affiliation. -- base: chyurena - firstSyllable: chyu - pos: - noun: - feminine: - - def: "As `chyuréna`, but female." - masculine: - - def: >- - A male of a clan which does not have significantly differing levels - of magical power among its members. -- base: dakyofu - firstSyllable: da - pos: - verb: - feminine: - - def: > - To channel magic into a weapon to make it stronger or resilent to - attack magic. - masculine: - - def: | - To anticipate an unplesant conversation. -- base: danichyo - firstSyllable: da - pos: - noun: - masculine: - - def: An impromptu hiding spot. - neuter: - - def: A bird's nest. - verb: - feminine: - - def: To create something for personal joy. -- base: datemo - firstSyllable: da - pos: - adv: - - def: | - To perform an action with perception magic. - verb: - feminine: - - def: | - To look intently or analyze. - neuter: - - def: | - To percieve or observe. -- base: datsu - firstSyllable: da - pos: - noun: - neuter: - - def: The basic unit of weight equal to sofùki worth of clean water. - - def: 1.02 kilograms. - oow: true -- base: defoni - firstSyllable: de - pos: - noun: - masculine: - - def: Feather. -- base: demu - firstSyllable: de - pos: - verb: - masculine: - - def: Fly. -- base: depa - firstSyllable: de - pos: - noun: - feminine: - - def: Bird. -- base: detokishi - firstSyllable: de - pos: - noun: - masculine: - - def: Desert folk. -- base: detomusa - firstSyllable: de - pos: - noun: - masculine: - - def: Persistent sand storm. -- base: do - firstSyllable: do - pos: - pro: - - def: "You, yours." -- base: dodera - firstSyllable: do - pos: - noun: - neuter: - - def: An object used to hold liquid. - - def: A bucket or bowl. - verb: - feminine: - - def: To cup one's hands to hold liquids. -- base: domigu - firstSyllable: do - pos: - noun: - neuter: - - def: 1/100th of a romōga. - - def: 20.12 centimeters. - oow: true -- base: doshyo - firstSyllable: do - pos: - noun: - feminine: - - def: "Soil, earth." -- base: dotsu - firstSyllable: do - pos: - noun: - masculine: - - def: Home. -- base: faho - firstSyllable: fa - pos: - noun: - feminine: - - def: ear. -- base: famu - firstSyllable: fa - pos: - noun: - neuter: - - def: "Eye, eyes." -- base: fapodi - firstSyllable: fa - pos: - verb: - feminine: - - def: To run over long distances. - - def: Endurance running. - masculine: - - def: To sprint or run at full speed. -- base: faruku - firstSyllable: fa - pos: - noun: - neuter: - - def: A toad or frog. -- base: fasa - firstSyllable: fa - pos: - adj: - - def: "Fast, speedy." -- base: fechi - firstSyllable: fe - pos: - adj: - - def: Greater or superior in social rank. -- base: figi - firstSyllable: fi - pos: - noun: - feminine: - - def: "Teeth, bite." -- base: foni - firstSyllable: fo - pos: - noun: - neuter: - - def: Head. -- base: fopu - firstSyllable: fo - pos: - adj: - - def: "Full, stuffed." -- base: fuchi - firstSyllable: fu - pos: - noun: - masculine: - - def: Nose. -- base: fugi - firstSyllable: fu - pos: - verb: - neuter: - - def: "See, sight." -- base: fugimo - firstSyllable: fu - pos: - noun: - masculine: - - def: Mouth. -- base: fumiga - firstSyllable: fu - pos: - noun: - feminine: - - def: Claw. -- base: funami - firstSyllable: fu - pos: - noun: - neuter: - - def: Sheep or other wool-producing herd creature. - verb: - feminine: - - def: To shave or remove hair. -- base: gabuchigika - firstSyllable: ga - pos: - noun: - masculine: - - def: A large area of land claimed by a clan. - - def: 120 gachigyukōga. -- base: gachi - firstSyllable: ga - pos: - verb: - masculine: - - def: Eat. -- base: gachigyukoga - firstSyllable: ga - pos: - noun: - neuter: - - def: A "plot" of land one chimōga by one gyukōga. - - def: 1 acre. - oow: true -- base: gamekoji - firstSyllable: ga - pos: - noun: - neuter: - - def: A miscarriage. -- base: gamibita - firstSyllable: ga - pos: - adj: - - def: | - A magical talent that charges a physical item with explosive force. - reference: - - excerpt: > - And then the dépa was there, sprinting in a circle around Chimípu. - Her movements accelerated, and a vortex of dust rose up around - her, blurring her form. The sling formed a disk as it spun with - her. - - She stopped suddenly and released one end of the cloth. The rock - shot out and crossed the valley in an instant. It left ripples in - the air as raw power rolled off the stone. A crack of air shook - Rutejìmo from its passing. The stone shattered at the base of a - nest and there was a shower of blood and feathers. - identifier: 0100-00 - title: Sand and Blood 17 - url: "https://fedran.com/sand-and-bone/chapter-17/" - noun: - feminine: - - def: | - A bang or sharp noise. - - def: | - Firecrackers or celebratory explosions. - masculine: - - def: | - A large explosion that does significant damage. -- base: gatiru - firstSyllable: ga - pos: - noun: - neuter: - - def: A wild dog-like creature. - - def: A coyote. - verb: - masculine: - - def: To rummage around scraps for food. -- base: ge - firstSyllable: ge - pos: - adj: - - def: My clan. -- base: gen - firstSyllable: ge - pos: - noun: - feminine: - - def: "As `gèn` (noun 1), but as a feminine clan spirit." - masculine: - - def: "My clan, when referencing a clan with a masculine spirit." - neuter: - - def: "As `gèn` (noun 1), but as a neuter clan spirit." -- base: gichyoku - firstSyllable: gi - pos: - noun: - feminine: - - def: | - A cutting or slicing force or energy. -- base: gidajimo - firstSyllable: gi - pos: - noun: - feminine: - - def: >- - As `gidajìmo` (noun 1), but where the female is the primary or sole - caregiver of any children. - masculine: - - def: >- - A marriage between an adult man and woman where the male is the - primary or only caretaker for any children (including - step-children). - neuter: - - def: >- - As `gidajìmo` (noun 1), but where either both members are equal in - raising children or the marriage has not produced any children. - verb: - feminine: - - def: A quiet or private marriage ceremony. - masculine: - - def: >- - A marriage ceremony performed with a significant amount of ceremony, - guests, or planning. -- base: gimetsui - firstSyllable: gi - pos: - verb: - masculine: - - def: To give birth to a living child. - neuter: - - def: To lay eggs or other non-live birth. -- base: gitamafu - firstSyllable: gi - pos: - noun: - feminine: - - def: | - Shared senses among two or more people. - verb: - feminine: - - def: | - To recieve senses from an external source. - masculine: - - def: | - To project senses or perceptions into someone else. -- base: gitopoga - firstSyllable: gi - pos: - verb: - masculine: - - def: To have unenthusiastic sex solely for purposes of reproduction. -- base: gokote - firstSyllable: go - pos: - noun: - neuter: - - def: A solar week consisting of eight rōte. -- base: gomata - firstSyllable: go - pos: - noun: - neuter: - - def: 1/128 of a māsa. - - def: About a minute. - oow: true -- base: gupa - firstSyllable: gu - pos: - verb: - masculine: - - def: "Gulp, drink." -- base: gupiji - firstSyllable: gu - pos: - noun: - neuter: - - def: Valley -- base: gyukoga - firstSyllable: gyu - pos: - noun: - neuter: - - def: 80 chimōga. - - def: 1/9th the distance an average person can walk in a māsa. - - def: A mile. - oow: true -- base: hachifobu - firstSyllable: ha - pos: - noun: - neuter: - - def: > - The trial when a teenager about to manifest power and various - spirits present themselves to see if there is a natural fit. -- base: hachifu - firstSyllable: ha - pos: - noun: - neuter: - - def: "Path, road, trail." -- base: hamani - firstSyllable: ha - pos: - noun: - neuter: - - def: A mountain lion. - - def: A large cat. - verb: - masculine: - - def: To seek out a romantic or sexual partner during nocturnal events. -- base: hanako - firstSyllable: ha - pos: - noun: - feminine: - - def: A large horn of a creature. - masculine: - - def: A bighorn sheep. - verb: - masculine: - - def: To butt or interject into a conversation. -- base: hayoka - firstSyllable: ha - pos: - adj: - - def: "Good, favorable." -- base: heru - firstSyllable: he - pos: - noun: - feminine: - - def: A mare or female horse. - masculine: - - def: A stallion or male horse. - neuter: - - def: A foal or young horse. -- base: herudaki - firstSyllable: he - pos: - noun: - neuter: - - def: The weight of a horse. - - def: 30 madèku. - - def: 489.6 kilograms. - oow: true -- base: hichifuma - firstSyllable: hi - pos: - verb: - neuter: - - def: >- - The effort to keep the nature of spirits and the rite of passage - secret from children to facilitate the connection to a clan spirit. -- base: hikomini - firstSyllable: hi - pos: - noun: - feminine: - - def: >- - A lesser clan spirit, one that gains power from one of the - `hikomìni` (noun 1). - masculine: - - def: >- - One of the three greater spirits of the desert: Tachìra, Chobìre, or - Mifúno. -- base: hinoto - firstSyllable: hi - pos: - noun: - feminine: - - def: Tail. -- base: hiropadu - firstSyllable: hi - pos: - noun: - neuter: - - def: Marks left behind by hooved creatures. - verb: - masculine: - - def: To kick something with great force. -- base: hofuma - firstSyllable: ho - pos: - noun: - masculine: - - def: A hawk or raptor. - - def: A large hunting bird. -- base: hogano - firstSyllable: ho - pos: - adj: - - def: > - Magical powers that manifest through the combined presence of related - creatures as opposed to individual members. Common talents include - telepathy, mental control, and projected senses through the members of - the species. - example: - - en: Legendary are the herd powers of Waryōni. - miw: oa zeshitómi e hogano waryōni - noun: - masculine: - - def: > - A group of anything running around making a great deal of noise and - distration. - example: - - en: The girls of our clan run like a herd of horses. - miw: oe ge nágo i fapòdi a hogáno -- base: horanakifu - firstSyllable: ho - pos: - verb: - feminine: - - def: To see solace away from others. - - def: To sequester oneself for contemplation. -- base: hupodi - firstSyllable: hu - pos: - verb: - feminine: - - def: "Come, approach." -- base: hyobechimo - firstSyllable: hyo - pos: - noun: - feminine: - - def: The ritual of performing `hyobechìmo` (verb 1). - - def: The rite of passage for young adults. - verb: - masculine: - - def: >- - The process of putting a young adult in mortal danger to reveal - their clan and powers. - - def: To put someone in mortal danger to reveal their true nature. - - def: To stress test something. -- base: hyukadi - firstSyllable: hyu - pos: - verb: - feminine: - - def: To volunteer or give assistance. -- base: ikugafu - firstSyllable: i - pos: - adj: - - def: To be unkillable. - - def: To be impossible to get rid of. - noun: - neuter: - - def: A cockroach. -- base: iryoga - firstSyllable: i - pos: - noun: - neuter: - - def: > - The moment of despair or longing when someone's associated celestial - body goes below the horizon and they lose their magical powers. - verb: - masculine: - - def: > - The dread that rises when one's celestial body is about to go below - the horizon. -- base: itochyoku - firstSyllable: i - pos: - verb: - feminine: - - def: | - The teleport or move without crossing the intervening distance. - reference: - - excerpt: > - “There is no thanks,” she said in her wavering voice, “because - this is the way it is. Go on, I will help you break fast.” She - turned, and then she was gone. He didn’t see how she moved, only - that one moment she was standing in front of him and the other - she was a rod away, kneeling at an old fire pit. - identifier: 0100-02 - title: Sand and Bone 22 - url: "https://fedran.com/sand-and-bone/chapter-22/" - - def: | - The move through shadows or mirrors. -- base: jimo - firstSyllable: ji - pos: - noun: - neuter: - - def: "Cloth, fabric, or textile." - verb: - feminine: - - def: To wrap or bind in cloth or fabrics. -- base: jokidofu - firstSyllable: jo - pos: - noun: - neuter: - - def: Magical resonance. - - def: The field that surrounds mages and artifacts. - verb: - feminine: - - def: To create discomfort in someone else using magical resonance. - masculine: - - def: To create pain in someone else using magical resonance. -- base: jokofatsu - firstSyllable: jo - pos: - noun: - neuter: - - def: A script that has vowels to the right of the consonants. - - def: The script of the Western part of the Mifúno desert. - verb: - feminine: - - def: To write in a `jokofātsu` script. -- base: jyomyo - firstSyllable: jyo - pos: - pro: - - def: Many. -- base: jyon - firstSyllable: jyo - pos: - adj: - - def: Yellow. -- base: jyopa - firstSyllable: jyo - pos: - num: - - def: One. -- base: jyore - firstSyllable: jyo - pos: - num: - - def: Two. -- base: jyoshya - firstSyllable: jyo - pos: - adj: - - def: All. -- base: kadu - firstSyllable: ka - pos: - noun: - feminine: - - def: Hand. -- base: kafu - firstSyllable: ka - pos: - verb: - feminine: - - def: "Love, affection." - masculine: - - def: Passion. -- base: kafuchi - firstSyllable: ka - pos: - adj: - - def: | - A spiritual energy that is shared and pools. - - def: > - A manifestion of magic where multiple clan members see the same - spirit. - noun: - feminine: - - def: | - A shared memory or magic between close friends or clan members. -- base: keka - firstSyllable: ke - pos: - noun: - feminine: - - def: The amount of displacement of an adult woman's fist. - - def: A volume of liquid equal to 305 milliliters. - oow: true -- base: keri - firstSyllable: ke - pos: - verb: - masculine: - - def: Stand. -- base: kifi - firstSyllable: ki - pos: - verb: - feminine: - - def: "Give, hand over." -- base: kifomakoji - firstSyllable: ki - pos: - verb: - feminine: - - def: To lose a loved one to death. -- base: kiko - firstSyllable: ki - pos: - noun: - masculine: - - def: "Fire, burn." -- base: kikochyo - firstSyllable: ki - pos: - noun: - neuter: - - def: Ashes of a fire. -- base: kikofuna - firstSyllable: ki - pos: - noun: - neuter: - - def: >- - The minimum area of ash produced from a funeral fire to be - considered holy. - - def: 80 square meters. - oow: true -- base: kimu - firstSyllable: ki - pos: - verb: - feminine: - - def: Sit. -- base: kireki - firstSyllable: ki - pos: - noun: - masculine: - - def: Tree. -- base: kishi - firstSyllable: ki - pos: - noun: - masculine: - - def: "Male, masculine." -- base: kochozo - firstSyllable: ko - pos: - verb: - neuter: - - def: Sleep. -- base: kodi - firstSyllable: ko - pos: - verb: - neuter: - - def: Lie down. -- base: kodo - firstSyllable: ko - pos: - noun: - feminine: - - def: Stone. -- base: kodoshyo - firstSyllable: ko - pos: - noun: - masculine: - - def: Mountain. -- base: koji - firstSyllable: ko - pos: - verb: - neuter: - - def: "Die, death, kill." -- base: kojifu - firstSyllable: ko - pos: - verb: - neuter: - - def: Die. -- base: kojinomi - firstSyllable: ko - pos: - noun: - neuter: - - def: A keeper of the dead. - - def: "Someone who tends to the dying, recording stories and confessions." -- base: kokeku - firstSyllable: ko - pos: - noun: - masculine: - - def: >- - The amount of water an average person needs for a single day in the - desert. - - def: A volume of liquid equal to 13 kéka. - - def: A volume of liquid equal to 4 liters. - oow: true -- base: komiyaza - firstSyllable: ko - pos: - noun: - neuter: - - def: The temperature where water boils. - - def: 100 degrees Celsius. - oow: true -- base: koroma - firstSyllable: ko - pos: - adj: - - def: Cursed. -- base: kufo - firstSyllable: ku - pos: - noun: - neuter: - - def: A mouse or rat. - verb: - feminine: - - def: A worm into a tight space. - masculine: - - def: To make oneself at home when unwelcomed. -- base: kuga - firstSyllable: ku - pos: - verb: - neuter: - - def: Hear. -- base: kyoda - firstSyllable: kyo - pos: - verb: - feminine: - - def: To ride a creature over distances. - masculine: - - def: "To charge a creature, such as into battle." - - def: To sprint or race a creature while riding it. - neuter: - - def: To ride poorly or without skill. - - def: To learn how to ride a creature. -- base: kyon - firstSyllable: kyo - pos: - noun: - neuter: - - def: Red. -- base: kyumogo - firstSyllable: kyu - pos: - noun: - neuter: - - def: A measurement of distance. - - def: A mile. - verb: - feminine: - - def: >- - To measure or pace something out that is approximately a `kyumōgo` - distance. -- base: ma - firstSyllable: ma - pos: - adj: - - def: "Me, I, mine." -- base: madeku - firstSyllable: ma - pos: - noun: - masculine: - - def: A weight of 16 dātsu used for measuring heavy items and people. - - def: 16.32 kilograms. - oow: true -- base: man - firstSyllable: ma - pos: - noun: - feminine: - - def: "As `màn` (noun 1), but as a feminine." - masculine: - - def: "Myself, when referencing a masculine person." - neuter: - - def: "As `màn` (noun 1), but as a neuter." -- base: masa - firstSyllable: ma - pos: - noun: - neuter: - - def: 1/8th of a rōte or solar day. -- base: mashiokajudufa - firstSyllable: ma - pos: - noun: - neuter: - - def: Felony resonance. - - def: The crime of destroying things using magical interference. -- base: masotoru - firstSyllable: ma - pos: - adj: - - def: | - Concerning or using electrical-based magic. - noun: - masculine: - - def: | - Lightning formed from a dust storm. -- base: mekoshi - firstSyllable: me - pos: - adj: - - def: To perform an action humbly or without pride. -- base: michi - firstSyllable: mi - pos: - verb: - masculine: - - def: Smile. -- base: mifuno - firstSyllable: mi - pos: - noun: - feminine: - - def: The desert spirit. - neuter: - - def: The desrt. -- base: miga - firstSyllable: mi - pos: - noun: - feminine: - - def: "Meat, flesh." -- base: minafatsu - firstSyllable: mi - pos: - noun: - neuter: - - def: Written words or letters of the desert tongue. -- base: miwafu - firstSyllable: mi - pos: - noun: - neuter: - - def: Words of the desert. -- base: mo - firstSyllable: mo - pos: - pro: - - def: "What, who, whom, question placeholder." -- base: mobipo - firstSyllable: mo - pos: - noun: - masculine: - - def: A crow or blackbird. - verb: - neuter: - - def: "To make loud, persistent noises." -- base: monika - firstSyllable: mo - pos: - adj: - - def: | - A magical force that accelerates or speeds a character. - reference: - - excerpt: > - The ground shook as a blast of wind blew and the flash of a bird - raced past them. Rocks tore at Rutejìmo's side and face. Coughing, - he managed to focus just as Desòchu caught the third bowl. The - other two rested in his other hand. Wind eddied around Rutejìmo's - older brother as he gracefully spun around to prevent the food - from slipping. - - Desòchu glanced up and then stepped forward. He disappeared in a - cloud of dust, and a plume of wind streaked to the switchback at - the end of the trail and up toward them. - identifier: 0100-00 - title: Sand and Blood 4 - url: "https://fedran.com/sand-and-bone/chapter-04/" - adv: - - def: | - To move or run very fast. -- base: mujichi - firstSyllable: mu - pos: - adj: - - def: "Dry, powdery" -- base: mukisa - firstSyllable: mu - pos: - noun: - feminine: - - def: a fine sand that is difficult to walk along because it is shifting -- base: munisa - firstSyllable: mu - pos: - noun: - masculine: - - def: >- - a coarse grain sand that grates against bare flesh but doesn't blow - in light winds -- base: musa - firstSyllable: mu - pos: - noun: - feminine: - - def: Sand (generic). -- base: mushigi - firstSyllable: mu - pos: - noun: - masculine: - - def: Tongue. -- base: myoregu - firstSyllable: myo - pos: - noun: - masculine: - - def: Moron. -- base: myukira - firstSyllable: myo - pos: - noun: - feminine: - - def: Leaf. -- base: netune - firstSyllable: "n" - pos: - noun: - feminine: - - def: | - A legacy left behind when someone dies. - neuter: - - def: > - The tendency for a child to become associated with the same clan as - as their mother. -- base: norikuchyofune - firstSyllable: "n" - pos: - verb: - masculine: - - def: | - The final burst of energy when the last member of a clan dies. - - def: > - The moment when a clan spirit dies with the last living member's - death. -- base: nago - firstSyllable: na - pos: - noun: - masculine: - - def: Girl child. -- base: nakifu - firstSyllable: na - pos: - noun: - feminine: - - def: A short poem. - masculine: - - def: A long or epic poem. -- base: nesa - firstSyllable: ne - pos: - adj: - - def: "Unhappily, miserably." -- base: nesakafu - firstSyllable: ne - pos: - verb: - neuter: - - def: To be unhappily in love. - - def: To be miserably happy. -- base: nibaba - firstSyllable: ni - pos: - noun: - feminine: - - def: Breasts. -- base: nibapu - firstSyllable: ni - pos: - noun: - masculine: - - def: Liver -- base: nichiza - firstSyllable: ni - pos: - noun: - masculine: - - def: Belly. -- base: nido - firstSyllable: ni - pos: - noun: - feminine: - - def: Neck. -- base: nireigi - firstSyllable: ni - pos: - adj: - - def: "New, freshly made." -- base: nonyu - firstSyllable: "no" - pos: - noun: - feminine: - - def: Discomfort. - masculine: - - def: "Agony, overwhelming pain." - verb: - neuter: - - def: To live with pain or agony. -- base: nyan - firstSyllable: nya - pos: - adj: - - def: Blue. -- base: nyokiru - firstSyllable: nyo - pos: - noun: - masculine: - - def: Root. -- base: ogapi - firstSyllable: o - pos: - adj: - - def: To be related to a group of children. - noun: - neuter: - - def: A flea. - - def: A bedbug. -- base: ogimo - firstSyllable: o - pos: - noun: - masculine: - - def: A camel or other hump-backed creature. - verb: - feminine: - - def: To carry a grudge or conversation for years. -- base: oteza - firstSyllable: o - pos: - noun: - neuter: - - def: A spider or another arachnid. - verb: - feminine: - - def: To work on many projects at the same time. -- base: pachyun - firstSyllable: pa - pos: - noun: - neuter: - - def: A smooth lizard. - verb: - feminine: - - def: To adapt to circumstances. -- base: padu - firstSyllable: pa - pos: - noun: - masculine: - - def: Foot. -- base: parechyo - firstSyllable: pa - pos: - noun: - neuter: - - def: Knee. -- base: peji - firstSyllable: pe - pos: - verb: - feminine: - - def: To temporarily raise something. -- base: pibafu - firstSyllable: pi - pos: - noun: - masculine: - - def: Blood. -- base: pimayazu - firstSyllable: pi - pos: - noun: - neuter: - - def: The temperature where water freezes. - - def: Zero degrees Celsius. - oow: true -- base: pimiga - firstSyllable: pi - pos: - noun: - neuter: - - def: Bone. -- base: pocho - firstSyllable: po - pos: - noun: - feminine: - - def: "A discomforting fear, one that does not stop someone." - masculine: - - def: An overwhelming fear or terror. -- base: podi - firstSyllable: po - pos: - verb: - masculine: - - def: Walk. -- base: poga - firstSyllable: po - pos: - verb: - masculine: - - def: To participate in loud or enthusiastic sex. -- base: pokemon - firstSyllable: po - pos: - noun: - feminine: - - def: The obsessive need to collect or gather one of everything. - verb: - feminine: - - def: The process of collecting or gathering a collection. -- base: poroneso - firstSyllable: po - pos: - noun: - neuter: - - def: Kin-killer. -- base: pu - firstSyllable: pu - pos: - pro: - - def: your clan -- base: pumakyoni - firstSyllable: pu - pos: - adv: - - def: | - To perform an action that phases through solid matter. - reference: - - excerpt: > - Gichyòbi jumped in front of Rutejìmo and broke the line of sight. - His leap had carried him over the charging warriors. He hit hard, - swinging his weapon down toward the ground. - - Instead of bouncing off the earth, the blade easily slid into the - stone as if it wasn’t there. Gichyòbi’s gauntlet dipped into the - ground as he swung forward. Rutejìmo followed the movement through - Gichyòbi’s shoulders before the weapon came up in front of him. - identifier: 0100-02 - title: Sand and Bone 23 - url: "https://fedran.com/sand-and-bone/chapter-23/" - verb: - feminine: - - def: | - To phase or walk through solid matter. -- base: puruna - firstSyllable: pu - pos: - adv: - - def: | - To perform an action with flying magic. - noun: - masculine: - - def: | - To fly using magic. -- base: pyabi - firstSyllable: pya - pos: - noun: - neuter: - - def: The primary currency of the Mifúno Desert. -- base: pyadashimu - firstSyllable: pya - pos: - noun: - masculine: - - def: "Clockwork mechanism, something is powered by winding up." -- base: pyuchyu - firstSyllable: pyu - pos: - adj: - - def: "Stinky, has a stench." -- base: ragofuchino - firstSyllable: ra - pos: - noun: - feminine: - - def: Salt water. - masculine: - - def: An ocean or sea. - - def: A massive body of water. -- base: raki - firstSyllable: ra - pos: - noun: - feminine: - - def: Skin. -- base: rakiki - firstSyllable: ra - pos: - noun: - masculine: - - def: Bark of a tree. -- base: remigu - firstSyllable: re - pos: - noun: - feminine: - - def: "Grease, fat." -- base: richi - firstSyllable: ri - pos: - noun: - feminine: - - def: A solar cycle between 44 and 47 days. - - def: A solar "month". -- base: rimu - firstSyllable: ri - pos: - noun: - feminine: - - def: Water. -- base: rimuhi - firstSyllable: ri - pos: - adj: - - def: Small and unassuming. - noun: - neuter: - - def: "A small, smooth lizard." - - def: A gecko. -- base: rimyo - firstSyllable: ri - pos: - adj: - - def: Unfocused or wandering. - noun: - neuter: - - def: A river or stream. - verb: - masculine: - - def: To have a meandering conversation. -- base: rocho - firstSyllable: ro - pos: - noun: - feminine: - - def: A long-term anger. - masculine: - - def: A furious rage or anger. - - def: A screaming fighting. - verb: - feminine: - - def: To have a passive-aggressive fight. - - def: To fight without revealing the purpose of the fight. - masculine: - - def: To have a screaming fight. - - def: To fight for the sake of fighting. -- base: romoga - firstSyllable: ro - pos: - noun: - neuter: - - def: A measurement of distance. - - def: A surveyor's rod of 16.5 feet. - verb: - feminine: - - def: To measure out a distance that is approximately a romōga away. - - def: To measure something out in terms of romōgas. -- base: rote - firstSyllable: ro - pos: - noun: - neuter: - - def: A solar day from sunrise to sunrise. -- base: rotefuchi - firstSyllable: ro - pos: - noun: - masculine: - - def: The period where the sun is below the horizon. - - def: When sun-based powers don't work. -- base: ryodifune - firstSyllable: ro - pos: - noun: - neuter: - - def: > - The "final run", a run that a warrior sacrifies their life for some - great purpose or event. - verb: - masculine: - - def: The sacrifice oneself for a greater cause. -- base: rube - firstSyllable: ru - pos: - noun: - feminine: - - def: A small quantity of water. - masculine: - - def: A large quantity of water. -- base: rukan - firstSyllable: ru - pos: - noun: - neuter: - - def: An iguana. - - def: A dry lizard with large scales. - verb: - feminine: - - def: To be aware of events in multiple directions. -- base: ruki - firstSyllable: ru - pos: - noun: - feminine: - - def: A cut or bleeding wound. -- base: runakomin - firstSyllable: ru - pos: - noun: - neuter: - - def: A child playing with imaginary things or people. - - def: Creativity in a child. -- base: rurafu - firstSyllable: ru - pos: - noun: - neuter: - - def: A manufactured or created well to provide water. - verb: - feminine: - - def: To persistently drive or hammer. - masculine: - - def: To violently penetrate or impale. -- base: ryakochyani - firstSyllable: rya - pos: - noun: - feminine: - - def: A deep puncture wound. - neuter: - - def: An underground cave or opening. -- base: ryarena - firstSyllable: rya - pos: - noun: - feminine: - - def: "As `ryarèna` (noun 1), but female." - - def: "As `ryarèna` (noun 2), but female." - masculine: - - def: >- - A male of a clan who has significantly more magical powers than - average. - - def: A male warrior or defender of a clan. -- base: ryon - firstSyllable: ryo - pos: - noun: - neuter: - - def: The color white. -- base: ryuma - firstSyllable: ryu - pos: - noun: - neuter: - - def: An oasis or a place to rest. - verb: - feminine: - - def: To create a place of safety or rest. -- base: sakomichi - firstSyllable: sa - pos: - noun: - feminine: - - def: The clan leader in a battle or war. - masculine: - - def: The leader of one side of a battle or war. -- base: seku - firstSyllable: se - pos: - verb: - masculine: - - def: Speak. -- base: semura - firstSyllable: se - pos: - noun: - masculine: - - def: | - The flare of heat and energy that forms with powerful uses of magic. - reference: - - excerpt: > - Light burst from an impact, and he saw the runes of Chimípu’s - blade flare with the clash against the other woman’s spike. Each - letter was bright as sunlight but faded instantly. With the next - attack, the runes flashed again. As Chimípu rained down blows, - their attacks became a lighting storm of attack and parry. - identifier: 0100-00 - title: Sand and Ash 18 - url: "https://fedran.com/sand-and-ash/chapter-18/" -- base: shifin - firstSyllable: shi - pos: - noun: - feminine: - - def: Mildly shamed. - masculine: - - def: A deep and humiliating shame. -- base: shikafu - firstSyllable: shi - pos: - noun: - neuter: - - def: Unrequited love or a crush. -- base: sofuki - firstSyllable: so - pos: - noun: - masculine: - - def: A volume of a standard bottle of wine. - - def: A volume of liquid equal to 3.3 kéka. - - def: A volume of liquid equal to 1.02 liters. - oow: true -- base: soramifu - firstSyllable: so - pos: - noun: - masculine: - - def: > - The flare of heat and energy that bursts out of powerful warriors - when they experience strong emotions. - reference: - - excerpt: > - But, despite Tsubàyo and the massive horse stepping into the - shadows just moments before, she hit nothing. - - “Damn that bastard!” Chimípu threw back her head and screamed in - rage. It was a high-pitched screech that sounded uncomfortably - like that of a bird. Her body ignited with a golden flame that - burned away the shadows around her. She became a blinding sun in - an instant as a translucent dépa superimposed itself over her - body. The image expanded to twice her height before it - dissipated in swirls of golden sparks. - identifier: 0100-00 - title: Sand and Ash 21 - url: "https://fedran.com/sand-and-ash/chapter-21/" -- base: sugo - firstSyllable: su - pos: - noun: - feminine: - - def: "Know, knowledge." -- base: ta - firstSyllable: ta - pos: - pro: - - def: This. Add "-n" for final. -- base: tachira - firstSyllable: ta - pos: - noun: - masculine: - - def: The sun spirit. - neuter: - - def: The sun. -- base: taigona - firstSyllable: ta - pos: - noun: - feminine: - - def: > - The transfer of energy from one of the great spirit, into a clan - spirit, and then into an individual. -- base: tanifatsu - firstSyllable: ta - pos: - noun: - neuter: - - def: A script that has vowels underneath the consonants. - - def: The script of the Eastern part of the Mifúno desert. - verb: - feminine: - - def: To write in a `tanifātsu` script. -- base: tata - firstSyllable: ta - pos: - pro: - - def: 'That, use "-n" for final.' -- base: tazagu - firstSyllable: ta - pos: - noun: - feminine: - - def: A fighting spike. -- base: te - firstSyllable: te - pos: - pro: - - def: "They, them, theirs." -- base: tejoki - firstSyllable: te - pos: - adj: - - def: Blocking or obstructing. - noun: - masculine: - - def: A boulder or large rock. - verb: - neuter: - - def: To block or obstruct the flow of water or liquid. - - def: To obstruct a conversation. -- base: toki - firstSyllable: to - pos: - noun: - feminine: - - def: Female. -- base: tokishi - firstSyllable: to - pos: - noun: - feminine: - - def: "People, folk." -- base: tonufi - firstSyllable: to - pos: - noun: - masculine: - - def: '"King", actually lord of an animal given by a spirit.' -- base: tora - firstSyllable: to - pos: - noun: - masculine: - - def: A male dog or hound. - - def: "figaki tòra: A short-haired dog, typically feral." -- base: tsu - firstSyllable: tsu - pos: - pro: - - def: '"their clan"' -- base: tsufi - firstSyllable: tsu - pos: - noun: - masculine: - - def: "Big, large." -- base: tsufoni - firstSyllable: tsu - pos: - noun: - feminine: - - def: Hair on a human or creature. -- base: tsukire - firstSyllable: tsu - pos: - noun: - feminine: - - def: tsukíre -- base: tsukishi - firstSyllable: tsu - pos: - noun: - masculine: - - def: | - Magic that waxes or wanes with the user's emotional state. -- base: tsukokimu - firstSyllable: tsu - pos: - verb: - neuter: - - def: | - To answer a spiritual call from a clan member. - reference: - - excerpt: > - A screech filled the air, radiating away from the sharp cliffs - that surrounded Shimusogo Valley. Even ripped from a human's - throat, the sound traveled further than a mere cry could ever - match. It rolled along the sand dunes and past the short ridges - of rocks peppering the desert around the valley. - - Rutejìmo froze when the sound slammed into him. The screech - demanded action, forcing him to focus on the cliffs that framed - the home valley. The sound continued past him, but he heard it - repeating in his head like a memory refusing to be forgotten. He - clenched his hand, and the leather ball he was about to throw - slipped from his palm and landed on the ground with a muted - thud. - identifier: 0100-02 - title: Sand and Bone 1 - url: "https://fedran.com/sand-and-bone/chapter-01/" -- base: tsumo - firstSyllable: tsu - pos: - noun: - feminine: - - def: Small -- base: udimo - firstSyllable: u - pos: - noun: - neuter: - - def: > - The moment of pleasure when someone's associated celestial body - rises above the horizon. - reference: - - excerpt: > - Even in the depths of his family cave, Rutejìmo knew the moment - the sun rose above the horizon. The delicate tickle of power - started at the tips of his toes and fingers before quickly - coursing along his veins and bones. It reached his heart and - blossomed into a euphoric wave of pleasure that quickened his - breath and heart. - - Across the valley, all the adults would be waking up in the same - manner. They were all part of Shimusògo’s clan, and the dépa’s - power came from the sun spirit, Tachìra. - - Mapábyo let out a soft coo. She made the same sound every - morning, and he never tired of hearing it. Rutejìmo rolled on - his side and swept his leg forward, burrowing through the - blankets until his shin thudded against the hard muscles of her - leg. After so many years of sprinting across the desert, both of - their legs were solid as rock. - identifier: 0100-02 - title: Sand and Bone 4 - url: "https://fedran.com/sand-and-ash/chapter-04/" - verb: - masculine: - - def: | - Anticipating when one's celestial body rises above the horizon. -- base: uichifogu - firstSyllable: u - pos: - noun: - masculine: - - def: > - The moment when someone first emotionally connects to their spirit - and uses magic. - reference: - - excerpt: > - He caught a hint of movement again. This time, he didn’t stop - but glanced over without slowing. - - It was a bird racing him, just a few paces ahead of him and to - the right. The avian glided across the sand on long legs. Its - three-toed claws didn’t leave a trail behind it or disturb the - sands with the breeze of its passing. It kept its short wings - tight to its body as it ran. A brown-and-white speckled pattern - ran from its crest down to the end of the long feathers that - formed the tail. It was a shimusogo dépa, the dune-runner bird - Shimusògo took his name from. - - Startled, Rutejìmo slowed down, and between one step and the - next, he lost sight of the bird. Desperate, he tried to maintain - his speed while looking around but the dépa was gone. He slowed - down further, peering over his shoulders for the bird. - - As he came to a stumbling halt, all the joy fled out of him. In - one moment, he was experiencing a high and in the next it was - gone. It wasn’t until it was missing that he realized he was - experiencing it. In its wake, a longing burned inside him. He - wanted to run, something he had never felt before, and the urge - sang through his veins. - - Rutejìmo frowned and turned in a circle. The dépa was gone and - Tsubàyo and Karawàbi were quickly outpacing him. The need to run - burned hotter. In the back of his mind, he knew that if he just - ran fast enough, the dépa would return. The knowledge, however, - frightened him since he had never had an urge to run before, nor - had he ever seen a dépa while running. - identifier: 0100-00 - title: Sand and Blood 10 - url: "https://fedran.com/sand-and-ash/chapter-10/" -- base: wabi - firstSyllable: wa - pos: - noun: - neuter: - - def: >- - The relative social rank between two people, such as a underling and - their boss, a child to a clan elder, or a younger to an older - person. -- base: wabipeji - firstSyllable: wa - pos: - verb: - feminine: - - def: >- - To temporarily raise the subject's social rank for purposes of - speaking. -- base: waboryo - firstSyllable: wa - pos: - noun: - neuter: - - def: A fighting bola. - - def: A thrown item that entangles. - verb: - feminine: - - def: To get lost in unimportant details in a conversation. - - def: To bikeshed. - oow: true -- base: wafu - firstSyllable: wa - pos: - noun: - neuter: - - def: "Word or words, either spoken or written." -- base: wamuchiso - firstSyllable: wa - pos: - verb: - feminine: - - def: | - To magically bond with an animal or creature. -- base: wanu - firstSyllable: wa - pos: - noun: - neuter: - - def: "Name, named." -- base: watefama - firstSyllable: wa - pos: - verb: - feminine: - - def: | - To magically bond with a place or natural feature. -- base: we - firstSyllable: we - pos: - part: - - def: Indicates the beginning of a number sequence. -- base: widahogu - firstSyllable: wi - pos: - verb: - feminine: - - def: | - To lift or carry something using magic. - - def: | - To move something through telekinesis. -- base: woi - firstSyllable: wo - pos: - noun: - neuter: - - def: A blade or clump of grass. - verb: - feminine: - - def: To gather or group together for company. -- base: wuduna - firstSyllable: wu - pos: - noun: - neuter: - - def: 1/64th of a dātsu used for light weights. - - def: 15.9 grams. - oow: true -- base: wufabi - firstSyllable: wu - pos: - noun: - neuter: - - def: Sparrows or small birds. -- base: yagumama - firstSyllable: ya - pos: - verb: - feminine: - - def: | - To manipulate or guide a plant or animal's growth. - masculine: - - def: | - To cause a plant or animal grow rapidly with magic. -- base: yaji - firstSyllable: ya - pos: - noun: - neuter: - - def: >- - 1/64th the difference between pimayāzu (freezing) and komiyāza - (boiling). - - def: 1.6 degrees Celsius. - oow: true -- base: yarimu - firstSyllable: ya - pos: - noun: - neuter: - - def: Rain. -- base: yarimufu - firstSyllable: ya - pos: - noun: - masculine: - - def: Cloud. -- base: yo - firstSyllable: yo - pos: - part: - - def: Suffix for not or negate. -- base: yuji - firstSyllable: yu - pos: - noun: - neuter: - - def: An egg of a bird or insect. -- base: zachyo - firstSyllable: za - pos: - noun: - feminine: - - def: A bowl for a single person. - - def: A small bowl. - masculine: - - def: A serving or shared bowl. -- base: zeshitomi - firstSyllable: ze - pos: - noun: - masculine: - - def: Legend. -- base: zopaba - firstSyllable: zo - pos: - noun: - neuter: - - def: "Round, circle" -- base: zushi - firstSyllable: zu - pos: - noun: - feminine: - - def: A nap. - masculine: - - def: A long or a full night's sleep. - verb: - feminine: - - def: To take a nap. - masculine: - - def: To sleep for a long time. -- base: zushichya - firstSyllable: zu - pos: - adj: - - def: Growing older. - noun: - masculine: - - def: Amber. - neuter: - - def: A resin tree. - verb: - feminine: - - def: To solidify one's opinions. diff --git a/dist/dictionary/a.json b/dist/dictionary/a.json deleted file mode 100644 index 0601b12..0000000 --- a/dist/dictionary/a.json +++ /dev/null @@ -1,61 +0,0 @@ -[ - { - "base": "aeno", - "firstSyllable": "a", - "pos": { - "noun": { - "neuter": [ - { - "def": "Bird eggs." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To destroy something by crushing it." - } - ] - } - } - }, - { - "base": "afukijomu", - "firstSyllable": "a", - "pos": { - "verb": { - "feminine": [ - { - "def": "To shape or manipulate the physical form using magic.\n" - }, - { - "def": "To sculpt solid materials.\n" - } - ] - } - } - }, - { - "base": "ashyobyupa", - "firstSyllable": "a", - "pos": { - "noun": { - "neuter": [ - { - "def": "A chrysanthemum." - }, - { - "def": "A flower with a lot of petals." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To use many different tools or techinques to look beautiful." - } - ] - } - } - } -] diff --git a/dist/dictionary/a.yaml b/dist/dictionary/a.yaml deleted file mode 100644 index 9f60ed5..0000000 --- a/dist/dictionary/a.yaml +++ /dev/null @@ -1,28 +0,0 @@ -- base: aeno - firstSyllable: a - pos: - noun: - neuter: - - def: Bird eggs. - verb: - feminine: - - def: To destroy something by crushing it. -- base: afukijomu - firstSyllable: a - pos: - verb: - feminine: - - def: | - To shape or manipulate the physical form using magic. - - def: | - To sculpt solid materials. -- base: ashyobyupa - firstSyllable: a - pos: - noun: - neuter: - - def: A chrysanthemum. - - def: A flower with a lot of petals. - verb: - feminine: - - def: To use many different tools or techinques to look beautiful. diff --git a/dist/dictionary/ba.json b/dist/dictionary/ba.json deleted file mode 100644 index b5fe99b..0000000 --- a/dist/dictionary/ba.json +++ /dev/null @@ -1,39 +0,0 @@ -[ - { - "base": "baba", - "firstSyllable": "ba", - "pos": { - "noun": { - "masculine": [ - { - "def": "Heart." - } - ] - } - } - }, - { - "base": "barichi", - "firstSyllable": "ba", - "pos": { - "adj": [ - { - "def": "Mundane, non-magical." - } - ] - } - }, - { - "base": "barichiroma", - "firstSyllable": "ba", - "pos": { - "noun": { - "neuter": [ - { - "def": "Magic-less person." - } - ] - } - } - } -] diff --git a/dist/dictionary/ba.yaml b/dist/dictionary/ba.yaml deleted file mode 100644 index 077abd7..0000000 --- a/dist/dictionary/ba.yaml +++ /dev/null @@ -1,17 +0,0 @@ -- base: baba - firstSyllable: ba - pos: - noun: - masculine: - - def: Heart. -- base: barichi - firstSyllable: ba - pos: - adj: - - def: "Mundane, non-magical." -- base: barichiroma - firstSyllable: ba - pos: - noun: - neuter: - - def: Magic-less person. diff --git a/dist/dictionary/be.json b/dist/dictionary/be.json deleted file mode 100644 index c76239b..0000000 --- a/dist/dictionary/be.json +++ /dev/null @@ -1,35 +0,0 @@ -[ - { - "base": "bedano", - "firstSyllable": "be", - "pos": { - "noun": { - "feminine": [ - { - "def": "A pinch of something, used for cooking." - }, - { - "def": "1/64th of a wudūna used for measuring delicate weights." - }, - { - "def": "0.2 grams.", - "oow": true - } - ] - } - } - }, - { - "base": "benkidofu", - "firstSyllable": "be", - "pos": { - "noun": { - "neuter": [ - { - "def": "The natural shielding of resonance damage against the weaker of two opposing magical fields." - } - ] - } - } - } -] diff --git a/dist/dictionary/be.yaml b/dist/dictionary/be.yaml deleted file mode 100644 index 3385a50..0000000 --- a/dist/dictionary/be.yaml +++ /dev/null @@ -1,17 +0,0 @@ -- base: bedano - firstSyllable: be - pos: - noun: - feminine: - - def: "A pinch of something, used for cooking." - - def: 1/64th of a wudūna used for measuring delicate weights. - - def: 0.2 grams. - oow: true -- base: benkidofu - firstSyllable: be - pos: - noun: - neuter: - - def: >- - The natural shielding of resonance damage against the weaker of two - opposing magical fields. diff --git a/dist/dictionary/bi.json b/dist/dictionary/bi.json deleted file mode 100644 index 1683789..0000000 --- a/dist/dictionary/bi.json +++ /dev/null @@ -1,101 +0,0 @@ -[ - { - "base": "bichiru", - "firstSyllable": "bi", - "pos": { - "noun": { - "feminine": [ - { - "def": "A traditional drink of the northern desert primarily made from fermented cactus sap. It typically has a milky appearance." - } - ] - } - } - }, - { - "base": "bidano", - "firstSyllable": "bi", - "pos": { - "noun": { - "feminine": [ - { - "def": "A pinch of something, used for cooking." - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To be nit-picky or find fault in tiny details." - } - ] - } - } - }, - { - "base": "bidosomi", - "firstSyllable": "bi", - "pos": { - "adj": [ - { - "def": "Personalized or customized for an individual.\n" - }, - { - "def": "A spirit that has a personal or unique manifestion for individual members of the clan. This manifestion can be a physical or an ethereal one.\n", - "reference": [ - { - "excerpt": "Rutejìmo turned back to the valley. Coming in from all directions were the couriers of the clan. They all ran after translucent small birds, the manifestation of Shimusògo; the speed of their sprints kicking up long plumes of sand and dust.\n", - "identifier": "0100-02", - "title": "Sand and Bone 1", - "url": "https://fedran.com/sand-and-bone/chapter-01/" - } - ] - } - ], - "adv": [ - { - "def": "An action that is tailored or adapted for the subject.\n" - } - ] - } - }, - { - "base": "bikiku", - "firstSyllable": "bi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Flea, louse." - } - ] - } - } - }, - { - "base": "bimugi", - "firstSyllable": "bi", - "pos": { - "noun": { - "masculine": [ - { - "def": "Horn." - } - ] - } - } - }, - { - "base": "bire", - "firstSyllable": "bi", - "pos": { - "noun": { - "masculine": [ - { - "def": "Night." - } - ] - } - } - } -] diff --git a/dist/dictionary/bi.yaml b/dist/dictionary/bi.yaml deleted file mode 100644 index 4d89b81..0000000 --- a/dist/dictionary/bi.yaml +++ /dev/null @@ -1,57 +0,0 @@ -- base: bichiru - firstSyllable: bi - pos: - noun: - feminine: - - def: >- - A traditional drink of the northern desert primarily made from - fermented cactus sap. It typically has a milky appearance. -- base: bidano - firstSyllable: bi - pos: - noun: - feminine: - - def: "A pinch of something, used for cooking." - verb: - neuter: - - def: To be nit-picky or find fault in tiny details. -- base: bidosomi - firstSyllable: bi - pos: - adj: - - def: | - Personalized or customized for an individual. - - def: > - A spirit that has a personal or unique manifestion for individual - members of the clan. This manifestion can be a physical or an ethereal - one. - reference: - - excerpt: > - Rutejìmo turned back to the valley. Coming in from all directions - were the couriers of the clan. They all ran after translucent - small birds, the manifestation of Shimusògo; the speed of their - sprints kicking up long plumes of sand and dust. - identifier: 0100-02 - title: Sand and Bone 1 - url: "https://fedran.com/sand-and-bone/chapter-01/" - adv: - - def: | - An action that is tailored or adapted for the subject. -- base: bikiku - firstSyllable: bi - pos: - noun: - feminine: - - def: "Flea, louse." -- base: bimugi - firstSyllable: bi - pos: - noun: - masculine: - - def: Horn. -- base: bire - firstSyllable: bi - pos: - noun: - masculine: - - def: Night. diff --git a/dist/dictionary/bo.json b/dist/dictionary/bo.json deleted file mode 100644 index 3c49e33..0000000 --- a/dist/dictionary/bo.json +++ /dev/null @@ -1,49 +0,0 @@ -[ - { - "base": "bochigomasu", - "firstSyllable": "bo", - "pos": { - "verb": { - "neuter": [ - { - "def": "Do perform something that takes a week to complete." - } - ] - } - } - }, - { - "base": "bokiko", - "firstSyllable": "bo", - "pos": { - "noun": { - "feminine": [ - { - "def": "Fire smoke." - } - ] - } - } - }, - { - "base": "bozo", - "firstSyllable": "bo", - "pos": { - "verb": { - "feminine": [ - { - "def": "To cook or prepare a small meal or snack." - }, - { - "def": "To prepare a meal for oneself." - } - ], - "masculine": [ - { - "def": "To cook or prepare a large meal." - } - ] - } - } - } -] diff --git a/dist/dictionary/bo.yaml b/dist/dictionary/bo.yaml deleted file mode 100644 index ce1b435..0000000 --- a/dist/dictionary/bo.yaml +++ /dev/null @@ -1,21 +0,0 @@ -- base: bochigomasu - firstSyllable: bo - pos: - verb: - neuter: - - def: Do perform something that takes a week to complete. -- base: bokiko - firstSyllable: bo - pos: - noun: - feminine: - - def: Fire smoke. -- base: bozo - firstSyllable: bo - pos: - verb: - feminine: - - def: To cook or prepare a small meal or snack. - - def: To prepare a meal for oneself. - masculine: - - def: To cook or prepare a large meal. diff --git a/dist/dictionary/bu.json b/dist/dictionary/bu.json deleted file mode 100644 index a54a9d2..0000000 --- a/dist/dictionary/bu.json +++ /dev/null @@ -1,41 +0,0 @@ -[ - { - "base": "bupo", - "firstSyllable": "bu", - "pos": { - "verb": { - "feminine": [ - { - "def": "Swim." - } - ] - } - } - }, - { - "base": "bupobo", - "firstSyllable": "bu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Fish." - } - ] - } - } - }, - { - "base": "burukano", - "firstSyllable": "bu", - "pos": { - "noun": { - "neuter": [ - { - "def": "The tendency for members of the same clan to exhibit common traits, morals, and decisions common with the clan's spirit.\n" - } - ] - } - } - } -] diff --git a/dist/dictionary/bu.yaml b/dist/dictionary/bu.yaml deleted file mode 100644 index b7ad195..0000000 --- a/dist/dictionary/bu.yaml +++ /dev/null @@ -1,20 +0,0 @@ -- base: bupo - firstSyllable: bu - pos: - verb: - feminine: - - def: Swim. -- base: bupobo - firstSyllable: bu - pos: - noun: - feminine: - - def: Fish. -- base: burukano - firstSyllable: bu - pos: - noun: - neuter: - - def: > - The tendency for members of the same clan to exhibit common traits, - morals, and decisions common with the clan's spirit. diff --git a/dist/dictionary/bya.json b/dist/dictionary/bya.json deleted file mode 100644 index bbc4e9e..0000000 --- a/dist/dictionary/bya.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "byan", - "firstSyllable": "bya", - "pos": { - "noun": { - "neuter": [ - { - "def": "Green." - } - ] - } - } - } -] diff --git a/dist/dictionary/bya.yaml b/dist/dictionary/bya.yaml deleted file mode 100644 index d948fc4..0000000 --- a/dist/dictionary/bya.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: byan - firstSyllable: bya - pos: - noun: - neuter: - - def: Green. diff --git a/dist/dictionary/byo.json b/dist/dictionary/byo.json deleted file mode 100644 index e3898ce..0000000 --- a/dist/dictionary/byo.json +++ /dev/null @@ -1,72 +0,0 @@ -[ - { - "base": "byobi", - "firstSyllable": "byo", - "pos": { - "noun": { - "feminine": [ - { - "def": "As byòbi but female." - } - ], - "masculine": [ - { - "def": "A male rabbit, hare, or other member of the leporine family." - } - ], - "neuter": [ - { - "def": "As byòbi but a young bunny or kit." - } - ] - } - } - }, - { - "base": "byomokishi", - "firstSyllable": "byo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Non-desert people." - } - ] - } - } - }, - { - "base": "byomushike", - "firstSyllable": "byo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Outsider." - } - ] - } - } - }, - { - "base": "byoni", - "firstSyllable": "byo", - "pos": { - "verb": { - "feminine": [ - { - "def": "To have a little cry." - } - ], - "masculine": [ - { - "def": "To bawl or cry loudly." - }, - { - "def": "To break down sobbing." - } - ] - } - } - } -] diff --git a/dist/dictionary/byo.yaml b/dist/dictionary/byo.yaml deleted file mode 100644 index 777e029..0000000 --- a/dist/dictionary/byo.yaml +++ /dev/null @@ -1,31 +0,0 @@ -- base: byobi - firstSyllable: byo - pos: - noun: - feminine: - - def: As byòbi but female. - masculine: - - def: "A male rabbit, hare, or other member of the leporine family." - neuter: - - def: As byòbi but a young bunny or kit. -- base: byomokishi - firstSyllable: byo - pos: - noun: - neuter: - - def: Non-desert people. -- base: byomushike - firstSyllable: byo - pos: - noun: - neuter: - - def: Outsider. -- base: byoni - firstSyllable: byo - pos: - verb: - feminine: - - def: To have a little cry. - masculine: - - def: To bawl or cry loudly. - - def: To break down sobbing. diff --git a/dist/dictionary/chi.json b/dist/dictionary/chi.json deleted file mode 100644 index d441362..0000000 --- a/dist/dictionary/chi.json +++ /dev/null @@ -1,133 +0,0 @@ -[ - { - "base": "chidona", - "firstSyllable": "chi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Pebbles or small rocks." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To throw or cause many small problems in rapid succession." - } - ] - } - } - }, - { - "base": "chifu", - "firstSyllable": "chi", - "pos": { - "adj": [ - { - "def": "Long." - } - ] - } - }, - { - "base": "chifumo", - "firstSyllable": "chi", - "pos": { - "noun": { - "masculine": [ - { - "def": "Cold weather." - } - ] - } - } - }, - { - "base": "chimoga", - "firstSyllable": "chi", - "pos": { - "noun": { - "neuter": [ - { - "def": "A measurement of distance." - }, - { - "def": "A surveyor's chain of 66 feet or 4 romōga." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To measure or pace something out that is approximately a chimōga distance." - }, - { - "def": "To measure something out in terms of chimōga distance." - } - ] - } - } - }, - { - "base": "chiruni", - "firstSyllable": "chi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Warm weather." - } - ] - } - } - }, - { - "base": "chisogura", - "firstSyllable": "chi", - "pos": { - "noun": { - "masculine": [ - { - "def": "A physical and spiritual call for help from other clan members.\n", - "reference": [ - { - "excerpt": "\"Sands!\" Desòchu threw back his head, exploded into an inferno of golden flames, and screamed. It wasn't the sound of a human that came out of his mouth, but the screech of a bird that echoed in Rutejìmo's head.\nThe sound crashed into Rutejìmo. It echoed beyond his ears and something deep in his heart responded. He had to obey it, had to do something. It was the cry of Shimusògo himself.\nRutejìmo felt the cry force his attention toward Desòchu. A need to do something rose up inside him, a command that came directly from the clan spirit. He stared into Desòchu's flaming form despite the pain of looking into the brightness. Tears burned in his eyes from the effort.\n...\nPower rose around him. Looking up, he saw the clan responding to Desòchu's cry. Every adult of the clan converged on the valley, each one leaving a trail of golden flames. The children who were playing were knocked aside by adults all sprinting toward the entrance.\n", - "identifier": "0100-01", - "title": "Sand and Ash 32", - "url": "https://fedran.com/sand-and-ash/chapter-32/" - } - ] - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To make a spiritual call for help from other clan members.\n" - } - ] - } - } - }, - { - "base": "chisokuku", - "firstSyllable": "chi", - "pos": { - "noun": { - "masculine": [ - { - "def": "The amount of water a clan needs in a day." - }, - { - "def": "A volume of liquid equal to 66 kokéku." - }, - { - "def": "A volume of liquid equal to 264 liters.", - "oow": true - } - ] - } - } - } -] diff --git a/dist/dictionary/chi.yaml b/dist/dictionary/chi.yaml deleted file mode 100644 index bbd7a34..0000000 --- a/dist/dictionary/chi.yaml +++ /dev/null @@ -1,86 +0,0 @@ -- base: chidona - firstSyllable: chi - pos: - noun: - neuter: - - def: Pebbles or small rocks. - verb: - masculine: - - def: To throw or cause many small problems in rapid succession. -- base: chifu - firstSyllable: chi - pos: - adj: - - def: Long. -- base: chifumo - firstSyllable: chi - pos: - noun: - masculine: - - def: Cold weather. -- base: chimoga - firstSyllable: chi - pos: - noun: - neuter: - - def: A measurement of distance. - - def: A surveyor's chain of 66 feet or 4 romōga. - verb: - feminine: - - def: >- - To measure or pace something out that is approximately a chimōga - distance. - - def: To measure something out in terms of chimōga distance. -- base: chiruni - firstSyllable: chi - pos: - noun: - feminine: - - def: Warm weather. -- base: chisogura - firstSyllable: chi - pos: - noun: - masculine: - - def: | - A physical and spiritual call for help from other clan members. - reference: - - excerpt: > - "Sands!" Desòchu threw back his head, exploded into an inferno - of golden flames, and screamed. It wasn't the sound of a human - that came out of his mouth, but the screech of a bird that - echoed in Rutejìmo's head. - - The sound crashed into Rutejìmo. It echoed beyond his ears and - something deep in his heart responded. He had to obey it, had to - do something. It was the cry of Shimusògo himself. - - Rutejìmo felt the cry force his attention toward Desòchu. A need - to do something rose up inside him, a command that came directly - from the clan spirit. He stared into Desòchu's flaming form - despite the pain of looking into the brightness. Tears burned in - his eyes from the effort. - - ... - - Power rose around him. Looking up, he saw the clan responding to - Desòchu's cry. Every adult of the clan converged on the valley, - each one leaving a trail of golden flames. The children who were - playing were knocked aside by adults all sprinting toward the - entrance. - identifier: 0100-01 - title: Sand and Ash 32 - url: "https://fedran.com/sand-and-ash/chapter-32/" - verb: - neuter: - - def: | - To make a spiritual call for help from other clan members. -- base: chisokuku - firstSyllable: chi - pos: - noun: - masculine: - - def: The amount of water a clan needs in a day. - - def: A volume of liquid equal to 66 kokéku. - - def: A volume of liquid equal to 264 liters. - oow: true diff --git a/dist/dictionary/cho.json b/dist/dictionary/cho.json deleted file mode 100644 index fafad63..0000000 --- a/dist/dictionary/cho.json +++ /dev/null @@ -1,81 +0,0 @@ -[ - { - "base": "chobire", - "firstSyllable": "cho", - "pos": { - "noun": { - "masculine": [ - { - "def": "The moon." - } - ] - } - } - }, - { - "base": "chochi", - "firstSyllable": "cho", - "pos": { - "noun": { - "masculine": [ - { - "def": "A lunar cycle or month." - } - ] - } - } - }, - { - "base": "chon", - "firstSyllable": "cho", - "pos": { - "adj": [ - { - "def": "Black." - } - ] - } - }, - { - "base": "chonesu", - "firstSyllable": "cho", - "pos": { - "noun": { - "feminine": [ - { - "def": "Stars." - } - ] - } - } - }, - { - "base": "chota", - "firstSyllable": "cho", - "pos": { - "noun": { - "masculine": [ - { - "def": "A lunar \"day\"." - } - ] - } - } - }, - { - "base": "chotafuchi", - "firstSyllable": "cho", - "pos": { - "noun": { - "masculine": [ - { - "def": "The period where the moon is below the horizon." - }, - { - "def": "When moon-based powers don't work." - } - ] - } - } - } -] diff --git a/dist/dictionary/cho.yaml b/dist/dictionary/cho.yaml deleted file mode 100644 index ee23bc0..0000000 --- a/dist/dictionary/cho.yaml +++ /dev/null @@ -1,36 +0,0 @@ -- base: chobire - firstSyllable: cho - pos: - noun: - masculine: - - def: The moon. -- base: chochi - firstSyllable: cho - pos: - noun: - masculine: - - def: A lunar cycle or month. -- base: chon - firstSyllable: cho - pos: - adj: - - def: Black. -- base: chonesu - firstSyllable: cho - pos: - noun: - feminine: - - def: Stars. -- base: chota - firstSyllable: cho - pos: - noun: - masculine: - - def: A lunar "day". -- base: chotafuchi - firstSyllable: cho - pos: - noun: - masculine: - - def: The period where the moon is below the horizon. - - def: When moon-based powers don't work. diff --git a/dist/dictionary/chyo.json b/dist/dictionary/chyo.json deleted file mode 100644 index 8209d19..0000000 --- a/dist/dictionary/chyo.json +++ /dev/null @@ -1,61 +0,0 @@ -[ - { - "base": "chyomigu", - "firstSyllable": "chyo", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/10th of a domīgu." - }, - { - "def": "2.01 centimeters.", - "oow": true - } - ] - } - } - }, - { - "base": "chyona", - "firstSyllable": "chyo", - "pos": { - "noun": { - "neuter": [ - { - "def": "An internal organ." - } - ] - } - } - }, - { - "base": "chyore", - "firstSyllable": "chyo", - "pos": { - "noun": { - "masculine": [ - { - "def": "Snake" - }, - { - "def": "mizonekima chyòre - giant snake" - } - ] - } - } - }, - { - "base": "chyotemakonakifu", - "firstSyllable": "chyo", - "pos": { - "noun": { - "feminine": [ - { - "def": "A short poem of two or more phrases where every phrase is the same number of syllables." - } - ] - } - } - } -] diff --git a/dist/dictionary/chyo.yaml b/dist/dictionary/chyo.yaml deleted file mode 100644 index 7114b4b..0000000 --- a/dist/dictionary/chyo.yaml +++ /dev/null @@ -1,29 +0,0 @@ -- base: chyomigu - firstSyllable: chyo - pos: - noun: - neuter: - - def: 1/10th of a domīgu. - - def: 2.01 centimeters. - oow: true -- base: chyona - firstSyllable: chyo - pos: - noun: - neuter: - - def: An internal organ. -- base: chyore - firstSyllable: chyo - pos: - noun: - masculine: - - def: Snake - - def: mizonekima chyòre - giant snake -- base: chyotemakonakifu - firstSyllable: chyo - pos: - noun: - feminine: - - def: >- - A short poem of two or more phrases where every phrase is the same - number of syllables. diff --git a/dist/dictionary/chyu.json b/dist/dictionary/chyu.json deleted file mode 100644 index c5c358c..0000000 --- a/dist/dictionary/chyu.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "base": "chyubine", - "firstSyllable": "chyu", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `chyubìne` (noun 1), but female." - } - ], - "masculine": [ - { - "def": "A male jack-of-trades, someone who had a wide variety of skills." - } - ], - "neuter": [ - { - "def": "A child who has many skills but no specialization." - }, - { - "def": "A child with an uncertain clan affiliation." - } - ] - } - } - }, - { - "base": "chyurena", - "firstSyllable": "chyu", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `chyuréna`, but female." - } - ], - "masculine": [ - { - "def": "A male of a clan which does not have significantly differing levels of magical power among its members." - } - ] - } - } - } -] diff --git a/dist/dictionary/chyu.yaml b/dist/dictionary/chyu.yaml deleted file mode 100644 index fa9eda5..0000000 --- a/dist/dictionary/chyu.yaml +++ /dev/null @@ -1,21 +0,0 @@ -- base: chyubine - firstSyllable: chyu - pos: - noun: - feminine: - - def: "As `chyubìne` (noun 1), but female." - masculine: - - def: "A male jack-of-trades, someone who had a wide variety of skills." - neuter: - - def: A child who has many skills but no specialization. - - def: A child with an uncertain clan affiliation. -- base: chyurena - firstSyllable: chyu - pos: - noun: - feminine: - - def: "As `chyuréna`, but female." - masculine: - - def: >- - A male of a clan which does not have significantly differing levels - of magical power among its members. diff --git a/dist/dictionary/da.json b/dist/dictionary/da.json deleted file mode 100644 index abdb775..0000000 --- a/dist/dictionary/da.json +++ /dev/null @@ -1,85 +0,0 @@ -[ - { - "base": "dakyofu", - "firstSyllable": "da", - "pos": { - "verb": { - "feminine": [ - { - "def": "To channel magic into a weapon to make it stronger or resilent to attack magic.\n" - } - ], - "masculine": [ - { - "def": "To anticipate an unplesant conversation.\n" - } - ] - } - } - }, - { - "base": "danichyo", - "firstSyllable": "da", - "pos": { - "noun": { - "masculine": [ - { - "def": "An impromptu hiding spot." - } - ], - "neuter": [ - { - "def": "A bird's nest." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To create something for personal joy." - } - ] - } - } - }, - { - "base": "datemo", - "firstSyllable": "da", - "pos": { - "adv": [ - { - "def": "To perform an action with perception magic.\n" - } - ], - "verb": { - "feminine": [ - { - "def": "To look intently or analyze.\n" - } - ], - "neuter": [ - { - "def": "To percieve or observe.\n" - } - ] - } - } - }, - { - "base": "datsu", - "firstSyllable": "da", - "pos": { - "noun": { - "neuter": [ - { - "def": "The basic unit of weight equal to sofùki worth of clean water." - }, - { - "def": "1.02 kilograms.", - "oow": true - } - ] - } - } - } -] diff --git a/dist/dictionary/da.yaml b/dist/dictionary/da.yaml deleted file mode 100644 index a373983..0000000 --- a/dist/dictionary/da.yaml +++ /dev/null @@ -1,43 +0,0 @@ -- base: dakyofu - firstSyllable: da - pos: - verb: - feminine: - - def: > - To channel magic into a weapon to make it stronger or resilent to - attack magic. - masculine: - - def: | - To anticipate an unplesant conversation. -- base: danichyo - firstSyllable: da - pos: - noun: - masculine: - - def: An impromptu hiding spot. - neuter: - - def: A bird's nest. - verb: - feminine: - - def: To create something for personal joy. -- base: datemo - firstSyllable: da - pos: - adv: - - def: | - To perform an action with perception magic. - verb: - feminine: - - def: | - To look intently or analyze. - neuter: - - def: | - To percieve or observe. -- base: datsu - firstSyllable: da - pos: - noun: - neuter: - - def: The basic unit of weight equal to sofùki worth of clean water. - - def: 1.02 kilograms. - oow: true diff --git a/dist/dictionary/de.json b/dist/dictionary/de.json deleted file mode 100644 index 43c1d6f..0000000 --- a/dist/dictionary/de.json +++ /dev/null @@ -1,67 +0,0 @@ -[ - { - "base": "defoni", - "firstSyllable": "de", - "pos": { - "noun": { - "masculine": [ - { - "def": "Feather." - } - ] - } - } - }, - { - "base": "demu", - "firstSyllable": "de", - "pos": { - "verb": { - "masculine": [ - { - "def": "Fly." - } - ] - } - } - }, - { - "base": "depa", - "firstSyllable": "de", - "pos": { - "noun": { - "feminine": [ - { - "def": "Bird." - } - ] - } - } - }, - { - "base": "detokishi", - "firstSyllable": "de", - "pos": { - "noun": { - "masculine": [ - { - "def": "Desert folk." - } - ] - } - } - }, - { - "base": "detomusa", - "firstSyllable": "de", - "pos": { - "noun": { - "masculine": [ - { - "def": "Persistent sand storm." - } - ] - } - } - } -] diff --git a/dist/dictionary/de.yaml b/dist/dictionary/de.yaml deleted file mode 100644 index 61cc1bc..0000000 --- a/dist/dictionary/de.yaml +++ /dev/null @@ -1,30 +0,0 @@ -- base: defoni - firstSyllable: de - pos: - noun: - masculine: - - def: Feather. -- base: demu - firstSyllable: de - pos: - verb: - masculine: - - def: Fly. -- base: depa - firstSyllable: de - pos: - noun: - feminine: - - def: Bird. -- base: detokishi - firstSyllable: de - pos: - noun: - masculine: - - def: Desert folk. -- base: detomusa - firstSyllable: de - pos: - noun: - masculine: - - def: Persistent sand storm. diff --git a/dist/dictionary/do.json b/dist/dictionary/do.json deleted file mode 100644 index fb1a990..0000000 --- a/dist/dictionary/do.json +++ /dev/null @@ -1,79 +0,0 @@ -[ - { - "base": "do", - "firstSyllable": "do", - "pos": { - "pro": [ - { - "def": "You, yours." - } - ] - } - }, - { - "base": "dodera", - "firstSyllable": "do", - "pos": { - "noun": { - "neuter": [ - { - "def": "An object used to hold liquid." - }, - { - "def": "A bucket or bowl." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To cup one's hands to hold liquids." - } - ] - } - } - }, - { - "base": "domigu", - "firstSyllable": "do", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/100th of a romōga." - }, - { - "def": "20.12 centimeters.", - "oow": true - } - ] - } - } - }, - { - "base": "doshyo", - "firstSyllable": "do", - "pos": { - "noun": { - "feminine": [ - { - "def": "Soil, earth." - } - ] - } - } - }, - { - "base": "dotsu", - "firstSyllable": "do", - "pos": { - "noun": { - "masculine": [ - { - "def": "Home." - } - ] - } - } - } -] diff --git a/dist/dictionary/do.yaml b/dist/dictionary/do.yaml deleted file mode 100644 index 8a5a400..0000000 --- a/dist/dictionary/do.yaml +++ /dev/null @@ -1,35 +0,0 @@ -- base: do - firstSyllable: do - pos: - pro: - - def: "You, yours." -- base: dodera - firstSyllable: do - pos: - noun: - neuter: - - def: An object used to hold liquid. - - def: A bucket or bowl. - verb: - feminine: - - def: To cup one's hands to hold liquids. -- base: domigu - firstSyllable: do - pos: - noun: - neuter: - - def: 1/100th of a romōga. - - def: 20.12 centimeters. - oow: true -- base: doshyo - firstSyllable: do - pos: - noun: - feminine: - - def: "Soil, earth." -- base: dotsu - firstSyllable: do - pos: - noun: - masculine: - - def: Home. diff --git a/dist/dictionary/fa.json b/dist/dictionary/fa.json deleted file mode 100644 index d0c2dae..0000000 --- a/dist/dictionary/fa.json +++ /dev/null @@ -1,73 +0,0 @@ -[ - { - "base": "faho", - "firstSyllable": "fa", - "pos": { - "noun": { - "feminine": [ - { - "def": "ear." - } - ] - } - } - }, - { - "base": "famu", - "firstSyllable": "fa", - "pos": { - "noun": { - "neuter": [ - { - "def": "Eye, eyes." - } - ] - } - } - }, - { - "base": "fapodi", - "firstSyllable": "fa", - "pos": { - "verb": { - "feminine": [ - { - "def": "To run over long distances." - }, - { - "def": "Endurance running." - } - ], - "masculine": [ - { - "def": "To sprint or run at full speed." - } - ] - } - } - }, - { - "base": "faruku", - "firstSyllable": "fa", - "pos": { - "noun": { - "neuter": [ - { - "def": "A toad or frog." - } - ] - } - } - }, - { - "base": "fasa", - "firstSyllable": "fa", - "pos": { - "adj": [ - { - "def": "Fast, speedy." - } - ] - } - } -] diff --git a/dist/dictionary/fa.yaml b/dist/dictionary/fa.yaml deleted file mode 100644 index 923ddfe..0000000 --- a/dist/dictionary/fa.yaml +++ /dev/null @@ -1,32 +0,0 @@ -- base: faho - firstSyllable: fa - pos: - noun: - feminine: - - def: ear. -- base: famu - firstSyllable: fa - pos: - noun: - neuter: - - def: "Eye, eyes." -- base: fapodi - firstSyllable: fa - pos: - verb: - feminine: - - def: To run over long distances. - - def: Endurance running. - masculine: - - def: To sprint or run at full speed. -- base: faruku - firstSyllable: fa - pos: - noun: - neuter: - - def: A toad or frog. -- base: fasa - firstSyllable: fa - pos: - adj: - - def: "Fast, speedy." diff --git a/dist/dictionary/fe.json b/dist/dictionary/fe.json deleted file mode 100644 index 390bee9..0000000 --- a/dist/dictionary/fe.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "base": "fechi", - "firstSyllable": "fe", - "pos": { - "adj": [ - { - "def": "Greater or superior in social rank." - } - ] - } - } -] diff --git a/dist/dictionary/fe.yaml b/dist/dictionary/fe.yaml deleted file mode 100644 index 37f9fcb..0000000 --- a/dist/dictionary/fe.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- base: fechi - firstSyllable: fe - pos: - adj: - - def: Greater or superior in social rank. diff --git a/dist/dictionary/fi.json b/dist/dictionary/fi.json deleted file mode 100644 index 5e32097..0000000 --- a/dist/dictionary/fi.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "figi", - "firstSyllable": "fi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Teeth, bite." - } - ] - } - } - } -] diff --git a/dist/dictionary/fi.yaml b/dist/dictionary/fi.yaml deleted file mode 100644 index 90ca3a7..0000000 --- a/dist/dictionary/fi.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: figi - firstSyllable: fi - pos: - noun: - feminine: - - def: "Teeth, bite." diff --git a/dist/dictionary/fo.json b/dist/dictionary/fo.json deleted file mode 100644 index a05ad61..0000000 --- a/dist/dictionary/fo.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "base": "foni", - "firstSyllable": "fo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Head." - } - ] - } - } - }, - { - "base": "fopu", - "firstSyllable": "fo", - "pos": { - "adj": [ - { - "def": "Full, stuffed." - } - ] - } - } -] diff --git a/dist/dictionary/fo.yaml b/dist/dictionary/fo.yaml deleted file mode 100644 index 124b0a0..0000000 --- a/dist/dictionary/fo.yaml +++ /dev/null @@ -1,11 +0,0 @@ -- base: foni - firstSyllable: fo - pos: - noun: - neuter: - - def: Head. -- base: fopu - firstSyllable: fo - pos: - adj: - - def: "Full, stuffed." diff --git a/dist/dictionary/fu.json b/dist/dictionary/fu.json deleted file mode 100644 index 14b4713..0000000 --- a/dist/dictionary/fu.json +++ /dev/null @@ -1,74 +0,0 @@ -[ - { - "base": "fuchi", - "firstSyllable": "fu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Nose." - } - ] - } - } - }, - { - "base": "fugi", - "firstSyllable": "fu", - "pos": { - "verb": { - "neuter": [ - { - "def": "See, sight." - } - ] - } - } - }, - { - "base": "fugimo", - "firstSyllable": "fu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Mouth." - } - ] - } - } - }, - { - "base": "fumiga", - "firstSyllable": "fu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Claw." - } - ] - } - } - }, - { - "base": "funami", - "firstSyllable": "fu", - "pos": { - "noun": { - "neuter": [ - { - "def": "Sheep or other wool-producing herd creature." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To shave or remove hair." - } - ] - } - } - } -] diff --git a/dist/dictionary/fu.yaml b/dist/dictionary/fu.yaml deleted file mode 100644 index 1dee394..0000000 --- a/dist/dictionary/fu.yaml +++ /dev/null @@ -1,33 +0,0 @@ -- base: fuchi - firstSyllable: fu - pos: - noun: - masculine: - - def: Nose. -- base: fugi - firstSyllable: fu - pos: - verb: - neuter: - - def: "See, sight." -- base: fugimo - firstSyllable: fu - pos: - noun: - masculine: - - def: Mouth. -- base: fumiga - firstSyllable: fu - pos: - noun: - feminine: - - def: Claw. -- base: funami - firstSyllable: fu - pos: - noun: - neuter: - - def: Sheep or other wool-producing herd creature. - verb: - feminine: - - def: To shave or remove hair. diff --git a/dist/dictionary/ga.json b/dist/dictionary/ga.json deleted file mode 100644 index 34780e3..0000000 --- a/dist/dictionary/ga.json +++ /dev/null @@ -1,118 +0,0 @@ -[ - { - "base": "gabuchigika", - "firstSyllable": "ga", - "pos": { - "noun": { - "masculine": [ - { - "def": "A large area of land claimed by a clan." - }, - { - "def": "120 gachigyukōga." - } - ] - } - } - }, - { - "base": "gachi", - "firstSyllable": "ga", - "pos": { - "verb": { - "masculine": [ - { - "def": "Eat." - } - ] - } - } - }, - { - "base": "gachigyukoga", - "firstSyllable": "ga", - "pos": { - "noun": { - "neuter": [ - { - "def": "A \"plot\" of land one chimōga by one gyukōga." - }, - { - "def": "1 acre.", - "oow": true - } - ] - } - } - }, - { - "base": "gamekoji", - "firstSyllable": "ga", - "pos": { - "noun": { - "neuter": [ - { - "def": "A miscarriage." - } - ] - } - } - }, - { - "base": "gamibita", - "firstSyllable": "ga", - "pos": { - "adj": [ - { - "def": "A magical talent that charges a physical item with explosive force.\n", - "reference": [ - { - "excerpt": "And then the dépa was there, sprinting in a circle around Chimípu. Her movements accelerated, and a vortex of dust rose up around her, blurring her form. The sling formed a disk as it spun with her.\nShe stopped suddenly and released one end of the cloth. The rock shot out and crossed the valley in an instant. It left ripples in the air as raw power rolled off the stone. A crack of air shook Rutejìmo from its passing. The stone shattered at the base of a nest and there was a shower of blood and feathers.\n", - "identifier": "0100-00", - "title": "Sand and Blood 17", - "url": "https://fedran.com/sand-and-bone/chapter-17/" - } - ] - } - ], - "noun": { - "feminine": [ - { - "def": "A bang or sharp noise.\n" - }, - { - "def": "Firecrackers or celebratory explosions.\n" - } - ], - "masculine": [ - { - "def": "A large explosion that does significant damage.\n" - } - ] - } - } - }, - { - "base": "gatiru", - "firstSyllable": "ga", - "pos": { - "noun": { - "neuter": [ - { - "def": "A wild dog-like creature." - }, - { - "def": "A coyote." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To rummage around scraps for food." - } - ] - } - } - } -] diff --git a/dist/dictionary/ga.yaml b/dist/dictionary/ga.yaml deleted file mode 100644 index 4195d70..0000000 --- a/dist/dictionary/ga.yaml +++ /dev/null @@ -1,67 +0,0 @@ -- base: gabuchigika - firstSyllable: ga - pos: - noun: - masculine: - - def: A large area of land claimed by a clan. - - def: 120 gachigyukōga. -- base: gachi - firstSyllable: ga - pos: - verb: - masculine: - - def: Eat. -- base: gachigyukoga - firstSyllable: ga - pos: - noun: - neuter: - - def: A "plot" of land one chimōga by one gyukōga. - - def: 1 acre. - oow: true -- base: gamekoji - firstSyllable: ga - pos: - noun: - neuter: - - def: A miscarriage. -- base: gamibita - firstSyllable: ga - pos: - adj: - - def: | - A magical talent that charges a physical item with explosive force. - reference: - - excerpt: > - And then the dépa was there, sprinting in a circle around Chimípu. - Her movements accelerated, and a vortex of dust rose up around - her, blurring her form. The sling formed a disk as it spun with - her. - - She stopped suddenly and released one end of the cloth. The rock - shot out and crossed the valley in an instant. It left ripples in - the air as raw power rolled off the stone. A crack of air shook - Rutejìmo from its passing. The stone shattered at the base of a - nest and there was a shower of blood and feathers. - identifier: 0100-00 - title: Sand and Blood 17 - url: "https://fedran.com/sand-and-bone/chapter-17/" - noun: - feminine: - - def: | - A bang or sharp noise. - - def: | - Firecrackers or celebratory explosions. - masculine: - - def: | - A large explosion that does significant damage. -- base: gatiru - firstSyllable: ga - pos: - noun: - neuter: - - def: A wild dog-like creature. - - def: A coyote. - verb: - masculine: - - def: To rummage around scraps for food. diff --git a/dist/dictionary/ge.json b/dist/dictionary/ge.json deleted file mode 100644 index 3d9a83b..0000000 --- a/dist/dictionary/ge.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "base": "ge", - "firstSyllable": "ge", - "pos": { - "adj": [ - { - "def": "My clan." - } - ] - } - }, - { - "base": "gen", - "firstSyllable": "ge", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `gèn` (noun 1), but as a feminine clan spirit." - } - ], - "masculine": [ - { - "def": "My clan, when referencing a clan with a masculine spirit." - } - ], - "neuter": [ - { - "def": "As `gèn` (noun 1), but as a neuter clan spirit." - } - ] - } - } - } -] diff --git a/dist/dictionary/ge.yaml b/dist/dictionary/ge.yaml deleted file mode 100644 index 610301f..0000000 --- a/dist/dictionary/ge.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- base: ge - firstSyllable: ge - pos: - adj: - - def: My clan. -- base: gen - firstSyllable: ge - pos: - noun: - feminine: - - def: "As `gèn` (noun 1), but as a feminine clan spirit." - masculine: - - def: "My clan, when referencing a clan with a masculine spirit." - neuter: - - def: "As `gèn` (noun 1), but as a neuter clan spirit." diff --git a/dist/dictionary/gi.json b/dist/dictionary/gi.json deleted file mode 100644 index bda850a..0000000 --- a/dist/dictionary/gi.json +++ /dev/null @@ -1,106 +0,0 @@ -[ - { - "base": "gichyoku", - "firstSyllable": "gi", - "pos": { - "noun": { - "feminine": [ - { - "def": "A cutting or slicing force or energy.\n" - } - ] - } - } - }, - { - "base": "gidajimo", - "firstSyllable": "gi", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `gidajìmo` (noun 1), but where the female is the primary or sole caregiver of any children." - } - ], - "masculine": [ - { - "def": "A marriage between an adult man and woman where the male is the primary or only caretaker for any children (including step-children)." - } - ], - "neuter": [ - { - "def": "As `gidajìmo` (noun 1), but where either both members are equal in raising children or the marriage has not produced any children." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "A quiet or private marriage ceremony." - } - ], - "masculine": [ - { - "def": "A marriage ceremony performed with a significant amount of ceremony, guests, or planning." - } - ] - } - } - }, - { - "base": "gimetsui", - "firstSyllable": "gi", - "pos": { - "verb": { - "masculine": [ - { - "def": "To give birth to a living child." - } - ], - "neuter": [ - { - "def": "To lay eggs or other non-live birth." - } - ] - } - } - }, - { - "base": "gitamafu", - "firstSyllable": "gi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Shared senses among two or more people.\n" - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To recieve senses from an external source.\n" - } - ], - "masculine": [ - { - "def": "To project senses or perceptions into someone else.\n" - } - ] - } - } - }, - { - "base": "gitopoga", - "firstSyllable": "gi", - "pos": { - "verb": { - "masculine": [ - { - "def": "To have unenthusiastic sex solely for purposes of reproduction." - } - ] - } - } - } -] diff --git a/dist/dictionary/gi.yaml b/dist/dictionary/gi.yaml deleted file mode 100644 index 8a4e4e4..0000000 --- a/dist/dictionary/gi.yaml +++ /dev/null @@ -1,59 +0,0 @@ -- base: gichyoku - firstSyllable: gi - pos: - noun: - feminine: - - def: | - A cutting or slicing force or energy. -- base: gidajimo - firstSyllable: gi - pos: - noun: - feminine: - - def: >- - As `gidajìmo` (noun 1), but where the female is the primary or sole - caregiver of any children. - masculine: - - def: >- - A marriage between an adult man and woman where the male is the - primary or only caretaker for any children (including - step-children). - neuter: - - def: >- - As `gidajìmo` (noun 1), but where either both members are equal in - raising children or the marriage has not produced any children. - verb: - feminine: - - def: A quiet or private marriage ceremony. - masculine: - - def: >- - A marriage ceremony performed with a significant amount of ceremony, - guests, or planning. -- base: gimetsui - firstSyllable: gi - pos: - verb: - masculine: - - def: To give birth to a living child. - neuter: - - def: To lay eggs or other non-live birth. -- base: gitamafu - firstSyllable: gi - pos: - noun: - feminine: - - def: | - Shared senses among two or more people. - verb: - feminine: - - def: | - To recieve senses from an external source. - masculine: - - def: | - To project senses or perceptions into someone else. -- base: gitopoga - firstSyllable: gi - pos: - verb: - masculine: - - def: To have unenthusiastic sex solely for purposes of reproduction. diff --git a/dist/dictionary/go.json b/dist/dictionary/go.json deleted file mode 100644 index d0f822e..0000000 --- a/dist/dictionary/go.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "base": "gokote", - "firstSyllable": "go", - "pos": { - "noun": { - "neuter": [ - { - "def": "A solar week consisting of eight rōte." - } - ] - } - } - }, - { - "base": "gomata", - "firstSyllable": "go", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/128 of a māsa." - }, - { - "def": "About a minute.", - "oow": true - } - ] - } - } - } -] diff --git a/dist/dictionary/go.yaml b/dist/dictionary/go.yaml deleted file mode 100644 index 5d014e5..0000000 --- a/dist/dictionary/go.yaml +++ /dev/null @@ -1,14 +0,0 @@ -- base: gokote - firstSyllable: go - pos: - noun: - neuter: - - def: A solar week consisting of eight rōte. -- base: gomata - firstSyllable: go - pos: - noun: - neuter: - - def: 1/128 of a māsa. - - def: About a minute. - oow: true diff --git a/dist/dictionary/gu.json b/dist/dictionary/gu.json deleted file mode 100644 index 38ec2fd..0000000 --- a/dist/dictionary/gu.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "base": "gupa", - "firstSyllable": "gu", - "pos": { - "verb": { - "masculine": [ - { - "def": "Gulp, drink." - } - ] - } - } - }, - { - "base": "gupiji", - "firstSyllable": "gu", - "pos": { - "noun": { - "neuter": [ - { - "def": "Valley" - } - ] - } - } - } -] diff --git a/dist/dictionary/gu.yaml b/dist/dictionary/gu.yaml deleted file mode 100644 index 5c46564..0000000 --- a/dist/dictionary/gu.yaml +++ /dev/null @@ -1,12 +0,0 @@ -- base: gupa - firstSyllable: gu - pos: - verb: - masculine: - - def: "Gulp, drink." -- base: gupiji - firstSyllable: gu - pos: - noun: - neuter: - - def: Valley diff --git a/dist/dictionary/gyu.json b/dist/dictionary/gyu.json deleted file mode 100644 index fc95455..0000000 --- a/dist/dictionary/gyu.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "base": "gyukoga", - "firstSyllable": "gyu", - "pos": { - "noun": { - "neuter": [ - { - "def": "80 chimōga." - }, - { - "def": "1/9th the distance an average person can walk in a māsa." - }, - { - "def": "A mile.", - "oow": true - } - ] - } - } - } -] diff --git a/dist/dictionary/gyu.yaml b/dist/dictionary/gyu.yaml deleted file mode 100644 index c540174..0000000 --- a/dist/dictionary/gyu.yaml +++ /dev/null @@ -1,9 +0,0 @@ -- base: gyukoga - firstSyllable: gyu - pos: - noun: - neuter: - - def: 80 chimōga. - - def: 1/9th the distance an average person can walk in a māsa. - - def: A mile. - oow: true diff --git a/dist/dictionary/ha.json b/dist/dictionary/ha.json deleted file mode 100644 index 44f6675..0000000 --- a/dist/dictionary/ha.json +++ /dev/null @@ -1,87 +0,0 @@ -[ - { - "base": "hachifobu", - "firstSyllable": "ha", - "pos": { - "noun": { - "neuter": [ - { - "def": "The trial when a teenager about to manifest power and various spirits present themselves to see if there is a natural fit.\n" - } - ] - } - } - }, - { - "base": "hachifu", - "firstSyllable": "ha", - "pos": { - "noun": { - "neuter": [ - { - "def": "Path, road, trail." - } - ] - } - } - }, - { - "base": "hamani", - "firstSyllable": "ha", - "pos": { - "noun": { - "neuter": [ - { - "def": "A mountain lion." - }, - { - "def": "A large cat." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To seek out a romantic or sexual partner during nocturnal events." - } - ] - } - } - }, - { - "base": "hanako", - "firstSyllable": "ha", - "pos": { - "noun": { - "feminine": [ - { - "def": "A large horn of a creature." - } - ], - "masculine": [ - { - "def": "A bighorn sheep." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To butt or interject into a conversation." - } - ] - } - } - }, - { - "base": "hayoka", - "firstSyllable": "ha", - "pos": { - "adj": [ - { - "def": "Good, favorable." - } - ] - } - } -] diff --git a/dist/dictionary/ha.yaml b/dist/dictionary/ha.yaml deleted file mode 100644 index f324838..0000000 --- a/dist/dictionary/ha.yaml +++ /dev/null @@ -1,40 +0,0 @@ -- base: hachifobu - firstSyllable: ha - pos: - noun: - neuter: - - def: > - The trial when a teenager about to manifest power and various - spirits present themselves to see if there is a natural fit. -- base: hachifu - firstSyllable: ha - pos: - noun: - neuter: - - def: "Path, road, trail." -- base: hamani - firstSyllable: ha - pos: - noun: - neuter: - - def: A mountain lion. - - def: A large cat. - verb: - masculine: - - def: To seek out a romantic or sexual partner during nocturnal events. -- base: hanako - firstSyllable: ha - pos: - noun: - feminine: - - def: A large horn of a creature. - masculine: - - def: A bighorn sheep. - verb: - masculine: - - def: To butt or interject into a conversation. -- base: hayoka - firstSyllable: ha - pos: - adj: - - def: "Good, favorable." diff --git a/dist/dictionary/he.json b/dist/dictionary/he.json deleted file mode 100644 index d2cb49b..0000000 --- a/dist/dictionary/he.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "base": "heru", - "firstSyllable": "he", - "pos": { - "noun": { - "feminine": [ - { - "def": "A mare or female horse." - } - ], - "masculine": [ - { - "def": "A stallion or male horse." - } - ], - "neuter": [ - { - "def": "A foal or young horse." - } - ] - } - } - }, - { - "base": "herudaki", - "firstSyllable": "he", - "pos": { - "noun": { - "neuter": [ - { - "def": "The weight of a horse." - }, - { - "def": "30 madèku." - }, - { - "def": "489.6 kilograms.", - "oow": true - } - ] - } - } - } -] diff --git a/dist/dictionary/he.yaml b/dist/dictionary/he.yaml deleted file mode 100644 index 1f57c91..0000000 --- a/dist/dictionary/he.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- base: heru - firstSyllable: he - pos: - noun: - feminine: - - def: A mare or female horse. - masculine: - - def: A stallion or male horse. - neuter: - - def: A foal or young horse. -- base: herudaki - firstSyllable: he - pos: - noun: - neuter: - - def: The weight of a horse. - - def: 30 madèku. - - def: 489.6 kilograms. - oow: true diff --git a/dist/dictionary/hi.json b/dist/dictionary/hi.json deleted file mode 100644 index c9cb826..0000000 --- a/dist/dictionary/hi.json +++ /dev/null @@ -1,66 +0,0 @@ -[ - { - "base": "hichifuma", - "firstSyllable": "hi", - "pos": { - "verb": { - "neuter": [ - { - "def": "The effort to keep the nature of spirits and the rite of passage secret from children to facilitate the connection to a clan spirit." - } - ] - } - } - }, - { - "base": "hikomini", - "firstSyllable": "hi", - "pos": { - "noun": { - "feminine": [ - { - "def": "A lesser clan spirit, one that gains power from one of the `hikomìni` (noun 1)." - } - ], - "masculine": [ - { - "def": "One of the three greater spirits of the desert: Tachìra, Chobìre, or Mifúno." - } - ] - } - } - }, - { - "base": "hinoto", - "firstSyllable": "hi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Tail." - } - ] - } - } - }, - { - "base": "hiropadu", - "firstSyllable": "hi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Marks left behind by hooved creatures." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To kick something with great force." - } - ] - } - } - } -] diff --git a/dist/dictionary/hi.yaml b/dist/dictionary/hi.yaml deleted file mode 100644 index 9b68053..0000000 --- a/dist/dictionary/hi.yaml +++ /dev/null @@ -1,35 +0,0 @@ -- base: hichifuma - firstSyllable: hi - pos: - verb: - neuter: - - def: >- - The effort to keep the nature of spirits and the rite of passage - secret from children to facilitate the connection to a clan spirit. -- base: hikomini - firstSyllable: hi - pos: - noun: - feminine: - - def: >- - A lesser clan spirit, one that gains power from one of the - `hikomìni` (noun 1). - masculine: - - def: >- - One of the three greater spirits of the desert: Tachìra, Chobìre, or - Mifúno. -- base: hinoto - firstSyllable: hi - pos: - noun: - feminine: - - def: Tail. -- base: hiropadu - firstSyllable: hi - pos: - noun: - neuter: - - def: Marks left behind by hooved creatures. - verb: - masculine: - - def: To kick something with great force. diff --git a/dist/dictionary/ho.json b/dist/dictionary/ho.json deleted file mode 100644 index 1c28b8c..0000000 --- a/dist/dictionary/ho.json +++ /dev/null @@ -1,64 +0,0 @@ -[ - { - "base": "hofuma", - "firstSyllable": "ho", - "pos": { - "noun": { - "masculine": [ - { - "def": "A hawk or raptor." - }, - { - "def": "A large hunting bird." - } - ] - } - } - }, - { - "base": "hogano", - "firstSyllable": "ho", - "pos": { - "adj": [ - { - "def": "Magical powers that manifest through the combined presence of related creatures as opposed to individual members. Common talents include telepathy, mental control, and projected senses through the members of the species.\n", - "example": [ - { - "en": "Legendary are the herd powers of Waryōni.", - "miw": "oa zeshitómi e hogano waryōni" - } - ] - } - ], - "noun": { - "masculine": [ - { - "def": "A group of anything running around making a great deal of noise and distration.\n", - "example": [ - { - "en": "The girls of our clan run like a herd of horses.", - "miw": "oe ge nágo i fapòdi a hogáno" - } - ] - } - ] - } - } - }, - { - "base": "horanakifu", - "firstSyllable": "ho", - "pos": { - "verb": { - "feminine": [ - { - "def": "To see solace away from others." - }, - { - "def": "To sequester oneself for contemplation." - } - ] - } - } - } -] diff --git a/dist/dictionary/ho.yaml b/dist/dictionary/ho.yaml deleted file mode 100644 index 4066f3f..0000000 --- a/dist/dictionary/ho.yaml +++ /dev/null @@ -1,34 +0,0 @@ -- base: hofuma - firstSyllable: ho - pos: - noun: - masculine: - - def: A hawk or raptor. - - def: A large hunting bird. -- base: hogano - firstSyllable: ho - pos: - adj: - - def: > - Magical powers that manifest through the combined presence of related - creatures as opposed to individual members. Common talents include - telepathy, mental control, and projected senses through the members of - the species. - example: - - en: Legendary are the herd powers of Waryōni. - miw: oa zeshitómi e hogano waryōni - noun: - masculine: - - def: > - A group of anything running around making a great deal of noise and - distration. - example: - - en: The girls of our clan run like a herd of horses. - miw: oe ge nágo i fapòdi a hogáno -- base: horanakifu - firstSyllable: ho - pos: - verb: - feminine: - - def: To see solace away from others. - - def: To sequester oneself for contemplation. diff --git a/dist/dictionary/hu.json b/dist/dictionary/hu.json deleted file mode 100644 index b33aa71..0000000 --- a/dist/dictionary/hu.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "hupodi", - "firstSyllable": "hu", - "pos": { - "verb": { - "feminine": [ - { - "def": "Come, approach." - } - ] - } - } - } -] diff --git a/dist/dictionary/hu.yaml b/dist/dictionary/hu.yaml deleted file mode 100644 index c8471c4..0000000 --- a/dist/dictionary/hu.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: hupodi - firstSyllable: hu - pos: - verb: - feminine: - - def: "Come, approach." diff --git a/dist/dictionary/hyo.json b/dist/dictionary/hyo.json deleted file mode 100644 index 428bb2d..0000000 --- a/dist/dictionary/hyo.json +++ /dev/null @@ -1,31 +0,0 @@ -[ - { - "base": "hyobechimo", - "firstSyllable": "hyo", - "pos": { - "noun": { - "feminine": [ - { - "def": "The ritual of performing `hyobechìmo` (verb 1)." - }, - { - "def": "The rite of passage for young adults." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "The process of putting a young adult in mortal danger to reveal their clan and powers." - }, - { - "def": "To put someone in mortal danger to reveal their true nature." - }, - { - "def": "To stress test something." - } - ] - } - } - } -] diff --git a/dist/dictionary/hyo.yaml b/dist/dictionary/hyo.yaml deleted file mode 100644 index e82c603..0000000 --- a/dist/dictionary/hyo.yaml +++ /dev/null @@ -1,14 +0,0 @@ -- base: hyobechimo - firstSyllable: hyo - pos: - noun: - feminine: - - def: The ritual of performing `hyobechìmo` (verb 1). - - def: The rite of passage for young adults. - verb: - masculine: - - def: >- - The process of putting a young adult in mortal danger to reveal - their clan and powers. - - def: To put someone in mortal danger to reveal their true nature. - - def: To stress test something. diff --git a/dist/dictionary/hyu.json b/dist/dictionary/hyu.json deleted file mode 100644 index 2d437f5..0000000 --- a/dist/dictionary/hyu.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "hyukadi", - "firstSyllable": "hyu", - "pos": { - "verb": { - "feminine": [ - { - "def": "To volunteer or give assistance." - } - ] - } - } - } -] diff --git a/dist/dictionary/hyu.yaml b/dist/dictionary/hyu.yaml deleted file mode 100644 index db08856..0000000 --- a/dist/dictionary/hyu.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: hyukadi - firstSyllable: hyu - pos: - verb: - feminine: - - def: To volunteer or give assistance. diff --git a/dist/dictionary/i.json b/dist/dictionary/i.json deleted file mode 100644 index 4e6f435..0000000 --- a/dist/dictionary/i.json +++ /dev/null @@ -1,67 +0,0 @@ -[ - { - "base": "ikugafu", - "firstSyllable": "i", - "pos": { - "adj": [ - { - "def": "To be unkillable." - }, - { - "def": "To be impossible to get rid of." - } - ], - "noun": { - "neuter": [ - { - "def": "A cockroach." - } - ] - } - } - }, - { - "base": "iryoga", - "firstSyllable": "i", - "pos": { - "noun": { - "neuter": [ - { - "def": "The moment of despair or longing when someone's associated celestial body goes below the horizon and they lose their magical powers.\n" - } - ] - }, - "verb": { - "masculine": [ - { - "def": "The dread that rises when one's celestial body is about to go below the horizon.\n" - } - ] - } - } - }, - { - "base": "itochyoku", - "firstSyllable": "i", - "pos": { - "verb": { - "feminine": [ - { - "def": "The teleport or move without crossing the intervening distance.\n", - "reference": [ - { - "excerpt": "“There is no thanks,” she said in her wavering voice, “because this is the way it is. Go on, I will help you break fast.” She turned, and then she was gone. He didn’t see how she moved, only that one moment she was standing in front of him and the other she was a rod away, kneeling at an old fire pit.\n", - "identifier": "0100-02", - "title": "Sand and Bone 22", - "url": "https://fedran.com/sand-and-bone/chapter-22/" - } - ] - }, - { - "def": "The move through shadows or mirrors.\n" - } - ] - } - } - } -] diff --git a/dist/dictionary/i.yaml b/dist/dictionary/i.yaml deleted file mode 100644 index ea53493..0000000 --- a/dist/dictionary/i.yaml +++ /dev/null @@ -1,41 +0,0 @@ -- base: ikugafu - firstSyllable: i - pos: - adj: - - def: To be unkillable. - - def: To be impossible to get rid of. - noun: - neuter: - - def: A cockroach. -- base: iryoga - firstSyllable: i - pos: - noun: - neuter: - - def: > - The moment of despair or longing when someone's associated celestial - body goes below the horizon and they lose their magical powers. - verb: - masculine: - - def: > - The dread that rises when one's celestial body is about to go below - the horizon. -- base: itochyoku - firstSyllable: i - pos: - verb: - feminine: - - def: | - The teleport or move without crossing the intervening distance. - reference: - - excerpt: > - “There is no thanks,” she said in her wavering voice, “because - this is the way it is. Go on, I will help you break fast.” She - turned, and then she was gone. He didn’t see how she moved, only - that one moment she was standing in front of him and the other - she was a rod away, kneeling at an old fire pit. - identifier: 0100-02 - title: Sand and Bone 22 - url: "https://fedran.com/sand-and-bone/chapter-22/" - - def: | - The move through shadows or mirrors. diff --git a/dist/dictionary/ji.json b/dist/dictionary/ji.json deleted file mode 100644 index c464910..0000000 --- a/dist/dictionary/ji.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "base": "jimo", - "firstSyllable": "ji", - "pos": { - "noun": { - "neuter": [ - { - "def": "Cloth, fabric, or textile." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To wrap or bind in cloth or fabrics." - } - ] - } - } - } -] diff --git a/dist/dictionary/ji.yaml b/dist/dictionary/ji.yaml deleted file mode 100644 index a6e6454..0000000 --- a/dist/dictionary/ji.yaml +++ /dev/null @@ -1,9 +0,0 @@ -- base: jimo - firstSyllable: ji - pos: - noun: - neuter: - - def: "Cloth, fabric, or textile." - verb: - feminine: - - def: To wrap or bind in cloth or fabrics. diff --git a/dist/dictionary/jo.json b/dist/dictionary/jo.json deleted file mode 100644 index f69007f..0000000 --- a/dist/dictionary/jo.json +++ /dev/null @@ -1,53 +0,0 @@ -[ - { - "base": "jokidofu", - "firstSyllable": "jo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Magical resonance." - }, - { - "def": "The field that surrounds mages and artifacts." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To create discomfort in someone else using magical resonance." - } - ], - "masculine": [ - { - "def": "To create pain in someone else using magical resonance." - } - ] - } - } - }, - { - "base": "jokofatsu", - "firstSyllable": "jo", - "pos": { - "noun": { - "neuter": [ - { - "def": "A script that has vowels to the right of the consonants." - }, - { - "def": "The script of the Western part of the Mifúno desert." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To write in a `jokofātsu` script." - } - ] - } - } - } -] diff --git a/dist/dictionary/jo.yaml b/dist/dictionary/jo.yaml deleted file mode 100644 index 200e0fb..0000000 --- a/dist/dictionary/jo.yaml +++ /dev/null @@ -1,22 +0,0 @@ -- base: jokidofu - firstSyllable: jo - pos: - noun: - neuter: - - def: Magical resonance. - - def: The field that surrounds mages and artifacts. - verb: - feminine: - - def: To create discomfort in someone else using magical resonance. - masculine: - - def: To create pain in someone else using magical resonance. -- base: jokofatsu - firstSyllable: jo - pos: - noun: - neuter: - - def: A script that has vowels to the right of the consonants. - - def: The script of the Western part of the Mifúno desert. - verb: - feminine: - - def: To write in a `jokofātsu` script. diff --git a/dist/dictionary/jyo.json b/dist/dictionary/jyo.json deleted file mode 100644 index 9b67bd2..0000000 --- a/dist/dictionary/jyo.json +++ /dev/null @@ -1,57 +0,0 @@ -[ - { - "base": "jyomyo", - "firstSyllable": "jyo", - "pos": { - "pro": [ - { - "def": "Many." - } - ] - } - }, - { - "base": "jyon", - "firstSyllable": "jyo", - "pos": { - "adj": [ - { - "def": "Yellow." - } - ] - } - }, - { - "base": "jyopa", - "firstSyllable": "jyo", - "pos": { - "num": [ - { - "def": "One." - } - ] - } - }, - { - "base": "jyore", - "firstSyllable": "jyo", - "pos": { - "num": [ - { - "def": "Two." - } - ] - } - }, - { - "base": "jyoshya", - "firstSyllable": "jyo", - "pos": { - "adj": [ - { - "def": "All." - } - ] - } - } -] diff --git a/dist/dictionary/jyo.yaml b/dist/dictionary/jyo.yaml deleted file mode 100644 index fd4fcd3..0000000 --- a/dist/dictionary/jyo.yaml +++ /dev/null @@ -1,25 +0,0 @@ -- base: jyomyo - firstSyllable: jyo - pos: - pro: - - def: Many. -- base: jyon - firstSyllable: jyo - pos: - adj: - - def: Yellow. -- base: jyopa - firstSyllable: jyo - pos: - num: - - def: One. -- base: jyore - firstSyllable: jyo - pos: - num: - - def: Two. -- base: jyoshya - firstSyllable: jyo - pos: - adj: - - def: All. diff --git a/dist/dictionary/ka.json b/dist/dictionary/ka.json deleted file mode 100644 index 6e27d53..0000000 --- a/dist/dictionary/ka.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "base": "kadu", - "firstSyllable": "ka", - "pos": { - "noun": { - "feminine": [ - { - "def": "Hand." - } - ] - } - } - }, - { - "base": "kafu", - "firstSyllable": "ka", - "pos": { - "verb": { - "feminine": [ - { - "def": "Love, affection." - } - ], - "masculine": [ - { - "def": "Passion." - } - ] - } - } - }, - { - "base": "kafuchi", - "firstSyllable": "ka", - "pos": { - "adj": [ - { - "def": "A spiritual energy that is shared and pools.\n" - }, - { - "def": "A manifestion of magic where multiple clan members see the same spirit.\n" - } - ], - "noun": { - "feminine": [ - { - "def": "A shared memory or magic between close friends or clan members.\n" - } - ] - } - } - } -] diff --git a/dist/dictionary/ka.yaml b/dist/dictionary/ka.yaml deleted file mode 100644 index 690b87f..0000000 --- a/dist/dictionary/ka.yaml +++ /dev/null @@ -1,27 +0,0 @@ -- base: kadu - firstSyllable: ka - pos: - noun: - feminine: - - def: Hand. -- base: kafu - firstSyllable: ka - pos: - verb: - feminine: - - def: "Love, affection." - masculine: - - def: Passion. -- base: kafuchi - firstSyllable: ka - pos: - adj: - - def: | - A spiritual energy that is shared and pools. - - def: > - A manifestion of magic where multiple clan members see the same - spirit. - noun: - feminine: - - def: | - A shared memory or magic between close friends or clan members. diff --git a/dist/dictionary/ke.json b/dist/dictionary/ke.json deleted file mode 100644 index f901284..0000000 --- a/dist/dictionary/ke.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "base": "keka", - "firstSyllable": "ke", - "pos": { - "noun": { - "feminine": [ - { - "def": "The amount of displacement of an adult woman's fist." - }, - { - "def": "A volume of liquid equal to 305 milliliters.", - "oow": true - } - ] - } - } - }, - { - "base": "keri", - "firstSyllable": "ke", - "pos": { - "verb": { - "masculine": [ - { - "def": "Stand." - } - ] - } - } - } -] diff --git a/dist/dictionary/ke.yaml b/dist/dictionary/ke.yaml deleted file mode 100644 index 7b721a9..0000000 --- a/dist/dictionary/ke.yaml +++ /dev/null @@ -1,14 +0,0 @@ -- base: keka - firstSyllable: ke - pos: - noun: - feminine: - - def: The amount of displacement of an adult woman's fist. - - def: A volume of liquid equal to 305 milliliters. - oow: true -- base: keri - firstSyllable: ke - pos: - verb: - masculine: - - def: Stand. diff --git a/dist/dictionary/ki.json b/dist/dictionary/ki.json deleted file mode 100644 index 5eec9f0..0000000 --- a/dist/dictionary/ki.json +++ /dev/null @@ -1,110 +0,0 @@ -[ - { - "base": "kifi", - "firstSyllable": "ki", - "pos": { - "verb": { - "feminine": [ - { - "def": "Give, hand over." - } - ] - } - } - }, - { - "base": "kifomakoji", - "firstSyllable": "ki", - "pos": { - "verb": { - "feminine": [ - { - "def": "To lose a loved one to death." - } - ] - } - } - }, - { - "base": "kiko", - "firstSyllable": "ki", - "pos": { - "noun": { - "masculine": [ - { - "def": "Fire, burn." - } - ] - } - } - }, - { - "base": "kikochyo", - "firstSyllable": "ki", - "pos": { - "noun": { - "neuter": [ - { - "def": "Ashes of a fire." - } - ] - } - } - }, - { - "base": "kikofuna", - "firstSyllable": "ki", - "pos": { - "noun": { - "neuter": [ - { - "def": "The minimum area of ash produced from a funeral fire to be considered holy." - }, - { - "def": "80 square meters.", - "oow": true - } - ] - } - } - }, - { - "base": "kimu", - "firstSyllable": "ki", - "pos": { - "verb": { - "feminine": [ - { - "def": "Sit." - } - ] - } - } - }, - { - "base": "kireki", - "firstSyllable": "ki", - "pos": { - "noun": { - "masculine": [ - { - "def": "Tree." - } - ] - } - } - }, - { - "base": "kishi", - "firstSyllable": "ki", - "pos": { - "noun": { - "masculine": [ - { - "def": "Male, masculine." - } - ] - } - } - } -] diff --git a/dist/dictionary/ki.yaml b/dist/dictionary/ki.yaml deleted file mode 100644 index 0e3382c..0000000 --- a/dist/dictionary/ki.yaml +++ /dev/null @@ -1,52 +0,0 @@ -- base: kifi - firstSyllable: ki - pos: - verb: - feminine: - - def: "Give, hand over." -- base: kifomakoji - firstSyllable: ki - pos: - verb: - feminine: - - def: To lose a loved one to death. -- base: kiko - firstSyllable: ki - pos: - noun: - masculine: - - def: "Fire, burn." -- base: kikochyo - firstSyllable: ki - pos: - noun: - neuter: - - def: Ashes of a fire. -- base: kikofuna - firstSyllable: ki - pos: - noun: - neuter: - - def: >- - The minimum area of ash produced from a funeral fire to be - considered holy. - - def: 80 square meters. - oow: true -- base: kimu - firstSyllable: ki - pos: - verb: - feminine: - - def: Sit. -- base: kireki - firstSyllable: ki - pos: - noun: - masculine: - - def: Tree. -- base: kishi - firstSyllable: ki - pos: - noun: - masculine: - - def: "Male, masculine." diff --git a/dist/dictionary/ko.json b/dist/dictionary/ko.json deleted file mode 100644 index 372aff0..0000000 --- a/dist/dictionary/ko.json +++ /dev/null @@ -1,144 +0,0 @@ -[ - { - "base": "kochozo", - "firstSyllable": "ko", - "pos": { - "verb": { - "neuter": [ - { - "def": "Sleep." - } - ] - } - } - }, - { - "base": "kodi", - "firstSyllable": "ko", - "pos": { - "verb": { - "neuter": [ - { - "def": "Lie down." - } - ] - } - } - }, - { - "base": "kodo", - "firstSyllable": "ko", - "pos": { - "noun": { - "feminine": [ - { - "def": "Stone." - } - ] - } - } - }, - { - "base": "kodoshyo", - "firstSyllable": "ko", - "pos": { - "noun": { - "masculine": [ - { - "def": "Mountain." - } - ] - } - } - }, - { - "base": "koji", - "firstSyllable": "ko", - "pos": { - "verb": { - "neuter": [ - { - "def": "Die, death, kill." - } - ] - } - } - }, - { - "base": "kojifu", - "firstSyllable": "ko", - "pos": { - "verb": { - "neuter": [ - { - "def": "Die." - } - ] - } - } - }, - { - "base": "kojinomi", - "firstSyllable": "ko", - "pos": { - "noun": { - "neuter": [ - { - "def": "A keeper of the dead." - }, - { - "def": "Someone who tends to the dying, recording stories and confessions." - } - ] - } - } - }, - { - "base": "kokeku", - "firstSyllable": "ko", - "pos": { - "noun": { - "masculine": [ - { - "def": "The amount of water an average person needs for a single day in the desert." - }, - { - "def": "A volume of liquid equal to 13 kéka." - }, - { - "def": "A volume of liquid equal to 4 liters.", - "oow": true - } - ] - } - } - }, - { - "base": "komiyaza", - "firstSyllable": "ko", - "pos": { - "noun": { - "neuter": [ - { - "def": "The temperature where water boils." - }, - { - "def": "100 degrees Celsius.", - "oow": true - } - ] - } - } - }, - { - "base": "koroma", - "firstSyllable": "ko", - "pos": { - "adj": [ - { - "def": "Cursed." - } - ] - } - } -] diff --git a/dist/dictionary/ko.yaml b/dist/dictionary/ko.yaml deleted file mode 100644 index 238f90f..0000000 --- a/dist/dictionary/ko.yaml +++ /dev/null @@ -1,67 +0,0 @@ -- base: kochozo - firstSyllable: ko - pos: - verb: - neuter: - - def: Sleep. -- base: kodi - firstSyllable: ko - pos: - verb: - neuter: - - def: Lie down. -- base: kodo - firstSyllable: ko - pos: - noun: - feminine: - - def: Stone. -- base: kodoshyo - firstSyllable: ko - pos: - noun: - masculine: - - def: Mountain. -- base: koji - firstSyllable: ko - pos: - verb: - neuter: - - def: "Die, death, kill." -- base: kojifu - firstSyllable: ko - pos: - verb: - neuter: - - def: Die. -- base: kojinomi - firstSyllable: ko - pos: - noun: - neuter: - - def: A keeper of the dead. - - def: "Someone who tends to the dying, recording stories and confessions." -- base: kokeku - firstSyllable: ko - pos: - noun: - masculine: - - def: >- - The amount of water an average person needs for a single day in the - desert. - - def: A volume of liquid equal to 13 kéka. - - def: A volume of liquid equal to 4 liters. - oow: true -- base: komiyaza - firstSyllable: ko - pos: - noun: - neuter: - - def: The temperature where water boils. - - def: 100 degrees Celsius. - oow: true -- base: koroma - firstSyllable: ko - pos: - adj: - - def: Cursed. diff --git a/dist/dictionary/ku.json b/dist/dictionary/ku.json deleted file mode 100644 index 4cb8697..0000000 --- a/dist/dictionary/ku.json +++ /dev/null @@ -1,40 +0,0 @@ -[ - { - "base": "kufo", - "firstSyllable": "ku", - "pos": { - "noun": { - "neuter": [ - { - "def": "A mouse or rat." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "A worm into a tight space." - } - ], - "masculine": [ - { - "def": "To make oneself at home when unwelcomed." - } - ] - } - } - }, - { - "base": "kuga", - "firstSyllable": "ku", - "pos": { - "verb": { - "neuter": [ - { - "def": "Hear." - } - ] - } - } - } -] diff --git a/dist/dictionary/ku.yaml b/dist/dictionary/ku.yaml deleted file mode 100644 index 837a2c1..0000000 --- a/dist/dictionary/ku.yaml +++ /dev/null @@ -1,17 +0,0 @@ -- base: kufo - firstSyllable: ku - pos: - noun: - neuter: - - def: A mouse or rat. - verb: - feminine: - - def: A worm into a tight space. - masculine: - - def: To make oneself at home when unwelcomed. -- base: kuga - firstSyllable: ku - pos: - verb: - neuter: - - def: Hear. diff --git a/dist/dictionary/kyo.json b/dist/dictionary/kyo.json deleted file mode 100644 index d3bea19..0000000 --- a/dist/dictionary/kyo.json +++ /dev/null @@ -1,44 +0,0 @@ -[ - { - "base": "kyoda", - "firstSyllable": "kyo", - "pos": { - "verb": { - "feminine": [ - { - "def": "To ride a creature over distances." - } - ], - "masculine": [ - { - "def": "To charge a creature, such as into battle." - }, - { - "def": "To sprint or race a creature while riding it." - } - ], - "neuter": [ - { - "def": "To ride poorly or without skill." - }, - { - "def": "To learn how to ride a creature." - } - ] - } - } - }, - { - "base": "kyon", - "firstSyllable": "kyo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Red." - } - ] - } - } - } -] diff --git a/dist/dictionary/kyo.yaml b/dist/dictionary/kyo.yaml deleted file mode 100644 index 5c9934b..0000000 --- a/dist/dictionary/kyo.yaml +++ /dev/null @@ -1,18 +0,0 @@ -- base: kyoda - firstSyllable: kyo - pos: - verb: - feminine: - - def: To ride a creature over distances. - masculine: - - def: "To charge a creature, such as into battle." - - def: To sprint or race a creature while riding it. - neuter: - - def: To ride poorly or without skill. - - def: To learn how to ride a creature. -- base: kyon - firstSyllable: kyo - pos: - noun: - neuter: - - def: Red. diff --git a/dist/dictionary/kyu.json b/dist/dictionary/kyu.json deleted file mode 100644 index 3e2757a..0000000 --- a/dist/dictionary/kyu.json +++ /dev/null @@ -1,25 +0,0 @@ -[ - { - "base": "kyumogo", - "firstSyllable": "kyu", - "pos": { - "noun": { - "neuter": [ - { - "def": "A measurement of distance." - }, - { - "def": "A mile." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To measure or pace something out that is approximately a `kyumōgo` distance." - } - ] - } - } - } -] diff --git a/dist/dictionary/kyu.yaml b/dist/dictionary/kyu.yaml deleted file mode 100644 index 04b539d..0000000 --- a/dist/dictionary/kyu.yaml +++ /dev/null @@ -1,12 +0,0 @@ -- base: kyumogo - firstSyllable: kyu - pos: - noun: - neuter: - - def: A measurement of distance. - - def: A mile. - verb: - feminine: - - def: >- - To measure or pace something out that is approximately a `kyumōgo` - distance. diff --git a/dist/dictionary/ma.json b/dist/dictionary/ma.json deleted file mode 100644 index be97dbb..0000000 --- a/dist/dictionary/ma.json +++ /dev/null @@ -1,100 +0,0 @@ -[ - { - "base": "ma", - "firstSyllable": "ma", - "pos": { - "adj": [ - { - "def": "Me, I, mine." - } - ] - } - }, - { - "base": "madeku", - "firstSyllable": "ma", - "pos": { - "noun": { - "masculine": [ - { - "def": "A weight of 16 dātsu used for measuring heavy items and people." - }, - { - "def": "16.32 kilograms.", - "oow": true - } - ] - } - } - }, - { - "base": "man", - "firstSyllable": "ma", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `màn` (noun 1), but as a feminine." - } - ], - "masculine": [ - { - "def": "Myself, when referencing a masculine person." - } - ], - "neuter": [ - { - "def": "As `màn` (noun 1), but as a neuter." - } - ] - } - } - }, - { - "base": "masa", - "firstSyllable": "ma", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/8th of a rōte or solar day." - } - ] - } - } - }, - { - "base": "mashiokajudufa", - "firstSyllable": "ma", - "pos": { - "noun": { - "neuter": [ - { - "def": "Felony resonance." - }, - { - "def": "The crime of destroying things using magical interference." - } - ] - } - } - }, - { - "base": "masotoru", - "firstSyllable": "ma", - "pos": { - "adj": [ - { - "def": "Concerning or using electrical-based magic.\n" - } - ], - "noun": { - "masculine": [ - { - "def": "Lightning formed from a dust storm.\n" - } - ] - } - } - } -] diff --git a/dist/dictionary/ma.yaml b/dist/dictionary/ma.yaml deleted file mode 100644 index dd4add4..0000000 --- a/dist/dictionary/ma.yaml +++ /dev/null @@ -1,46 +0,0 @@ -- base: ma - firstSyllable: ma - pos: - adj: - - def: "Me, I, mine." -- base: madeku - firstSyllable: ma - pos: - noun: - masculine: - - def: A weight of 16 dātsu used for measuring heavy items and people. - - def: 16.32 kilograms. - oow: true -- base: man - firstSyllable: ma - pos: - noun: - feminine: - - def: "As `màn` (noun 1), but as a feminine." - masculine: - - def: "Myself, when referencing a masculine person." - neuter: - - def: "As `màn` (noun 1), but as a neuter." -- base: masa - firstSyllable: ma - pos: - noun: - neuter: - - def: 1/8th of a rōte or solar day. -- base: mashiokajudufa - firstSyllable: ma - pos: - noun: - neuter: - - def: Felony resonance. - - def: The crime of destroying things using magical interference. -- base: masotoru - firstSyllable: ma - pos: - adj: - - def: | - Concerning or using electrical-based magic. - noun: - masculine: - - def: | - Lightning formed from a dust storm. diff --git a/dist/dictionary/me.json b/dist/dictionary/me.json deleted file mode 100644 index 0b7d73a..0000000 --- a/dist/dictionary/me.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "base": "mekoshi", - "firstSyllable": "me", - "pos": { - "adj": [ - { - "def": "To perform an action humbly or without pride." - } - ] - } - } -] diff --git a/dist/dictionary/me.yaml b/dist/dictionary/me.yaml deleted file mode 100644 index 1e25985..0000000 --- a/dist/dictionary/me.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- base: mekoshi - firstSyllable: me - pos: - adj: - - def: To perform an action humbly or without pride. diff --git a/dist/dictionary/mi.json b/dist/dictionary/mi.json deleted file mode 100644 index e0ebd95..0000000 --- a/dist/dictionary/mi.json +++ /dev/null @@ -1,72 +0,0 @@ -[ - { - "base": "michi", - "firstSyllable": "mi", - "pos": { - "verb": { - "masculine": [ - { - "def": "Smile." - } - ] - } - } - }, - { - "base": "mifuno", - "firstSyllable": "mi", - "pos": { - "noun": { - "feminine": [ - { - "def": "The desert spirit." - } - ], - "neuter": [ - { - "def": "The desrt." - } - ] - } - } - }, - { - "base": "miga", - "firstSyllable": "mi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Meat, flesh." - } - ] - } - } - }, - { - "base": "minafatsu", - "firstSyllable": "mi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Written words or letters of the desert tongue." - } - ] - } - } - }, - { - "base": "miwafu", - "firstSyllable": "mi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Words of the desert." - } - ] - } - } - } -] diff --git a/dist/dictionary/mi.yaml b/dist/dictionary/mi.yaml deleted file mode 100644 index 3dfdd5b..0000000 --- a/dist/dictionary/mi.yaml +++ /dev/null @@ -1,32 +0,0 @@ -- base: michi - firstSyllable: mi - pos: - verb: - masculine: - - def: Smile. -- base: mifuno - firstSyllable: mi - pos: - noun: - feminine: - - def: The desert spirit. - neuter: - - def: The desrt. -- base: miga - firstSyllable: mi - pos: - noun: - feminine: - - def: "Meat, flesh." -- base: minafatsu - firstSyllable: mi - pos: - noun: - neuter: - - def: Written words or letters of the desert tongue. -- base: miwafu - firstSyllable: mi - pos: - noun: - neuter: - - def: Words of the desert. diff --git a/dist/dictionary/mo.json b/dist/dictionary/mo.json deleted file mode 100644 index 4c48fd9..0000000 --- a/dist/dictionary/mo.json +++ /dev/null @@ -1,57 +0,0 @@ -[ - { - "base": "mo", - "firstSyllable": "mo", - "pos": { - "pro": [ - { - "def": "What, who, whom, question placeholder." - } - ] - } - }, - { - "base": "mobipo", - "firstSyllable": "mo", - "pos": { - "noun": { - "masculine": [ - { - "def": "A crow or blackbird." - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To make loud, persistent noises." - } - ] - } - } - }, - { - "base": "monika", - "firstSyllable": "mo", - "pos": { - "adj": [ - { - "def": "A magical force that accelerates or speeds a character.\n", - "reference": [ - { - "excerpt": "The ground shook as a blast of wind blew and the flash of a bird raced past them. Rocks tore at Rutejìmo's side and face. Coughing, he managed to focus just as Desòchu caught the third bowl. The other two rested in his other hand. Wind eddied around Rutejìmo's older brother as he gracefully spun around to prevent the food from slipping.\nDesòchu glanced up and then stepped forward. He disappeared in a cloud of dust, and a plume of wind streaked to the switchback at the end of the trail and up toward them.\n", - "identifier": "0100-00", - "title": "Sand and Blood 4", - "url": "https://fedran.com/sand-and-bone/chapter-04/" - } - ] - } - ], - "adv": [ - { - "def": "To move or run very fast.\n" - } - ] - } - } -] diff --git a/dist/dictionary/mo.yaml b/dist/dictionary/mo.yaml deleted file mode 100644 index 1afce47..0000000 --- a/dist/dictionary/mo.yaml +++ /dev/null @@ -1,38 +0,0 @@ -- base: mo - firstSyllable: mo - pos: - pro: - - def: "What, who, whom, question placeholder." -- base: mobipo - firstSyllable: mo - pos: - noun: - masculine: - - def: A crow or blackbird. - verb: - neuter: - - def: "To make loud, persistent noises." -- base: monika - firstSyllable: mo - pos: - adj: - - def: | - A magical force that accelerates or speeds a character. - reference: - - excerpt: > - The ground shook as a blast of wind blew and the flash of a bird - raced past them. Rocks tore at Rutejìmo's side and face. Coughing, - he managed to focus just as Desòchu caught the third bowl. The - other two rested in his other hand. Wind eddied around Rutejìmo's - older brother as he gracefully spun around to prevent the food - from slipping. - - Desòchu glanced up and then stepped forward. He disappeared in a - cloud of dust, and a plume of wind streaked to the switchback at - the end of the trail and up toward them. - identifier: 0100-00 - title: Sand and Blood 4 - url: "https://fedran.com/sand-and-bone/chapter-04/" - adv: - - def: | - To move or run very fast. diff --git a/dist/dictionary/mu.json b/dist/dictionary/mu.json deleted file mode 100644 index 193457c..0000000 --- a/dist/dictionary/mu.json +++ /dev/null @@ -1,65 +0,0 @@ -[ - { - "base": "mujichi", - "firstSyllable": "mu", - "pos": { - "adj": [ - { - "def": "Dry, powdery" - } - ] - } - }, - { - "base": "mukisa", - "firstSyllable": "mu", - "pos": { - "noun": { - "feminine": [ - { - "def": "a fine sand that is difficult to walk along because it is shifting" - } - ] - } - } - }, - { - "base": "munisa", - "firstSyllable": "mu", - "pos": { - "noun": { - "masculine": [ - { - "def": "a coarse grain sand that grates against bare flesh but doesn't blow in light winds" - } - ] - } - } - }, - { - "base": "musa", - "firstSyllable": "mu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Sand (generic)." - } - ] - } - } - }, - { - "base": "mushigi", - "firstSyllable": "mu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Tongue." - } - ] - } - } - } -] diff --git a/dist/dictionary/mu.yaml b/dist/dictionary/mu.yaml deleted file mode 100644 index 58c3ee8..0000000 --- a/dist/dictionary/mu.yaml +++ /dev/null @@ -1,31 +0,0 @@ -- base: mujichi - firstSyllable: mu - pos: - adj: - - def: "Dry, powdery" -- base: mukisa - firstSyllable: mu - pos: - noun: - feminine: - - def: a fine sand that is difficult to walk along because it is shifting -- base: munisa - firstSyllable: mu - pos: - noun: - masculine: - - def: >- - a coarse grain sand that grates against bare flesh but doesn't blow - in light winds -- base: musa - firstSyllable: mu - pos: - noun: - feminine: - - def: Sand (generic). -- base: mushigi - firstSyllable: mu - pos: - noun: - masculine: - - def: Tongue. diff --git a/dist/dictionary/myo.json b/dist/dictionary/myo.json deleted file mode 100644 index b7c2c91..0000000 --- a/dist/dictionary/myo.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "base": "myoregu", - "firstSyllable": "myo", - "pos": { - "noun": { - "masculine": [ - { - "def": "Moron." - } - ] - } - } - }, - { - "base": "myukira", - "firstSyllable": "myo", - "pos": { - "noun": { - "feminine": [ - { - "def": "Leaf." - } - ] - } - } - } -] diff --git a/dist/dictionary/myo.yaml b/dist/dictionary/myo.yaml deleted file mode 100644 index 7fe4113..0000000 --- a/dist/dictionary/myo.yaml +++ /dev/null @@ -1,12 +0,0 @@ -- base: myoregu - firstSyllable: myo - pos: - noun: - masculine: - - def: Moron. -- base: myukira - firstSyllable: myo - pos: - noun: - feminine: - - def: Leaf. diff --git a/dist/dictionary/n.json b/dist/dictionary/n.json deleted file mode 100644 index bf473a2..0000000 --- a/dist/dictionary/n.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "base": "netune", - "firstSyllable": "n", - "pos": { - "noun": { - "feminine": [ - { - "def": "A legacy left behind when someone dies.\n" - } - ], - "neuter": [ - { - "def": "The tendency for a child to become associated with the same clan as as their mother.\n" - } - ] - } - } - }, - { - "base": "norikuchyofune", - "firstSyllable": "n", - "pos": { - "verb": { - "masculine": [ - { - "def": "The final burst of energy when the last member of a clan dies.\n" - }, - { - "def": "The moment when a clan spirit dies with the last living member's death.\n" - } - ] - } - } - } -] diff --git a/dist/dictionary/n.yaml b/dist/dictionary/n.yaml deleted file mode 100644 index 5b8d682..0000000 --- a/dist/dictionary/n.yaml +++ /dev/null @@ -1,21 +0,0 @@ -- base: netune - firstSyllable: "n" - pos: - noun: - feminine: - - def: | - A legacy left behind when someone dies. - neuter: - - def: > - The tendency for a child to become associated with the same clan as - as their mother. -- base: norikuchyofune - firstSyllable: "n" - pos: - verb: - masculine: - - def: | - The final burst of energy when the last member of a clan dies. - - def: > - The moment when a clan spirit dies with the last living member's - death. diff --git a/dist/dictionary/na.json b/dist/dictionary/na.json deleted file mode 100644 index 818b713..0000000 --- a/dist/dictionary/na.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "base": "nago", - "firstSyllable": "na", - "pos": { - "noun": { - "masculine": [ - { - "def": "Girl child." - } - ] - } - } - }, - { - "base": "nakifu", - "firstSyllable": "na", - "pos": { - "noun": { - "feminine": [ - { - "def": "A short poem." - } - ], - "masculine": [ - { - "def": "A long or epic poem." - } - ] - } - } - } -] diff --git a/dist/dictionary/na.yaml b/dist/dictionary/na.yaml deleted file mode 100644 index f794b7b..0000000 --- a/dist/dictionary/na.yaml +++ /dev/null @@ -1,14 +0,0 @@ -- base: nago - firstSyllable: na - pos: - noun: - masculine: - - def: Girl child. -- base: nakifu - firstSyllable: na - pos: - noun: - feminine: - - def: A short poem. - masculine: - - def: A long or epic poem. diff --git a/dist/dictionary/ne.json b/dist/dictionary/ne.json deleted file mode 100644 index 3c46ef9..0000000 --- a/dist/dictionary/ne.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "base": "nesa", - "firstSyllable": "ne", - "pos": { - "adj": [ - { - "def": "Unhappily, miserably." - } - ] - } - }, - { - "base": "nesakafu", - "firstSyllable": "ne", - "pos": { - "verb": { - "neuter": [ - { - "def": "To be unhappily in love." - }, - { - "def": "To be miserably happy." - } - ] - } - } - } -] diff --git a/dist/dictionary/ne.yaml b/dist/dictionary/ne.yaml deleted file mode 100644 index ed025b9..0000000 --- a/dist/dictionary/ne.yaml +++ /dev/null @@ -1,12 +0,0 @@ -- base: nesa - firstSyllable: ne - pos: - adj: - - def: "Unhappily, miserably." -- base: nesakafu - firstSyllable: ne - pos: - verb: - neuter: - - def: To be unhappily in love. - - def: To be miserably happy. diff --git a/dist/dictionary/ni.json b/dist/dictionary/ni.json deleted file mode 100644 index a5db509..0000000 --- a/dist/dictionary/ni.json +++ /dev/null @@ -1,65 +0,0 @@ -[ - { - "base": "nibaba", - "firstSyllable": "ni", - "pos": { - "noun": { - "feminine": [ - { - "def": "Breasts." - } - ] - } - } - }, - { - "base": "nibapu", - "firstSyllable": "ni", - "pos": { - "noun": { - "masculine": [ - { - "def": "Liver" - } - ] - } - } - }, - { - "base": "nichiza", - "firstSyllable": "ni", - "pos": { - "noun": { - "masculine": [ - { - "def": "Belly." - } - ] - } - } - }, - { - "base": "nido", - "firstSyllable": "ni", - "pos": { - "noun": { - "feminine": [ - { - "def": "Neck." - } - ] - } - } - }, - { - "base": "nireigi", - "firstSyllable": "ni", - "pos": { - "adj": [ - { - "def": "New, freshly made." - } - ] - } - } -] diff --git a/dist/dictionary/ni.yaml b/dist/dictionary/ni.yaml deleted file mode 100644 index 5cc1d3b..0000000 --- a/dist/dictionary/ni.yaml +++ /dev/null @@ -1,29 +0,0 @@ -- base: nibaba - firstSyllable: ni - pos: - noun: - feminine: - - def: Breasts. -- base: nibapu - firstSyllable: ni - pos: - noun: - masculine: - - def: Liver -- base: nichiza - firstSyllable: ni - pos: - noun: - masculine: - - def: Belly. -- base: nido - firstSyllable: ni - pos: - noun: - feminine: - - def: Neck. -- base: nireigi - firstSyllable: ni - pos: - adj: - - def: "New, freshly made." diff --git a/dist/dictionary/no.json b/dist/dictionary/no.json deleted file mode 100644 index 5aee3c5..0000000 --- a/dist/dictionary/no.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "base": "nonyu", - "firstSyllable": "no", - "pos": { - "noun": { - "feminine": [ - { - "def": "Discomfort." - } - ], - "masculine": [ - { - "def": "Agony, overwhelming pain." - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To live with pain or agony." - } - ] - } - } - } -] diff --git a/dist/dictionary/no.yaml b/dist/dictionary/no.yaml deleted file mode 100644 index 7628cc2..0000000 --- a/dist/dictionary/no.yaml +++ /dev/null @@ -1,11 +0,0 @@ -- base: nonyu - firstSyllable: "no" - pos: - noun: - feminine: - - def: Discomfort. - masculine: - - def: "Agony, overwhelming pain." - verb: - neuter: - - def: To live with pain or agony. diff --git a/dist/dictionary/nya.json b/dist/dictionary/nya.json deleted file mode 100644 index 85aa177..0000000 --- a/dist/dictionary/nya.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "base": "nyan", - "firstSyllable": "nya", - "pos": { - "adj": [ - { - "def": "Blue." - } - ] - } - } -] diff --git a/dist/dictionary/nya.yaml b/dist/dictionary/nya.yaml deleted file mode 100644 index 862730f..0000000 --- a/dist/dictionary/nya.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- base: nyan - firstSyllable: nya - pos: - adj: - - def: Blue. diff --git a/dist/dictionary/nyo.json b/dist/dictionary/nyo.json deleted file mode 100644 index 4fe1be1..0000000 --- a/dist/dictionary/nyo.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "nyokiru", - "firstSyllable": "nyo", - "pos": { - "noun": { - "masculine": [ - { - "def": "Root." - } - ] - } - } - } -] diff --git a/dist/dictionary/nyo.yaml b/dist/dictionary/nyo.yaml deleted file mode 100644 index f2cdbda..0000000 --- a/dist/dictionary/nyo.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: nyokiru - firstSyllable: nyo - pos: - noun: - masculine: - - def: Root. diff --git a/dist/dictionary/o.json b/dist/dictionary/o.json deleted file mode 100644 index 76bf902..0000000 --- a/dist/dictionary/o.json +++ /dev/null @@ -1,63 +0,0 @@ -[ - { - "base": "ogapi", - "firstSyllable": "o", - "pos": { - "adj": [ - { - "def": "To be related to a group of children." - } - ], - "noun": { - "neuter": [ - { - "def": "A flea." - }, - { - "def": "A bedbug." - } - ] - } - } - }, - { - "base": "ogimo", - "firstSyllable": "o", - "pos": { - "noun": { - "masculine": [ - { - "def": "A camel or other hump-backed creature." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To carry a grudge or conversation for years." - } - ] - } - } - }, - { - "base": "oteza", - "firstSyllable": "o", - "pos": { - "noun": { - "neuter": [ - { - "def": "A spider or another arachnid." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To work on many projects at the same time." - } - ] - } - } - } -] diff --git a/dist/dictionary/o.yaml b/dist/dictionary/o.yaml deleted file mode 100644 index 760a930..0000000 --- a/dist/dictionary/o.yaml +++ /dev/null @@ -1,27 +0,0 @@ -- base: ogapi - firstSyllable: o - pos: - adj: - - def: To be related to a group of children. - noun: - neuter: - - def: A flea. - - def: A bedbug. -- base: ogimo - firstSyllable: o - pos: - noun: - masculine: - - def: A camel or other hump-backed creature. - verb: - feminine: - - def: To carry a grudge or conversation for years. -- base: oteza - firstSyllable: o - pos: - noun: - neuter: - - def: A spider or another arachnid. - verb: - feminine: - - def: To work on many projects at the same time. diff --git a/dist/dictionary/pa.json b/dist/dictionary/pa.json deleted file mode 100644 index 89be555..0000000 --- a/dist/dictionary/pa.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "base": "pachyun", - "firstSyllable": "pa", - "pos": { - "noun": { - "neuter": [ - { - "def": "A smooth lizard." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To adapt to circumstances." - } - ] - } - } - }, - { - "base": "padu", - "firstSyllable": "pa", - "pos": { - "noun": { - "masculine": [ - { - "def": "Foot." - } - ] - } - } - }, - { - "base": "parechyo", - "firstSyllable": "pa", - "pos": { - "noun": { - "neuter": [ - { - "def": "Knee." - } - ] - } - } - } -] diff --git a/dist/dictionary/pa.yaml b/dist/dictionary/pa.yaml deleted file mode 100644 index b3734f0..0000000 --- a/dist/dictionary/pa.yaml +++ /dev/null @@ -1,21 +0,0 @@ -- base: pachyun - firstSyllable: pa - pos: - noun: - neuter: - - def: A smooth lizard. - verb: - feminine: - - def: To adapt to circumstances. -- base: padu - firstSyllable: pa - pos: - noun: - masculine: - - def: Foot. -- base: parechyo - firstSyllable: pa - pos: - noun: - neuter: - - def: Knee. diff --git a/dist/dictionary/pe.json b/dist/dictionary/pe.json deleted file mode 100644 index 713faaa..0000000 --- a/dist/dictionary/pe.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "peji", - "firstSyllable": "pe", - "pos": { - "verb": { - "feminine": [ - { - "def": "To temporarily raise something." - } - ] - } - } - } -] diff --git a/dist/dictionary/pe.yaml b/dist/dictionary/pe.yaml deleted file mode 100644 index c46ec47..0000000 --- a/dist/dictionary/pe.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: peji - firstSyllable: pe - pos: - verb: - feminine: - - def: To temporarily raise something. diff --git a/dist/dictionary/pi.json b/dist/dictionary/pi.json deleted file mode 100644 index 8e4d4fb..0000000 --- a/dist/dictionary/pi.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "base": "pibafu", - "firstSyllable": "pi", - "pos": { - "noun": { - "masculine": [ - { - "def": "Blood." - } - ] - } - } - }, - { - "base": "pimayazu", - "firstSyllable": "pi", - "pos": { - "noun": { - "neuter": [ - { - "def": "The temperature where water freezes." - }, - { - "def": "Zero degrees Celsius.", - "oow": true - } - ] - } - } - }, - { - "base": "pimiga", - "firstSyllable": "pi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Bone." - } - ] - } - } - } -] diff --git a/dist/dictionary/pi.yaml b/dist/dictionary/pi.yaml deleted file mode 100644 index d98fd69..0000000 --- a/dist/dictionary/pi.yaml +++ /dev/null @@ -1,20 +0,0 @@ -- base: pibafu - firstSyllable: pi - pos: - noun: - masculine: - - def: Blood. -- base: pimayazu - firstSyllable: pi - pos: - noun: - neuter: - - def: The temperature where water freezes. - - def: Zero degrees Celsius. - oow: true -- base: pimiga - firstSyllable: pi - pos: - noun: - neuter: - - def: Bone. diff --git a/dist/dictionary/po.json b/dist/dictionary/po.json deleted file mode 100644 index c231b84..0000000 --- a/dist/dictionary/po.json +++ /dev/null @@ -1,79 +0,0 @@ -[ - { - "base": "pocho", - "firstSyllable": "po", - "pos": { - "noun": { - "feminine": [ - { - "def": "A discomforting fear, one that does not stop someone." - } - ], - "masculine": [ - { - "def": "An overwhelming fear or terror." - } - ] - } - } - }, - { - "base": "podi", - "firstSyllable": "po", - "pos": { - "verb": { - "masculine": [ - { - "def": "Walk." - } - ] - } - } - }, - { - "base": "poga", - "firstSyllable": "po", - "pos": { - "verb": { - "masculine": [ - { - "def": "To participate in loud or enthusiastic sex." - } - ] - } - } - }, - { - "base": "pokemon", - "firstSyllable": "po", - "pos": { - "noun": { - "feminine": [ - { - "def": "The obsessive need to collect or gather one of everything." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "The process of collecting or gathering a collection." - } - ] - } - } - }, - { - "base": "poroneso", - "firstSyllable": "po", - "pos": { - "noun": { - "neuter": [ - { - "def": "Kin-killer." - } - ] - } - } - } -] diff --git a/dist/dictionary/po.yaml b/dist/dictionary/po.yaml deleted file mode 100644 index 09c649f..0000000 --- a/dist/dictionary/po.yaml +++ /dev/null @@ -1,35 +0,0 @@ -- base: pocho - firstSyllable: po - pos: - noun: - feminine: - - def: "A discomforting fear, one that does not stop someone." - masculine: - - def: An overwhelming fear or terror. -- base: podi - firstSyllable: po - pos: - verb: - masculine: - - def: Walk. -- base: poga - firstSyllable: po - pos: - verb: - masculine: - - def: To participate in loud or enthusiastic sex. -- base: pokemon - firstSyllable: po - pos: - noun: - feminine: - - def: The obsessive need to collect or gather one of everything. - verb: - feminine: - - def: The process of collecting or gathering a collection. -- base: poroneso - firstSyllable: po - pos: - noun: - neuter: - - def: Kin-killer. diff --git a/dist/dictionary/pu.json b/dist/dictionary/pu.json deleted file mode 100644 index de052b4..0000000 --- a/dist/dictionary/pu.json +++ /dev/null @@ -1,57 +0,0 @@ -[ - { - "base": "pu", - "firstSyllable": "pu", - "pos": { - "pro": [ - { - "def": "your clan" - } - ] - } - }, - { - "base": "pumakyoni", - "firstSyllable": "pu", - "pos": { - "adv": [ - { - "def": "To perform an action that phases through solid matter.\n", - "reference": [ - { - "excerpt": "Gichyòbi jumped in front of Rutejìmo and broke the line of sight. His leap had carried him over the charging warriors. He hit hard, swinging his weapon down toward the ground.\nInstead of bouncing off the earth, the blade easily slid into the stone as if it wasn’t there. Gichyòbi’s gauntlet dipped into the ground as he swung forward. Rutejìmo followed the movement through Gichyòbi’s shoulders before the weapon came up in front of him.\n", - "identifier": "0100-02", - "title": "Sand and Bone 23", - "url": "https://fedran.com/sand-and-bone/chapter-23/" - } - ] - } - ], - "verb": { - "feminine": [ - { - "def": "To phase or walk through solid matter.\n" - } - ] - } - } - }, - { - "base": "puruna", - "firstSyllable": "pu", - "pos": { - "adv": [ - { - "def": "To perform an action with flying magic.\n" - } - ], - "noun": { - "masculine": [ - { - "def": "To fly using magic.\n" - } - ] - } - } - } -] diff --git a/dist/dictionary/pu.yaml b/dist/dictionary/pu.yaml deleted file mode 100644 index e980ebf..0000000 --- a/dist/dictionary/pu.yaml +++ /dev/null @@ -1,38 +0,0 @@ -- base: pu - firstSyllable: pu - pos: - pro: - - def: your clan -- base: pumakyoni - firstSyllable: pu - pos: - adv: - - def: | - To perform an action that phases through solid matter. - reference: - - excerpt: > - Gichyòbi jumped in front of Rutejìmo and broke the line of sight. - His leap had carried him over the charging warriors. He hit hard, - swinging his weapon down toward the ground. - - Instead of bouncing off the earth, the blade easily slid into the - stone as if it wasn’t there. Gichyòbi’s gauntlet dipped into the - ground as he swung forward. Rutejìmo followed the movement through - Gichyòbi’s shoulders before the weapon came up in front of him. - identifier: 0100-02 - title: Sand and Bone 23 - url: "https://fedran.com/sand-and-bone/chapter-23/" - verb: - feminine: - - def: | - To phase or walk through solid matter. -- base: puruna - firstSyllable: pu - pos: - adv: - - def: | - To perform an action with flying magic. - noun: - masculine: - - def: | - To fly using magic. diff --git a/dist/dictionary/pya.json b/dist/dictionary/pya.json deleted file mode 100644 index 1219b9d..0000000 --- a/dist/dictionary/pya.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "base": "pyabi", - "firstSyllable": "pya", - "pos": { - "noun": { - "neuter": [ - { - "def": "The primary currency of the Mifúno Desert." - } - ] - } - } - }, - { - "base": "pyadashimu", - "firstSyllable": "pya", - "pos": { - "noun": { - "masculine": [ - { - "def": "Clockwork mechanism, something is powered by winding up." - } - ] - } - } - } -] diff --git a/dist/dictionary/pya.yaml b/dist/dictionary/pya.yaml deleted file mode 100644 index 7baeb06..0000000 --- a/dist/dictionary/pya.yaml +++ /dev/null @@ -1,12 +0,0 @@ -- base: pyabi - firstSyllable: pya - pos: - noun: - neuter: - - def: The primary currency of the Mifúno Desert. -- base: pyadashimu - firstSyllable: pya - pos: - noun: - masculine: - - def: "Clockwork mechanism, something is powered by winding up." diff --git a/dist/dictionary/pyu.json b/dist/dictionary/pyu.json deleted file mode 100644 index b23ae09..0000000 --- a/dist/dictionary/pyu.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "base": "pyuchyu", - "firstSyllable": "pyu", - "pos": { - "adj": [ - { - "def": "Stinky, has a stench." - } - ] - } - } -] diff --git a/dist/dictionary/pyu.yaml b/dist/dictionary/pyu.yaml deleted file mode 100644 index 9e9f746..0000000 --- a/dist/dictionary/pyu.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- base: pyuchyu - firstSyllable: pyu - pos: - adj: - - def: "Stinky, has a stench." diff --git a/dist/dictionary/ra.json b/dist/dictionary/ra.json deleted file mode 100644 index 89b81be..0000000 --- a/dist/dictionary/ra.json +++ /dev/null @@ -1,49 +0,0 @@ -[ - { - "base": "ragofuchino", - "firstSyllable": "ra", - "pos": { - "noun": { - "feminine": [ - { - "def": "Salt water." - } - ], - "masculine": [ - { - "def": "An ocean or sea." - }, - { - "def": "A massive body of water." - } - ] - } - } - }, - { - "base": "raki", - "firstSyllable": "ra", - "pos": { - "noun": { - "feminine": [ - { - "def": "Skin." - } - ] - } - } - }, - { - "base": "rakiki", - "firstSyllable": "ra", - "pos": { - "noun": { - "masculine": [ - { - "def": "Bark of a tree." - } - ] - } - } - } -] diff --git a/dist/dictionary/ra.yaml b/dist/dictionary/ra.yaml deleted file mode 100644 index 4ee3285..0000000 --- a/dist/dictionary/ra.yaml +++ /dev/null @@ -1,21 +0,0 @@ -- base: ragofuchino - firstSyllable: ra - pos: - noun: - feminine: - - def: Salt water. - masculine: - - def: An ocean or sea. - - def: A massive body of water. -- base: raki - firstSyllable: ra - pos: - noun: - feminine: - - def: Skin. -- base: rakiki - firstSyllable: ra - pos: - noun: - masculine: - - def: Bark of a tree. diff --git a/dist/dictionary/re.json b/dist/dictionary/re.json deleted file mode 100644 index 8a1691a..0000000 --- a/dist/dictionary/re.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "remigu", - "firstSyllable": "re", - "pos": { - "noun": { - "feminine": [ - { - "def": "Grease, fat." - } - ] - } - } - } -] diff --git a/dist/dictionary/re.yaml b/dist/dictionary/re.yaml deleted file mode 100644 index 6ca373c..0000000 --- a/dist/dictionary/re.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: remigu - firstSyllable: re - pos: - noun: - feminine: - - def: "Grease, fat." diff --git a/dist/dictionary/ri.json b/dist/dictionary/ri.json deleted file mode 100644 index 9c5a996..0000000 --- a/dist/dictionary/ri.json +++ /dev/null @@ -1,77 +0,0 @@ -[ - { - "base": "richi", - "firstSyllable": "ri", - "pos": { - "noun": { - "feminine": [ - { - "def": "A solar cycle between 44 and 47 days." - }, - { - "def": "A solar \"month\"." - } - ] - } - } - }, - { - "base": "rimu", - "firstSyllable": "ri", - "pos": { - "noun": { - "feminine": [ - { - "def": "Water." - } - ] - } - } - }, - { - "base": "rimuhi", - "firstSyllable": "ri", - "pos": { - "adj": [ - { - "def": "Small and unassuming." - } - ], - "noun": { - "neuter": [ - { - "def": "A small, smooth lizard." - }, - { - "def": "A gecko." - } - ] - } - } - }, - { - "base": "rimyo", - "firstSyllable": "ri", - "pos": { - "adj": [ - { - "def": "Unfocused or wandering." - } - ], - "noun": { - "neuter": [ - { - "def": "A river or stream." - } - ] - }, - "verb": { - "masculine": [ - { - "def": "To have a meandering conversation." - } - ] - } - } - } -] diff --git a/dist/dictionary/ri.yaml b/dist/dictionary/ri.yaml deleted file mode 100644 index 2dcbb40..0000000 --- a/dist/dictionary/ri.yaml +++ /dev/null @@ -1,33 +0,0 @@ -- base: richi - firstSyllable: ri - pos: - noun: - feminine: - - def: A solar cycle between 44 and 47 days. - - def: A solar "month". -- base: rimu - firstSyllable: ri - pos: - noun: - feminine: - - def: Water. -- base: rimuhi - firstSyllable: ri - pos: - adj: - - def: Small and unassuming. - noun: - neuter: - - def: "A small, smooth lizard." - - def: A gecko. -- base: rimyo - firstSyllable: ri - pos: - adj: - - def: Unfocused or wandering. - noun: - neuter: - - def: A river or stream. - verb: - masculine: - - def: To have a meandering conversation. diff --git a/dist/dictionary/ro.json b/dist/dictionary/ro.json deleted file mode 100644 index 1fc9268..0000000 --- a/dist/dictionary/ro.json +++ /dev/null @@ -1,116 +0,0 @@ -[ - { - "base": "rocho", - "firstSyllable": "ro", - "pos": { - "noun": { - "feminine": [ - { - "def": "A long-term anger." - } - ], - "masculine": [ - { - "def": "A furious rage or anger." - }, - { - "def": "A screaming fighting." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To have a passive-aggressive fight." - }, - { - "def": "To fight without revealing the purpose of the fight." - } - ], - "masculine": [ - { - "def": "To have a screaming fight." - }, - { - "def": "To fight for the sake of fighting." - } - ] - } - } - }, - { - "base": "romoga", - "firstSyllable": "ro", - "pos": { - "noun": { - "neuter": [ - { - "def": "A measurement of distance." - }, - { - "def": "A surveyor's rod of 16.5 feet." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To measure out a distance that is approximately a romōga away." - }, - { - "def": "To measure something out in terms of romōgas." - } - ] - } - } - }, - { - "base": "rote", - "firstSyllable": "ro", - "pos": { - "noun": { - "neuter": [ - { - "def": "A solar day from sunrise to sunrise." - } - ] - } - } - }, - { - "base": "rotefuchi", - "firstSyllable": "ro", - "pos": { - "noun": { - "masculine": [ - { - "def": "The period where the sun is below the horizon." - }, - { - "def": "When sun-based powers don't work." - } - ] - } - } - }, - { - "base": "ryodifune", - "firstSyllable": "ro", - "pos": { - "noun": { - "neuter": [ - { - "def": "The \"final run\", a run that a warrior sacrifies their life for some great purpose or event.\n" - } - ] - }, - "verb": { - "masculine": [ - { - "def": "The sacrifice oneself for a greater cause." - } - ] - } - } - } -] diff --git a/dist/dictionary/ro.yaml b/dist/dictionary/ro.yaml deleted file mode 100644 index 6e2913c..0000000 --- a/dist/dictionary/ro.yaml +++ /dev/null @@ -1,51 +0,0 @@ -- base: rocho - firstSyllable: ro - pos: - noun: - feminine: - - def: A long-term anger. - masculine: - - def: A furious rage or anger. - - def: A screaming fighting. - verb: - feminine: - - def: To have a passive-aggressive fight. - - def: To fight without revealing the purpose of the fight. - masculine: - - def: To have a screaming fight. - - def: To fight for the sake of fighting. -- base: romoga - firstSyllable: ro - pos: - noun: - neuter: - - def: A measurement of distance. - - def: A surveyor's rod of 16.5 feet. - verb: - feminine: - - def: To measure out a distance that is approximately a romōga away. - - def: To measure something out in terms of romōgas. -- base: rote - firstSyllable: ro - pos: - noun: - neuter: - - def: A solar day from sunrise to sunrise. -- base: rotefuchi - firstSyllable: ro - pos: - noun: - masculine: - - def: The period where the sun is below the horizon. - - def: When sun-based powers don't work. -- base: ryodifune - firstSyllable: ro - pos: - noun: - neuter: - - def: > - The "final run", a run that a warrior sacrifies their life for some - great purpose or event. - verb: - masculine: - - def: The sacrifice oneself for a greater cause. diff --git a/dist/dictionary/ru.json b/dist/dictionary/ru.json deleted file mode 100644 index 2481686..0000000 --- a/dist/dictionary/ru.json +++ /dev/null @@ -1,97 +0,0 @@ -[ - { - "base": "rube", - "firstSyllable": "ru", - "pos": { - "noun": { - "feminine": [ - { - "def": "A small quantity of water." - } - ], - "masculine": [ - { - "def": "A large quantity of water." - } - ] - } - } - }, - { - "base": "rukan", - "firstSyllable": "ru", - "pos": { - "noun": { - "neuter": [ - { - "def": "An iguana." - }, - { - "def": "A dry lizard with large scales." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To be aware of events in multiple directions." - } - ] - } - } - }, - { - "base": "ruki", - "firstSyllable": "ru", - "pos": { - "noun": { - "feminine": [ - { - "def": "A cut or bleeding wound." - } - ] - } - } - }, - { - "base": "runakomin", - "firstSyllable": "ru", - "pos": { - "noun": { - "neuter": [ - { - "def": "A child playing with imaginary things or people." - }, - { - "def": "Creativity in a child." - } - ] - } - } - }, - { - "base": "rurafu", - "firstSyllable": "ru", - "pos": { - "noun": { - "neuter": [ - { - "def": "A manufactured or created well to provide water." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To persistently drive or hammer." - } - ], - "masculine": [ - { - "def": "To violently penetrate or impale." - } - ] - } - } - } -] diff --git a/dist/dictionary/ru.yaml b/dist/dictionary/ru.yaml deleted file mode 100644 index 7cc8cac..0000000 --- a/dist/dictionary/ru.yaml +++ /dev/null @@ -1,42 +0,0 @@ -- base: rube - firstSyllable: ru - pos: - noun: - feminine: - - def: A small quantity of water. - masculine: - - def: A large quantity of water. -- base: rukan - firstSyllable: ru - pos: - noun: - neuter: - - def: An iguana. - - def: A dry lizard with large scales. - verb: - feminine: - - def: To be aware of events in multiple directions. -- base: ruki - firstSyllable: ru - pos: - noun: - feminine: - - def: A cut or bleeding wound. -- base: runakomin - firstSyllable: ru - pos: - noun: - neuter: - - def: A child playing with imaginary things or people. - - def: Creativity in a child. -- base: rurafu - firstSyllable: ru - pos: - noun: - neuter: - - def: A manufactured or created well to provide water. - verb: - feminine: - - def: To persistently drive or hammer. - masculine: - - def: To violently penetrate or impale. diff --git a/dist/dictionary/rya.json b/dist/dictionary/rya.json deleted file mode 100644 index f946623..0000000 --- a/dist/dictionary/rya.json +++ /dev/null @@ -1,44 +0,0 @@ -[ - { - "base": "ryakochyani", - "firstSyllable": "rya", - "pos": { - "noun": { - "feminine": [ - { - "def": "A deep puncture wound." - } - ], - "neuter": [ - { - "def": "An underground cave or opening." - } - ] - } - } - }, - { - "base": "ryarena", - "firstSyllable": "rya", - "pos": { - "noun": { - "feminine": [ - { - "def": "As `ryarèna` (noun 1), but female." - }, - { - "def": "As `ryarèna` (noun 2), but female." - } - ], - "masculine": [ - { - "def": "A male of a clan who has significantly more magical powers than average." - }, - { - "def": "A male warrior or defender of a clan." - } - ] - } - } - } -] diff --git a/dist/dictionary/rya.yaml b/dist/dictionary/rya.yaml deleted file mode 100644 index 029f8a9..0000000 --- a/dist/dictionary/rya.yaml +++ /dev/null @@ -1,20 +0,0 @@ -- base: ryakochyani - firstSyllable: rya - pos: - noun: - feminine: - - def: A deep puncture wound. - neuter: - - def: An underground cave or opening. -- base: ryarena - firstSyllable: rya - pos: - noun: - feminine: - - def: "As `ryarèna` (noun 1), but female." - - def: "As `ryarèna` (noun 2), but female." - masculine: - - def: >- - A male of a clan who has significantly more magical powers than - average. - - def: A male warrior or defender of a clan. diff --git a/dist/dictionary/ryo.json b/dist/dictionary/ryo.json deleted file mode 100644 index 2917e2e..0000000 --- a/dist/dictionary/ryo.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "ryon", - "firstSyllable": "ryo", - "pos": { - "noun": { - "neuter": [ - { - "def": "The color white." - } - ] - } - } - } -] diff --git a/dist/dictionary/ryo.yaml b/dist/dictionary/ryo.yaml deleted file mode 100644 index 07e9c8e..0000000 --- a/dist/dictionary/ryo.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: ryon - firstSyllable: ryo - pos: - noun: - neuter: - - def: The color white. diff --git a/dist/dictionary/ryu.json b/dist/dictionary/ryu.json deleted file mode 100644 index 5d7c016..0000000 --- a/dist/dictionary/ryu.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "base": "ryuma", - "firstSyllable": "ryu", - "pos": { - "noun": { - "neuter": [ - { - "def": "An oasis or a place to rest." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To create a place of safety or rest." - } - ] - } - } - } -] diff --git a/dist/dictionary/ryu.yaml b/dist/dictionary/ryu.yaml deleted file mode 100644 index 5c6662a..0000000 --- a/dist/dictionary/ryu.yaml +++ /dev/null @@ -1,9 +0,0 @@ -- base: ryuma - firstSyllable: ryu - pos: - noun: - neuter: - - def: An oasis or a place to rest. - verb: - feminine: - - def: To create a place of safety or rest. diff --git a/dist/dictionary/sa.json b/dist/dictionary/sa.json deleted file mode 100644 index ac3b348..0000000 --- a/dist/dictionary/sa.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "base": "sakomichi", - "firstSyllable": "sa", - "pos": { - "noun": { - "feminine": [ - { - "def": "The clan leader in a battle or war." - } - ], - "masculine": [ - { - "def": "The leader of one side of a battle or war." - } - ] - } - } - } -] diff --git a/dist/dictionary/sa.yaml b/dist/dictionary/sa.yaml deleted file mode 100644 index 7ebd886..0000000 --- a/dist/dictionary/sa.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- base: sakomichi - firstSyllable: sa - pos: - noun: - feminine: - - def: The clan leader in a battle or war. - masculine: - - def: The leader of one side of a battle or war. diff --git a/dist/dictionary/se.json b/dist/dictionary/se.json deleted file mode 100644 index 725785c..0000000 --- a/dist/dictionary/se.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "base": "seku", - "firstSyllable": "se", - "pos": { - "verb": { - "masculine": [ - { - "def": "Speak." - } - ] - } - } - }, - { - "base": "semura", - "firstSyllable": "se", - "pos": { - "noun": { - "masculine": [ - { - "def": "The flare of heat and energy that forms with powerful uses of magic.\n", - "reference": [ - { - "excerpt": "Light burst from an impact, and he saw the runes of Chimípu’s blade flare with the clash against the other woman’s spike. Each letter was bright as sunlight but faded instantly. With the next attack, the runes flashed again. As Chimípu rained down blows, their attacks became a lighting storm of attack and parry.\n", - "identifier": "0100-00", - "title": "Sand and Ash 18", - "url": "https://fedran.com/sand-and-ash/chapter-18/" - } - ] - } - ] - } - } - } -] diff --git a/dist/dictionary/se.yaml b/dist/dictionary/se.yaml deleted file mode 100644 index 9b7c778..0000000 --- a/dist/dictionary/se.yaml +++ /dev/null @@ -1,23 +0,0 @@ -- base: seku - firstSyllable: se - pos: - verb: - masculine: - - def: Speak. -- base: semura - firstSyllable: se - pos: - noun: - masculine: - - def: | - The flare of heat and energy that forms with powerful uses of magic. - reference: - - excerpt: > - Light burst from an impact, and he saw the runes of Chimípu’s - blade flare with the clash against the other woman’s spike. Each - letter was bright as sunlight but faded instantly. With the next - attack, the runes flashed again. As Chimípu rained down blows, - their attacks became a lighting storm of attack and parry. - identifier: 0100-00 - title: Sand and Ash 18 - url: "https://fedran.com/sand-and-ash/chapter-18/" diff --git a/dist/dictionary/shi.json b/dist/dictionary/shi.json deleted file mode 100644 index b898c10..0000000 --- a/dist/dictionary/shi.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "base": "shifin", - "firstSyllable": "shi", - "pos": { - "noun": { - "feminine": [ - { - "def": "Mildly shamed." - } - ], - "masculine": [ - { - "def": "A deep and humiliating shame." - } - ] - } - } - }, - { - "base": "shikafu", - "firstSyllable": "shi", - "pos": { - "noun": { - "neuter": [ - { - "def": "Unrequited love or a crush." - } - ] - } - } - } -] diff --git a/dist/dictionary/shi.yaml b/dist/dictionary/shi.yaml deleted file mode 100644 index 0341a58..0000000 --- a/dist/dictionary/shi.yaml +++ /dev/null @@ -1,14 +0,0 @@ -- base: shifin - firstSyllable: shi - pos: - noun: - feminine: - - def: Mildly shamed. - masculine: - - def: A deep and humiliating shame. -- base: shikafu - firstSyllable: shi - pos: - noun: - neuter: - - def: Unrequited love or a crush. diff --git a/dist/dictionary/so.json b/dist/dictionary/so.json deleted file mode 100644 index 70e674c..0000000 --- a/dist/dictionary/so.json +++ /dev/null @@ -1,43 +0,0 @@ -[ - { - "base": "sofuki", - "firstSyllable": "so", - "pos": { - "noun": { - "masculine": [ - { - "def": "A volume of a standard bottle of wine." - }, - { - "def": "A volume of liquid equal to 3.3 kéka." - }, - { - "def": "A volume of liquid equal to 1.02 liters.", - "oow": true - } - ] - } - } - }, - { - "base": "soramifu", - "firstSyllable": "so", - "pos": { - "noun": { - "masculine": [ - { - "def": "The flare of heat and energy that bursts out of powerful warriors when they experience strong emotions.\n", - "reference": [ - { - "excerpt": "But, despite Tsubàyo and the massive horse stepping into the shadows just moments before, she hit nothing.\n“Damn that bastard!” Chimípu threw back her head and screamed in rage. It was a high-pitched screech that sounded uncomfortably like that of a bird. Her body ignited with a golden flame that burned away the shadows around her. She became a blinding sun in an instant as a translucent dépa superimposed itself over her body. The image expanded to twice her height before it dissipated in swirls of golden sparks.\n", - "identifier": "0100-00", - "title": "Sand and Ash 21", - "url": "https://fedran.com/sand-and-ash/chapter-21/" - } - ] - } - ] - } - } - } -] diff --git a/dist/dictionary/so.yaml b/dist/dictionary/so.yaml deleted file mode 100644 index 8a045f2..0000000 --- a/dist/dictionary/so.yaml +++ /dev/null @@ -1,32 +0,0 @@ -- base: sofuki - firstSyllable: so - pos: - noun: - masculine: - - def: A volume of a standard bottle of wine. - - def: A volume of liquid equal to 3.3 kéka. - - def: A volume of liquid equal to 1.02 liters. - oow: true -- base: soramifu - firstSyllable: so - pos: - noun: - masculine: - - def: > - The flare of heat and energy that bursts out of powerful warriors - when they experience strong emotions. - reference: - - excerpt: > - But, despite Tsubàyo and the massive horse stepping into the - shadows just moments before, she hit nothing. - - “Damn that bastard!” Chimípu threw back her head and screamed in - rage. It was a high-pitched screech that sounded uncomfortably - like that of a bird. Her body ignited with a golden flame that - burned away the shadows around her. She became a blinding sun in - an instant as a translucent dépa superimposed itself over her - body. The image expanded to twice her height before it - dissipated in swirls of golden sparks. - identifier: 0100-00 - title: Sand and Ash 21 - url: "https://fedran.com/sand-and-ash/chapter-21/" diff --git a/dist/dictionary/su.json b/dist/dictionary/su.json deleted file mode 100644 index 29f9e4a..0000000 --- a/dist/dictionary/su.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "sugo", - "firstSyllable": "su", - "pos": { - "noun": { - "feminine": [ - { - "def": "Know, knowledge." - } - ] - } - } - } -] diff --git a/dist/dictionary/su.yaml b/dist/dictionary/su.yaml deleted file mode 100644 index b4c4c5f..0000000 --- a/dist/dictionary/su.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: sugo - firstSyllable: su - pos: - noun: - feminine: - - def: "Know, knowledge." diff --git a/dist/dictionary/ta.json b/dist/dictionary/ta.json deleted file mode 100644 index 3f9ca3a..0000000 --- a/dist/dictionary/ta.json +++ /dev/null @@ -1,91 +0,0 @@ -[ - { - "base": "ta", - "firstSyllable": "ta", - "pos": { - "pro": [ - { - "def": "This. Add \"-n\" for final." - } - ] - } - }, - { - "base": "tachira", - "firstSyllable": "ta", - "pos": { - "noun": { - "masculine": [ - { - "def": "The sun spirit." - } - ], - "neuter": [ - { - "def": "The sun." - } - ] - } - } - }, - { - "base": "taigona", - "firstSyllable": "ta", - "pos": { - "noun": { - "feminine": [ - { - "def": "The transfer of energy from one of the great spirit, into a clan spirit, and then into an individual.\n" - } - ] - } - } - }, - { - "base": "tanifatsu", - "firstSyllable": "ta", - "pos": { - "noun": { - "neuter": [ - { - "def": "A script that has vowels underneath the consonants." - }, - { - "def": "The script of the Eastern part of the Mifúno desert." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To write in a `tanifātsu` script." - } - ] - } - } - }, - { - "base": "tata", - "firstSyllable": "ta", - "pos": { - "pro": [ - { - "def": "That, use \"-n\" for final." - } - ] - } - }, - { - "base": "tazagu", - "firstSyllable": "ta", - "pos": { - "noun": { - "feminine": [ - { - "def": "A fighting spike." - } - ] - } - } - } -] diff --git a/dist/dictionary/ta.yaml b/dist/dictionary/ta.yaml deleted file mode 100644 index a960326..0000000 --- a/dist/dictionary/ta.yaml +++ /dev/null @@ -1,42 +0,0 @@ -- base: ta - firstSyllable: ta - pos: - pro: - - def: This. Add "-n" for final. -- base: tachira - firstSyllable: ta - pos: - noun: - masculine: - - def: The sun spirit. - neuter: - - def: The sun. -- base: taigona - firstSyllable: ta - pos: - noun: - feminine: - - def: > - The transfer of energy from one of the great spirit, into a clan - spirit, and then into an individual. -- base: tanifatsu - firstSyllable: ta - pos: - noun: - neuter: - - def: A script that has vowels underneath the consonants. - - def: The script of the Eastern part of the Mifúno desert. - verb: - feminine: - - def: To write in a `tanifātsu` script. -- base: tata - firstSyllable: ta - pos: - pro: - - def: 'That, use "-n" for final.' -- base: tazagu - firstSyllable: ta - pos: - noun: - feminine: - - def: A fighting spike. diff --git a/dist/dictionary/te.json b/dist/dictionary/te.json deleted file mode 100644 index 4e281c5..0000000 --- a/dist/dictionary/te.json +++ /dev/null @@ -1,41 +0,0 @@ -[ - { - "base": "te", - "firstSyllable": "te", - "pos": { - "pro": [ - { - "def": "They, them, theirs." - } - ] - } - }, - { - "base": "tejoki", - "firstSyllable": "te", - "pos": { - "adj": [ - { - "def": "Blocking or obstructing." - } - ], - "noun": { - "masculine": [ - { - "def": "A boulder or large rock." - } - ] - }, - "verb": { - "neuter": [ - { - "def": "To block or obstruct the flow of water or liquid." - }, - { - "def": "To obstruct a conversation." - } - ] - } - } - } -] diff --git a/dist/dictionary/te.yaml b/dist/dictionary/te.yaml deleted file mode 100644 index 233f036..0000000 --- a/dist/dictionary/te.yaml +++ /dev/null @@ -1,17 +0,0 @@ -- base: te - firstSyllable: te - pos: - pro: - - def: "They, them, theirs." -- base: tejoki - firstSyllable: te - pos: - adj: - - def: Blocking or obstructing. - noun: - masculine: - - def: A boulder or large rock. - verb: - neuter: - - def: To block or obstruct the flow of water or liquid. - - def: To obstruct a conversation. diff --git a/dist/dictionary/to.json b/dist/dictionary/to.json deleted file mode 100644 index de68a33..0000000 --- a/dist/dictionary/to.json +++ /dev/null @@ -1,57 +0,0 @@ -[ - { - "base": "toki", - "firstSyllable": "to", - "pos": { - "noun": { - "feminine": [ - { - "def": "Female." - } - ] - } - } - }, - { - "base": "tokishi", - "firstSyllable": "to", - "pos": { - "noun": { - "feminine": [ - { - "def": "People, folk." - } - ] - } - } - }, - { - "base": "tonufi", - "firstSyllable": "to", - "pos": { - "noun": { - "masculine": [ - { - "def": "\"King\", actually lord of an animal given by a spirit." - } - ] - } - } - }, - { - "base": "tora", - "firstSyllable": "to", - "pos": { - "noun": { - "masculine": [ - { - "def": "A male dog or hound." - }, - { - "def": "figaki tòra: A short-haired dog, typically feral." - } - ] - } - } - } -] diff --git a/dist/dictionary/to.yaml b/dist/dictionary/to.yaml deleted file mode 100644 index 1291304..0000000 --- a/dist/dictionary/to.yaml +++ /dev/null @@ -1,25 +0,0 @@ -- base: toki - firstSyllable: to - pos: - noun: - feminine: - - def: Female. -- base: tokishi - firstSyllable: to - pos: - noun: - feminine: - - def: "People, folk." -- base: tonufi - firstSyllable: to - pos: - noun: - masculine: - - def: '"King", actually lord of an animal given by a spirit.' -- base: tora - firstSyllable: to - pos: - noun: - masculine: - - def: A male dog or hound. - - def: "figaki tòra: A short-haired dog, typically feral." diff --git a/dist/dictionary/tsu.json b/dist/dictionary/tsu.json deleted file mode 100644 index be22e67..0000000 --- a/dist/dictionary/tsu.json +++ /dev/null @@ -1,99 +0,0 @@ -[ - { - "base": "tsu", - "firstSyllable": "tsu", - "pos": { - "pro": [ - { - "def": "\"their clan\"" - } - ] - } - }, - { - "base": "tsufi", - "firstSyllable": "tsu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Big, large." - } - ] - } - } - }, - { - "base": "tsufoni", - "firstSyllable": "tsu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Hair on a human or creature." - } - ] - } - } - }, - { - "base": "tsukire", - "firstSyllable": "tsu", - "pos": { - "noun": { - "feminine": [ - { - "def": "tsukíre" - } - ] - } - } - }, - { - "base": "tsukishi", - "firstSyllable": "tsu", - "pos": { - "noun": { - "masculine": [ - { - "def": "Magic that waxes or wanes with the user's emotional state.\n" - } - ] - } - } - }, - { - "base": "tsukokimu", - "firstSyllable": "tsu", - "pos": { - "verb": { - "neuter": [ - { - "def": "To answer a spiritual call from a clan member.\n", - "reference": [ - { - "excerpt": "A screech filled the air, radiating away from the sharp cliffs that surrounded Shimusogo Valley. Even ripped from a human's throat, the sound traveled further than a mere cry could ever match. It rolled along the sand dunes and past the short ridges of rocks peppering the desert around the valley.\nRutejìmo froze when the sound slammed into him. The screech demanded action, forcing him to focus on the cliffs that framed the home valley. The sound continued past him, but he heard it repeating in his head like a memory refusing to be forgotten. He clenched his hand, and the leather ball he was about to throw slipped from his palm and landed on the ground with a muted thud.\n", - "identifier": "0100-02", - "title": "Sand and Bone 1", - "url": "https://fedran.com/sand-and-bone/chapter-01/" - } - ] - } - ] - } - } - }, - { - "base": "tsumo", - "firstSyllable": "tsu", - "pos": { - "noun": { - "feminine": [ - { - "def": "Small" - } - ] - } - } - } -] diff --git a/dist/dictionary/tsu.yaml b/dist/dictionary/tsu.yaml deleted file mode 100644 index 2f950ab..0000000 --- a/dist/dictionary/tsu.yaml +++ /dev/null @@ -1,61 +0,0 @@ -- base: tsu - firstSyllable: tsu - pos: - pro: - - def: '"their clan"' -- base: tsufi - firstSyllable: tsu - pos: - noun: - masculine: - - def: "Big, large." -- base: tsufoni - firstSyllable: tsu - pos: - noun: - feminine: - - def: Hair on a human or creature. -- base: tsukire - firstSyllable: tsu - pos: - noun: - feminine: - - def: tsukíre -- base: tsukishi - firstSyllable: tsu - pos: - noun: - masculine: - - def: | - Magic that waxes or wanes with the user's emotional state. -- base: tsukokimu - firstSyllable: tsu - pos: - verb: - neuter: - - def: | - To answer a spiritual call from a clan member. - reference: - - excerpt: > - A screech filled the air, radiating away from the sharp cliffs - that surrounded Shimusogo Valley. Even ripped from a human's - throat, the sound traveled further than a mere cry could ever - match. It rolled along the sand dunes and past the short ridges - of rocks peppering the desert around the valley. - - Rutejìmo froze when the sound slammed into him. The screech - demanded action, forcing him to focus on the cliffs that framed - the home valley. The sound continued past him, but he heard it - repeating in his head like a memory refusing to be forgotten. He - clenched his hand, and the leather ball he was about to throw - slipped from his palm and landed on the ground with a muted - thud. - identifier: 0100-02 - title: Sand and Bone 1 - url: "https://fedran.com/sand-and-bone/chapter-01/" -- base: tsumo - firstSyllable: tsu - pos: - noun: - feminine: - - def: Small diff --git a/dist/dictionary/u.json b/dist/dictionary/u.json deleted file mode 100644 index 8e56a7a..0000000 --- a/dist/dictionary/u.json +++ /dev/null @@ -1,51 +0,0 @@ -[ - { - "base": "udimo", - "firstSyllable": "u", - "pos": { - "noun": { - "neuter": [ - { - "def": "The moment of pleasure when someone's associated celestial body rises above the horizon.\n", - "reference": [ - { - "excerpt": "Even in the depths of his family cave, Rutejìmo knew the moment the sun rose above the horizon. The delicate tickle of power started at the tips of his toes and fingers before quickly coursing along his veins and bones. It reached his heart and blossomed into a euphoric wave of pleasure that quickened his breath and heart.\nAcross the valley, all the adults would be waking up in the same manner. They were all part of Shimusògo’s clan, and the dépa’s power came from the sun spirit, Tachìra.\nMapábyo let out a soft coo. She made the same sound every morning, and he never tired of hearing it. Rutejìmo rolled on his side and swept his leg forward, burrowing through the blankets until his shin thudded against the hard muscles of her leg. After so many years of sprinting across the desert, both of their legs were solid as rock.\n", - "identifier": "0100-02", - "title": "Sand and Bone 4", - "url": "https://fedran.com/sand-and-ash/chapter-04/" - } - ] - } - ] - }, - "verb": { - "masculine": [ - { - "def": "Anticipating when one's celestial body rises above the horizon.\n" - } - ] - } - } - }, - { - "base": "uichifogu", - "firstSyllable": "u", - "pos": { - "noun": { - "masculine": [ - { - "def": "The moment when someone first emotionally connects to their spirit and uses magic.\n", - "reference": [ - { - "excerpt": "He caught a hint of movement again. This time, he didn’t stop but glanced over without slowing.\nIt was a bird racing him, just a few paces ahead of him and to the right. The avian glided across the sand on long legs. Its three-toed claws didn’t leave a trail behind it or disturb the sands with the breeze of its passing. It kept its short wings tight to its body as it ran. A brown-and-white speckled pattern ran from its crest down to the end of the long feathers that formed the tail. It was a shimusogo dépa, the dune-runner bird Shimusògo took his name from.\nStartled, Rutejìmo slowed down, and between one step and the next, he lost sight of the bird. Desperate, he tried to maintain his speed while looking around but the dépa was gone. He slowed down further, peering over his shoulders for the bird.\nAs he came to a stumbling halt, all the joy fled out of him. In one moment, he was experiencing a high and in the next it was gone. It wasn’t until it was missing that he realized he was experiencing it. In its wake, a longing burned inside him. He wanted to run, something he had never felt before, and the urge sang through his veins.\nRutejìmo frowned and turned in a circle. The dépa was gone and Tsubàyo and Karawàbi were quickly outpacing him. The need to run burned hotter. In the back of his mind, he knew that if he just ran fast enough, the dépa would return. The knowledge, however, frightened him since he had never had an urge to run before, nor had he ever seen a dépa while running.\n", - "identifier": "0100-00", - "title": "Sand and Blood 10", - "url": "https://fedran.com/sand-and-ash/chapter-10/" - } - ] - } - ] - } - } - } -] diff --git a/dist/dictionary/u.yaml b/dist/dictionary/u.yaml deleted file mode 100644 index 6141d3f..0000000 --- a/dist/dictionary/u.yaml +++ /dev/null @@ -1,77 +0,0 @@ -- base: udimo - firstSyllable: u - pos: - noun: - neuter: - - def: > - The moment of pleasure when someone's associated celestial body - rises above the horizon. - reference: - - excerpt: > - Even in the depths of his family cave, Rutejìmo knew the moment - the sun rose above the horizon. The delicate tickle of power - started at the tips of his toes and fingers before quickly - coursing along his veins and bones. It reached his heart and - blossomed into a euphoric wave of pleasure that quickened his - breath and heart. - - Across the valley, all the adults would be waking up in the same - manner. They were all part of Shimusògo’s clan, and the dépa’s - power came from the sun spirit, Tachìra. - - Mapábyo let out a soft coo. She made the same sound every - morning, and he never tired of hearing it. Rutejìmo rolled on - his side and swept his leg forward, burrowing through the - blankets until his shin thudded against the hard muscles of her - leg. After so many years of sprinting across the desert, both of - their legs were solid as rock. - identifier: 0100-02 - title: Sand and Bone 4 - url: "https://fedran.com/sand-and-ash/chapter-04/" - verb: - masculine: - - def: | - Anticipating when one's celestial body rises above the horizon. -- base: uichifogu - firstSyllable: u - pos: - noun: - masculine: - - def: > - The moment when someone first emotionally connects to their spirit - and uses magic. - reference: - - excerpt: > - He caught a hint of movement again. This time, he didn’t stop - but glanced over without slowing. - - It was a bird racing him, just a few paces ahead of him and to - the right. The avian glided across the sand on long legs. Its - three-toed claws didn’t leave a trail behind it or disturb the - sands with the breeze of its passing. It kept its short wings - tight to its body as it ran. A brown-and-white speckled pattern - ran from its crest down to the end of the long feathers that - formed the tail. It was a shimusogo dépa, the dune-runner bird - Shimusògo took his name from. - - Startled, Rutejìmo slowed down, and between one step and the - next, he lost sight of the bird. Desperate, he tried to maintain - his speed while looking around but the dépa was gone. He slowed - down further, peering over his shoulders for the bird. - - As he came to a stumbling halt, all the joy fled out of him. In - one moment, he was experiencing a high and in the next it was - gone. It wasn’t until it was missing that he realized he was - experiencing it. In its wake, a longing burned inside him. He - wanted to run, something he had never felt before, and the urge - sang through his veins. - - Rutejìmo frowned and turned in a circle. The dépa was gone and - Tsubàyo and Karawàbi were quickly outpacing him. The need to run - burned hotter. In the back of his mind, he knew that if he just - ran fast enough, the dépa would return. The knowledge, however, - frightened him since he had never had an urge to run before, nor - had he ever seen a dépa while running. - identifier: 0100-00 - title: Sand and Blood 10 - url: "https://fedran.com/sand-and-ash/chapter-10/" diff --git a/dist/dictionary/wa.json b/dist/dictionary/wa.json deleted file mode 100644 index 9cf6536..0000000 --- a/dist/dictionary/wa.json +++ /dev/null @@ -1,107 +0,0 @@ -[ - { - "base": "wabi", - "firstSyllable": "wa", - "pos": { - "noun": { - "neuter": [ - { - "def": "The relative social rank between two people, such as a underling and their boss, a child to a clan elder, or a younger to an older person." - } - ] - } - } - }, - { - "base": "wabipeji", - "firstSyllable": "wa", - "pos": { - "verb": { - "feminine": [ - { - "def": "To temporarily raise the subject's social rank for purposes of speaking." - } - ] - } - } - }, - { - "base": "waboryo", - "firstSyllable": "wa", - "pos": { - "noun": { - "neuter": [ - { - "def": "A fighting bola." - }, - { - "def": "A thrown item that entangles." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To get lost in unimportant details in a conversation." - }, - { - "def": "To bikeshed.", - "oow": true - } - ] - } - } - }, - { - "base": "wafu", - "firstSyllable": "wa", - "pos": { - "noun": { - "neuter": [ - { - "def": "Word or words, either spoken or written." - } - ] - } - } - }, - { - "base": "wamuchiso", - "firstSyllable": "wa", - "pos": { - "verb": { - "feminine": [ - { - "def": "To magically bond with an animal or creature.\n" - } - ] - } - } - }, - { - "base": "wanu", - "firstSyllable": "wa", - "pos": { - "noun": { - "neuter": [ - { - "def": "Name, named." - } - ] - } - } - }, - { - "base": "watefama", - "firstSyllable": "wa", - "pos": { - "verb": { - "feminine": [ - { - "def": "To magically bond with a place or natural feature.\n" - } - ] - } - } - } -] diff --git a/dist/dictionary/wa.yaml b/dist/dictionary/wa.yaml deleted file mode 100644 index 9c65c24..0000000 --- a/dist/dictionary/wa.yaml +++ /dev/null @@ -1,55 +0,0 @@ -- base: wabi - firstSyllable: wa - pos: - noun: - neuter: - - def: >- - The relative social rank between two people, such as a underling and - their boss, a child to a clan elder, or a younger to an older - person. -- base: wabipeji - firstSyllable: wa - pos: - verb: - feminine: - - def: >- - To temporarily raise the subject's social rank for purposes of - speaking. -- base: waboryo - firstSyllable: wa - pos: - noun: - neuter: - - def: A fighting bola. - - def: A thrown item that entangles. - verb: - feminine: - - def: To get lost in unimportant details in a conversation. - - def: To bikeshed. - oow: true -- base: wafu - firstSyllable: wa - pos: - noun: - neuter: - - def: "Word or words, either spoken or written." -- base: wamuchiso - firstSyllable: wa - pos: - verb: - feminine: - - def: | - To magically bond with an animal or creature. -- base: wanu - firstSyllable: wa - pos: - noun: - neuter: - - def: "Name, named." -- base: watefama - firstSyllable: wa - pos: - verb: - feminine: - - def: | - To magically bond with a place or natural feature. diff --git a/dist/dictionary/we.json b/dist/dictionary/we.json deleted file mode 100644 index 76cb1ea..0000000 --- a/dist/dictionary/we.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "base": "we", - "firstSyllable": "we", - "pos": { - "part": [ - { - "def": "Indicates the beginning of a number sequence." - } - ] - } - } -] diff --git a/dist/dictionary/we.yaml b/dist/dictionary/we.yaml deleted file mode 100644 index 4b259d6..0000000 --- a/dist/dictionary/we.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- base: we - firstSyllable: we - pos: - part: - - def: Indicates the beginning of a number sequence. diff --git a/dist/dictionary/wi.json b/dist/dictionary/wi.json deleted file mode 100644 index fa0ed1d..0000000 --- a/dist/dictionary/wi.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "base": "widahogu", - "firstSyllable": "wi", - "pos": { - "verb": { - "feminine": [ - { - "def": "To lift or carry something using magic.\n" - }, - { - "def": "To move something through telekinesis.\n" - } - ] - } - } - } -] diff --git a/dist/dictionary/wi.yaml b/dist/dictionary/wi.yaml deleted file mode 100644 index 3973f92..0000000 --- a/dist/dictionary/wi.yaml +++ /dev/null @@ -1,9 +0,0 @@ -- base: widahogu - firstSyllable: wi - pos: - verb: - feminine: - - def: | - To lift or carry something using magic. - - def: | - To move something through telekinesis. diff --git a/dist/dictionary/wo.json b/dist/dictionary/wo.json deleted file mode 100644 index dc4ca82..0000000 --- a/dist/dictionary/wo.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "base": "woi", - "firstSyllable": "wo", - "pos": { - "noun": { - "neuter": [ - { - "def": "A blade or clump of grass." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To gather or group together for company." - } - ] - } - } - } -] diff --git a/dist/dictionary/wo.yaml b/dist/dictionary/wo.yaml deleted file mode 100644 index 5d386eb..0000000 --- a/dist/dictionary/wo.yaml +++ /dev/null @@ -1,9 +0,0 @@ -- base: woi - firstSyllable: wo - pos: - noun: - neuter: - - def: A blade or clump of grass. - verb: - feminine: - - def: To gather or group together for company. diff --git a/dist/dictionary/wu.json b/dist/dictionary/wu.json deleted file mode 100644 index e896377..0000000 --- a/dist/dictionary/wu.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "base": "wuduna", - "firstSyllable": "wu", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/64th of a dātsu used for light weights." - }, - { - "def": "15.9 grams.", - "oow": true - } - ] - } - } - }, - { - "base": "wufabi", - "firstSyllable": "wu", - "pos": { - "noun": { - "neuter": [ - { - "def": "Sparrows or small birds." - } - ] - } - } - } -] diff --git a/dist/dictionary/wu.yaml b/dist/dictionary/wu.yaml deleted file mode 100644 index 235d5ad..0000000 --- a/dist/dictionary/wu.yaml +++ /dev/null @@ -1,14 +0,0 @@ -- base: wuduna - firstSyllable: wu - pos: - noun: - neuter: - - def: 1/64th of a dātsu used for light weights. - - def: 15.9 grams. - oow: true -- base: wufabi - firstSyllable: wu - pos: - noun: - neuter: - - def: Sparrows or small birds. diff --git a/dist/dictionary/ya.json b/dist/dictionary/ya.json deleted file mode 100644 index 7e6b25f..0000000 --- a/dist/dictionary/ya.json +++ /dev/null @@ -1,63 +0,0 @@ -[ - { - "base": "yagumama", - "firstSyllable": "ya", - "pos": { - "verb": { - "feminine": [ - { - "def": "To manipulate or guide a plant or animal's growth.\n" - } - ], - "masculine": [ - { - "def": "To cause a plant or animal grow rapidly with magic.\n" - } - ] - } - } - }, - { - "base": "yaji", - "firstSyllable": "ya", - "pos": { - "noun": { - "neuter": [ - { - "def": "1/64th the difference between pimayāzu (freezing) and komiyāza (boiling)." - }, - { - "def": "1.6 degrees Celsius.", - "oow": true - } - ] - } - } - }, - { - "base": "yarimu", - "firstSyllable": "ya", - "pos": { - "noun": { - "neuter": [ - { - "def": "Rain." - } - ] - } - } - }, - { - "base": "yarimufu", - "firstSyllable": "ya", - "pos": { - "noun": { - "masculine": [ - { - "def": "Cloud." - } - ] - } - } - } -] diff --git a/dist/dictionary/ya.yaml b/dist/dictionary/ya.yaml deleted file mode 100644 index 6145f76..0000000 --- a/dist/dictionary/ya.yaml +++ /dev/null @@ -1,32 +0,0 @@ -- base: yagumama - firstSyllable: ya - pos: - verb: - feminine: - - def: | - To manipulate or guide a plant or animal's growth. - masculine: - - def: | - To cause a plant or animal grow rapidly with magic. -- base: yaji - firstSyllable: ya - pos: - noun: - neuter: - - def: >- - 1/64th the difference between pimayāzu (freezing) and komiyāza - (boiling). - - def: 1.6 degrees Celsius. - oow: true -- base: yarimu - firstSyllable: ya - pos: - noun: - neuter: - - def: Rain. -- base: yarimufu - firstSyllable: ya - pos: - noun: - masculine: - - def: Cloud. diff --git a/dist/dictionary/yo.json b/dist/dictionary/yo.json deleted file mode 100644 index 72e94ba..0000000 --- a/dist/dictionary/yo.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "base": "yo", - "firstSyllable": "yo", - "pos": { - "part": [ - { - "def": "Suffix for not or negate." - } - ] - } - } -] diff --git a/dist/dictionary/yo.yaml b/dist/dictionary/yo.yaml deleted file mode 100644 index 4344660..0000000 --- a/dist/dictionary/yo.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- base: yo - firstSyllable: yo - pos: - part: - - def: Suffix for not or negate. diff --git a/dist/dictionary/yu.json b/dist/dictionary/yu.json deleted file mode 100644 index 8e80f3d..0000000 --- a/dist/dictionary/yu.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "yuji", - "firstSyllable": "yu", - "pos": { - "noun": { - "neuter": [ - { - "def": "An egg of a bird or insect." - } - ] - } - } - } -] diff --git a/dist/dictionary/yu.yaml b/dist/dictionary/yu.yaml deleted file mode 100644 index 98356bf..0000000 --- a/dist/dictionary/yu.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: yuji - firstSyllable: yu - pos: - noun: - neuter: - - def: An egg of a bird or insect. diff --git a/dist/dictionary/za.json b/dist/dictionary/za.json deleted file mode 100644 index 541be4d..0000000 --- a/dist/dictionary/za.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "base": "zachyo", - "firstSyllable": "za", - "pos": { - "noun": { - "feminine": [ - { - "def": "A bowl for a single person." - }, - { - "def": "A small bowl." - } - ], - "masculine": [ - { - "def": "A serving or shared bowl." - } - ] - } - } - } -] diff --git a/dist/dictionary/za.yaml b/dist/dictionary/za.yaml deleted file mode 100644 index 3f63086..0000000 --- a/dist/dictionary/za.yaml +++ /dev/null @@ -1,9 +0,0 @@ -- base: zachyo - firstSyllable: za - pos: - noun: - feminine: - - def: A bowl for a single person. - - def: A small bowl. - masculine: - - def: A serving or shared bowl. diff --git a/dist/dictionary/ze.json b/dist/dictionary/ze.json deleted file mode 100644 index 54354b8..0000000 --- a/dist/dictionary/ze.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "zeshitomi", - "firstSyllable": "ze", - "pos": { - "noun": { - "masculine": [ - { - "def": "Legend." - } - ] - } - } - } -] diff --git a/dist/dictionary/ze.yaml b/dist/dictionary/ze.yaml deleted file mode 100644 index 39e6093..0000000 --- a/dist/dictionary/ze.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: zeshitomi - firstSyllable: ze - pos: - noun: - masculine: - - def: Legend. diff --git a/dist/dictionary/zo.json b/dist/dictionary/zo.json deleted file mode 100644 index d81b46a..0000000 --- a/dist/dictionary/zo.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "base": "zopaba", - "firstSyllable": "zo", - "pos": { - "noun": { - "neuter": [ - { - "def": "Round, circle" - } - ] - } - } - } -] diff --git a/dist/dictionary/zo.yaml b/dist/dictionary/zo.yaml deleted file mode 100644 index b091023..0000000 --- a/dist/dictionary/zo.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- base: zopaba - firstSyllable: zo - pos: - noun: - neuter: - - def: "Round, circle" diff --git a/dist/dictionary/zu.json b/dist/dictionary/zu.json deleted file mode 100644 index 7e45f2e..0000000 --- a/dist/dictionary/zu.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "base": "zushi", - "firstSyllable": "zu", - "pos": { - "noun": { - "feminine": [ - { - "def": "A nap." - } - ], - "masculine": [ - { - "def": "A long or a full night's sleep." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To take a nap." - } - ], - "masculine": [ - { - "def": "To sleep for a long time." - } - ] - } - } - }, - { - "base": "zushichya", - "firstSyllable": "zu", - "pos": { - "adj": [ - { - "def": "Growing older." - } - ], - "noun": { - "masculine": [ - { - "def": "Amber." - } - ], - "neuter": [ - { - "def": "A resin tree." - } - ] - }, - "verb": { - "feminine": [ - { - "def": "To solidify one's opinions." - } - ] - } - } - } -] diff --git a/dist/dictionary/zu.yaml b/dist/dictionary/zu.yaml deleted file mode 100644 index e30d10f..0000000 --- a/dist/dictionary/zu.yaml +++ /dev/null @@ -1,26 +0,0 @@ -- base: zushi - firstSyllable: zu - pos: - noun: - feminine: - - def: A nap. - masculine: - - def: A long or a full night's sleep. - verb: - feminine: - - def: To take a nap. - masculine: - - def: To sleep for a long time. -- base: zushichya - firstSyllable: zu - pos: - adj: - - def: Growing older. - noun: - masculine: - - def: Amber. - neuter: - - def: A resin tree. - verb: - feminine: - - def: To solidify one's opinions. diff --git a/package.json b/package.json index 3e7f533..9cebdeb 100644 --- a/package.json +++ b/package.json @@ -2,37 +2,14 @@ "name": "miwafu", "private": true, "devDependencies": { - "@commitlint/cli": "^7.2.1", - "@commitlint/config-conventional": "^7.1.2", - "commitizen": "^3.0.5", - "cz-conventional-changelog": "^2.1.0", "fs-extra": "^7.0.1", - "husky": "^1.2.1", "js-yaml": "^3.13.1", "json-stable-stringify": "^1.0.1", "pajv": "^1.2.0" }, "scripts": { "test": "echo pajv validate -s src/schema/entry.json -d 'src/dictionary/*/*.yaml' --errors=text > /dev/null", - "prebuild": "npm test", - "build": "bin/combine-dictionaries" - }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } - }, - "husky": { - "hooks": { - "pre-commit": "npm run build", - "pre-push": "npm run build", - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" - } + "prebuild": "npm test" }, "dependencies": { "@fedran/miwafu": "^0.2.1"