Template:Freaky Fair potions table

From Team Fortress Wiki
Revision as of 22:57, 28 September 2025 by BrazilianNut (talk | contribs) (Added a hidden helpful note for translators regarding the description of the Healing Potion's effect.)
Jump to: navigation, search

Potions

Icon Potion
Freaky Fair Bottle kritz.png Kritz Potion
$ 400 (10 seconds)
Grants Critical hits.[1]
Freaky Fair Bottle ubercharge.png Über Potion
$ 400 (10 seconds)
Grants ÜberCharge.[2]
Freaky Fair bottle colossus.png Giant Potion
$ 300 (10 seconds)
The user doubles in size and their max health is multiplied by 10.[3]
Freaky Fair bottle heal.png Healing Potion
$ 200 (Instantaneous)
Same effect as the Overheal magic spell.[4]
Freaky Fair bottle ghost.png Ghost Potion
$ 200 (10 seconds)
Turns the user into a ghost.[5]
Freaky Fair Bottle ammoresupply.png Refill Ammo Potion
$ 50 (Instantaneous)
Refills the user's ammo to full.[6]
Freaky Fair bottle pumpkinbuster.png Pumpkin Buster Potion
$ 300 (15 seconds)
Turns the user into a miniature Sentry Buster with a pumpkin head. Pressing the primary fire button (default key:   MOUSE1) causes the user to detonate, dealing 5,000 damage to players and buildings in range.[7]
Freaky fair bottle rtd.png Roll the Dice Potion
$ 150 (Varies)
Randomly grants one of the following effects:
  • Bumper Car (10 seconds): The user is put into a Bumper Car.[8]
  • Unaffected by damage (10 seconds): The user has a 75% chance to dodge sources of incoming damage.[9]
  • Marked For Death (10 seconds): The user is Marked for Death and receives 35% more damage from all incoming sources.[10]
  • Frozen stiff (5 seconds): The user is unable to move.[11]
  • Low gravity (10 seconds): The user's gravity is decreased.[12]
  • Reverse gravity (10 seconds): The user's gravity is inverted.[13]
  • 1000 health (10 seconds): Max health is set to 1000. Once the duration ends, the remaining health is treated as overheal and begins to decay over time.[14]
  • 1 health (instantaneous): Max health is set to 1.[15]
  • Overpowered (10 seconds): The user's health and ammo are refilled and they receive a Crit boost and invulnerability.[16]
  • Respawned (instantaneous): Teleports the user back to spawn.[17]
  • Speed bonus (15 seconds): Grants a speed boost.[18]
  • Mini-Crits (10 seconds): Grants a mini-crit boost.[19]
  • Midas touch (10 seconds): Any enemy killed by the user turns into a golden statue.[20]

Documentation for Freaky Fair potions table


Template for the potions on Freaky Fair.


Code ref for prices can be found here:

  • scripts\vscripts\freakscript.nut:L120-129
  • scripts\items\pvp_upgrades_custom.txt:L432-505


References:

  1. scripts\vscripts\freakscript.nut:L165-174
  2. scripts\vscripts\freakscript.nut:L175-184
  3. scripts\vscripts\freakscript.nut:L195-222
  4. scripts\vscripts\freakscript.nut:L241-250
  5. scripts\vscripts\freakscript.nut:L251-272
  6. scripts\vscripts\freakscript.nut:L175-184
  7. scripts\vscripts\freakscript.nut:L223-240
  8. scripts\vscripts\freakscript.nut:L273-282
  9. scripts\vscripts\freakscript.nut:L283-292
  10. scripts\vscripts\freakscript.nut:L293-302
  11. scripts\vscripts\freakscript.nut:L303-312
  12. scripts\vscripts\freakscript.nut:L313-322
  13. scripts\vscripts\freakscript.nut:L323-332
  14. scripts\vscripts\freakscript.nut:L33-345
  15. scripts\vscripts\freakscript.nut:L346-357
  16. scripts\vscripts\freakscript.nut:L358-372
  17. scripts\vscripts\freakscript.nut:L373-382
  18. scripts\vscripts\freakscript.nut:L383-392
  19. scripts\vscripts\freakscript.nut:L393-402
  20. scripts\vscripts\freakscript.nut:L403-418