
And here it is in-game.

Code: Select all
<ItemType UNID="&itIPDrive;"
name= "Infinite Improbability Drive"
level= "5"
value= "20000"
frequency= "rare"
mass= "5000"
unknownType= "&itUnknownAlienDevice;"
modifiers= "MajorItem; Alien"
description= "Using quantum theory, this prototype drive transports its ship to every conceivable position simultaneously while active then randomly stabilizes when quantum fluctuations subside."
>
<Image imageID="&rsItems1;" imageX="0" imageY="192" imageWidth="96" imageHeight="96"/>
<MiscellaneousDevice
powerRating= "750"
capacitorPowerUse= "-10"
powerToActivate= "10000"
/>
<Invoke key="J" installedOnly="true">
(objJumpTo gSource (sysVectorPolarOffset 0 (random 0 360) (random 1 1500)))
</Invoke>
</ItemType>
Yeah, make it so that there's a 1 in 10^15 chance that you teleport right into the Galactic CoreAtarlost wrote:Don't forget redecorate your ship.
Actually, the odds against a ship that passes through every point in the universe at once dropping you at your intended destination are infinite so it should just cause you to win the game.
I think I understand. It generates an improbability field of infinite magnitude, causing every event possible to happen at the same time.Atarlost wrote:I don't think you understand how the infinite improbability drive works.
In all cases it does what the author would consider most amusing.