Alloy, and updated language file for it

This commit is contained in:
Unl1m1t3d_L1v3s 2026-04-27 07:23:34 -05:00
parent 319a3fd365
commit 5fa7cdfb6a
2 changed files with 18 additions and 0 deletions

View File

@ -264,6 +264,8 @@
"items.materials.original.alloys.stain_steel_3.desc" : "", "items.materials.original.alloys.stain_steel_3.desc" : "",
"items.materials.original.alloys.stellite" : "Stellite", "items.materials.original.alloys.stellite" : "Stellite",
"items.materials.original.alloys.stellite.desc" : "", "items.materials.original.alloys.stellite.desc" : "",
"items.materials.original.alloys.inconel" : "Inconel 718",
"items.materials.original.alloys.inconel.desc" : "",
"_comment_Quests" : "", "_comment_Quests" : "",
"_comment_Recipes" : "", "_comment_Recipes" : "",
"_comment_Shop" : "", "_comment_Shop" : "",

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:inconel",
"texture": "original/assets/textures/materials/alloy/inconel.png",
"displayName": "items.materials.original.alloys.inconel",
"description": "items.materials.original.alloys.inconel.desc",
"meta": {
"storeCategory": "original:alloys",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}