Ejemplo n.º 1
0
 public override bool IsValid()
 {
     return(BehaviorLabController.CurrentMatchingEquipmentAsResources(PartType.Sensor).Contains(sensor));
 }
Ejemplo n.º 2
0
 public static List <string> TargetingConditionals()
 {
     return(TargetFunctions.TargetFunctionManager.ConditionalsFrom(BehaviorLabController.CurrentMatchingEquipmentAsResources(PartType.Sensor, true)));
 }
Ejemplo n.º 3
0
 protected override List <string> Supplier()
 {
     return(new List <string>(BehaviorLabController.CurrentMatchingEquipmentAsResources(PartType.Weapon, true)));
 }
Ejemplo n.º 4
0
 public override bool IsValid()
 {
     return(BehaviorLabController.CurrentMatchingEquipmentAsResources(PartType.Transport).Count > 0);
 }