-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcosmic_assembly.json
More file actions
27 lines (27 loc) · 1.04 KB
/
cosmic_assembly.json
File metadata and controls
27 lines (27 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
{
"name": "Cosmic Assembly",
"description": "The ultimate capstone research — assemble cosmic-tier items. Demonstrates a 3-recipe weighted pool at the highest tier. Requires both star_forging and void_synthesis.",
"flavor_text": "When star and void converge, creation itself bends to your will.",
"category": "endgame",
"tier": "SELF_AWARE",
"duration": 48000,
"prerequisites": {
"type": "AND",
"values": [
"researchcube:star_forging",
"researchcube:void_synthesis"
]
},
"item_costs": [
{ "item": "minecraft:nether_star", "count": 2 },
{ "item": "minecraft:netherite_ingot", "count": 1 },
{ "item": "minecraft:dragon_breath", "count": 4 },
{ "item": "minecraft:diamond_block", "count": 2 }
],
"fluid_cost": { "fluid": "researchcube:imagination_fluid", "amount": 4000 },
"recipe_pool": [
{ "id": "researchcube:cosmic_assembly_recipe_1", "weight": 1 },
{ "id": "researchcube:cosmic_assembly_recipe_2", "weight": 2 },
{ "id": "researchcube:cosmic_assembly_recipe_3", "weight": 1 }
]
}