diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index 3bc391739da36..60733a143f513 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -6120,7 +6120,7 @@ "types": [ "ATTRACTIVENESS" ], "prereqs": [ "PRETTY" ], "changes_to": [ "BEAUTIFUL2" ], - "category": [ "ALPHA" ] + "category": [ "ALPHA", "ELFA" ] }, { "type": "mutation", @@ -6133,8 +6133,8 @@ "types": [ "ATTRACTIVENESS" ], "prereqs": [ "BEAUTIFUL" ], "changes_to": [ "BEAUTIFUL3" ], - "category": [ "ALPHA" ], - "threshreq": [ "THRESH_ALPHA" ] + "category": [ "ALPHA", "ELFA" ], + "threshreq": [ "THRESH_ALPHA", "THRESH_ELFA" ] }, { "type": "mutation", @@ -6145,7 +6145,9 @@ "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" ], - "prereqs": [ "BEAUTIFUL2" ] + "prereqs": [ "BEAUTIFUL2" ], + "category": [ "ELFA" ], + "threshreq": [ "THRESH_ELFA" ] }, { "type": "mutation",