From e5c8b78ec1cbbccbdc8f6bf6e24f2b96ce359263 Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 29 Jul 2019 00:24:10 +1000 Subject: [PATCH] names --- server/src/names.rs | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/server/src/names.rs b/server/src/names.rs index 1c81e976..cf32e466 100644 --- a/server/src/names.rs +++ b/server/src/names.rs @@ -1,7 +1,7 @@ use rand::prelude::*; use rand::{thread_rng}; -const FIRSTS: [&'static str; 37] = [ +const FIRSTS: [&'static str; 42] = [ "artificial", "ambient", "borean", @@ -16,9 +16,11 @@ const FIRSTS: [&'static str; 37] = [ "emotive", "emotionless", "fierce", + "fossilised", "inverted", "leafy", "lurking", + "limitless", "metallic", "mossy", "mighty", @@ -29,6 +31,9 @@ const FIRSTS: [&'static str; 37] = [ "powerful", "obscure", "organic", + "oxygenated", + "oscillating", + "ossified", "piscine", "purified", "recalcitrant", @@ -41,13 +46,16 @@ const FIRSTS: [&'static str; 37] = [ "weary", ]; -const LASTS: [&'static str; 42] = [ +const LASTS: [&'static str; 49] = [ "artifact", "assembly", + "carbon", "console", "construct", "design", "drone", + "distortion", + "detector", "energy", "entropy", "foilage", @@ -59,11 +67,14 @@ const LASTS: [&'static str; 42] = [ "information", "insulator", "layout", + "lifeform", + "landmass", "lens", "mechanism", "mountain", "nectar", "oak", + "oxide", "pattern", "plant", "poseidon", @@ -81,6 +92,7 @@ const LASTS: [&'static str; 42] = [ "tower", "transmitter", "traveller", + "vibration", "warning", "wildlife", "witness",