// ****** Spacegate **********
// If you want to explore a Spacegate planet every day, specify a
// command to be passed to the VeracitySpacegate script.
//
// Try "VeracitySpacegate help" to see your many options.
//
// Good choices for a daily run:
//
// random Random coordinates; something new every day!
// random (A-L) You can restrict the difficulty level if you wish
// ABCDEFG (your choice of coordinates) If you are trying to "farm" a particular alien trophy
// procrastinator (or space baby or space pirate) If you want to "farm" skill books
// animals If you want to "farm" rare drops from anomalous animals
// plants If you want to "farm" rare drops from anomalous plants
// animals, plants If you want both anomalous animals and anomalous plants
//
// The script will maximize your equipment for item drop and include all
// required gear needed to mitigate environmental hazards. You can
// specify additional required equipment or desired modifier parameters
// if you wish via a setting in the VeracitySpacegate script.
//
// You must set uo your CCS (via a consult script, perhaps) to handle
// any combats that you may encounter during your exploration.
string spacegate_command = define_property( "VMF.SpacegateCommand", "string", "" );
// There are two strategies used both for picking an appropriate planet
// and make choice decisions.
//
// turns maximize number of skippable choice adventures
// research minimize combats, maximize rocks
string spacegate_strategy = define_property( "VMF.SpacegateStrategy", "string", "turns" );