diff --git a/assets/communitymaps/City Ruines Left.png b/assets/communitymaps/City Ruines Left.png
new file mode 100644
index 0000000..c39f4d7
Binary files /dev/null and b/assets/communitymaps/City Ruines Left.png differ
diff --git a/assets/communitymaps/City Ruines Right.png b/assets/communitymaps/City Ruines Right.png
new file mode 100644
index 0000000..7132e0d
Binary files /dev/null and b/assets/communitymaps/City Ruines Right.png differ
diff --git a/assets/communitymaps/Rabid City Ruines Left.png b/assets/communitymaps/Rabid City Ruines Left.png
new file mode 100644
index 0000000..6e7e9f7
Binary files /dev/null and b/assets/communitymaps/Rabid City Ruines Left.png differ
diff --git a/assets/communitymaps/Rabid City Ruines Right.png b/assets/communitymaps/Rabid City Ruines Right.png
new file mode 100644
index 0000000..52982e9
Binary files /dev/null and b/assets/communitymaps/Rabid City Ruines Right.png differ
diff --git a/assets/communityvs/RabidWastelanderGrimmeras.png b/assets/communityvs/RabidWastelanderGrimmeras.png
new file mode 100644
index 0000000..067ea35
Binary files /dev/null and b/assets/communityvs/RabidWastelanderGrimmeras.png differ
diff --git a/assets/communityvs/WastelanderGrimmeras.png b/assets/communityvs/WastelanderGrimmeras.png
new file mode 100644
index 0000000..5df4610
Binary files /dev/null and b/assets/communityvs/WastelanderGrimmeras.png differ
diff --git a/index.ts b/index.ts
index df56baf..df61fde 100644
--- a/index.ts
+++ b/index.ts
@@ -166,6 +166,14 @@ const communityOpponents = {
   [CommunityOpponents.ProjectX]: {
     text: "Project X",
     colour: ["#000000", "#FFFFFF"]
+  },
+  [CommunityOpponents.WastelanderGrimmeras]: {
+    text: "Wastelander (Grimmeras)",
+    colour: ["#FFFF00", "#000000"]
+  },
+  [CommunityOpponents.RabidWastelanderGrimmeras]: {
+    text: "Rabid Wastelander (Grimmeras)",
+    colour: ["#FF0000", "#000000"]
   }
 }
 
diff --git a/types.ts b/types.ts
index 5a8630b..596d2ab 100644
--- a/types.ts
+++ b/types.ts
@@ -137,6 +137,8 @@ export enum CommunityOpponents {
   ThisMessage = "ThisMessage",
   ProjectIX = "ProjectIX",
   ProjectX = "ProjectX",
+  WastelanderGrimmeras = "WastelanderGrimmeras",
+  RabidWastelanderGrimmeras = "RabidWastelanderGrimmeras",
 }
 
 export enum Hair {