account wip

This commit is contained in:
ntr
2019-08-09 22:48:58 +10:00
parent fe56528b3f
commit 89d2b39823
15 changed files with 336 additions and 123 deletions
+9 -3
View File
@@ -1,7 +1,7 @@
use rand::prelude::*;
use rand::{thread_rng};
const FIRSTS: [&'static str; 47] = [
const FIRSTS: [&'static str; 50] = [
"artificial",
"ambient",
"borean",
@@ -20,10 +20,13 @@ const FIRSTS: [&'static str; 47] = [
"fierce",
"fossilised",
"frozen",
"gravitational",
"jovian",
"inverted",
"leafy",
"lurking",
"limitless",
"magnetic",
"metallic",
"mossy",
"mighty",
@@ -37,6 +40,7 @@ const FIRSTS: [&'static str; 47] = [
"oxygenated",
"oscillating",
"ossified",
"orbiting",
"piscine",
"purified",
"recalcitrant",
@@ -46,18 +50,18 @@ const FIRSTS: [&'static str; 47] = [
"supercooled",
"subsonic",
"synthetic",
"sweet",
"terrestrial",
"weary",
];
const LASTS: [&'static str; 52] = [
const LASTS: [&'static str; 55] = [
"artifact",
"assembly",
"carbon",
"console",
"construct",
"craft",
"core",
"design",
"drone",
"distortion",
@@ -77,6 +81,8 @@ const LASTS: [&'static str; 52] = [
"lifeform",
"landmass",
"lens",
"mantle",
"magnetism",
"mechanism",
"mountain",
"nectar",