liblcf
Loading...
Searching...
No Matches
ldb_trooppagecondition_flags.h
Go to the documentation of this file.
1/* !!!! GENERATED FILE - DO NOT EDIT !!!!
2 * --------------------------------------
3 *
4 * This file is part of liblcf. Copyright (c) 2020 liblcf authors.
5 * https://github.com/EasyRPG/liblcf - https://easyrpg.org
6 *
7 * liblcf is Free/Libre Open Source Software, released under the MIT License.
8 * For the full copyright and license information, please view the COPYING
9 * file that was distributed with this source code.
10 */
11
12/*
13 * Headers
14 */
15#include "ldb_reader.h"
16#include "ldb_chunks.h"
17#include "reader_struct.h"
18
19
20// Read TroopPageCondition.
21
22template <>
23char const* const Flags<RPG::TroopPageCondition::Flags>::name = "TroopPageCondition_Flags";
24
25template <>
27 "switch_a",
28 "switch_b",
29 "variable",
30 "turn",
31 "fatigue",
32 "enemy_hp",
33 "actor_hp",
34 "turn_enemy",
35 "turn_actor",
36 "command_actor"
37};
38
39template <>
41 0,
42 0,
43 0,
44 0,
45 0,
46 0,
47 0,
48 1,
49 1,
50 1
51};
52