|
|
@ -8,6 +8,6 @@ public class EffectEntry { |
|
|
|
public String name; |
|
|
|
public String name; |
|
|
|
public int icon; |
|
|
|
public int icon; |
|
|
|
public HashSet<String> sources = new HashSet<>(); |
|
|
|
public HashSet<String> sources = new HashSet<>(); |
|
|
|
public ArrayList<EffectModifier> mods; |
|
|
|
public ArrayList<EffectModifier> mods = new ArrayList<>(); |
|
|
|
public HashSet<String> conditions; |
|
|
|
public HashSet<String> conditions = new HashSet<>(); |
|
|
|
} |
|
|
|
} |
|
|
|