This commit is contained in:
@@ -9,10 +9,10 @@ public class HeatCrash : Script, IScriptChangeBasePower
|
||||
var weightMultiplier = move.User.WeightInKg / target.WeightInKg;
|
||||
basePower = weightMultiplier switch
|
||||
{
|
||||
> 5 => 120,
|
||||
> 4 => 100,
|
||||
> 3 => 80,
|
||||
> 2 => 60,
|
||||
>= 5 => 120,
|
||||
>= 4 => 100,
|
||||
>= 3 => 80,
|
||||
>= 2 => 60,
|
||||
_ => 40,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user