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

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