Cache Capacitor
Supernatural
Level6

Source

Core Rulebook pg. 118

You expand your spell cache into a cache capacitor. As part of regaining your spells each day, you can cast a single spell into your spell cache and have it affect you continuously for 24 hours. The cache capacitor can hold any of the following spells: detect radiation, disguise self, keen senses, or unseen servant. You must know a spell to store it in your cache capacitor. When you cast the spell into your cache capacitor, you expend the spell slot normally and make any decisions required for that spell, but the duration doesn’t expire for 24 hours. If the spell in your cache capacitor is dispelled or dismissed, you can spend 5 minutes of uninterrupted concentration to reestablish it, keeping the same decisions you made when you cast it, and gaining whatever duration the spell had remaining. You can’t exchange the stored spell for another spell until you again regains your spells. At 12th level, your cache capacitor gains a second slot that can hold darkvision, lesser resistant armor, life bubble, or spider climb. At 18th level, your cache capacitor gains a third slot that can hold arcane sight, flight (spell level 3rd or lower), see invisibility, or tongues.


Dragonscript

ID

cd296faea3d2df3cd3497a85

Effects

Level 6

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 ['Detect Radiation', 'Disguise Self', 'Keen Senses', 'Unseen Servant'] name 'Cache Capacitor Slot 1' description 'Your cache capacitor’s first slot.';

Level 12

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 ['Darkvision', 'Lesser Resistant Armor', 'Life Bubble', 'Spider Climb'] name 'Cache Capacitor Slot 2' description 'Your cache capacitor’s second slot.';

Level 18

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 ['Arcane Sight', 'Flight 1st level', 'Flight 2nd level', 'Flight 3rd Level', 'See Invisibility', 'Tongues'] name 'Cache Capacitor Slot 3' description 'Your cache capacitor’s third slot.';
This website uses trademarks and/or copyrights owned by Paizo Inc., which are used under Paizo's Community Use Policy. We are expressly prohibited from charging you to use or access this content. This website is not published, endorsed, or specifically approved by Paizo Inc. For more information about Paizo's Community Use Policy, please visit paizo.com/communityuse. For more information about Paizo Inc. and Paizo products, please visit paizo.com.