forked from MagicBane/Server
Fields defined.
This commit is contained in:
@@ -102,7 +102,31 @@ public class ItemTemplate {
|
||||
public String rune_type;
|
||||
public String rune_sub_type;
|
||||
public boolean rune_is_standard_character_creation = false;
|
||||
|
||||
public int rune_creation_cost;
|
||||
public int rune_rank;
|
||||
public int rune_pracs_per_level;
|
||||
public float rune_exp_req_to_level;
|
||||
public String rune_sex;
|
||||
public int rune_class_icon;
|
||||
public float rune_health;
|
||||
public int rune_mana;
|
||||
public int rune_stamina;
|
||||
public float rune_min_damage;
|
||||
public float rune_max_damage;
|
||||
public int rune_attack;
|
||||
public int rune_defense;
|
||||
public int rune_level;
|
||||
public HashMap<String, Float> rune_speed = new HashMap<>();
|
||||
public int rune_group_type;
|
||||
public boolean rune_group_is_faction = false;
|
||||
public boolean rune_group_is_guild = false;
|
||||
public String rune_dsc;
|
||||
public String rune_fx_txt;
|
||||
public int rune_group_tactics;
|
||||
public int rune_group_role_set;
|
||||
public boolean rune_renderable = false;
|
||||
public int rune_natural_power_attack;
|
||||
public String rune_sparse_data;
|
||||
|
||||
public ItemTemplate(JSONObject jsonObject) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user