pet_db.yml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2021 rAthena Development Team
  3. # https://rathena.org - https://github.com/rathena
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. #
  18. ###########################################################################
  19. # Pet Database
  20. ###########################################################################
  21. #
  22. # Pet Settings
  23. #
  24. ###########################################################################
  25. # - Mob Monster that can be used as pet
  26. # TameItem Pet Tame Item.
  27. # EggItem Pet Egg Item.
  28. # EquipItem Pet Accessory Item. (Default: 0)
  29. # FoodItem Pet Food Item. (Default: 0)
  30. # Fullness The amount of hunger is decreased every [HungryDelay] seconds.
  31. # HungryDelay The amount of time in seconds it takes for hunger to decrease after feeding. (Default: 60)
  32. # HungerIncrease The amount of hunger that is increased every time the pet is fed (Default: 20)
  33. # IntimacyStart Amount of Intimacy the pet starts with. (Default: 250)
  34. # IntimacyFed Amount of Intimacy that is increased when fed. (Default: 50)
  35. # IntimacyOverfed Amount of Intimacy that is increased when over-fed. (Default: -100)
  36. # IntimacyHungry Amount of Intimacy that is increased when the pet is hungry. (Default: -5)
  37. # IntimacyOwnerDie Amount of Intimacy that is increased when the pet owner dies. (Default: -20)
  38. # CaptureRate Capture success rate. (10000 = 100%)
  39. # SpecialPerformance If a pet has a Special Performance. (Default: true)
  40. # AttackRate Rate of which the pet will attack [requires at least pet_support_min_friendly intimacy]. (10000 = 100%)
  41. # RetaliateRate Rate of which the pet will retaliate when master is being attacked [requires at least pet_support_min_friendly intimacy]. (10000 = 100%)
  42. # ChangeTargetRate Rate of which the pet will change its attack target. (10000 = 100%)
  43. # AllowAutoFeed Allows turning automatic pet feeding on. (Default: false)
  44. # Script Bonus script to execute when the pet is alive. (Default: null)
  45. # SupportScript Bonus script to execute when pet_status_support is enabled. (Default: null)
  46. # Evolution: Pet evolution settings. (Optional) (Default: null)
  47. # - Target Mob this pet can evolve to.
  48. # ItemRequirements: Item requirements for evolving this pet.
  49. # - Item Self-explanatory
  50. # Amount
  51. ###########################################################################
  52. Header:
  53. Type: PET_DB
  54. Version: 1
  55. Footer:
  56. Imports:
  57. - Path: db/pre-re/pet_db.yml
  58. Mode: Prerenewal
  59. - Path: db/re/pet_db.yml
  60. Mode: Renewal
  61. - Path: db/import/pet_db.yml