Skip to content

Commit

Permalink
Remove primordial research
Browse files Browse the repository at this point in the history
Personally I think they could use a rework so let's disable the research for now.
  • Loading branch information
IcarussOne committed Aug 23, 2024
1 parent 670d95e commit 890eb39
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions src/main/resources/assets/thaumicwonders/research/eldritch.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,63 +214,6 @@
],
"addenda": []
},
{
"key": "TWOND_PRIMORDIAL_ACCELERATOR",
"name": "thaumicwonders.research.primordial_accelerator.title",
"icons": ["thaumicwonders:primordial_accelerator"],
"category": "THAUMIC_WONDERS",
"parents": ["TWOND_FLUX_CAPACITOR", "~ESSENTIASMELTERVOID@1"],
"siblings": [],
"meta": ["SPIKY"],
"location": [-8, -3],
"reward_item": [],
"reward_knowledge": [],
"stages": [
{
"text": "thaumicwonders.research.primordial_accelerator.text.stage.1",
"required_knowledge":["THEORY;ARTIFICE;2","THEORY;ELDRITCH;2"],
"warp": 3
},
{
"text": "thaumicwonders.research.primordial_accelerator.text.stage.2",
"recipes": [
"thaumicwonders:primordial_accelerator",
"thaumicwonders:primordial_accelerator_tunnel",
"thaumicwonders:primordial_accelerator_terminus"
]
}
],
"addenda": [
{
"text": "thaumicwonders.research.primordial_accelerator.text.addenda.1",
"required_research": ["!TWOND_PRIMORDIAL_GRAIN"],
"recipes": ["thaumicwonders:primordial_pearl_reconstitution"]
}
]
},
{
"key": "TWOND_PRIMORDIAL_ACCRETION_CHAMBER",
"name": "thaumicwonders.research.primordial_accretion_chamber.title",
"icons": ["thaumicwonders:primordial_accretion_chamber"],
"category": "THAUMIC_WONDERS",
"parents": ["TWOND_PRIMORDIAL_ACCELERATOR", "~!TWOND_PRIMORDIAL_GRAIN"],
"siblings": [],
"meta": ["HIDDEN"],
"location": [-10, -3],
"reward_item": [],
"reward_knowledge": [],
"stages": [
{
"text": "thaumicwonders.research.primordial_accretion_chamber.text.stage.1",
"required_knowledge":["THEORY;ALCHEMY;2","THEORY;ELDRITCH;2"]
},
{
"text": "thaumicwonders.research.primordial_accretion_chamber.text.stage.2",
"recipes": [ "thaumicwonders:primordial_accretion_chamber" ]
}
],
"addenda": []
},
{
"key": "TWOND_COALESCENCE_MATRIX",
"name": "thaumicwonders.research.coalescence_matrix.title",
Expand Down

0 comments on commit 890eb39

Please sign in to comment.