Difference between revisions of "Freaky Fair"

From Team Fortress Wiki
Jump to: navigation, search
m (I accidently removed the busters)
(Undo edit by Mediarch (Talk) (3835561))
(Tag: Undo)
Line 22: Line 22:
 
}}
 
}}
  
'''Freaky Fair''' is a [[Steam Workshop|community-created]] [[Control Point (game mode)|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{{which}}, some regular upgrades <!--(no metal regen and no health regen)-->, and the Spy's {{botignore|sappers}} cannot be upgraded.
+
'''Freaky Fair''' is a [[Steam Workshop|community-created]] [[Control Point (game mode)|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 [https://steamcommunity.com/sharedfiles/filedetails/?id=3326591381 contributed] to the Steam Workshop.
The following effects need to be described in a more technical detail (exact effects, duration, etc.), but a basic overview is:
 
  
* Kritz Potion: Gives crits, lasts 10 seconds
+
== Upgrade Changes ==
* Über Potion: Gives ÜberCharge, lasts 10 seconds
 
* Giant Potion: Makes the user giant, lasts 10 seconds
 
* Pumpkin Buster Potion: Turns the user into a miniature Sentry Buster with a pumpkin head. Lasts 15 seconds, left click to detonate. Does 5000 Damage to players and Buildings according to the script (should test in game).
 
* Healing Potion: Heals the player and the players around you at a rate of XXX(same rate as the healing spell) for 5 seconds
 
* Ghost Potion: Turns the player into a ghost, lasts 10 seconds.
 
* Roll the Dice Potion: Similar to the RTD sourcemod plugin.*
 
* Refill Ammo Potion: Refills the player's ammo to full
 
  
*RTD Outcomes:
+
* 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.<ref>scripts\items\pvp_upgrades_custom.txt:L511-534</ref>
 +
* The Fire Resistance upgrade costs 300 credits instead of 150 credits. <ref>scripts\items\pvp_upgrades_custom.txt:L517</ref>
 +
* The [[Gas Passer]]'s Explode on Impact upgrade is not available. <ref>scripts\items\pvp_upgrades_custom.txt:L423-430</ref>
 +
* The price on the [[Thermal Thruster]]'s "Stun enemies when you land" has been increased to 600 credits instead of regular 300 credit, <ref>scripts\items\pvp_upgrades_custom.txt:L399-406</ref>
 +
* 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.<ref>scripts\items\pvp_upgrades_custom.txt:L383-390</ref>
 +
* Medic's Canteen Specialist upgrade is not not available. <ref>scripts\items\pvp_upgrades_custom.txt:L343-350</ref>
 +
* Spy's {{botignore|sappers}} cannot be upgraded. <ref>scripts\items\pvp_upgrades_custom.txt:L287-294</ref>
 +
* Spy's melees do not have the Armor Penetration upgrade. <ref>scripts\items\pvp_upgrades_custom.txt:L319-326</ref>
 +
* The duration of the Crits on Kill upgrade for Spy and Demoman melee weapons has been reduced from +2 seconds to +1 second. <ref>scripts\items\pvp_upgrades_custom.txt:L279-286</ref>
 +
* There are 4 levels of +1 Disposable Sentry instead of 1. <ref>scripts\items\pvp_upgrades_custom.txt:L200-206</ref>
  
and is now a BUMPER KART!            - TF_COND_HALLOWEEN_KART, lasts 10 seconds
+
== Potions ==
and is UNAFFECTED BY DAMAGE (mostly)  - TF_COND_OBSCURED_SMOKE (75% invulnerability), lasts 10 seconds
 
and is now MARKED FOR DEATH!          - TF_COND_MARKEDFORDEATH, lasts 10 seconds
 
and now is FROZEN STIFF...            - TF_COND_FREEZE_INPUT, lasts 5 seconds
 
and has LOW GRAVITY!                  - SetGravity(0.2), lasts 10 seconds
 
and has REVERSE GRAVITY!              - SetGravity(-0.01), lasts 10 seconds
 
and now has 1000 HEALTH!              - SetHealth(1000), works like overheal and decays over time
 
and now has 1 HEALTH!                - SetHealth(1)
 
and is now OVERPOWERED!              - TF_COND_CRITBOOSTED - TF_COND_INVULNERABLE - refill_ammo - Sets health to max, lasts 10 seconds
 
and has RESPAWNED!                    - Entities.DispatchSpawn
 
and has a SPEED BONUS!                - "move speed bonus", 1.5m - lasts 15 seconds
 
and has MINI CRITS!                  - TF_COND_OFFENSEBUFF, lasts 10 seconds
 
and has the MIDAS TOUCH!              - AddAttribute("turn to gold"), lasts 10 seconds
 
  
-->
+
* Kritz Potion: Gives crits for 10 seconds, costs 400 credits <ref>scripts\vscripts\freakscript.nut:L165-174</ref>
 +
* Über Potion: Gives [[ÜberCharge]] for 10 seconds, costs 400 credits <ref>scripts\vscripts\freakscript.nut:L175-184</ref>
 +
* Giant Potion: Makes the user a giant for 10 seconds, costs 300 credits <ref>scripts\vscripts\freakscript.nut:L195-222</ref>
 +
* Healing Potion: Same effect as the Overheal [[Magic spells|magic spell]], costs 200 credits <ref>scripts\vscripts\freakscript.nut:L241-250</ref>
 +
* Ghost Potion: Turns the player into a [[Ghost|ghost]] for 10 seconds, costs 200 credits <ref>scripts\vscripts\freakscript.nut:L251-272</ref>
 +
* Refill Ammo Potion: Refills the player's ammo to full, costs 50 credits <ref>scripts\vscripts\freakscript.nut:L175-184</ref>
 +
* Pumpkin Buster Potion: Turns the user into a miniature [[Sentry Buster]] with a pumpkin head for 15 seconds. Pressing the fire button {{DK|MOUSE1|link=no}} will cause the user to detonate dealing 5000 Damage to players and buildings in range, costs 300 credits <ref>scripts\vscripts\freakscript.nut:L223-240</ref>
 +
* Roll the Dice Potion: Similar to the RTD sourcemod plugin. costs 150 credits.
 +
* Possible Roll the Dice Outcomes:
 +
** Bumper Kart!- Player is put into a [[Bumper Car]], lasts 10 seconds <ref>scripts\vscripts\freakscript.nut:L273-282</ref>
 +
** Unaffected By Damage (mostly) - Player has a 75% chance to dodge sources of incoming damage, lasts 10 seconds <ref>scripts\vscripts\freakscript.nut:L283-292</ref>
 +
** Marked For Death!            - Player is Marked for Death and will recieve 35% more damage from all incoming sources for the next 10 seconds. <ref>scripts\vscripts\freakscript.nut:L293-302</ref>
 +
** Frozen Stiff...              - Player is unable to move for 5 seconds. <ref>scripts\vscripts\freakscript.nut:L303-312</ref>
 +
** Low Gravity!                  - Player has low graviy for the next 10 seconds. <ref>scripts\vscripts\freakscript.nut:L313-322</ref>
 +
** Reverse Gravity!              - The player's gravity is inverted for 10 seconds. <ref>scripts\vscripts\freakscript.nut:L323-332</ref>
 +
** 1000 Health!                  - Max health is set to 1000 for 10 seconds after which the remaining health is treated as [[Healing#Overheal|Overheal]] and will begin to decay over time.<ref>scripts\vscripts\freakscript.nut:L33-345</ref>
 +
** 1 Health!                    - Max health is set to 1. <ref>scripts\vscripts\freakscript.nut:L346-357</ref>
 +
** Overpowered!                  - The player's health and ammo are refilled and they are crit boosted and ÜberCharged for 10 seconds <ref>scripts\vscripts\freakscript.nut:L358-372</ref>
 +
** Respawned!                    - Teleports the user back to spawn. <ref>scripts\vscripts\freakscript.nut:L373-382</ref>
 +
** Speed Bonus!                  - Recieve a speed boost for 15 seconds <ref>scripts\vscripts\freakscript.nut:L383-392</ref>
 +
** {{botignore|Mini Crits}}!    - Mini-crits that last 10 seconds. <ref>scripts\vscripts\freakscript.nut:L393-402</ref>
 +
** Midas Touch!                  - Any kill by the player will turn the enemy into golden statues, lasts 10 seconds <ref>scripts\vscripts\freakscript.nut:L403-418</ref>
  
Freaky Fair was [https://steamcommunity.com/sharedfiles/filedetails/?id=3326591381 contributed] to the Steam Workshop.
+
<!-- Code ref for prices can be found here <ref>scripts\vscripts\freakscript.nut:L120-129</ref>
 +
also here though it's pretty easy to check in game <ref>scripts\items\pvp_upgrades_custom.txt:L432-505</ref> -->
  
 
== Locations ==
 
== Locations ==
Line 64: Line 76:
 
'''{{Patch name|10|10|2024}} #1''' ([[Scream Fortress 2024]])
 
'''{{Patch name|10|10|2024}} #1''' ([[Scream Fortress 2024]])
 
* Added Freaky Fair to the game.
 
* Added Freaky Fair to the game.
 +
 +
== Unused Content ==
 +
* There is an unused upgrade that would increase the user's melee range however it unavailable.<ref>scripts\items\pvp_upgrades_custom.txt:L319-326</ref>
  
 
== Trivia ==
 
== Trivia ==
Line 72: Line 87:
 
File:Steamworkshop tf2 Freaky Fair thumb.jpg|Steam Workshop thumbnail for Freaky Fair.
 
File:Steamworkshop tf2 Freaky Fair thumb.jpg|Steam Workshop thumbnail for Freaky Fair.
 
File:Freaky Fair - Upgrades.png|The Upgrade Station used in Freaky Fair.
 
File:Freaky Fair - Upgrades.png|The Upgrade Station used in Freaky Fair.
File:Freaky Fair - Pumpkin Buster (RED).png|The Pumpkin Buster (RED)
 
File:Freaky Fair - Pumpkin Buster (BLU).png|The Pumpkin Buster (BLU)
 
 
</gallery>
 
</gallery>
  
 
== {{common string|References}} ==
 
== {{common string|References}} ==
 +
{{VScript refnote}}
 
<references/>
 
<references/>
  

Revision as of 22:52, 14 October 2024

Freaky Fair
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 Overview
Freaky Fair overview.png
Map Stamp
Item icon Map Stamp - Freaky Fair.png
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 for 10 seconds, costs 400 credits [11]
  • Über Potion: Gives ÜberCharge for 10 seconds, costs 400 credits [12]
  • Giant Potion: Makes the user a giant for 10 seconds, costs 300 credits [13]
  • Healing Potion: Same effect as the Overheal magic spell, costs 200 credits [14]
  • Ghost Potion: Turns the player into a ghost for 10 seconds, costs 200 credits [15]
  • Refill Ammo Potion: Refills the player's ammo to full, costs 50 credits [16]
  • Pumpkin Buster Potion: Turns the user into a miniature Sentry Buster with a pumpkin head for 15 seconds. Pressing the fire button (default key: MOUSE1) will cause the user to detonate dealing 5000 Damage to players and buildings in range, costs 300 credits [17]
  • Roll the Dice Potion: Similar to the RTD sourcemod plugin. costs 150 credits.
  • Possible Roll the Dice Outcomes:
    • Bumper Kart!- Player is put into a Bumper Car, lasts 10 seconds [18]
    • Unaffected By Damage (mostly) - Player has a 75% chance to dodge sources of incoming damage, lasts 10 seconds [19]
    • Marked For Death! - Player is Marked for Death and will recieve 35% more damage from all incoming sources for the next 10 seconds. [20]
    • Frozen Stiff... - Player is unable to move for 5 seconds. [21]
    • Low Gravity! - Player has low graviy for the next 10 seconds. [22]
    • Reverse Gravity! - The player's gravity is inverted for 10 seconds. [23]
    • 1000 Health! - Max health is set to 1000 for 10 seconds after which the remaining health is treated as Overheal and will begin to decay over time.[24]
    • 1 Health! - Max health is set to 1. [25]
    • Overpowered! - The player's health and ammo are refilled and they are crit boosted and ÜberCharged for 10 seconds [26]
    • Respawned! - Teleports the user back to spawn. [27]
    • Speed Bonus! - Recieve a speed boost for 15 seconds [28]
    • Mini Crits! - Mini-crits that last 10 seconds. [29]
    • Midas Touch! - Any kill by the player will turn the enemy into golden statues, 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:L241-250
  15. scripts\vscripts\freakscript.nut:L251-272
  16. scripts\vscripts\freakscript.nut:L175-184
  17. scripts\vscripts\freakscript.nut:L223-240
  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.