vbox stuff
This commit is contained in:
+15
-5
@@ -1,12 +1,14 @@
|
||||
use rand::prelude::*;
|
||||
use rand::{thread_rng};
|
||||
|
||||
const FIRSTS: [&'static str; 28] = [
|
||||
const FIRSTS: [&'static str; 33] = [
|
||||
"artificial",
|
||||
"ambient",
|
||||
"borean",
|
||||
"brewing",
|
||||
"bristling",
|
||||
"compressed",
|
||||
"chromatic",
|
||||
"concave",
|
||||
"convex",
|
||||
"distorted",
|
||||
@@ -18,8 +20,11 @@ const FIRSTS: [&'static str; 28] = [
|
||||
"metallic",
|
||||
"mossy",
|
||||
"mighty",
|
||||
"modulated",
|
||||
"nocturnal",
|
||||
"noisy",
|
||||
"nutritious",
|
||||
"powerful",
|
||||
"obscure",
|
||||
"organic",
|
||||
"piscine",
|
||||
@@ -32,16 +37,19 @@ const FIRSTS: [&'static str; 28] = [
|
||||
"weary",
|
||||
];
|
||||
|
||||
const LASTS: [&'static str; 36] = [
|
||||
const LASTS: [&'static str; 41] = [
|
||||
"artifact",
|
||||
"assembly",
|
||||
"console",
|
||||
"construct",
|
||||
"design",
|
||||
"drone",
|
||||
"energy",
|
||||
"entropy",
|
||||
"foilage",
|
||||
"forest",
|
||||
"form",
|
||||
"fossil",
|
||||
"frequency",
|
||||
"function",
|
||||
"information",
|
||||
@@ -52,19 +60,21 @@ const LASTS: [&'static str; 36] = [
|
||||
"mountain",
|
||||
"nectar",
|
||||
"oak",
|
||||
"pattern",
|
||||
"plant",
|
||||
"poseidon",
|
||||
"problem",
|
||||
"receiver",
|
||||
"replicant",
|
||||
"river",
|
||||
"river",
|
||||
"scaffold",
|
||||
"shape",
|
||||
"signal",
|
||||
"synthesiser",
|
||||
"system",
|
||||
"tower",
|
||||
"transmitter",
|
||||
"scaffold",
|
||||
"pattern",
|
||||
"receiver",
|
||||
"traveller",
|
||||
"warning",
|
||||
"wildlife",
|
||||
|
||||
Reference in New Issue
Block a user