@if (!empty($properties)) @if (isset($properties['structural_integrity'])) @endif @if (isset($properties['shield'])) @endif @if (isset($properties['attack'])) @endif @if (isset($properties['speed'])) @endif @if (isset($properties['capacity'])) @endif @if (isset($properties['fuel'])) @endif
Technical data
Structural Integrity {{ \OGame\Facades\AppUtil::formatNumber($properties['structural_integrity']) }}
Shield Strength {{ \OGame\Facades\AppUtil::formatNumber($properties['shield']) }}
Attack Strength {{ \OGame\Facades\AppUtil::formatNumber($properties['attack']) }}
Speed {{ \OGame\Facades\AppUtil::formatNumber($properties['speed']) }}
Cargo Capacity {{ \OGame\Facades\AppUtil::formatNumber($properties['capacity']) }}
Fuel usage (Deuterium) {{ \OGame\Facades\AppUtil::formatNumber($properties['fuel']) }}
@endif