pet_db.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. ###########################################################################
  2. # Pet Database
  3. ###########################################################################
  4. #
  5. # Pet Settings
  6. #
  7. ###########################################################################
  8. # - Mob Monster that can be used as pet
  9. # TameItem Pet Tame Item.
  10. # EggItem Pet Egg Item.
  11. # EquipItem Pet Accessory Item. (Default: 0)
  12. # FoodItem Pet Food Item. (Default: 0)
  13. # Fullness The amount of hunger is decreased every [HungryDelay] seconds.
  14. # HungryDelay The amount of time in seconds it takes for hunger to decrease after feeding. (Default: 60)
  15. # HungerIncrease The amount of hunger that is increased every time the pet is fed (Default: 20)
  16. # IntimacyStart Amount of Intimacy the pet starts with. (Default: 250)
  17. # IntimacyFed Amount of Intimacy that is increased when fed. (Default: 50)
  18. # IntimacyOverfed Amount of Intimacy that is increased when over-fed. (Default: -100)
  19. # IntimacyHungry Amount of Intimacy that is increased when the pet is hungry. (Default: -5)
  20. # IntimacyOwnerDie Amount of Intimacy that is increased when the pet owner dies. (Default: -20)
  21. # CaptureRate Capture success rate. (10000 = 100%)
  22. # SpecialPerformance If a pet has a Special Performance. (Default: true)
  23. # AttackRate Rate of which the pet will attack [requires at least pet_support_min_friendly intimacy]. (10000 = 100%)
  24. # RetaliateRate Rate of which the pet will retaliate when master is being attacked [requires at least pet_support_min_friendly intimacy]. (10000 = 100%)
  25. # ChangeTargetRate Rate of which the pet will change its attack target. (10000 = 100%)
  26. # AllowAutoFeed Allows turning automatic pet feeding on. (Default: false)
  27. # Script Bonus script to execute when the pet is alive. (Default: null)
  28. # SupportScript Bonus script to execute when pet_status_support is enabled. (Default: null)
  29. # Evolution: Pet evolution settings. (Optional) (Default: null)
  30. # - Target Mob this pet can evolve to.
  31. # ItemRequirements: Item requirements for evolving this pet.
  32. # - Item Self-explanatory
  33. # Amount
  34. ###########################################################################