Page 1 of 1

Tunnel Spell

Posted: Thu May 18, 2023 3:36 pm
by ClockworkVulpine
A tunnel spell that generates a two-high tunnel. I made use of the Repeat N macro, written out in full in the transcript. The macro can be found here.

The expected input for Scribe's Reflection is a number, which will decide the tunnel's length in blocks.

Code: Select all

[
  Scribe's Reflection
  Mind's Reflection
  Compass' Purification
  Mind's Reflection
  Alidade's Purification
  Architect's Distillation
  Multiplicative Distillation
  Numerical Reflection: -1
  Multiplicative Distillation
  Mind's Reflection
  Compass' Purification
  Mind's Reflection
  Alidade's Purification
  Archer's Distillation
  Additive Distillation
  Mind's Reflection
  Compass' Purification
  Summon Greater Sentinel
  Gemini Decomposition
  {
    Gemini Decomposition
    Locate Sentinel
    Subtractive Distillation
    Gemini Decomposition
    Length Purification
    Division Distillation
    Locate Sentinel
    Additive Distillation
    Gemini Decomposition
    Gemini Decomposition
    Summon Greater Sentinel
    Break Block
    Vector Reflection -Y
    Additive Distillation
    Break Block
  }
  Jester's Gambit
  Mind's Reflection
  Compass' Purification
  Jester's Gambit
  Subtractive Distillation
  Length Purification
  Floor Purification
  
  //Repeat N start
  {
    {
      Bookkeeper's Gambit: -
      Bookkeeper's Gambit: -
    }
    Flock's Disintegration
    Minimus Distillation
    {
      {
        Bookkeeper's Gambit: -
      }
      Flock's Disintegration
      Hermes' Gambit
      Muninn's Reflection
      Gemini Decomposition
      Numerical Reflection: 1
      Selection Distillation
      Numerical Reflection: 1
      Additive Distillation
      Numerical Reflection: 1
      Jester's Gambit
      Surgeon's Exaltation
      Gemini Decomposition
      Huginn's Gambit
      Hermes' Gambit
    }
    {
    }
    Augur's Exaltation
    Hermes' Gambit
  }
  Numerical Reflection: 1
  Numerical Reflection: 0
  Surgeon's Exaltation
  Numerical Reflection: 2
  Rotation Gambit
  Surgeon's Exaltation
  Numerical Reflection: 8
  Rotation Gambit
  Surgeon's Exaltation
  Gemini Decomposition
  Huginn's Gambit
  Hermes' Gambit
  Nullary Reflection
  Huginn's Gambit
  //Repeat N end
  
  Summon Greater Sentinel
]
This likely isn't the most efficient solution, but for making a tunnel it seems to be relatively affordable in survival.