From 85fb010ee81ee6b543a44e68798669cc1c307005 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Sat, 1 Jun 2019 13:54:54 +0200 Subject: [PATCH] proberadius of detailed surface scanner is modified multiplicatively --- modifications/modifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modifications/modifications.json b/modifications/modifications.json index c816317..4787050 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -52,7 +52,7 @@ "jumpboost": {"id": 47, "name": "jumpboost", "type": "numeric", "method": "additive", "higherbetter": true}, "shieldaddition": {"id": 50, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true}, "chargetime": {"id": 52, "name": "chargetime", "type": "percentage", "method": "multiplicative", "higherbetter": false}, - "proberadius": {"id": 53, "name": "proberadius", "type": "percentage", "method": "additive", "higherbetter": true}, + "proberadius": {"id": 53, "name": "proberadius", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "scanrange": {"id": 54, "name": "scanrange", "type": "numeric", "method": "additive", "higherbetter": true}, "maxangle": {"id": 55, "name": "maxangle", "type": "numeric", "method": "additive", "higherbetter": true} }