Advertisement
Jacorb90

Untitled

Sep 5th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. player.light.photons.red.amount = new Decimal(1e11)
  2. player.light.photons.blue.amount = new Decimal(1e11)
  3. player.light.photons.yellow.amount = new Decimal(1e11)
  4. player.light.photons.orange.amount = new Decimal(1e9)
  5. player.light.photons.purple.amount = new Decimal(1e9)
  6. player.light.photons.green.amount = new Decimal(1e9)
  7. player.light.photons.white.amount = new Decimal(2e10)
  8. player.light.resetTimes = new Decimal(1e3)
  9. player.tree.resetTimes = new Decimal(1)
  10. player.mech.resetTimes = new Decimal(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement