From 3712272ea28a80ef96ebdb8629c44051c92c177a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 25 Oct 2020 15:12:48 -0300 Subject: [PATCH] And a database, 'cause why not? --- database.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 database.toml diff --git a/database.toml b/database.toml new file mode 100644 index 0000000..b7325bb --- /dev/null +++ b/database.toml @@ -0,0 +1,17 @@ +[adjectives] +a = ["abounding"] +c = ["condensed"] +n = ["negative", "normative"] +p = ["popular", "potent", "pretty"] +r = ["radioactive", "random", "reactive", "robust"] +s = ["silent", "silly", "stupid"] +t = ["tacit", "thrifty", "timeless"] +w = ["wiggly"] + +[metals] +b = ["beryllium"] +d = ["duralim"] +f = ["fernico"] +i = ["iridium"] +p = ["palladium", "platinum"] +u = ["uranium"]