home *** CD-ROM | disk | FTP | other *** search
/ Gambler 33 A / GAMBLERCD33A.BIN / Demos / CIVILCTP / setup / data / civdemo.ctp / ctp_data / default / aidata / personalitySciFew.fli < prev    next >
Text File  |  1999-06-23  |  2KB  |  59 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. #include "mainSciFew.fli"
  5.  
  6. // These things can be set for diplomatic uses and act as the final modifier
  7. // on utility functions for the given message
  8. // GREETING_coeff
  9. // DEMAND_ADVANCE_coeff
  10. // DEMAND_CITY_coeff
  11. // DEMAND_MAP_coeff
  12. // DEMAND_GOLD_coeff
  13. // DEMAND_STOP_TRADE_coeff
  14. // DEMAND_ATTACK_ENEMY_coeff
  15. // DEMAND_LEAVE_OUR_LANDS_coeff
  16. // DEMAND_REDUCE_POLLUTION_coeff
  17. // DEMAND_LOWER_TARIFFS_coeff
  18. // OFFER_ADVANCE_coeff
  19. // OFFER_CITY_coeff
  20. // OFFER_MAP_coeff
  21. // OFFER_GOLD_coeff
  22. // OFFER_CEASE_FIRE_coeff
  23. // OFFER_PERMANENT_ALLIANCE_coeff
  24. // OFFER_PACT_CAPTURE_CITY_coeff
  25. // OFFER_PACT_END_GLOBAL_WARMING_coeff
  26. // OFFER_PACT_END_OZONE_LOSS_coeff
  27. // EXCHANGE_ADVANCE_coeff
  28. // EXCHANGE_CITY_coeff
  29. // EXCHANGE_MAP_coeff
  30.     
  31. fuzzy_pre_outgoing_diplomacy {
  32.     output greeting_coeff[0, 10000] = 1
  33.     output demand_advance_coeff[0, 10000] = 1
  34.     output demand_city_coeff[0, 10000] = 0.0
  35.     output demand_map_coeff[0, 10000] = 1
  36.     output demand_gold_coeff[0, 10000] = 1
  37.     output demand_stop_trade_coeff[0, 10000] = 1
  38.     output demand_attack_enemy_coeff[0, 10000] = 1
  39.     output demand_leave_our_lands_coeff[0, 10000] = 1
  40.     output demand_reduce_pollution_coeff[0, 10000] = 1
  41.     output demand_lower_tariffs_coeff[0, 10000] = 1
  42.     output offer_advance_coeff[0, 10000] = 1
  43.     output offer_city_coeff[0, 10000] = 0.0
  44.     output offer_map_coeff[0, 10000] = 1
  45.     output offer_gold_coeff[0, 10000] = 1
  46.     output offer_cease_fire_coeff[0, 10000] = 1
  47.     output offer_permanent_alliance_coeff[0, 10000] = 1
  48.     output offer_pact_capture_city_coeff[0, 10000] = 0
  49.     output offer_pact_end_global_warming_coeff[0, 10000] = 0
  50.     output offer_pact_end_ozone_loss_coeff[0, 10000] = 0
  51.     output exchange_advance_coeff[0, 10000] = 1
  52.     output exchange_city_coeff[0, 10000] = 0   
  53.     output exchange_map_coeff[0, 10000] = 1
  54.     output give_advance[0, 10000] = 1
  55.  
  56.     // Won't send the same message more often than this many turns
  57.     output diplomatic_persistence[0, 10000] = 13
  58. }
  59.