started alloys and reqequired resources. updated skill lvls for already implemtened items
modified: game-server/datapacks/original/assets/languages/en_US.json modified: game-server/datapacks/original/assets/languages/fr_FR.json modified: game-server/datapacks/original/assets/languages/uk_UA.json new file: game-server/datapacks/original/data/items/materials/alloys/chronotanium.json new file: game-server/datapacks/original/data/items/materials/alloys/titianium_weave.json new file: game-server/datapacks/original/data/items/materials/alloys/void_steel.json new file: game-server/datapacks/original/data/items/materials/crystals/flux crystal.json new file: game-server/datapacks/original/data/items/materials/crystals/void crystal.json new file: game-server/datapacks/original/data/items/materials/ingots/carbon.json new file: game-server/datapacks/original/data/recipes/alloys/chronotanium.json modified: game-server/datapacks/original/data/recipes/alloys/steel.json new file: game-server/datapacks/original/data/recipes/alloys/titianium_weave.json new file: game-server/datapacks/original/data/recipes/alloys/voidsteel.json modified: game-server/datapacks/original/data/recipes/circuits/advanced_circuit.json modified: game-server/datapacks/original/data/recipes/circuits/ai_core.json modified: game-server/datapacks/original/data/recipes/circuits/basic_circuit.json modified: game-server/datapacks/original/data/recipes/circuits/processing_circuit.json modified: game-server/datapacks/original/data/recipes/circuits/quantum_processor.json modified: game-server/datapacks/original/data/recipes/ingots/aluminum.json new file: game-server/datapacks/original/data/recipes/ingots/carbon.json modified: game-server/datapacks/original/data/recipes/ingots/copper.json modified: game-server/datapacks/original/data/recipes/ingots/iron.json modified: game-server/datapacks/original/data/skills/crafting/circuit_assembly.json modified: game-server/datapacks/original/manifest.json
This commit is contained in:
parent
588e191f5e
commit
270a5fcccf
@ -63,6 +63,12 @@
|
||||
"items.materials.original.bio.bio_pulp.desc" : "A pile of biological material.",
|
||||
"items.materials.original.alloys.steel" : "Steel Ingot",
|
||||
"items.materials.original.alloys.steel.desc" : "A steel ingot.",
|
||||
"items.materials.original.alloys.titanium_weave" : "titianium weave",
|
||||
"items.materials.original.alloys.titanium_weave.desc" : "used where flexibility does not compromise strength",
|
||||
"items.materials.original.alloys.chronotanium" :"A chronotanium ingot",
|
||||
"items.materials.original.alloys.void_steel" : "Void steel",
|
||||
"items.materials.original.alloys.void_steel.desc" : "Steel that is very strong and increadably light absorbent",
|
||||
"items.materials.original.alloys.chronotanium.desc" :"A chronite-titianium alloy for strong and energetic applications",
|
||||
"items.materials.original.circuits.basic" : "Basic Circuit",
|
||||
"items.materials.original.circuits.basic.desc" : "Basic electronics used in simple electromecanical systems. Probably made in someone's shed. Rated for common Tier systems.",
|
||||
"items.materials.original.circuits.advanced" : "Advanced Circuit",
|
||||
@ -73,8 +79,14 @@
|
||||
"items.materials.original.circuits.quantum_processor.desc" : "Increadably electronics used in complex systems, featuring quantum cores for unparalleled parallel computation. Made with . Rated for Epic Tier systems.",
|
||||
"items.materials.original.circuits.ai_core" : "Ai Core",
|
||||
"items.materials.original.circuits.ai_core.desc" : "A semi sapient general intelligence, featuring advanced reasoning skills and simulated simulations, it will never truly know if it is in another simulation. Made under incudulus supervison and adhears to strict laws. Warrrenty void if not reset every terran standerd season.",
|
||||
"items.materials.original.crystal.flux" :"Flux crystal",
|
||||
"items.materials.original.crystal.flux.desc" :"A crystal whose properties are in constant flux. Commenly used in high power electrical aplications",
|
||||
"items.materials.original.crystal.void" :"Void crystal",
|
||||
"items.materials.original.crystal.void.desc" :"A crystal that seems to sap the very light from the room. Commenly used in armor and stealth applications",
|
||||
"items.materials.original.ingots.aluminum" : "Aluminum Ingot",
|
||||
"items.materials.original.ingots.aluminum.desc" : "An aluminum ingot.",
|
||||
"items.materials.original.ingots.carbon" : "carbon Ingot",
|
||||
"items.materials.original.ingots.carbon.desc" : "A carbon ingot.",
|
||||
"items.materials.original.ingots.chronite" : "Chronite Ingot",
|
||||
"items.materials.original.ingots.chronite.desc" : "A chronite ingot.",
|
||||
"items.materials.original.ingots.copper" : "Copper Ingot",
|
||||
@ -108,6 +120,7 @@
|
||||
"_comment_Recipes" : "",
|
||||
"recipes.category.original.alloys" : "Alloys",
|
||||
"recipes.category.original.circuits" : "Circuits",
|
||||
"recipes.category.original.crystals" : "Crystals",
|
||||
"recipes.category.original.food" : "Food",
|
||||
"recipes.category.original.forging" : "Forging",
|
||||
"recipes.category.original.hull_sections" : "Hull Sections",
|
||||
|
||||
@ -63,6 +63,10 @@
|
||||
"items.materials.original.bio.bio_pulp.desc": "Une pile de matériel biologique.",
|
||||
"items.materials.original.alloys.steel": "Lingot d'Acier",
|
||||
"items.materials.original.alloys.steel.desc": "Un lingot d'acier.",
|
||||
"items.materials.original.alloys.titanium_weave" : "titianium weave",
|
||||
"items.materials.original.alloys.titanium_weave.desc" : "used where flexibility does not compromise strength",
|
||||
"items.materials.original.alloys.chronotanium" :"Chronotanium",
|
||||
"items.materials.original.alloys.chronotanium.desc" :"A chronite-titianium alloy for strong and energetic applications",
|
||||
"items.materials.original.circuits.basic" : "Basic Circuit",
|
||||
"items.materials.original.circuits.basic.desc" : "Basic electronics used in simple electromecanical systems. Probably made in someone's shed. Rated for common Tier systems.",
|
||||
"items.materials.original.circuits.advanced" : "Advanced Circuit",
|
||||
@ -108,6 +112,7 @@
|
||||
"_comment_Recipes": "",
|
||||
"recipes.category.original.alloys": "Alliages",
|
||||
"recipes.category.original.circuits": "Circuits",
|
||||
"recipes.category.original.crystals" : "Crystals",
|
||||
"recipes.category.original.food": "Nourriture",
|
||||
"recipes.category.original.forging": "Forge",
|
||||
"recipes.category.original.hull_sections": "Sections de coque",
|
||||
|
||||
@ -63,6 +63,10 @@
|
||||
"items.materials.original.bio.bio_pulp.desc": "Купа біологічного матеріалу.",
|
||||
"items.materials.original.alloys.steel": "Сталевий злиток",
|
||||
"items.materials.original.alloys.steel.desc": "Злиток високоміцної сталі.",
|
||||
"items.materials.original.alloys.titanium_weave" : "titianium weave",
|
||||
"items.materials.original.alloys.titanium_weave.desc" : "used where flexibility does not compromise strength",
|
||||
"items.materials.original.alloys.chronotanium" :"Chronotanium",
|
||||
"items.materials.original.alloys.chronotanium.desc" :"A chronite-titianium alloy for strong and energetic applications",
|
||||
"items.materials.original.circuits.basic" : "Basic Circuit",
|
||||
"items.materials.original.circuits.basic.desc" : "Basic electronics used in simple electromecanical systems. Probably made in someone's shed. Rated for common Tier systems.",
|
||||
"items.materials.original.circuits.advanced" : "Advanced Circuit",
|
||||
@ -108,6 +112,7 @@
|
||||
"_comment_Recipes": "",
|
||||
"recipes.category.original.alloys": "Сплави",
|
||||
"recipes.category.original.circuits": "Схеми",
|
||||
"recipes.category.original.crystals" : "Crystals",
|
||||
"recipes.category.original.food": "Їжа",
|
||||
"recipes.category.original.forging": "Кування",
|
||||
"recipes.category.original.hull_sections": "Секції корпусу",
|
||||
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:alloy_chronotanium",
|
||||
"texture": "original/assets/textures/materials/alloy/chronotanium.png",
|
||||
"displayName": "items.materials.original.alloys.chronotanium",
|
||||
"description": "items.materials.original.alloys.chronotanium.desc",
|
||||
"meta": {
|
||||
"storeCategory": "original:materials"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:alloy_titianium_weave",
|
||||
"texture": "original/assets/textures/materials/alloy/titianium_weave.png",
|
||||
"displayName": "items.materials.original.alloys.titianium_weave",
|
||||
"description": "items.materials.original.alloys.titianium_weave.desc",
|
||||
"meta": {
|
||||
"storeCategory": "original:materials"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:alloy_void_steel",
|
||||
"texture": "original/assets/textures/materials/alloy/void_steel.png",
|
||||
"displayName": "items.materials.original.alloys.void_steel",
|
||||
"description": "items.materials.original.alloys.void_steel.desc",
|
||||
"meta": {
|
||||
"storeCategory": "original:materials"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:crystal_flux",
|
||||
"texture": "original/assets/textures/materials/ingot/crystal_flux.png",
|
||||
"displayName": "items.materials.original.crystal.flux",
|
||||
"description": "items.materials.original.crystal.flux.desc",
|
||||
"meta": {
|
||||
"storeCategory": "original:materials"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:crystal_void",
|
||||
"texture": "original/assets/textures/materials/ingot/crystal_void.png",
|
||||
"displayName": "items.materials.original.crystal.void",
|
||||
"description": "items.materials.original.crystal.void.desc",
|
||||
"meta": {
|
||||
"storeCategory": "original:materials"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:ingot_carbon",
|
||||
"texture": "original/assets/textures/materials/ingot/carbon.png",
|
||||
"displayName": "items.materials.original.ingots.carbon",
|
||||
"description": "items.materials.original.ingots.carbon.desc",
|
||||
"meta": {
|
||||
"storeCategory": "original:materials"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,20 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{ "original:ingot_titanium": 2 },
|
||||
{ "original:ingot_chronite": 1 },
|
||||
{ "original:ingot_aluminum": 1 }
|
||||
],
|
||||
"output": {
|
||||
"original:alloy_steel": 1
|
||||
},
|
||||
"time_seconds": 1200,
|
||||
"requires": {
|
||||
"original:alloying": 8
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloys",
|
||||
"id": "original:alloy_chronotanium"
|
||||
}
|
||||
}
|
||||
@ -1,12 +1,15 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [{ "original:ingot_iron": 1 }, { "original:ore_coal": 5 }],
|
||||
"inputs": [
|
||||
{ "original:ingot_iron": 2 },
|
||||
{ "original:ore_coal": 5 }
|
||||
],
|
||||
"output": {
|
||||
"original:alloy_steel": 1
|
||||
},
|
||||
"time_seconds": 10,
|
||||
"requires": {
|
||||
"original:alloying": 0
|
||||
"original:alloying": 1
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
|
||||
@ -0,0 +1,19 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{ "original:ingot_titanium": 1 },
|
||||
{ "original:ingot_carbon": 5 }
|
||||
],
|
||||
"output": {
|
||||
"original:alloy_titanium_weave": 1
|
||||
},
|
||||
"time_seconds": 300,
|
||||
"requires": {
|
||||
"original:alloying": 4
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloys",
|
||||
"id": "original:alloy_titanium_weave"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,19 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{ "original:ingot_steel": 2 },
|
||||
{ "original:crystal_void": 1 }
|
||||
],
|
||||
"output": {
|
||||
"original:alloy_voidsteel": 2
|
||||
},
|
||||
"time_seconds": 100,
|
||||
"requires": {
|
||||
"original:alloying": 3
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloys",
|
||||
"id": "original:alloy_voidsteel"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"inputs": [
|
||||
{"original:circuit_basic": 2},
|
||||
{"original:ingot_gold": 1},
|
||||
{"original:ore_coal": 2}
|
||||
{"original:ingot_carbon": 2}
|
||||
],
|
||||
"output": {
|
||||
"original:circuit_advanced": 1
|
||||
},
|
||||
"time_seconds": 20,
|
||||
"requires": {
|
||||
"original:circuit_assembly": 0
|
||||
"original:circuit_assembly": 2
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
"output": {
|
||||
"original:circuit_ai_core": 1
|
||||
},
|
||||
"time_seconds": 20,
|
||||
"time_seconds": 1200,
|
||||
"requires": {
|
||||
"original:circuit_assembly": 0
|
||||
"original:circuit_assembly": 8
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
},
|
||||
"time_seconds": 10,
|
||||
"requires": {
|
||||
"original:circuit_assembly": 0
|
||||
"original:circuit_assembly": 1
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
"output": {
|
||||
"original:circuit_processing_unit": 1
|
||||
},
|
||||
"time_seconds": 20,
|
||||
"time_seconds": 60,
|
||||
"requires": {
|
||||
"original:circuit_assembly": 0
|
||||
"original:circuit_assembly": 4
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
"output": {
|
||||
"original:circuit_quantum_processor": 1
|
||||
},
|
||||
"time_seconds": 20,
|
||||
"time_seconds": 120,
|
||||
"requires": {
|
||||
"original:circuit_assembly": 0
|
||||
"original:circuit_assembly": 6
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"output": {
|
||||
"original:ingot_aluminum": 1
|
||||
},
|
||||
"time_seconds": 15,
|
||||
"time_seconds": 180,
|
||||
"requires": {
|
||||
"original:forging": 2
|
||||
}
|
||||
|
||||
@ -0,0 +1,18 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{ "original:ore_coal": 5 }
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_carbon": 1
|
||||
},
|
||||
"time_seconds": 30,
|
||||
"requires": {
|
||||
"original:forging": 2
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:forging",
|
||||
"id": "original:ingot_carbon"
|
||||
}
|
||||
}
|
||||
@ -7,7 +7,7 @@
|
||||
"output": {
|
||||
"original:ingot_copper": 1
|
||||
},
|
||||
"time_seconds": 15,
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"original:forging": 0
|
||||
}
|
||||
|
||||
@ -7,9 +7,9 @@
|
||||
"output": {
|
||||
"original:ingot_iron": 1
|
||||
},
|
||||
"time_seconds": 60,
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"original:forging": 1
|
||||
"original:forging": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"topLevel": 10,
|
||||
"math": {
|
||||
"start": 500,
|
||||
"input": 1.7
|
||||
"progressionCurve": 1.7
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -164,6 +164,10 @@
|
||||
},
|
||||
"original:circuits": {
|
||||
"displayName": "recipes.category.original.circuits"
|
||||
|
||||
},
|
||||
"original:crystals": {
|
||||
"displayName": "recipes.category.original.crystals"
|
||||
},
|
||||
"original:food": {
|
||||
"displayName": "recipes.category.original.food"
|
||||
@ -177,6 +181,7 @@
|
||||
"original:hulls": {
|
||||
"displayName": "recipes.category.original.hulls"
|
||||
},
|
||||
|
||||
"original:organics": {
|
||||
"displayName": "recipes.category.original.organics"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user