Merge branch 'dev' into ai

This commit is contained in:
Maruno17
2023-02-10 21:20:28 +00:00
33 changed files with 341 additions and 1055 deletions

View File

@@ -461,9 +461,9 @@ class Battle::Battler
return if move_type != gem_type
@effects[PBEffects::GemConsumed] = @item_id
if Settings::MECHANICS_GENERATION >= 6
mults[:base_damage_multiplier] *= 1.3
mults[:power_multiplier] *= 1.3
else
mults[:base_damage_multiplier] *= 1.5
mults[:power_multiplier] *= 1.5
end
end
end