From 7433ed4a27ed3db57f2528fa9d7292bf5923682c Mon Sep 17 00:00:00 2001 From: anoobindisguise <56016372+anoobindisguise@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:23:35 -0700 Subject: [PATCH 1/2] Readd Glorious to Elf-A --- data/json/mutations/mutations.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index ac8a185d4a284..ccd7506fbe6f6 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -6111,7 +6111,7 @@ "types": [ "ATTRACTIVENESS" ], "prereqs": [ "PRETTY" ], "changes_to": [ "BEAUTIFUL2" ], - "category": [ "ALPHA" ] + "category": [ "ALPHA", "ELFA" ] }, { "type": "mutation", @@ -6124,7 +6124,7 @@ "types": [ "ATTRACTIVENESS" ], "prereqs": [ "BEAUTIFUL" ], "changes_to": [ "BEAUTIFUL3" ], - "category": [ "ALPHA" ], + "category": [ "ALPHA", "ELFA" ], "threshreq": [ "THRESH_ALPHA" ] }, { @@ -6135,7 +6135,7 @@ "visibility": 10, "ugliness": -10, "description": "You are incredibly beautiful. People cannot help themselves due to your charms, and will do whatever they can to please you.", - "types": [ "ATTRACTIVENESS" ], + "types": [ "ATTRACTIVENESS", "ELFA" ], "prereqs": [ "BEAUTIFUL2" ] }, { From bdcc22569a0fa1d38e2f60e77d0a3ba17624c551 Mon Sep 17 00:00:00 2001 From: anoobindisguise <56016372+anoobindisguise@users.noreply.github.com> Date: Tue, 27 Jun 2023 12:17:11 -0700 Subject: [PATCH 2/2] Update mutations.json --- data/json/mutations/mutations.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index ccd7506fbe6f6..71f5f6caaff2c 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -6125,7 +6125,7 @@ "prereqs": [ "BEAUTIFUL" ], "changes_to": [ "BEAUTIFUL3" ], "category": [ "ALPHA", "ELFA" ], - "threshreq": [ "THRESH_ALPHA" ] + "threshreq": [ "THRESH_ALPHA", "THRESH_ELFA" ] }, { "type": "mutation", @@ -6135,8 +6135,10 @@ "visibility": 10, "ugliness": -10, "description": "You are incredibly beautiful. People cannot help themselves due to your charms, and will do whatever they can to please you.", - "types": [ "ATTRACTIVENESS", "ELFA" ], - "prereqs": [ "BEAUTIFUL2" ] + "types": [ "ATTRACTIVENESS" ], + "prereqs": [ "BEAUTIFUL2" ], + "category": [ "ELFA" ], + "threshreq": [ "THRESH_ELFA" ] }, { "type": "mutation",