|
|
|
@ -134,6 +134,7 @@ public class ItemTemplate {
@@ -134,6 +134,7 @@ public class ItemTemplate {
|
|
|
|
|
if (jsonObject.containsValue("item_bulk_factor")) |
|
|
|
|
item_bulk_factor = ((Double) jsonObject.get("item_bulk_factor")).floatValue(); |
|
|
|
|
|
|
|
|
|
if (jsonObject.containsValue("item_defense_rating")) |
|
|
|
|
item_defense_rating = ((Double) jsonObject.get("item_defense_rating")).floatValue(); |
|
|
|
|
|
|
|
|
|
JSONArray itemflags = (JSONArray) jsonObject.get("item_flags"); |
|
|
|
|