Alloy, and updated language file for it
This commit is contained in:
parent
319a3fd365
commit
5fa7cdfb6a
@ -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" : "",
|
||||||
|
|||||||
16
original/data/items/materials/alloys/inconel.json
Normal file
16
original/data/items/materials/alloys/inconel.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user