size_fix.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. # Size Fix Database
  20. ###########################################################################
  21. #
  22. # Size Fix Settings
  23. #
  24. ###########################################################################
  25. # - Weapon Weapon type.
  26. # Small Small size modifier. (Default: 100)
  27. # Medium Medium size modifier. (Default: 100)
  28. # Large Large size modifier. (Default: 100)
  29. ###########################################################################
  30. Header:
  31. Type: SIZE_FIX_DB
  32. Version: 1
  33. Body:
  34. - Weapon: Fist
  35. - Weapon: Dagger
  36. Medium: 75
  37. Large: 50
  38. - Weapon: 1hSword
  39. Small: 75
  40. Large: 75
  41. - Weapon: 2hSword
  42. Small: 75
  43. Medium: 75
  44. - Weapon: 1hSpear
  45. Small: 75
  46. Medium: 75
  47. - Weapon: 2hSpear
  48. Small: 75
  49. Medium: 75
  50. - Weapon: 1hAxe
  51. Small: 50
  52. Medium: 75
  53. - Weapon: 2hAxe
  54. Small: 50
  55. Medium: 75
  56. - Weapon: Mace
  57. Small: 75
  58. - Weapon: 2hMace
  59. - Weapon: Staff
  60. - Weapon: Bow
  61. Large: 75
  62. - Weapon: Musical
  63. Small: 75
  64. Large: 75
  65. - Weapon: Whip
  66. Small: 75
  67. - Weapon: Book
  68. Large: 50
  69. - Weapon: Katar
  70. Small: 75
  71. Large: 75
  72. - Weapon: Revolver
  73. - Weapon: Rifle
  74. - Weapon: Gatling
  75. - Weapon: Shotgun
  76. - Weapon: Grenade
  77. - Weapon: Huuma
  78. - Weapon: 2hStaff
  79. Footer:
  80. Imports:
  81. - Path: db/pre-re/size_fix.yml
  82. Mode: Prerenewal
  83. - Path: db/re/size_fix.yml
  84. Mode: Renewal
  85. - Path: db/import/size_fix.yml