Skip to content

Commit

Permalink
Warp Balancing
Browse files Browse the repository at this point in the history
-Reduced warp from researching Meaty Orb and Dimensional Ripper.
-Increased warp from researching fortress armor.
-Removed warp from Hexamite, Flux Capacitor, Void Portals, and Primordial Accretion Chamber
  • Loading branch information
IcarussOne committed Aug 14, 2024
1 parent aca0a7e commit 3cabd39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"text": "thaumicwonders.research.hexamite.text.stage.1",
"required_knowledge": ["THEORY;BASICS;1","OBSERVATION;ALCHEMY;1","OBSERVATION;ARTIFICE;1"],
"required_research": ["!vitium"],
"required_item": ["minecraft:tnt"],
"warp": 1
"required_item": ["minecraft:tnt"]
},
{
"text": "thaumicwonders.research.hexamite.text.stage.2",
Expand Down
15 changes: 6 additions & 9 deletions src/main/resources/assets/thaumicwonders/research/eldritch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"text": "thaumicwonders.research.dimensional_ripper.text.stage.1",
"required_knowledge": ["OBSERVATION;ELDRITCH;1", "THEORY;ELDRITCH;1", "THEORY;ARTIFICE;1"],
"required_research":["!vitium"],
"warp": 4
"warp": 2
},
{
"text": "thaumicwonders.research.dimensional_ripper.text.stage.2",
Expand Down Expand Up @@ -96,8 +96,7 @@
{
"text": "thaumicwonders.research.void_portal.text.stage.1",
"required_knowledge": ["OBSERVATION;ELDRITCH;1", "THEORY;ARTIFICE;1"],
"required_research":["f_TELEPORT"],
"warp": 2
"required_research":["f_TELEPORT"]
},
{
"text": "thaumicwonders.research.void_portal.text.stage.2",
Expand Down Expand Up @@ -131,8 +130,7 @@
"stages": [
{
"text": "thaumicwonders.research.flux_capacitor.text.stage.1",
"required_knowledge": ["OBSERVATION;AUROMANCY;1", "THEORY;ELDRITCH;1", "THEORY;AUROMANCY;1", "THEORY;INFUSION;1"],
"warp": 1
"required_knowledge": ["OBSERVATION;AUROMANCY;1", "THEORY;ELDRITCH;1", "THEORY;AUROMANCY;1", "THEORY;INFUSION;1"]
},
{
"text": "thaumicwonders.research.flux_capacitor.text.stage.2",
Expand Down Expand Up @@ -183,7 +181,7 @@
{
"text": "thaumicwonders.research.void_fortress_armor.text.stage.1",
"required_knowledge": ["OBSERVATION;ELDRITCH;1", "THEORY;ELDRITCH;1", "THEORY;INFUSION;1"],
"warp": 1
"warp": 3
},
{
"text": "thaumicwonders.research.void_fortress_armor.text.stage.2",
Expand All @@ -207,7 +205,7 @@
{
"text": "thaumicwonders.research.meaty_orb.text.stage.1",
"required_knowledge":["THEORY;INFUSION;1","OBSERVATION;ELDRITCH;1","THEORY;ELDRITCH;1"],
"warp": 2
"warp": 1
},
{
"text": "thaumicwonders.research.meaty_orb.text.stage.2",
Expand Down Expand Up @@ -288,8 +286,7 @@
"stages": [
{
"text": "thaumicwonders.research.primordial_accretion_chamber.text.stage.1",
"required_knowledge":["THEORY;ALCHEMY;2","THEORY;ELDRITCH;2"],
"warp": 3
"required_knowledge":["THEORY;ALCHEMY;2","THEORY;ELDRITCH;2"]
},
{
"text": "thaumicwonders.research.primordial_accretion_chamber.text.stage.2",
Expand Down

0 comments on commit 3cabd39

Please sign in to comment.