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

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