Compare commits
3 Commits
f9a506e10e
...
f113ffbb08
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f113ffbb08 | ||
|
|
51677c8a6a | ||
|
|
ff3e14b7f4 |
@ -182,7 +182,7 @@
|
||||
"items.materials.original.ingots.ingot_gold.desc" : "",
|
||||
"items.materials.original.ores.ore_ilmenite" : "Ilmenite Ore",
|
||||
"items.materials.original.ores.ore_ilmenite.desc" : "",
|
||||
"items.materials.original.ores.ore_aluminum" : "Aluminium Ore",
|
||||
"items.materials.original.ores.ore_aluminum" : "Aluminum Ore",
|
||||
"items.materials.original.ores.ore_aluminum.desc" : "",
|
||||
"items.materials.original.ores.ore_platinum" : "Platinum Ore",
|
||||
"items.materials.original.ores.ore_platinum.desc" : "",
|
||||
@ -296,7 +296,7 @@
|
||||
"items.materials.original.ingots.ingot_manganese.desc" : "",
|
||||
"items.materials.original.ingots.ingot_nickel" : "Nickel Ingot",
|
||||
"items.materials.original.ingots.ingot_nickel.desc" : "",
|
||||
"items.materials.original.ingots.ingot_niobium" : "Niobum Ingot",
|
||||
"items.materials.original.ingots.ingot_niobium" : "Niobium Ingot",
|
||||
"items.materials.original.ingots.ingot_niobium.desc" : "",
|
||||
"items.materials.original.ingots.ingot_palladium" : "Palladium Ingot",
|
||||
"items.materials.original.ingots.ingot_palladium.desc" : "",
|
||||
@ -373,6 +373,8 @@
|
||||
"shop.category.original.materials" : "Materials",
|
||||
"shop.category.original.premium" : "Premium",
|
||||
"recipes.category.original.gadgets_consumables" : "Consumables",
|
||||
"recipes.category.original.ingots" : "Ingots",
|
||||
"skills.category.original.smelting" : "Smelting",
|
||||
"_comment_Rooms" : "",
|
||||
"rooms.original.tutorial.tutorial_boss_room" : "",
|
||||
"rooms.original.tutorial.tutorial_boss_room.desc" : "",
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
"stats": {
|
||||
"defence.rate": 1.5,
|
||||
"health": 10,
|
||||
"penetration.rate": 0,
|
||||
"resistance.base": 0.5,
|
||||
"resistance.physical": 0.5
|
||||
},
|
||||
|
||||
26
original/data/recipes/ingots/ingot_aluminum.json
Normal file
26
original/data/recipes/ingots/ingot_aluminum.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_aluminum": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
},
|
||||
{
|
||||
"mypack:ore_bauxite": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_aluminum": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_aluminum"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_chromium.json
Normal file
23
original/data/recipes/ingots/ingot_chromium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_chromium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_chromium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_chromium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_cobalt.json
Normal file
23
original/data/recipes/ingots/ingot_cobalt.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_cobalt": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_cobalt": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_cobalt"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_copper.json
Normal file
23
original/data/recipes/ingots/ingot_copper.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_copper": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_copper": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_copper"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_gold.json
Normal file
23
original/data/recipes/ingots/ingot_gold.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_gold": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_gold": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_gold"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_ilmenite.json
Normal file
23
original/data/recipes/ingots/ingot_ilmenite.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_ilmenite": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_ilmenite": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_ilmenite"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_iron.json
Normal file
23
original/data/recipes/ingots/ingot_iron.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_iron": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_iron": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_iron"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_lead.json
Normal file
23
original/data/recipes/ingots/ingot_lead.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_lead": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_lead": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_lead"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_lithium.json
Normal file
23
original/data/recipes/ingots/ingot_lithium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_lithium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_lithium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_lithium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_magnesium.json
Normal file
23
original/data/recipes/ingots/ingot_magnesium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_magnesium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_magnesium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_magnesium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_manganese.json
Normal file
23
original/data/recipes/ingots/ingot_manganese.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_manganese": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_manganese": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_manganese"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_nickel.json
Normal file
23
original/data/recipes/ingots/ingot_nickel.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_nickel": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_nickel": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_nickel"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_niobium.json
Normal file
23
original/data/recipes/ingots/ingot_niobium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_niobium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_niobium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_niobium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_palladium.json
Normal file
23
original/data/recipes/ingots/ingot_palladium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_palladium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_palladium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_palladium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_platinum.json
Normal file
23
original/data/recipes/ingots/ingot_platinum.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_platinum": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_platinum": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_platinum"
|
||||
}
|
||||
}
|
||||
26
original/data/recipes/ingots/ingot_silicon.json
Normal file
26
original/data/recipes/ingots/ingot_silicon.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_silicon": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
},
|
||||
{
|
||||
"mypack:ore_sand": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_silicon": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_silicon"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_titanium.json
Normal file
23
original/data/recipes/ingots/ingot_titanium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_titanium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_titanium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_titanium"
|
||||
}
|
||||
}
|
||||
26
original/data/recipes/ingots/ingot_tungsten.json
Normal file
26
original/data/recipes/ingots/ingot_tungsten.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_tungsten": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
},
|
||||
{
|
||||
"mypack:ore_wolframite": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_tungsten": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_tungsten"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_uranium.json
Normal file
23
original/data/recipes/ingots/ingot_uranium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_uranium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_uranium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_uranium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_vanadium.json
Normal file
23
original/data/recipes/ingots/ingot_vanadium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_vanadium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_vanadium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_vanadium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_zinc.json
Normal file
23
original/data/recipes/ingots/ingot_zinc.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_zinc": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_zinc": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_zinc"
|
||||
}
|
||||
}
|
||||
@ -162,6 +162,9 @@
|
||||
},
|
||||
"original:gadgets_consumables": {
|
||||
"displayName": "recipes.category.original.gadgets_consumables"
|
||||
},
|
||||
"original:ingots": {
|
||||
"displayName": "recipes.category.original.ingots"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -191,6 +194,10 @@
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"categories": {}
|
||||
"categories": {
|
||||
"original:smelting": {
|
||||
"displayName": "skills.category.original.smelting"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user