Reverse Extinction
Source
Starfinder Enhanced pg. 62
You open a portal to the distant past for a split second, drawing a long-extinct creature into the present to fight alongside you. Once per day, you can use a paradox as part of a full action to cast summon creature (Starfinder Alien Archive 144) as a 1st-level spell without expending a spell slot, even if this isn’t among your known spells. You must summon a First World beast, but the creature never gains DR. At 5th level, you instead cast summon creature as a 2nd-level spell. At 8th level, you instead cast summon creature as a 3rd-level spell. At 11th level, you instead cast summon creature as a 4th-level spell. At 14th level, you instead cast summon creature as a 5th-level spell.
Dragonscript
ID
902d25b0eedc9ae328d890df
Effect
if {character.precog.level >= 14} then append 'f1cf47f9d74c3f94a6d5eb19.1' to character.spells
else if {character.precog.level >= 11} then append 'd47812101ddcf30ea00804ce.1' to character.spells
else if {character.precog.level >= 8} then append '495723bcb42dd79209835ce4.1' to character.spells
else if {character.precog.level >= 5} then append '556359eb4e2d7978d50b34a7.1' to character.spells
else append 'e27994c6097457b49a0cc334.1' to character.spells;
;