vbox stuff

This commit is contained in:
ntr
2019-07-20 21:46:54 +10:00
parent 145f8e6a35
commit ffc043d526
10 changed files with 198 additions and 225 deletions
+15 -5
View File
@@ -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",