diff options
Diffstat (limited to 'universe')
-rw-r--r-- | universe/resources/universe/ship_types.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/universe/resources/universe/ship_types.json b/universe/resources/universe/ship_types.json index 0e7bc89..333c634 100644 --- a/universe/resources/universe/ship_types.json +++ b/universe/resources/universe/ship_types.json @@ -19,5 +19,68 @@ "base_armour_points": 400.0, "base_shield_points": 1400.0, "max_speed": 336.0 + }, + { + "name": "Hera's Fury", + "base_structure_points": 800, + "base_armour_points": 1800, + "base_shield_points": 1100, + "max_speed": 180 + }, + { + "name": "Hephaestus' Anvil", + "base_structure_points": 800, + "base_armour_points": 4200, + "base_shield_points": 2000, + "max_speed": 125 + }, + { + "name": "Orpheus' Lament", + "base_structure_points": 800, + "base_armour_points": 2850, + "base_shield_points": 200, + "max_speed": 275 + }, + { + "name": "Vayu", + "base_structure_points": 600, + "base_armour_points": 300, + "base_shield_points": 2100, + "max_speed": 450 + }, + { + "name": "Sudarshana", + "base_structure_points": 600, + "base_armour_points": 1000, + "base_shield_points": 3750, + "max_speed": 275 + }, + { + "name": "Solaris", + "base_structure_points": 600, + "base_armour_points": 400, + "base_shield_points": 2400, + "max_speed": 400 + }, + { + "name": "Niraya Rakshasa", + "base_structure_points": 50, + "base_armour_points": 3000, + "base_shield_points": 3000, + "max_speed": 380 + }, + { + "name": "Vimana Rakshasa", + "base_structure_points": 50, + "base_armour_points": 1000, + "base_shield_points": 1000, + "max_speed": 300 + }, + { + "name": "Rudra Rakshasa", + "base_structure_points": 50, + "base_armour_points": 2000, + "base_shield_points": 2000, + "max_speed": 550 } ] |