Compare commits

...

3 Commits

Author SHA1 Message Date
Bizcochito
cc8e904dcb added 2 moods 2022-05-07 20:27:37 +02:00
UndeadMaelys
c6073119b2 changed words 2022-05-07 19:48:34 +02:00
Bizcochito
6a40a51d6e added ton 2022-05-06 17:37:17 +02:00
3 changed files with 13 additions and 7 deletions

View File

@@ -53,12 +53,15 @@ print(colorTextBackground(COLOR.Gray,[[
Formal pronouns are used in formal situations. They are formed as following:
1. If the pronoun is singular or dual, suffixing "-l.fur".
2. If the pronoun is another plural form, suffixing -"al.fur" instead.
2. If the pronoun is another plural form, suffixing -"al.fura" instead.
(This brings the sense of fully acknowledging the persons).]]) .. [[
1st Person Singular | rel.fur | formal
2nd Person Singular | bal.fur | formal
3rd Person Singular | i.mal.fur | formal
1st Person Singular | rel.fur | formal
2nd Person Singular | bal.fur | formal
3rd Person Singular | i.mal.fur | formal
1nd Person Plural | ren.al.fu.ra | formal
2nd Person Plural | ban.al.fu.ra | formal
3nd Person Plural | i.man.al.fu.ra | formal
]])

View File

@@ -34,6 +34,8 @@ print(colorTextBackground(COLOR.Gray,[[
- Command: add the suffix <dash>
- Unsure/Shy: add the suffix <bash>
- Question: add the suffix <drash>
- Relaxed/familiarity: add the suffix <shu>
- Excitement: add the suffix <ha>
4. Future
- Use the prefix <we>]])
)

View File

@@ -176,7 +176,7 @@ table.insert(t,{"pa.re","knowledge","noun","","",""})
table.insert(t,{"pa.re.ku","to know, to learn","verb","","",""})
table.insert(t,{"pa.ru","stupid","modifier","","",""})
table.insert(t,{"par.en","human","noun","","",""})
table.insert(t,{"paronya","understanding, agreement","noun","","",""})
table.insert(t,{"pa.ro.ma","understanding, agreement","noun","","",""})
table.insert(t,{"pat","back","noun","","",""})
table.insert(t,{"pat.ku","to spit","verb","","",""})
table.insert(t,{"pau.me","meat","noun","","",""})
@@ -230,7 +230,7 @@ table.insert(t,{"shen.pe.ra","north","noun","heonian","",""})
table.insert(t,{"shi","darkness","noun","","",""})
table.insert(t,{"shi.de.ton","black","modifier","","",""})
table.insert(t,{"shi.fu.mat","snake","noun","","",""})
table.insert(t,{"shi.nya","breast","noun","","",""})
table.insert(t,{"shi.ta","breast","noun","","",""})
table.insert(t,{"shi.ra.ku","to have pending","verb","","",""})
table.insert(t,{"shin.da","wind","noun","","",""})
table.insert(t,{"shin.li","masculitnity","noun","","","not quite masculinity as we understand it, but a more distanced and stranger interpretation of it. "})
@@ -300,7 +300,7 @@ table.insert(t,{"sha.lach","dominion","noun","","",""})
table.insert(t,{"fa.te","moderate speed","modifier","","",""})
table.insert(t,{"ri.ma","fast","modifier","","",""})
table.insert(t,{"lup","slow","modifier","","",""})
table.insert(t,{"dun.nya","still, not moving","modifier","","",""})
table.insert(t,{"dun.pa","still, not moving","modifier","","",""})
table.insert(t,{"dup.ya","snail","noun","","",""})
table.insert(t,{"gech","slime","noun","","",""})
table.insert(t,{"i.tal","wall","noun","","",""})
@@ -320,4 +320,5 @@ table.insert(t,{"de.da.ku","to hate","verb","","",""})
table.insert(t,{"pilk","potion","noun","","",""})
table.insert(t,{"po.lo.ma","witch","noun","","",""})
table.insert(t,{"ne.e.ko","curious","modifier","","",""})
table.insert(t,{"ton","color","noun","","tono (from spanish)",""})
return t