Difference between revisions of "Freaky Fair"
m (I accidently removed the busters) |
(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 | + | '''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. | |
− | |||
− | + | == 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.<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> | ||
− | + | == Potions == | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | --> | + | * 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> | ||
− | + | <!-- 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. | ||
− | |||
− | |||
</gallery> | </gallery> | ||
== {{common string|References}} == | == {{common string|References}} == | ||
+ | {{VScript refnote}} | ||
<references/> | <references/> | ||
Revision as of 22:52, 14 October 2024
“You are so small! Is funny to me!” This article is a stub. As such, it is not complete. You can help Team Fortress Wiki by expanding it. Notes: Locations, description, gallery, etc. Information about custom workings of this map (upgrade station's changed upgrades and how credits are distributed) with code references/proof as necessary (see articles such as Versus Saxton Hale or Zombie Infection on how to do code references) |
“Let's go, let's go, let's go!” This article documents a recent addition. It may contain speculation, broken links or errors. You can help improve it by editing this page to include new information. |
Freaky Fair | |
---|---|
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 | |
Special: | |
Map Photos | |
Map Overview | |
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.
Contents
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
“Sun Tzu's got nothing on us!” This map's Community strategy page is a stub. As such, it is not complete. You can help the Team Fortress Wiki Community Strategy Project by expanding it. Notes: None added |
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
When updates release, the code will likely have shifted a few lines or have moved somewhere else entirely.
- ↑ scripts\items\pvp_upgrades_custom.txt:L511-534
- ↑ scripts\items\pvp_upgrades_custom.txt:L517
- ↑ scripts\items\pvp_upgrades_custom.txt:L423-430
- ↑ scripts\items\pvp_upgrades_custom.txt:L399-406
- ↑ scripts\items\pvp_upgrades_custom.txt:L383-390
- ↑ scripts\items\pvp_upgrades_custom.txt:L343-350
- ↑ scripts\items\pvp_upgrades_custom.txt:L287-294
- ↑ scripts\items\pvp_upgrades_custom.txt:L319-326
- ↑ scripts\items\pvp_upgrades_custom.txt:L279-286
- ↑ scripts\items\pvp_upgrades_custom.txt:L200-206
- ↑ scripts\vscripts\freakscript.nut:L165-174
- ↑ scripts\vscripts\freakscript.nut:L175-184
- ↑ scripts\vscripts\freakscript.nut:L195-222
- ↑ scripts\vscripts\freakscript.nut:L241-250
- ↑ scripts\vscripts\freakscript.nut:L251-272
- ↑ scripts\vscripts\freakscript.nut:L175-184
- ↑ scripts\vscripts\freakscript.nut:L223-240
- ↑ scripts\vscripts\freakscript.nut:L273-282
- ↑ scripts\vscripts\freakscript.nut:L283-292
- ↑ scripts\vscripts\freakscript.nut:L293-302
- ↑ scripts\vscripts\freakscript.nut:L303-312
- ↑ scripts\vscripts\freakscript.nut:L313-322
- ↑ scripts\vscripts\freakscript.nut:L323-332
- ↑ scripts\vscripts\freakscript.nut:L33-345
- ↑ scripts\vscripts\freakscript.nut:L346-357
- ↑ scripts\vscripts\freakscript.nut:L358-372
- ↑ scripts\vscripts\freakscript.nut:L373-382
- ↑ scripts\vscripts\freakscript.nut:L383-392
- ↑ scripts\vscripts\freakscript.nut:L393-402
- ↑ scripts\vscripts\freakscript.nut:L403-418
- ↑ scripts\items\pvp_upgrades_custom.txt:L319-326
- ↑ Creator confirming the inspiration.
|
|