Compare commits
No commits in common. "f113ffbb08e90f8feee874335912e09fc4c2caf0" and "f9a506e10e1627e84a9a3a4c2969aa69ad68b4ab" have entirely different histories.
f113ffbb08
...
f9a506e10e
@ -182,7 +182,7 @@
|
|||||||
"items.materials.original.ingots.ingot_gold.desc" : "",
|
"items.materials.original.ingots.ingot_gold.desc" : "",
|
||||||
"items.materials.original.ores.ore_ilmenite" : "Ilmenite Ore",
|
"items.materials.original.ores.ore_ilmenite" : "Ilmenite Ore",
|
||||||
"items.materials.original.ores.ore_ilmenite.desc" : "",
|
"items.materials.original.ores.ore_ilmenite.desc" : "",
|
||||||
"items.materials.original.ores.ore_aluminum" : "Aluminum Ore",
|
"items.materials.original.ores.ore_aluminum" : "Aluminium Ore",
|
||||||
"items.materials.original.ores.ore_aluminum.desc" : "",
|
"items.materials.original.ores.ore_aluminum.desc" : "",
|
||||||
"items.materials.original.ores.ore_platinum" : "Platinum Ore",
|
"items.materials.original.ores.ore_platinum" : "Platinum Ore",
|
||||||
"items.materials.original.ores.ore_platinum.desc" : "",
|
"items.materials.original.ores.ore_platinum.desc" : "",
|
||||||
@ -296,7 +296,7 @@
|
|||||||
"items.materials.original.ingots.ingot_manganese.desc" : "",
|
"items.materials.original.ingots.ingot_manganese.desc" : "",
|
||||||
"items.materials.original.ingots.ingot_nickel" : "Nickel Ingot",
|
"items.materials.original.ingots.ingot_nickel" : "Nickel Ingot",
|
||||||
"items.materials.original.ingots.ingot_nickel.desc" : "",
|
"items.materials.original.ingots.ingot_nickel.desc" : "",
|
||||||
"items.materials.original.ingots.ingot_niobium" : "Niobium Ingot",
|
"items.materials.original.ingots.ingot_niobium" : "Niobum Ingot",
|
||||||
"items.materials.original.ingots.ingot_niobium.desc" : "",
|
"items.materials.original.ingots.ingot_niobium.desc" : "",
|
||||||
"items.materials.original.ingots.ingot_palladium" : "Palladium Ingot",
|
"items.materials.original.ingots.ingot_palladium" : "Palladium Ingot",
|
||||||
"items.materials.original.ingots.ingot_palladium.desc" : "",
|
"items.materials.original.ingots.ingot_palladium.desc" : "",
|
||||||
@ -373,8 +373,6 @@
|
|||||||
"shop.category.original.materials" : "Materials",
|
"shop.category.original.materials" : "Materials",
|
||||||
"shop.category.original.premium" : "Premium",
|
"shop.category.original.premium" : "Premium",
|
||||||
"recipes.category.original.gadgets_consumables" : "Consumables",
|
"recipes.category.original.gadgets_consumables" : "Consumables",
|
||||||
"recipes.category.original.ingots" : "Ingots",
|
|
||||||
"skills.category.original.smelting" : "Smelting",
|
|
||||||
"_comment_Rooms" : "",
|
"_comment_Rooms" : "",
|
||||||
"rooms.original.tutorial.tutorial_boss_room" : "",
|
"rooms.original.tutorial.tutorial_boss_room" : "",
|
||||||
"rooms.original.tutorial.tutorial_boss_room.desc" : "",
|
"rooms.original.tutorial.tutorial_boss_room.desc" : "",
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
"stats": {
|
"stats": {
|
||||||
"defence.rate": 1.5,
|
"defence.rate": 1.5,
|
||||||
"health": 10,
|
"health": 10,
|
||||||
|
"penetration.rate": 0,
|
||||||
"resistance.base": 0.5,
|
"resistance.base": 0.5,
|
||||||
"resistance.physical": 0.5
|
"resistance.physical": 0.5
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"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,9 +162,6 @@
|
|||||||
},
|
},
|
||||||
"original:gadgets_consumables": {
|
"original:gadgets_consumables": {
|
||||||
"displayName": "recipes.category.original.gadgets_consumables"
|
"displayName": "recipes.category.original.gadgets_consumables"
|
||||||
},
|
|
||||||
"original:ingots": {
|
|
||||||
"displayName": "recipes.category.original.ingots"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -194,10 +191,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skills": {
|
"skills": {
|
||||||
"categories": {
|
"categories": {}
|
||||||
"original:smelting": {
|
|
||||||
"displayName": "skills.category.original.smelting"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user