home *** CD-ROM | disk | FTP | other *** search
/ Gambler 33 A / GAMBLERCD33A.BIN / Demos / CIVILCTP / setup / data / civdemo.ctp / ctp_data / default / aidata / personalitySciMany.fli < prev    next >
Text File  |  1999-06-23  |  1KB  |  35 lines

  1. // This is the default personality if none is specified in the profile.
  2. // Other personalities will be in personalityXXX.fli where XXX is whatever
  3. // string is in the profile.
  4.  
  5. #include "mainSciMany.fli"
  6.  
  7. fuzzy_pre_outgoing_diplomacy {
  8.     output greeting_coeff[0, 10000] = 10000.0
  9.     output demand_advance_coeff[0, 10000] = 1
  10.     output demand_city_coeff[0, 10000] = 0.0
  11.     output demand_map_coeff[0, 10000] = 1
  12.     output demand_gold_coeff[0, 10000] = 1
  13.     output demand_stop_trade_coeff[0, 10000] = 1
  14.     output demand_attack_enemy_coeff[0, 10000] = 1
  15.     output demand_leave_our_lands_coeff[0, 10000] = 1
  16.     output demand_reduce_pollution_coeff[0, 10000] = 1
  17.     output demand_lower_tariffs_coeff[0, 10000] = 1
  18.     output offer_advance_coeff[0, 10000] = 1
  19.     output offer_city_coeff[0, 10000] = 0.0
  20.     output offer_map_coeff[0, 10000] = 1
  21.     output offer_gold_coeff[0, 10000] = 1
  22.     output offer_cease_fire_coeff[0, 10000] = 1
  23.     output offer_permanent_alliance_coeff[0, 10000] = 0
  24.     output offer_pact_capture_city_coeff[0, 10000] = 0
  25.     output offer_pact_end_global_warming_coeff[0, 10000] = 0
  26.     output offer_pact_end_ozone_loss_coeff[0, 10000] = 0
  27.     output exchange_advance_coeff[0, 10000] = 1
  28.     output exchange_city_coeff[0, 10000] = 0.0  
  29.     output exchange_map_coeff[0, 10000] = 0
  30.     output give_advance[0, 10000] = 1
  31.  
  32.     // Won't send the same message more often than this many turns
  33.     output diplomatic_persistence[0, 10000] = 9
  34. }
  35.