forked from GreateBeyondTheHorizon/GreateBTH
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02e626f
commit 2ee2ae5
Showing
43 changed files
with
606 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ | |
"groups": { | ||
"LV/LS - The Grind Starts Here": { | ||
"position": [ | ||
-99, | ||
-346 | ||
-224, | ||
-140 | ||
] | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
config/heracles/quests/lvlsthegrindstartshere/basic_centrifuge.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"dependencies": [ | ||
"the_first_of_many", | ||
"lv_motor" | ||
], | ||
"tasks": { | ||
"centrifuge": { | ||
"type": "heracles:item", | ||
"item": "gtceu:lv_centrifuge", | ||
"amount": 1, | ||
"collection": "AUTOMATIC" | ||
} | ||
}, | ||
"rewards": {}, | ||
"display": { | ||
"subtitle": { | ||
"text": "" | ||
}, | ||
"description": [ | ||
"An alternative way to break down materials into their various components." | ||
], | ||
"groups": { | ||
"LV/LS - The Grind Starts Here": { | ||
"position": [ | ||
-3, | ||
-21 | ||
] | ||
} | ||
}, | ||
"icon": { | ||
"item": { | ||
"id": "gtceu:lv_centrifuge", | ||
"count": 1 | ||
}, | ||
"type": "heracles:item" | ||
}, | ||
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png", | ||
"title": { | ||
"translate": "Basic Centrifuge" | ||
} | ||
}, | ||
"settings": { | ||
"showDependencyArrow": true, | ||
"repeatable": false, | ||
"autoClaimRewards": false, | ||
"individual_progress": false, | ||
"hidden": "LOCKED", | ||
"unlockNotification": false | ||
} | ||
} |
42 changes: 42 additions & 0 deletions
42
config/heracles/quests/lvlsthegrindstartshere/basic_electrolyzer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"dependencies": [ | ||
"the_first_of_many" | ||
], | ||
"tasks": {}, | ||
"rewards": {}, | ||
"display": { | ||
"subtitle": { | ||
"text": "" | ||
}, | ||
"description": [ | ||
"One way to break down materials into their various components." | ||
], | ||
"groups": { | ||
"LV/LS - The Grind Starts Here": { | ||
"position": [ | ||
-3, | ||
5 | ||
] | ||
} | ||
}, | ||
"icon": { | ||
"item": { | ||
"id": "gtceu:lv_electrolyzer", | ||
"count": 1 | ||
}, | ||
"type": "heracles:item" | ||
}, | ||
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png", | ||
"title": { | ||
"translate": "Basic Electrolyzer" | ||
} | ||
}, | ||
"settings": { | ||
"showDependencyArrow": true, | ||
"repeatable": false, | ||
"autoClaimRewards": false, | ||
"individual_progress": false, | ||
"hidden": "LOCKED", | ||
"unlockNotification": false | ||
} | ||
} |
50 changes: 50 additions & 0 deletions
50
config/heracles/quests/lvlsthegrindstartshere/cheaper_iron.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"dependencies": [ | ||
"arc_furnace", | ||
"oxygen" | ||
], | ||
"tasks": { | ||
"iron_ingot": { | ||
"type": "heracles:item", | ||
"item": "minecraft:iron_ingot", | ||
"amount": 1, | ||
"collection": "AUTOMATIC" | ||
} | ||
}, | ||
"rewards": {}, | ||
"display": { | ||
"subtitle": { | ||
"text": "" | ||
}, | ||
"description": [ | ||
"The Arc Furnace provides a cheaper and faster way to make /d/Iron Ingots/d/, at the cost of some /d/Wrought Iron/d/, /d/Oxygen/d/, and some /d/EU/d/." | ||
], | ||
"groups": { | ||
"LV/LS - The Grind Starts Here": { | ||
"position": [ | ||
37, | ||
34 | ||
] | ||
} | ||
}, | ||
"icon": { | ||
"item": { | ||
"id": "minecraft:iron_ingot", | ||
"count": 1 | ||
}, | ||
"type": "heracles:item" | ||
}, | ||
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png", | ||
"title": { | ||
"translate": "Cheaper Iron" | ||
} | ||
}, | ||
"settings": { | ||
"showDependencyArrow": true, | ||
"repeatable": false, | ||
"autoClaimRewards": false, | ||
"individual_progress": false, | ||
"hidden": "LOCKED", | ||
"unlockNotification": false | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
config/heracles/quests/lvlsthegrindstartshere/circuit_assembler.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"dependencies": [ | ||
"lv_emitter", | ||
"first_mv_circuit", | ||
"lv_conveyor", | ||
"lv_robot_arm" | ||
], | ||
"tasks": { | ||
"circuit_assembler": { | ||
"type": "heracles:item", | ||
"item": "gtceu:lv_circuit_assembler", | ||
"amount": 1, | ||
"collection": "AUTOMATIC" | ||
} | ||
}, | ||
"rewards": {}, | ||
"display": { | ||
"subtitle": { | ||
"text": "" | ||
}, | ||
"description": [ | ||
"Used in the creation of cheaper circuits." | ||
], | ||
"groups": { | ||
"LV/LS - The Grind Starts Here": { | ||
"position": [ | ||
-33, | ||
-223 | ||
] | ||
} | ||
}, | ||
"icon": { | ||
"item": { | ||
"id": "gtceu:lv_circuit_assembler", | ||
"count": 1 | ||
}, | ||
"type": "heracles:item" | ||
}, | ||
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png", | ||
"title": { | ||
"translate": "Circuit Assembler" | ||
} | ||
}, | ||
"settings": { | ||
"showDependencyArrow": true, | ||
"repeatable": false, | ||
"autoClaimRewards": false, | ||
"individual_progress": false, | ||
"hidden": "LOCKED", | ||
"unlockNotification": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ | |
"groups": { | ||
"LV/LS - The Grind Starts Here": { | ||
"position": [ | ||
-85, | ||
-262 | ||
-145, | ||
-140 | ||
] | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ | |
"groups": { | ||
"LV/LS - The Grind Starts Here": { | ||
"position": [ | ||
-81, | ||
-187 | ||
-117, | ||
-206 | ||
] | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.