From 8161b717adcf38ac07d9b8a8a92949e879cb394c Mon Sep 17 00:00:00 2001 From: the lemons Date: Mon, 28 Mar 2022 03:00:26 -0500 Subject: wordgen tweaks --- wordgen.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wordgen.lua') 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 -- cgit v1.2.3