power_granted_skills hashmap defined

This commit is contained in:
2024-04-03 16:14:21 -04:00
parent 3e2f420c30
commit fcf76011f4
+2 -4
View File
@@ -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) {