There is another way to increase the HP of the starbase, that will let you set it to any arbitrary number.
First, open up the GC2Types.xml and add the following:
<Hull Name="StarbaseHull">
<DisplayName>Starbase Hull</DisplayName>
<Description>Huge hulls are for true capital ships. They use 10 logistical points.</Description>
<Cost>320</Cost>
<SensorRange>4</SensorRange>
<Size>150</Size>
<HP>200</HP> <!-- this is where you put in what HP value you want -->
<Model>Huge_0</Model>
<Thumbnail>Huge_0</Thumbnail>
<Speed>1</Speed>
<Category>Huge</Category>
<Logistics>10</Logistics>
<Tech_Requirement>ImpossibleTech</Tech_Requirement>
</Hull>
Then, open up GC2Ships.xml and change to the following:
<Ship Name="Starbase">
<DisplayName>Starbase</DisplayName>
<Model>Starbase</Model>
<Description>Starbases expand your resources and extend your influence.</Description>
<Tech_Requirement>ImpossibleTech</Tech_Requirement>
<Component>StarbaseHull</Component>
<Ability>Starbase</Ability>
</Ship>