liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rpg_class.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_class.h"
11 
16  ID = 0;
17  name = "";
18  two_swords_style = false;
19  fix_equipment = false;
20  auto_battle = false;
21  super_guard = false;
22  exp_base = 300;
23  exp_inflation = 300;
24  exp_correction = 0;
26 }
bool fix_equipment
Definition: rpg_class.h:30
int exp_correction
Definition: rpg_class.h:36
std::string name
Definition: rpg_class.h:28
int exp_inflation
Definition: rpg_class.h:35
bool auto_battle
Definition: rpg_class.h:31
int exp_base
Definition: rpg_class.h:34
bool super_guard
Definition: rpg_class.h:32
bool two_swords_style
Definition: rpg_class.h:29
int unarmed_animation
Definition: rpg_class.h:37