Skip to content

Commit

Permalink
add cold regional material (Warframe reference)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Oct 28, 2023
1 parent 505ae23 commit 996dba9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
13 changes: 13 additions & 0 deletions community/inventory_service/item-schema-strange-crafting.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
17 changes: 16 additions & 1 deletion community/inventory_service/item-schema-strange-drops.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"
}
]
}

0 comments on commit 996dba9

Please sign in to comment.