BanjoByTheBay / BanjoBotAssets

A tool to export names, descriptions, and other data related to game items from Fortnite: Save The World.
GNU General Public License v3.0
15 stars 3 forks source link

Wrong description for "Cold Lead" hero perk #42

Closed taradinoc closed 1 year ago

taradinoc commented 1 year ago

For Sleuth (hid_constructor_038_gumshoe_sr_t01), the perk description reads:

R.O.S.I.E.'s Fire Rate is increased by 15% and Ammo Pool is increased by -20%. Every 12 damaging shots freezes all enemies within 0.5 tiles of the target for 3 seconds.

"Increased by -20%" makes no sense.

taradinoc commented 1 year ago

The correct in-game text is:

R.O.S.I.E.'s Fire Rate is increased by 15% and Ammo Pool is increased by 20%. Every 12 damaging shots freezes all enemies within 0.5 tiles of the target for 3 seconds.

The ammo pool token Ability.Line2 is defined as follows in Default__TT_Perk_H_HotLead_T01_C:

The code to format "Subtract From 1" needs to take the absolute value of the number after subtracting.