Horizon Official Technical Documentation
StatusEffectDefinitions.hpp
Go to the documentation of this file.
1/***************************************************
2 * _ _ _ *
3 * | | | | (_) *
4 * | |_| | ___ _ __ _ _______ _ __ *
5 * | _ |/ _ \| '__| |_ / _ \| '_ \ *
6 * | | | | (_) | | | |/ / (_) | | | | *
7 * \_| |_/\___/|_| |_/___\___/|_| |_| *
8 ***************************************************
9 * This file is part of Horizon (c).
10 * Copyright (c) 2019 Sagun K. (sagunxp@gmail.com).
11 * Copyright (c) 2019 Horizon Dev Team.
12 *
13 * Base Author - Sagun K. (sagunxp@gmail.com)
14 *
15 * This library is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation, either version 3 of the License, or
18 * (at your option) any later version.
19 *
20 * This library is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
24 *
25 * You should have received a copy of the GNU General Public License
26 * along with this library. If not, see <http://www.gnu.org/licenses/>.
27 **************************************************/
28
29#ifndef HORIZON_ZONE_STATUS_DEFINITIONS
30#define HORIZON_ZONE_STATUS_DEFINITIONS
31
37 SEBHVR_BUFF = 0x010,
42 SEBHVR_NO_BOSS = 0x200
43};
44
46 int type{0};
48 int total_time{0};
49 int val1{0}, val2{0}, val3{0}, val4{0};
50 bool infinite_duration{false};
51};
52
53#endif /* HORIZON_ZONE_STATUS_DEFINITIONS */
status_effect_behavior_type
Definition: StatusEffectDefinitions.hpp:32
@ SEBHVR_NO_CLEARANCE
Definition: StatusEffectDefinitions.hpp:36
@ SEBHVR_VISIBLE
Definition: StatusEffectDefinitions.hpp:41
@ SEBHVR_NO_CLEAR
Definition: StatusEffectDefinitions.hpp:40
@ SEBHVR_BUFF
Definition: StatusEffectDefinitions.hpp:37
@ SEBHVR_MADO_NO_RESET
Definition: StatusEffectDefinitions.hpp:39
@ SEBHVR_DEBUFF
Definition: StatusEffectDefinitions.hpp:38
@ SEBHVR_NO_DISPELL
Definition: StatusEffectDefinitions.hpp:35
@ SEBHVR_NO_BOSS
Definition: StatusEffectDefinitions.hpp:42
@ SEBHVR_NO_SAVE
Definition: StatusEffectDefinitions.hpp:34
@ SEBHVR_NO_REM_DEATH
Definition: StatusEffectDefinitions.hpp:33
Definition: StatusEffectDefinitions.hpp:45
int val1
Definition: StatusEffectDefinitions.hpp:49
bool infinite_duration
Definition: StatusEffectDefinitions.hpp:50
int val2
Definition: StatusEffectDefinitions.hpp:49
int total_time
Definition: StatusEffectDefinitions.hpp:48
int val3
Definition: StatusEffectDefinitions.hpp:49
int type
Definition: StatusEffectDefinitions.hpp:46
int val4
Definition: StatusEffectDefinitions.hpp:49
int current_time
Definition: StatusEffectDefinitions.hpp:47