markov_macaws.conf 539 B

1234567891011121314151617
  1. #distance at which parrots see messages from players,
  2. #and at which players see messages from parrots
  3. hear_distance = 10
  4. #chances in percent
  5. #talk chance if parrot is on its own
  6. talk_chance = 20
  7. #talk chance if parrot is with a friend(player)
  8. talk_chance_friend = 80
  9. #so players can't fill up all the memory by talking to parrots
  10. #this isn't exact every so many learned sentences, the words are culled.
  11. max_known_words = 60
  12. #items that parrots can eat
  13. foods = default:apple, default:blueberries, farming:seed_wheat, farming:seed_cotton