-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoid_synthesis.json
More file actions
31 lines (31 loc) · 1.04 KB
/
void_synthesis.json
File metadata and controls
31 lines (31 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "Void Synthesis",
"description": "Synthesize void energy into tangible form. Requires an Irrecoverable Drive as an idea chip — demonstrating endgame idea chip gating. Uses AND prerequisites.",
"flavor_text": "Nothing is never truly empty. The void itself has substance.",
"category": "endgame",
"tier": "SELF_AWARE",
"duration": 24000,
"prerequisites": {
"type": "AND",
"values": [
"researchcube:ender_weaving",
"researchcube:soul_extraction"
]
},
"item_costs": [
{ "item": "minecraft:ender_pearl", "count": 16 },
{ "item": "minecraft:chorus_fruit", "count": 8 },
{ "item": "minecraft:end_stone", "count": 16 }
],
"fluid_cost": { "fluid": "researchcube:imagination_fluid", "amount": 3000 },
"idea_chip": {
"id": "researchcube:metadata_irrecoverable",
"components": {
"minecraft:custom_name": "{\"text\":\"Void Echo\",\"italic\":false,\"color\":\"dark_gray\"}"
}
},
"recipe_pool": [
"researchcube:void_synthesis_recipe_1",
"researchcube:void_synthesis_recipe_2"
]
}