Search found 7 matches

by Master_Bw3
Sat May 13, 2023 7:36 pm
Forum: Akashic Records
Topic: Macro Megathread
Replies: 46
Views: 47540

Complex Multiplicative Distillation

Complex Multiplicative Distillation vector, vector → vector Takes 2 vectors representing complex numbers and multiplies them together, with the result being in the form of a vector. The Z component of the vectors is ignored. [pat=ewaqawe dir=East] [pat=qqq dir=w] [pat=qeeeee dir=e][pat=a dir=se][pa...
by Master_Bw3
Fri Mar 24, 2023 11:44 pm
Forum: Akashic Records
Topic: Macro Megathread
Replies: 46
Views: 47540

Map II

Map II List, List, Pattern List → List For each element in the first list, put the element of that index from both lists onto the stack, then evaluate the pattern list. Note: the first list must be ≤ the length of the second list. Macros used: Sandbox , Un-Sandbox , Uncapped Counter's Queue II [pat...
by Master_Bw3
Fri Mar 24, 2023 11:42 pm
Forum: Akashic Records
Topic: Macro Megathread
Replies: 46
Views: 47540

Map

Map List, Pattern List → List Thoth's Gambit, but the inputs are reversed and the rest of the stack is ignored. Macros used: Sandbox , Un-Sandbox [pat=dadaddww dir=Northeast] [pat=qqq dir=w] [pat=aqaawa dir=se][pat=waa dir=Northeast][pat=aawdd dir=e][pat=dadad dir=ne][pat=ddw dir=Northwest] [pat=ee...
by Master_Bw3
Fri Mar 24, 2023 10:09 pm
Forum: Akashic Records
Topic: Macro Megathread
Replies: 46
Views: 47540

Un-SandBox

Un-Sandbox Takes a sandboxed ravenmind, then restores the original ravenmind value and places the stored stack underneath the current stack. [pat=ddw dir=Northwest] [pat=qqq dir=w] [pat=qwaeawqaeaqa dir=nw][pat=ewdqdwe dir=sw][pat=qeewdweddw dir=ne][pat=aaqwqaa dir=sw][pat=eqqwawqaaw dir=nw][pat=qq...
by Master_Bw3
Fri Mar 24, 2023 10:05 pm
Forum: Akashic Records
Topic: Macro Megathread
Replies: 46
Views: 47540

Sandbox

Sandbox Integer → Stores the entire stack below the top n elements into the ravenmind, without deleting the ravenmind's contents. This is useful for macros and hexes that utilize Thoth's Gambit. [pat=waa dir=Northeast] [pat=qqq dir=w] [pat=ewdqdwe dir=sw][pat=qwaeawqaeaqa dir=nw][pat=ewdqdwe dir=sw...
by Master_Bw3
Fri Mar 24, 2023 9:40 pm
Forum: Akashic Records
Topic: Macro Megathread
Replies: 46
Views: 47540

Inverse Bookkeeper's

Inverse Bookkeeper's many, pattern → many Given a valid bookkeeper's pattern, replaces the stack with what would've been removed by evaluating that pattern. [pat=qd dir=West] [pat=qqq dir=w] [pat=qwaeawqaeaqa dir=nw][pat=ewdqdwe dir=sw][pat=aadaa dir=e][pat=qwaeawq dir=nw][pat=deaqq dir=se][pat=qwa...
by Master_Bw3
Fri Mar 17, 2023 12:36 am
Forum: Akashic Records
Topic: Macro Megathread
Replies: 46
Views: 47540

Repeat N

Repeat N pattern list, integer takes a list of patterns and an integer (n) and executes the list of patterns n times. The stack state will not be overwritten/cleared between executions. The Ravenmind will be overwritten, however. For example, Numerical Reflection: 0 { Numerical Reflection: 1 Additi...