You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
3.7 KiB
JavaScript
72 lines
3.7 KiB
JavaScript
var nm1 = ["", "", "", "b", "bl", "c", "g", "k", "l", "m", "n", "r", "s", "sl", "v", "vl", "z"];
|
|
var nm2 = ["ae", "ia", "ea", "eo", "io", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u", "a", "e", "i", "o", "u"];
|
|
var nm3 = ["c", "d", "g", "j", "l", "m", "n", "r", "s", "t", "ld", "lt", "lv", "mb", "mm", "nd", "ng", "rd", "rl", "rz", "sh", "sc", "st", "tr", "tl"];
|
|
var nm4 = ["a", "e", "i", "o", "u"];
|
|
var nm5 = ["d", "m", "n", "r", "s", "sh", "t", "v", "bg", "dg", "ng", "nr", "nv", "rb", "rd", "rv", "sm", "sr", "st"];
|
|
var nm6 = ["a", "a", "e", "i", "i", "o", "o", "u"];
|
|
var nm7 = ["", "", "", "g", "l", "n", "r", "s", "t", "th", "lm", "ng", "rf", "rg"];
|
|
var nm8 = ["Alb", "All", "Alp", "Ant", "Arach", "Arm", "Bab", "Badg", "Barr", "Beav", "Bis", "Buff", "Cam", "Cat", "Chick", "Cobr", "Coy", "Croc", "Dol", "Don", "Drag", "Eag", "El", "Eleph", "Fal", "Falc", "Fer", "Flam", "Gaz", "Ger", "Gir", "Guin", "Hedg", "Hex", "Hipp", "Hor", "Horn", "Humm", "Hyen", "Jag", "Kang", "Koal", "Kom", "Komod", "Leop", "Lob", "Mag", "Mall", "Mant", "Mon", "Mong", "Mos", "Mosq", "Mul", "Oct", "Ost", "Pan", "Pand", "Parr", "Pel", "Pen", "Peng", "Pon", "Por", "Quad", "Rab", "Rabb", "Rac", "Racc", "Rhin", "Sal", "Sar", "Scor", "Ser", "Serp", "Skun", "Snak", "Spar", "Sparr", "Spid", "Stin", "Sting", "Ter", "Term", "Tetr", "Tuc", "Tur", "Turt", "Vul", "Vult", "Wal", "Wall", "War", "Wart", "Wol", "Wolv", "Wom", "Wor", "Zeb"];
|
|
var br = "";
|
|
|
|
function nameGen() {
|
|
$('#placeholder').css('textTransform', 'capitalize');
|
|
var element = document.createElement("div");
|
|
element.setAttribute("id", "result");
|
|
for (i = 0; i < 10; i++) {
|
|
nameMas();
|
|
while (nMs === "") {
|
|
nameMas();
|
|
}
|
|
br = document.createElement('br');
|
|
element.appendChild(document.createTextNode(nMs));
|
|
element.appendChild(br);
|
|
}
|
|
if (document.getElementById("result")) {
|
|
document.getElementById("placeholder").removeChild(document.getElementById("result"));
|
|
}
|
|
document.getElementById("placeholder").appendChild(element);
|
|
}
|
|
|
|
function nameMas() {
|
|
nTp = Math.random() * 7 | 0;
|
|
nTs = Math.random() * 2 | 0;
|
|
rnd2 = Math.random() * nm2.length | 0;
|
|
rnd7 = Math.random() * nm7.length | 0;
|
|
if (nTs === 0) {
|
|
rnd = Math.random() * nm8.length | 0;
|
|
nF = nm8[rnd];
|
|
} else {
|
|
rnd = Math.random() * nm1.length | 0;
|
|
nF = nm1[rnd];
|
|
}
|
|
if (nTp === 0) {
|
|
rnd = Math.random() * nm8.length | 0;
|
|
while (nm7[rnd7] === "") {
|
|
rnd7 = Math.random() * nm7.length | 0;
|
|
}
|
|
nMs = nm8[rnd] + nm2[rnd2] + nm7[rnd7];
|
|
} else if (nTp < 6) {
|
|
rnd3 = Math.random() * nm3.length | 0;
|
|
rnd6 = Math.random() * nm6.length | 0;
|
|
if (nTp < 4) {
|
|
nMs = nF + nm2[rnd2] + nm3[rnd3] + nm6[rnd6] + nm7[rnd7];
|
|
} else {
|
|
rnd4 = Math.random() * nm4.length | 0;
|
|
rnd5 = Math.random() * nm5.length | 0;
|
|
while (nm3[rnd3].length > 1 && nm5[rnd5].length > 1) {
|
|
rnd5 = Math.random() * nm5.length | 0;
|
|
}
|
|
nMs = nF + nm2[rnd2] + nm3[rnd3] + nm4[rnd4] + nm5[rnd5] + nm6[rnd6] + nm7[rnd7];
|
|
}
|
|
} else {
|
|
rnd3 = Math.random() * nm3.length | 0;
|
|
rnd4 = Math.random() * nm4.length | 0;
|
|
rnd5 = Math.random() * nm1.length | 0;
|
|
rnd6 = Math.random() * nm2.length | 0;
|
|
rnd7 = Math.random() * nm3.length | 0;
|
|
rnd8 = Math.random() * nm4.length | 0;
|
|
nMs = nF + nm2[rnd2] + nm3[rnd3] + nm4[rnd4] + " " + nm1[rnd5] + nm2[rnd6] + nm3[rnd7] + nm4[rnd8]
|
|
}
|
|
testSwear(nMs);
|
|
}
|