diff --git a/community/inventory_service/item-schema-strange-crafting.json b/community/inventory_service/item-schema-strange-crafting.json index 4b30d0f0d..066f35e1c 100644 --- a/community/inventory_service/item-schema-strange-crafting.json +++ b/community/inventory_service/item-schema-strange-crafting.json @@ -296,6 +296,19 @@ "auto_stack": true, "tags": "rarity:common;crafting_item:regional", "compressed_dynamic_props": "m_unQuantity" + }, + { + "itemdefid": 4026, + "type": "item", + "translator_note": "This material is a reference to the identically-named material in Warframe.", + "name_english": "Cryotic", + "display_type_english": "Salvaged Material", + "description_english": "A hazardous material that freezes on contact, found while on a mission.", + "after_description_english": "Quantity: %m_unQuantity%", + "icon_url": "https://stats.reactivedrop.com/static/medals/error.png", + "auto_stack": true, + "tags": "rarity:common;crafting_item:regional", + "compressed_dynamic_props": "m_unQuantity" } ] } diff --git a/community/inventory_service/item-schema-strange-drops.json b/community/inventory_service/item-schema-strange-drops.json index ea572a8b3..7a221d128 100644 --- a/community/inventory_service/item-schema-strange-drops.json +++ b/community/inventory_service/item-schema-strange-drops.json @@ -417,7 +417,7 @@ "itemdefid": 7055, "type": "generator", "name": "Random Material Token Regional", - "bundle": "7020;7021;7022;7023;7024;7025;7026;7027" + "bundle": "7020;7021;7022;7023;7024;7025;7026;7027;7071" }, { "itemdefid": 7056, @@ -508,6 +508,21 @@ "type": "generator", "name": "Material Common Battery Pack x0 or x1", "bundle": "4008;7056" + }, + { + "itemdefid": 7071, + "type": "item", + "name": "Material Token Regional Cryotic", + "game_only": true, + "item_slot": "material_drop_token" + }, + { + "itemdefid": 7072, + "type": "bundle", + "name": "Material Redeem Regional Cryotic", + "description": "Grants crafting material Cryotic x1", + "exchange": "7071", + "bundle": "4026" } ] }