From fbdeade84a08e4941007e53b1319bb0e6b8d2f15 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 27 Feb 2023 19:59:57 -0800 Subject: [PATCH] tone done weights massively --- app/controllers/basil_controller.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/controllers/basil_controller.rb b/app/controllers/basil_controller.rb index 16ba7722..e5991416 100644 --- a/app/controllers/basil_controller.rb +++ b/app/controllers/basil_controller.rb @@ -107,11 +107,11 @@ class BasilController < ApplicationController end field_importance_multipliers = { - 'hair': 1.4, - 'hair color': 1.4, - 'hair style': 1.2, - 'skin tone': 1.3, - 'race': 1.3 + 'hair': 1.2, + 'hair color': 1.2, + 'hair style': 1.1, + 'skin tone': 1.1, + 'race': 1.1 } # Step 3. Do it all again for every other field, too