liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_enemyaction.cpp
Go to the documentation of this file.
1 /* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2 
3 /*
4  * Copyright (c) 2014 liblcf authors
5  * This file is released under the MIT License
6  * http://opensource.org/licenses/MIT
7  */
8 
9 // Headers
10 #include "rpg_enemyaction.h"
11 
16  ID = 0;
17  kind = 0;
18  basic = 1;
19  skill_id = 1;
20  enemy_id = 1;
21  condition_type = 0;
22  condition_param1 = 0;
23  condition_param2 = 0;
24  switch_id = 1;
25  switch_on = false;
26  switch_on_id = 1;
27  switch_off = false;
28  switch_off_id = 1;
29  rating = 50;
30 }