Junker’s Cache
Level6

Source

Character Operations Manual pg. 92

The junker uses their spell cache to build incredible weapons, armor, and machines from scrapped parts.


Dragonscript

ID

9d93df5f89ee7d0f8969f7f9

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 ['Detect Tech', 'Junk Armor', 'Junksword* (1st level)', 'Supercharge Weapon*'] 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 ['Junksword* (2nd level or lower)', 'Microbot Assault*', 'Recharge*'] 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 ['Handy Junkbot*', 'Healing Junkbot*', 'Junk Armor* (3rd level or lower)', 'Junksword* (3rd level or lower)'] 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.