123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- # 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/>.
- #
- ###########################################################################
- # Elemental Summons Database
- ###########################################################################
- #
- # Elemental Summons Settings
- #
- ###########################################################################
- # - Id Elemental ID.
- # AegisName Server name to reference the elemental in scripts and lookups, should use no spaces.
- # Name Name in English.
- # Level Level.
- # Hp Additional HP. Base HP depends on caster HP. (Default: 0)
- # Sp Additional SP. Base SP depends on caster SP. (Default: 1)
- # Attack Additional minimum attack. Base attack depends on caster attack. (Default: 0)
- # Attack2 Additional maximum attack. Base attack depends on caster attack. (Default: 0)
- # Defense Physical defense of the elemental, reduces melee and ranged physical attack/skill damage. Base defense depends on the caster defense. (Default: 0)
- # MagicDefense Magic defense of the elemental, reduces magical skill damage. Base magic defense depends on the caster magic defense. (Default: 0)
- # Str Strength which affects attack. (Default: 0)
- # Agi Agility which affects flee. (Default: 0)
- # Vit Vitality which affects defense. (Default: 0)
- # Int Intelligence which affects magic attack. (Default: 0)
- # Dex Dexterity which affects hit rate. (Default: 0)
- # Luk Luck which affects perfect dodge/lucky flee/perfect flee/lucky dodge rate. (Default: 0)
- # AttackRange Attack range. (Default: 1)
- # SkillRange Skill cast range. (Default: 5)
- # ChaseRange Chase range. (Default: 12)
- # Size Size.
- # Race Race. (Default: Formless)
- # Element Element.
- # ElementLevel Level of element.
- # WalkSpeed Walk speed. (Default: 200)
- # AttackDelay Attack speed. (Default: 504)
- # AttackMotion Attack animation speed. Base AttackMotion depends on the caster AttackMotion. (Default: 1020)
- # DamageMotion Damage animation speed. (Default: 360)
- # Mode: List of elemental skills by mode. (Optional)
- # <mode>: Mode name to define the skill available. Available modes are Passive, Assist, and Aggressive.
- # Skill Skill name.
- # Level Skill level. (Default: 1)
- ###########################################################################
- Header:
- Type: ELEMENTAL_DB
- Version: 1
- Footer:
- Imports:
- - Path: db/re/elemental_db.yml
- Mode: Renewal
- - Path: db/import/elemental_db.yml
|