2007-09-12 17:00:59 +00:00
|
|
|
/* List of roles pirates will attack.
|
|
|
|
|
|
|
|
Ships whose primary role is among those listed can be located with the AI
|
|
|
|
methods scanForNearestMerchantmen and scanForRandomMerchantmen. They can
|
|
|
|
also be identified with the JavaScript property isPirateVictim.
|
|
|
|
*/
|
|
|
|
|
|
|
|
(
|
|
|
|
"player",
|
|
|
|
"trader",
|
2007-12-05 14:32:56 +00:00
|
|
|
"shuttle",
|
|
|
|
|
2008-11-13 09:47:15 +00:00
|
|
|
// Known trader-like roles from pre-1.70 plug-ins
|
2007-12-05 14:32:56 +00:00
|
|
|
"delta",
|
|
|
|
"gemini",
|
|
|
|
"starseeker",
|
|
|
|
"liner",
|
|
|
|
"strelka",
|
|
|
|
"trident",
|
|
|
|
"coachwhip",
|
|
|
|
"coral",
|
|
|
|
"moraytransport",
|
|
|
|
"woma",
|
|
|
|
"fueltransport",
|
|
|
|
"att1",
|
|
|
|
"impfreighter",
|
|
|
|
"imptanker"
|
2007-09-12 17:00:59 +00:00
|
|
|
)
|