@@ -179,6 +179,7 @@ export enum AbilityValueUsage {
|
||||
Random1 = 8,
|
||||
Random2 = 9,
|
||||
Climax = 10,
|
||||
Fans = 12,
|
||||
MaxStat = 13,
|
||||
GreenCount = 14,
|
||||
DistAdd = 19,
|
||||
@@ -199,7 +200,8 @@ export const ABILITY_SCALE_NAME: Readonly<Record<AbilityValueUsage, string>> = {
|
||||
[AbilityValueUsage.TeamWit]: 'scaling with team Wit',
|
||||
[AbilityValueUsage.Random1]: 'with a random 0× to 0.04× multiplier',
|
||||
[AbilityValueUsage.Random2]: 'with a random 0× to 0.04× mulitplier',
|
||||
[AbilityValueUsage.Climax]: 'scaling with the number of races won in training',
|
||||
[AbilityValueUsage.Climax]: 'scaling with the number of races won in the career',
|
||||
[AbilityValueUsage.Fans]: 'scaling with fans earned in the career',
|
||||
[AbilityValueUsage.MaxStat]: 'scaling with the highest raw stat',
|
||||
[AbilityValueUsage.GreenCount]: 'scaling with the number of Passive skills activated',
|
||||
[AbilityValueUsage.DistAdd]: 'plus extra when far from the lead',
|
||||
|
||||
Reference in New Issue
Block a user