
* Alphabetically sorted includes. * Updated copyright and license text to match across all files. * Removed pragma once define in header files in lieu of ifdef guards.
14 lines
458 B
PHP
14 lines
458 B
PHP
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
|
// For more information, see LICENCE in the main folder
|
|
|
|
/**
|
|
* Custom battle config initializations
|
|
* Place the definition of custom battle configuration initializations in this file.
|
|
*
|
|
* Do not forget to add a comma at the end of the line, if you want to add another config
|
|
*
|
|
* Format:
|
|
* { "name", &battle_config.<variable name>, <default value>, <minimum value>, <maximum value> },
|
|
**/
|
|
|