How does this work:
Station receives a communication extorting current cargo point, if they answer yes the points are just gone and nothing of interest happens.
If station refuses to pay or is silent for 3 minutes, pirate shuttle spawns somewhere in space.
There's an internal GPS onboard so crew will always be able to follow the shuttle.
Crew of 3, moderately armed. (Balance pending)
Shuttle engines have 3 minute cooldown between jumps.
Special shuttle equipment will block cargo and emergency shuttles from leaving and slowly steal the points.
27 lines
1.9 KiB
Plaintext
27 lines
1.9 KiB
Plaintext
GLOBAL_LIST_INIT(ai_names, world.file2list("strings/names/ai.txt"))
|
|
GLOBAL_LIST_INIT(wizard_first, world.file2list("strings/names/wizardfirst.txt"))
|
|
GLOBAL_LIST_INIT(wizard_second, world.file2list("strings/names/wizardsecond.txt"))
|
|
GLOBAL_LIST_INIT(ninja_titles, world.file2list("strings/names/ninjatitle.txt"))
|
|
GLOBAL_LIST_INIT(ninja_names, world.file2list("strings/names/ninjaname.txt"))
|
|
GLOBAL_LIST_INIT(commando_names, world.file2list("strings/names/death_commando.txt"))
|
|
GLOBAL_LIST_INIT(first_names_male, world.file2list("strings/names/first_male.txt"))
|
|
GLOBAL_LIST_INIT(first_names_female, world.file2list("strings/names/first_female.txt"))
|
|
GLOBAL_LIST_INIT(last_names, world.file2list("strings/names/last.txt"))
|
|
GLOBAL_LIST_INIT(lizard_names_male, world.file2list("strings/names/lizard_male.txt"))
|
|
GLOBAL_LIST_INIT(lizard_names_female, world.file2list("strings/names/lizard_female.txt"))
|
|
GLOBAL_LIST_INIT(clown_names, world.file2list("strings/names/clown.txt"))
|
|
GLOBAL_LIST_INIT(mime_names, world.file2list("strings/names/mime.txt"))
|
|
GLOBAL_LIST_INIT(carp_names, world.file2list("strings/names/carp.txt"))
|
|
GLOBAL_LIST_INIT(golem_names, world.file2list("strings/names/golem.txt"))
|
|
GLOBAL_LIST_INIT(plasmaman_names, world.file2list("strings/names/plasmaman.txt"))
|
|
GLOBAL_LIST_INIT(posibrain_names, world.file2list("strings/names/posibrain.txt"))
|
|
GLOBAL_LIST_INIT(nightmare_names, world.file2list("strings/names/nightmare.txt"))
|
|
GLOBAL_LIST_INIT(megacarp_first_names, world.file2list("strings/names/megacarp1.txt"))
|
|
GLOBAL_LIST_INIT(megacarp_last_names, world.file2list("strings/names/megacarp2.txt"))
|
|
|
|
GLOBAL_LIST_INIT(verbs, world.file2list("strings/names/verbs.txt"))
|
|
GLOBAL_LIST_INIT(adjectives, world.file2list("strings/names/adjectives.txt"))
|
|
GLOBAL_LIST_INIT(dream_strings, world.file2list("strings/dreamstrings.txt"))
|
|
//loaded on startup because of "
|
|
//would include in rsc if ' was used
|