forked from rathena/rathena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus.yml
53 lines (51 loc) · 2.85 KB
/
status.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# This file is a part of rAthena.
# Copyright(C) 2022 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/>.
#
###########################################################################
# Status Change Database
###########################################################################
#
# Status Change Settings
#
###########################################################################
# - Status Status change name.
# Icon Status change icon. (Default: EFST_BLANK)
# DurationLookup Default status change duration. (Default: 0)
# States: Status change state to determine player states. (Default: None)
# CalcFlags: Status change calculation to indicate which stat is adjusted. (Default: None)
# Opt1 Special effect when a status change is active. Non-stackable. (Default: None)
# Opt2: Special options/client effects when a status change is active. (Default: None)
# Opt3: Special options/client effects when a status change is active. (Default: Normal)
# Options: Special options/client effects when a status change is active. (Default: Nothing)
# Flags: Special flags which trigger during certain events. (Default: None)
# MinRate Minimum rate after status change reduction (10000 = 100%). (Default: 0)
# MinDuration Minimum duration in milliseconds after status change reduction. (Default: 1)
# Fail: List of Status Changes that causes the status to fail to activate. (Optional)
# EndOnStart: List of Status Changes that will end when the status activates. (Optional)
# EndReturn: List of Status Changes that will end when the status activates and won't give its effect. (Optional)
# EndOnEnd: List of Status Changes that will end when the status becomes inactive. (Optional)
###########################################################################
Header:
Type: STATUS_DB
Version: 3
Footer:
Imports:
- Path: db/pre-re/status.yml
Mode: Prerenewal
- Path: db/re/status.yml
Mode: Renewal
- Path: db/import/status.yml