From f0807aaa1b0e05f384b3101faf466e04f6ca6411 Mon Sep 17 00:00:00 2001 From: Zitchas <32169904+Zitchas@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:35:03 -0400 Subject: [PATCH] feat(test): The Greyshrike test ship doesn't have slots, and thus causes an error. (#68) --- .../tests/tests_flagship_attribute_autoconditions.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/integration/config/plugins/integration-tests/data/tests/tests_flagship_attribute_autoconditions.txt b/tests/integration/config/plugins/integration-tests/data/tests/tests_flagship_attribute_autoconditions.txt index e8494899d121..b2ad65065646 100644 --- a/tests/integration/config/plugins/integration-tests/data/tests/tests_flagship_attribute_autoconditions.txt +++ b/tests/integration/config/plugins/integration-tests/data/tests/tests_flagship_attribute_autoconditions.txt @@ -52,11 +52,14 @@ test-data "Flagship Attribute Autoconditions Save" ramscoop 2.5 "remnant node" 5 "required crew" 9 + "reverse thruster slot" 1 "shield energy" 3 "shield generation" 4.9 shields 16400 "slowing protection" 0.25 + "steering slot" 1 "tactical scan power" 50 + "thruster slot" 2 "turret mounts" 2 "weapon capacity" 220 outfits @@ -152,20 +155,23 @@ test "Flagship Attribute Autoconditions" "flagship base attribute: outfit space" == 552000 "flagship base attribute: ramscoop" == 2500 "flagship base attribute: remnant node" == 5000 + "flagship base attribute: reverse thruster slot" == 1000 "flagship base attribute: required crew" == 9000 "flagship base attribute: shield energy" == 3000 "flagship base attribute: shield generation" == 4900 "flagship base attribute: shields" == 16400000 "flagship base attribute: slowing protection" == 250 + "flagship base attribute: steering slot" == 1000 "flagship base attribute: tactical scan power" == 50000 + "flagship base attribute: thruster slot" == 2000 "flagship base attribute: turret mounts" == 2000 "flagship base attribute: weapon capacity" == 220000 "flagship base attribute: heat generation" == 0 "flagship attribute: cost" == 56534000 "flagship attribute: mass" == 882100 "flagship attribute: drag" == 4300 - "flagship attribute: engine capacity" == 9000 + "flagship attribute: engine capacity" == 882100 "flagship attribute: gun ports" == 0 "flagship attribute: heat generation" == 32300 - "flagship attribute: outfit space" == 16000 + "flagship attribute: outfit space" == 20000 "flagship attribute: weapon capacity" == 58000