aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-03-28 03:00:26 -0500
committerthe lemons <citrons@mondecitronne.com>2022-03-28 03:00:26 -0500
commit8161b717adcf38ac07d9b8a8a92949e879cb394c (patch)
tree6f929ad34ada693270d63d64e712996c6df0a771
parent80482d6a4a8ec8282c1837530ad0658e2e0391df (diff)
wordgen tweaks
-rw-r--r--wordgen.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/wordgen.lua b/wordgen.lua
index 4063c0c..52c31aa 100644
--- a/wordgen.lua
+++ b/wordgen.lua
@@ -36,12 +36,12 @@ local function _(the)
end
end
-local C = R({'k','t','r','n','s','m','h','d','g','z','kk','tt','ss','sh','j','y','b','l','p','pp'}, 1.15)
+local C = R({'k','t','r','n','s','m','h','d','g','z','y','sh','j','kk','tt','ss','b','l','p','pp'}, 1.15)
local V = R("auioe", 1.3)
-local N = R({"","ń"}, 4)
+local N = R({"","ń"}, 4.5)
local S = _{R({C,""}, 10),V,N}
-local W = _({S,R({S,"",_{S,S},_{S,S,S}},2.5)})
+local W = _({S,R({S,"",_{S,S},_{S,S,S}},2.7)})
local the = ... and tonumber(...) or 10