rathena/db/import-tmpl/map_zones.yml
aleos 39f6e1492b Initial implementation of Map Zones
* Implements Map Zones which allows easier configuration of map settings.
* The restricted mapflag has been removed as they will no longer be needed.
* General cleanups and optimizations.
2024-01-12 15:43:52 -05:00

40 lines
1.8 KiB
YAML

# This file is a part of rAthena.
# Copyright(C) 2024 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/>.
#
###########################################################################
# Map Zone Database
###########################################################################
#
# Map Zone Settings
#
###########################################################################
# - Id Zone ID.
# DisabledCommands: List of disabled @commands. (Default: null)
# DisabledSkills: List of disabled skills. (Default: null)
# DisabledItems: List of disabled items. (Default: null)
# DisabledStatuses: List of disabled statuses. (Default: null)
# RestrictedJobs: List of restricted jobs from entering zone. (Default: null)
# Maps: List of maps to apply the zone to.
# Mapflags: List of mapflags. (Default: null)
# - Flag Mapflag name.
# Value Value assigned to mapflag. (Default: true)
###########################################################################
Header:
Type: MAP_ZONES
Version: 1