forked from MagicBane/Server
power_granted_skills hashmap defined
This commit is contained in:
@@ -97,13 +97,11 @@ public class ItemTemplate {
|
||||
public float deed_namelookup_val;
|
||||
public boolean deed_custom_city;
|
||||
public int deed_structure_id;
|
||||
|
||||
// Rune related fields
|
||||
|
||||
public HashMap<Enum.AttributeType, Integer> rune_attr_adj = new HashMap<>();
|
||||
public HashMap<Enum.AttributeType, Integer> rune_max_attr_adj = new HashMap<>();
|
||||
public HashMap<String, Integer> rune_skill_grant = new HashMap<>();
|
||||
public HashMap<Integer, Integer> skill_granted_skills = new HashMap<>();
|
||||
public HashMap<String, Integer> skill_granted_skills = new HashMap<>();
|
||||
public HashMap<String, Integer> power_granted_skills = new HashMap<>();
|
||||
|
||||
public ItemTemplate(JSONObject jsonObject) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user