Initial commit

This commit is contained in:
2026-03-19 17:11:11 -04:00
commit bb184dc990
9 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"PrimaryOutput": {
"ItemId": "Ingredient_Life_Essence",
"Quantity": 100
},
"Input": [
{
"ItemId": "Ingredient_Life_Essence_Concentrated",
"Quantity": 1
} ],
"OutputQuantity": 100,
"BenchRequirement": [
{
"Id": "Fieldcraft",
"Categories": [
"Tools"
]
}
]
}

View File

@@ -0,0 +1,21 @@
{
"PrimaryOutput": {
"ItemId": "Ingredient_Life_Essence_Concentrated",
"Quantity": 1
},
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 100
} ],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Id": "Fieldcraft",
"Categories": [
"Tools"
]
}
]
}

View File

@@ -0,0 +1,21 @@
{
"Group": "QuickBASIC",
"Name": "QuickBASIC.HandcraftEssence",
"Version": "1.0.6",
"ServerVersion": "2026.02.19-1a311a592",
"Description": "Allows you to craft Life Essence and Greater Life Essence without a bench",
"Authors": [
{
"Name": "QuickBASIC",
"Email": "",
"Url": ""
}
],
"Website": "",
"Dependencies": {},
"OptionalDependencies": {},
"LoadBefore": {},
"DisabledByDefault": false,
"IncludesAssetPack": false,
"SubPlugins": []
}