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.

100 lines
6.7 KiB
JavaScript

var nm1 = ["", "", "", "", "", "b", "bl", "br", "c", "ch", "cr", "d", "dr", "f", "g", "gr", "h", "j", "k", "l", "m", "n", "pr", "r", "s", "st", "t", "th", "tr", "v", "x", "z"];
var nm2 = ["a", "e", "i", "o", "u", "y", "a", "e", "i", "o", "u", "y", "a", "e", "i", "o", "u", "y", "a", "e", "i", "o", "u", "y", "a", "e", "i", "o", "u", "y", "a", "e", "i", "o", "u", "y", "a", "e", "i", "o", "u", "y", "a", "e", "i", "o", "u", "y", "ai", "aa", "ay", "ee", "ye", "oa", "oo", "yo"];
var nm3 = ["'c", "'d", "'k", "'r", "'t", "c", "d", "dd", "d'", "d'r", "f", "ff", "g", "g'", "h", "j", "k", "k'", "l", "ll", "l'", "m", "mm", "n", "n'r", "nc", "nd", "ng", "n'g", "ngl", "nl", "nn", "nt", "n't", "pp", "r", "r'", "rb", "r'b", "rd", "rg", "rl", "rr", "rt", "ss", "t", "tt", "v", "z"];
var nm4 = ["a", "e", "i", "o", "y", "a", "e", "i", "o", "y", "a", "e", "i", "o", "y", "a", "e", "i", "o", "y", "a", "e", "i", "o", "y", "a", "e", "i", "o", "y", "a", "e", "i", "o", "y", "a", "e", "i", "o", "y", "a", "e", "i", "o", "y", "ie", "ii", "oo"];
var nm5 = ["d", "l", "m", "n", "r", "t", "v", "z"];
var nm6 = ["", "", "", "", "", "", "b", "c", "ck", "d", "f", "g", "k", "l", "ll", "m", "mm", "n", "nch", "nd", "ng", "nk", "nks", "nn", "nnk", "p", "r", "rc", "rk", "rg", "rr", "rrt", "rt", "s", "ss", "t", "tt", "v", "x", "xx", "y", "yk", "z"];
var nm7 = ["Access", "Action", "Adventure", "Aftermath", "Agent", "Alarm", "Ambition", "Anger", "Animal", "Answer", "Arch", "Aspect", "Attack", "Attention", "Award", "Band", "Basis", "Battle", "Bead", "Beam", "Beast", "Beat", "Beetle", "Belts", "Bit", "Bite", "Bits", "Bitter", "Blade", "Blades", "Blank", "Blow", "Boar", "Bones", "Bonus", "Border", "Brake", "Brass", "Brave", "Break", "Breath", "Brick", "Broad", "Brother", "Brush", "Buddy", "Bug", "Bugs", "Burn", "Burner", "Burst", "Burster", "Cable", "Candle", "Cannon", "Canvas", "Case", "Cash", "Cast", "Catch", "Catcher", "Cause", "Chain", "Chains", "Champ", "Champion", "Chance", "Change", "Chaos", "Charge", "Charger", "Chase", "Checkmate", "Cheek", "Cheeks", "Chemistry", "Chess", "Chip", "Clerk", "Click", "Clocks", "Cloud", "Club", "Clue", "Code", "Coil", "Cold", "Comb", "Concept", "Control", "Copper", "Courage", "Course", "Craft", "Crash", "Creator", "Creature", "Cross", "Crush", "Crusher", "Cub", "Curiosity", "Curious", "Cycle", "Dance", "Data", "Database", "Death", "Delight", "Design", "Designer", "Device", "Dexterity", "Diamond", "Dirt", "Discovery", "Dish", "Disk", "Doc", "Dock", "Dog", "Double", "Draft", "Dream", "Drift", "Drifter", "Drive", "Driver", "Drum", "Drummer", "Due", "Dust", "Duty", "Edge", "Effect", "Emergency", "Emphasis", "End", "Energy", "Error", "Escape", "Event", "Exit", "Extreme", "Fang", "Fangs", "Fault", "Fear", "Fearless", "Feather", "Feature", "Feedback", "Fight", "Fighter", "Fire", "Flame", "Flight", "Flock", "Flow", "Fluke", "Focus", "Freedom", "Frog", "Frogger", "Game", "Gate", "Ghost", "Gift", "Goal", "Grade", "Greatness", "Guard", "Guest", "Guide", "Habit", "Hammer", "Harm", "Hate", "Heart", "Hell", "Hold", "Honor", "Hook", "Hope", "Horror", "Impact", "Impulse", "Incident", "Ink", "Insect", "Iron", "Jam", "Joker", "Junior", "Justice", "Killer", "Knife", "Knot", "Laugh", "Laughter", "Law", "Leather", "Limit", "Limitless", "Liquid", "Lock", "Locket", "Machine", "Magic", "Major", "Marcher", "Mask", "Memory", "Middle", "Midnight", "Might", "Moment", "Muscle", "Music", "Night", "Omen", "Order", "Ornament", "Owl", "Patience", "Player", "Pocket", "Poison", "Spider"];
var nm8 = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
var nm9 = ["", "-", "-", "-"];
var br = "";
function nameGen(type) {
var tp = type;
$('#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() {
rnd = Math.random() * nm1.length | 0;
rnd2 = Math.random() * nm2.length | 0;
rnd3 = Math.random() * nm6.length | 0;
if (i < 2) {
while (nm6[rnd3] === nm1[rnd]) {
rnd = Math.random() * nm1.length | 0;
}
nMs = nm1[rnd] + nm2[rnd2] + nm6[rnd3];
} else if (i < 6) {
rnd4 = Math.random() * nm3.length | 0;
rnd5 = Math.random() * nm4.length | 0;
if (i < 6) {
while (nm3[rnd4] === nm6[rnd3] || nm3[rnd4] === nm1[rnd]) {
rnd4 = Math.random() * nm3.length | 0;
}
nMs = nm1[rnd] + nm2[rnd2] + nm3[rnd4] + nm4[rnd5] + nm6[rnd3];
} else {
rnd6 = Math.random() * nm5.length | 0;
rnd7 = Math.random() * nm4.length | 0;
while (nm5[rnd6] === nm6[rnd3] || nm3[rnd4] === nm5[rnd6]) {
rnd6 = Math.random() * nm5.length | 0;
}
nMs = nm1[rnd] + nm2[rnd2] + nm3[rnd4] + nm4[rnd5] + nm5[rnd6] + nm4[rnd7] + nm6[rnd3];
}
} else if (i < 7) {
rnd = Math.random() * nm7.length | 0;
nMs = nm7[rnd];
} else if (i === 7) {
nTp = Math.random() * 4 | 0;
rnd = Math.random() * 99 | 0;
rnd2 = Math.random() * 99 | 0;
fPrt = rnd.toString() + rnd2.toString();
if (fPrt.length < 4) {
rnd3 = Math.random() * 9999 | 0;
nMs = "CT-" + fPrt + "-" + rnd3;
} else {
if (nTp < 3) {
nMs = "CT-" + fPrt;
} else {
rnd3 = Math.random() * 9999 | 0;
nMs = "CT-" + fPrt + "-" + rnd2;
}
}
} else {
nTp = Math.random() * 4 | 0;
if (nTp === 0) {
rnd = Math.random() * 9999 | 0;
nMs = rnd;
} else {
rnd = Math.random() * 999 | 0;
rnd2 = Math.random() * nm8.length | 0;
rnd5 = Math.random() * nm9.length | 0;
if (nTp === 1) {
nMs = nm8[rnd2] + nm9[rnd5] + rnd;
} else {
rnd3 = Math.random() * nm8.length | 0;
if (nTp < 3) {
nMs = nm8[rnd2] + nm8[rnd3] + nm9[rnd5] + rnd;
} else {
rnd4 = Math.random() * nm8.length | 0;
nMs = nm8[rnd2] + nm8[rnd3] + nm8[rnd4] + nm9[rnd5] + rnd;
}
}
}
}
testSwear(nMs);
}