Browse Source

Not static

combat-2
MagicBot 8 months ago
parent
commit
389373be30
  1. 2
      src/engine/objects/ItemTemplate.java

2
src/engine/objects/ItemTemplate.java

@ -81,7 +81,7 @@ public class ItemTemplate {
public int item_level_req; public int item_level_req;
public Enum.SexType item_sex_req; public Enum.SexType item_sex_req;
public HashMap<String, int[]> item_user_power_action = new HashMap<>(); public HashMap<String, int[]> item_user_power_action = new HashMap<>();
public static HashMap<String, Integer> item_power_grant = new HashMap<>(); public HashMap<String, Integer> item_power_grant = new HashMap<>();
public HashMap<String, int[]> item_power_action = new HashMap<>(); public HashMap<String, int[]> item_power_action = new HashMap<>();
public HashMap<Enum.ResourceType, Integer> item_resource_cost = new HashMap<>(); public HashMap<Enum.ResourceType, Integer> item_resource_cost = new HashMap<>();
public int modTable; public int modTable;

Loading…
Cancel
Save