Devastator’s Cache
Source
Character Operations Manual pg. 92
The devastator uses their technomancy not for fame, fortune, or glory. Instead, the devastator use their spells to lay waste to their enemies.
Dragonscript
ID
8cf15524539f1930c6c0195d
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 ['Jolting Surge*', 'Magic Missile*', 'Overheat*', '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 ['Caustic Conversion*', 'Directed Denial of Strength Attack*', 'Inject Nanobots*', 'Logic Bomb*'] 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 ['Arcing Surge*', 'Entropic Grasp*', 'Explosive Blast*', 'Irradiate*'] name 'Cache Capacitor Slot 3' description 'Your cache capacitor’s third slot.';