Technowitch's Cache
Source
Galactic Magic pg. 35
The technowitch bends reality to their whims with their spell cache, creating a world molded to their desires.
Dragonscript
ID
089b6d86d7d2b04d1764cdcc
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 ['Flight (1st Level)', 'Incompetence*', 'Lifting Frame*', 'Polymorph (1st Level)'] 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 ['Command Undead*', 'Flight (2nd Level or Lower)', 'Polymorph (2nd Level or Lower)', 'Spider Climb'] 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 ['Flight (3rd Level or Lower)', 'Remote Pilot*', 'Phantom Cycle', 'Polymorph (3rd Level or Lower)'] name 'Cache Capacitor Slot 3' description 'Your cache capacitor’s third slot.';