1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- # This file is a part of rAthena.
- # Copyright(C) 2021 rAthena Development Team
- # https://rathena.org - https://github.com/rathena
- #
- # This program is free software: you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation, either version 3 of the License, or
- # (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
- #
- ###########################################################################
- # Mercenary Database
- ###########################################################################
- #
- # Mercenary Settings
- #
- ###########################################################################
- # - Id Mercenary ID.
- # AegisName Server name to reference the mercenary in scripts and lookups, should use no spaces.
- # Name Name in English.
- # Level Level. (Default: 1)
- # Hp Total HP. (Default: 1)
- # Sp Total SP. (Default: 1)
- # Attack Minimum attack. (Default: 0)
- # Attack2 Maximum attack. (Default: 0)
- # Defense Physical defense of the mercenary, reduces melee and ranged physical attack/skill damage. (Default: 0)
- # MagicDefense Magic defense of the mercenary, reduces magical skill damage. (Default: 0)
- # Str Strength which affects attack. (Default: 1)
- # Agi Agility which affects flee. (Default: 1)
- # Vit Vitality which affects defense. (Default: 1)
- # Int Intelligence which affects magic attack. (Default: 1)
- # Dex Dexterity which affects hit rate. (Default: 1)
- # Luk Luck which affects perfect dodge/lucky flee/perfect flee/lucky dodge rate. (Default: 1)
- # AttackRange Attack range. (Default: 0)
- # SkillRange Skill cast range. (Default: 0)
- # ChaseRange Chase range. (Default: 0)
- # Size Size. (Default: Small)
- # Race Race. (Default: Formless)
- # Element Element. (Default: Neutral)
- # ElementLevel Level of element. (Default: 1)
- # WalkSpeed Walk speed. (Default: DEFAULT_WALK_SPEED)
- # AttackDelay Attack speed. (Default: 4000)
- # AttackMotion Attack animation speed. (Default: 2000)
- # DamageMotion Damage animation speed. (Default: 0)
- # Skills: List of mercenary skills. (Optional)
- # - Name Skill name.
- # MaxLevel Max skill level.
- ###########################################################################
- Header:
- Type: MERCENARY_DB
- Version: 1
|