diff --git a/src/scon/stuff/ship_battle.py b/src/scon/stuff/ship_battle.py index a6d94bd..3c8c11d 100644 --- a/src/scon/stuff/ship_battle.py +++ b/src/scon/stuff/ship_battle.py @@ -236,7 +236,7 @@ def main(): ] )) - game.add_ship(Spaceship('Protoss Carrier', modules=[Shields(1000, resistances={None: 0.2, 'kinetic': 0.5, 'phase': 0.0}, recharge=4), + game.add_ship(Spaceship('Protoss Carrier', modules=[Shields(1000, resistances={None: 0.2, 'kinetic': 0.4, 'phase': 0.01}, recharge=1), DefensiveLayer(100, resistances={None: -0.1, 'kinetic': 0.0, 'phase': 0.2}), Weapon(-1, damage=15, cooldown=5, damage_type='phase'), Weapon(-1, damage=15, cooldown=5, damage_type='phase')