Initial Release of IGNCore version 2.5

This commit is contained in:
2021-08-09 13:18:56 +02:00
commit a83d98c47e
910 changed files with 224171 additions and 0 deletions
+69
View File
@@ -0,0 +1,69 @@
{
"name": "Bracelet Circuitry",
"author": "",
"items": [
{
"alias": "Bracelet Circuitry",
"item_id": 150927
},
{
"alias": "Screwdriver",
"item_id": 150922
},
{
"alias": "Robot Junk",
"item_id": 42619
},
{
"alias": "Nano Circuitry Wire",
"item_id": 150919
},
{
"alias": "Silver Filigree Wire",
"item_id": 150932
},
{
"alias": "Nano Sensor",
"item_id": 150924
},
{
"alias": "Interfaced Nano Sensor",
"item_id": 150925
},
{
"alias": "Silver Nano Circuitry Filigree Wire",
"item_id": 150920
}
],
"steps": [
{
"source": "Screwdriver",
"target": "Robot Junk",
"result": "Nano Sensor",
"skills": "ME"
},
{
"source": "Nano Circuitry Wire",
"target": "Nano Sensor",
"result": "Interfaced Nano Sensor",
"skills": "EE"
},
{
"source": "Nano Circuitry Wire",
"target": "Silver Filigree Wire",
"result": "Silver Nano Circuitry Filigree Wire",
"skills": "??"
},
{
"source": "Silver Nano Circuitry Filigree Wire",
"target": "Interfaced Nano Sensor",
"result": "Bracelet Circuitry",
"skills": "??"
}
],
"details": [
{
"text": "Used in the construction of Arul Saba Bracelets."
}
]
}