Spymaster's Cache
Source
Galactic Magic pg. 35
The spymaster uses their spell cache for infiltration, hiding their tracks, and uncovering secrets.
Dragonscript
ID
5ee26ed6150020342b84cb94
Effect
if or [ and [{character.technomancer.level >= 6}, {character.technomancer.archetype.6 == false}],and [{character.technomancer.level >= 8}, {character.technomancer.archetype.8 == false}],and [{character.technomancer.level >= 12}, {character.technomancer.archetype.12 == false}],and [{character.technomancer.level >= 18}, {character.technomancer.archetype.18 == false}]] then select 1 from ['Comprehend Languages', 'Disguise Self', 'Erase', 'Mental Silence'] name 'Cache Capacitor Slot 1' description 'Your cache capacitor’s first slot.';
if or [ and [{character.technomancer.level >= 12}, {character.technomancer.archetype.12 == false}, or [{character.technomancer.archetype.6 == false}, {character.technomancer.archetype.8 == false}]],and [{character.technomancer.level >= 18}, {character.technomancer.archetype.18 == false}, or [{character.technomancer.archetype.12 == false}, {character.technomancer.archetype.6 == false}, {character.technomancer.archetype.8 == false}]]
] then select 1 from ['Invisibility To Technology', 'Knock*', 'Manipulate Tech*', 'Osmose*'] name 'Cache Capacitor Slot 2' description 'Your cache capacitor’s second slot.';
if and [ or [{character.technomancer.archetype.6 == false}, {character.technomancer.archetype.8 == false}],
{character.technomancer.archetype.12 == false},
{character.technomancer.archetype.18 == false}
] then select 1 from ['Clairaudience/Clairvoyance*', 'Duplicate Data*', 'Nondetection', 'See Invisibility'] name 'Cache Capacitor Slot 3' description 'Your cache capacitor’s third slot.';