User:Mediarch/Sandbox

From Team Fortress Wiki
< User:Mediarch
Revision as of 20:43, 14 October 2024 by Mediarch (talk | contribs) (a)
Jump to: navigation, search

Full Paint Checklist

Bird.png


Template:Dictionary/common strings/map name mediarch
Cp freaky fair.png
Basic Information
Map type: Control Point
File name: cp_freaky_fair
Released: October 10, 2024 Patch
(Scream Fortress XVI)
Developer(s): Emil Sharafeev
George "I dinne ken" Norman
Liam "Diva Dan" Moffitt
Patrik "Nat-Tea" Naplava
Aeon "Void" Bollig
Wilson
Stuffy360
Ranily
Map Info
Environment: Carnival, Halloween
Setting: Night
Magic spells: No
Map Items
TF2 crosshair.png Special: Pumpkin.png
Map Photos
Loading screen photos.
Map Stamp
[[File:Item icon Map Stamp - Template:Dictionary/common strings/map name mediarch.png|170px|link=Map Stamp]]
Supporters Leaderboard

Freaky Fair is a community-created Control Point map released during the Scream Fortress 2024 update. The map features two team-oriented capture points and one central neutral point, as well as an Upgrade Station with 250 starting credits. The Upgrade Station shares mostly the same upgrades as Mann vs. Machine, with changes to the Power Up Canteen upgrades, and some regular upgrades.

Freaky Fair was contributed to the Steam Workshop.

Upgrade Changes

  • All Power Up Canteen upgrades have been replaced with a set of alternate "Potions" which can be seen below.
  • The resistance on the Resistance upgrades have been reduced from +25% to +20% instead.[1]
  • The Fire Resistance upgrade costs 300 credits instead of 150 credits. [2]
  • The Gas Passer's Explode on Impact upgrade is not available. [3]
  • The price on the Thermal Thruster's "Stun enemies when you land" has been increased to 600 credits instead of regular 300 credit, [4]
  • The price on Medic's Projectile Shield upgrade is 500 credits instead of the usual 300 and it only has 1 level available instead of 2.[5]
  • Medic's Canteen Specialist upgrade is not not available. [6]
  • Spy's sappers cannot be upgraded. [7]
  • Spy's melees do not have the Armor Penetration upgrade. [8]
  • The duration of the Crits on Kill upgrade for Spy and Demoman melee weapons has been reduced from +2 seconds to +1 second. [9]
  • There are 4 levels of +1 Disposable Sentry instead of 1. [10]

Potions

  • Kritz Potion: Gives crits, lasts 10 seconds - 400 credits [11]
  • Über Potion: Gives ÜberCharge, lasts 10 seconds - 400 credits [12]
  • Giant Potion: Makes the user giant, lasts 10 seconds - 300 credits [13]
  • Pumpkin Buster Potion: Turns the user into a miniature Sentry Buster with a pumpkin head. Lasts 15 seconds, left click to detonate. Deals 5000 Damage to players and buildings - 300 credits [14]
  • Healing Potion: Heals the player and the players around you at a rate of XXX(same rate as the healing spell) for 5 seconds - 200 credits [15]
  • Ghost Potion: Turns the player into a ghost, lasts 10 seconds. - 200 credits [16]
  • Roll the Dice Potion: Similar to the RTD sourcemod plugin.* - 150 credits
  • Refill Ammo Potion: Refills the player's ammo to full - 50 credits [17]


RTD Outcomes:

  • BUMPER KART! - TF_COND_HALLOWEEN_KART, lasts 10 seconds [18]
  • UNAFFECTED BY DAMAGE (mostly) - TF_COND_OBSCURED_SMOKE (75% invulnerability), lasts 10 seconds [19]
  • MARKED FOR DEATH! - TF_COND_MARKEDFORDEATH, lasts 10 seconds [20]
  • FROZEN STIFF... - TF_COND_FREEZE_INPUT, lasts 5 seconds [21]
  • LOW GRAVITY! - SetGravity(0.2), lasts 10 seconds [22]
  • REVERSE GRAVITY! - SetGravity(-0.01), lasts 10 seconds [23]
  • 1000 HEALTH! - Max health is set to 1000 for 10 seconds and then works like overheal and decays over time [24]
  • 1 HEALTH! - SetHealth(1) [25]
  • OVERPOWERED! - TF_COND_CRITBOOSTED - TF_COND_INVULNERABLE - refill_ammo - Sets health to max, lasts 10 seconds [26]
  • RESPAWNED! - Teleports the user back to spawn [27]
  • SPEED BONUS! - "move speed bonus", 1.5m - lasts 15 seconds [28]
  • MINI CRITS! - TF_COND_OFFENSEBUFF, lasts 10 seconds [29]
  • MIDAS TOUCH! - AddAttribute("turn to gold"), lasts 10 seconds [30]

Locations

Strategy

Main article: Community Freaky Fair strategy

Update history

October 10, 2024 Patch #1 (Scream Fortress 2024)

  • Added Freaky Fair to the game.

Unused Content

  • There is an unused upgrade that would increase the user's melee range however it unavailable.[31]

Trivia

  • This map's unique feature, the Upgrade Station, was inspired by Deadlock, which features in-game upgrades.[32]

Gallery

References

Pictogram comment.png When updates release, the code will likely have shifted a few lines or have moved somewhere else entirely.

  1. scripts\items\pvp_upgrades_custom.txt:L511-534
  2. scripts\items\pvp_upgrades_custom.txt:L517
  3. scripts\items\pvp_upgrades_custom.txt:L423-430
  4. scripts\items\pvp_upgrades_custom.txt:L399-406
  5. scripts\items\pvp_upgrades_custom.txt:L383-390
  6. scripts\items\pvp_upgrades_custom.txt:L343-350
  7. scripts\items\pvp_upgrades_custom.txt:L287-294
  8. scripts\items\pvp_upgrades_custom.txt:L319-326
  9. scripts\items\pvp_upgrades_custom.txt:L279-286
  10. scripts\items\pvp_upgrades_custom.txt:L200-206
  11. scripts\vscripts\freakscript.nut:L165-174
  12. scripts\vscripts\freakscript.nut:L175-184
  13. scripts\vscripts\freakscript.nut:L195-222
  14. scripts\vscripts\freakscript.nut:L223-240
  15. scripts\vscripts\freakscript.nut:L241-250
  16. scripts\vscripts\freakscript.nut:L251-272
  17. scripts\vscripts\freakscript.nut:L175-184
  18. scripts\vscripts\freakscript.nut:L273-282
  19. scripts\vscripts\freakscript.nut:L283-292
  20. scripts\vscripts\freakscript.nut:L293-302
  21. scripts\vscripts\freakscript.nut:L303-312
  22. scripts\vscripts\freakscript.nut:L313-322
  23. scripts\vscripts\freakscript.nut:L323-332
  24. scripts\vscripts\freakscript.nut:L33-345
  25. scripts\vscripts\freakscript.nut:L346-357
  26. scripts\vscripts\freakscript.nut:L358-372
  27. scripts\vscripts\freakscript.nut:L373-382
  28. scripts\vscripts\freakscript.nut:L383-392
  29. scripts\vscripts\freakscript.nut:L393-402
  30. scripts\vscripts\freakscript.nut:L403-418
  31. scripts\items\pvp_upgrades_custom.txt:L319-326
  32. Creator confirming the inspiration.