Tweak OF Arm rating
This commit is contained in:
parent
ed296a0b13
commit
053f577c45
@ -307,7 +307,7 @@ async def get_basic_scouting(cardset_id: list = Query(default=None)):
|
||||
|
||||
if of_pos is not None:
|
||||
if df_data['Arm OF'] < 0:
|
||||
of_raw = df_data['Arm OF'] * -5
|
||||
of_raw = df_data['Arm OF'] * -10
|
||||
else:
|
||||
of_raw = (5 - df_data['Arm OF'])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user