Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
That's been about my experience. You can't get close enough to take out their turrets. It defeats the purpose of raiding NPC Cargo ships.
You can also use decoys to draw their fire away from your vital parts. Either use the decoy blocks or mount cameras on your ship on expendable appendages.
<TypeId>LargeGatlingTurret</TypeId>
defines it's ammo as
<WeaponDefinitionId Subtype="LargeGatlingTurret" />
in the CubeBlocks.sbc
For that WeaponId, you find
<AmmoMagazine Subtype="NATO_25x184mm" />
in the Weapons.sbc
Within AmmoMagazines.sbc we find
<AmmoDefinitionId Subtype="LargeCaliber" />
for that type.
Checking Ammos.sbc we find the final resolution for that type and it has
<MaxTrajectory>800</MaxTrajectory>
by default.
So Gatling Turret shots should have a max trajectory of 800 m, like all projectiles.