Genehacker’s Cache
Source
Character Operations Manual pg. 92
The genehacker uses their spell cache to fundamentally alter organisms, be it themselves, their allies, or their foes.
Dragonscript
ID
333a6e66f488084c1fb2cd56Effect
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 ['Baleful Polymorph* (1st level)', 'Keen Senses', 'Life Bubble', '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 ['Baleful Polymorph* (2nd level or lower)', 'Darkvision', '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 ['Baleful Polymorph* (3rd level or lower)', 'Flight (3rd level or lower)', 'Lesser Resistant Armor', 'Polymorph (3rd level or lower)'] name 'Cache Capacitor Slot 3' description 'Your cache capacitor’s third slot.';
