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
|
2010-05-09 23:13:12 +00:00
|
|
|
methods scanForNearestMerchantman and scanForRandomMerchantman. They can
|
2007-09-12 17:00:59 +00:00
|
|
|
also be identified with the JavaScript property isPirateVictim.
|
|
|
|
*/
|
|
|
|
|
|
|
|
(
|
2013-09-08 12:42:12 +01:00
|
|
|
/* This file is deprecated. Pirate victim roles should be added to the
|
|
|
|
* role-categories.plist file in the "oolite-pirate-victim" entry.
|
|
|
|
*
|
|
|
|
* Entries placed in this file by OXPs will still be read.
|
|
|
|
*/
|
2007-09-12 17:00:59 +00:00
|
|
|
)
|