Describe the bug
Certain properties do not apply to defense objects, these are: speed, cargo capacity and fuel usage.
To Reproduce
Steps to reproduce the behavior:
Go to Defense.
Click on rocket launcher then click on the "?" button.
Expected behavior
Expecting the above mentioned properties to not show up for defense objects.
Screenshots
Additional context
The template for this popup can be found in resources/views/ingame/techtree/info/properties.blade.php. The additional logic can most likely be added, perhaps in combination with a change in the controller which is located in app/Http/Controllers/TechtreeController.php.
Describe the bug Certain properties do not apply to defense objects, these are: speed, cargo capacity and fuel usage.
To Reproduce Steps to reproduce the behavior:
Expected behavior Expecting the above mentioned properties to not show up for defense objects.
Screenshots
Additional context The template for this popup can be found in
resources/views/ingame/techtree/info/properties.blade.php
. The additional logic can most likely be added, perhaps in combination with a change in the controller which is located inapp/Http/Controllers/TechtreeController.php
.