Darkest Dungeon®

Darkest Dungeon®

Ocen: 151
Tooltip Fixer
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Tagi: Fixes
Rozmiar pliku
Zamieszczono
Zaktualizowano
110.163 KB
12 września 2021 o 8:17
24 grudnia 2024 o 10:54
Listy zmian: 57 ( zobacz )

Zasubskrybuj, aby pobrać
Tooltip Fixer

W 3 kolekcjach stworzonych przez Moon/Void Slime
Deathmoon Modpack (in proper load order)
Przedmioty: 64
Deathmoon
Przedmioty: 18
Burning Estate
Przedmioty: 60
Opis
A mod made up of tooltips I use to make sure I have no tooltip conflicts. Place at the very top of your load order.

What the mod does exactly?

It ports over tooltips from butcher's circus that are missing in the base game. Yeah a lot of mods have introduced them, but it's worded differently between every mod. Using Redhook's language, I try to make this as consistant as possible. It also fixes an issue I have personally in that depending on your load order, tooltips would be different run to run. So I tried organizing it all here.

Example of what is ported...

Trinkets that heal Stress are just called Stress skills. In butcher's circus they made it more clear with renaming it to Stress Relief.

Other changes...

All flat increases to a stat have been changes to not have a (%) sign if it did. All multiply stat increases now have a (%) by it. I changed it like this vs other mods that used +Number% stat modifier or +Number% stat multipler since those tooltips are long, and and just removing the (%) from the additive tooltips kept it more in-line with Redhook's original tooltips.

I.E. you have 30% crit chance. a trinket with +10 crit will increase your crit to 40%. a trinket with +10% crit will increase your crit to 33%.


Komentarzy: 11
DeadTallLady22 28 lutego 2024 o 8:47 
@Moon/Void Slime, Do you know how to enlarge the limited text in the tooltips so that there are no clippings.
Rincewind 10 lutego 2024 o 23:12 
Hello, why

<entry id="buff_rule_data_tooltip_abjure"> <![CDATA[{colour_start|notable}Word of Power{colour_end}]]></entry>
is repeating 4 times? is it required?
Adagio 8 października 2023 o 0:36 
Nice work, seems to apply to modded trinkets, too! Was killing me that I couldn't tell the difference between % Crit and flat + Crit rate without testing it in a mission.
Moon/Void Slime  [autor] 23 sierpnia 2023 o 18:57 
8/23/2023

-Updated CRT to say CRIT
-- Reasons: The character stats (which is un-edit-able) says CRIT. So I made all the tooltips match that.
Moon/Void Slime  [autor] 8 sierpnia 2023 o 5:06 
Update 8/8/2023

-Effect DMG tooltip adjusted to match DD2 (Take %d DMG)
-Fixed if -item is in inventory- tooltip to have a capitol I in both rule true and false
-Fixed + CRIT to match +% CRT (matched to vanilla's CRT for crit)
-Added a lot of custom tooltips from trinkets+ to match the consistency of this mod. Such as changing lines from stress heal to stress relief.
Will 1 maja 2023 o 19:07 
I have been poking around in your xml file and was trying to figure out a way to change the multiplier tooltip of buffs from "+20%" to something like "1.20x". However, I think the only way to achieve this will require some computation on the arguments passed in (something like 1+{value}/100), which isn't possible in XML, correct? I just started looking into Android-style XML so I could be missing something, but if you have any ideas on how to implement this functionality I'd be interested to hear them.
Thanks again for the mod.
Moon/Void Slime  [autor] 1 maja 2023 o 18:54 
I shall go through and fix those in the next week. thanks for pointing it out!
Will 1 maja 2023 o 15:59 
Thank you for this mod. There are a few instances where you use CRT instead of CRIT. Also, the word "Inventory" is sometimes capitalized and sometimes not.
Technotoad64 27 marca 2023 o 13:16 
finally, someone who understands the difference between percentages and percentage points