tModLoader

tModLoader

Pets Overhaul
Showing 81-90 of 171 entries
< 1 ... 7  8  9  10  11 ... 18 >
Update: 12 Dec, 2023 @ 7:48am

Version 2.3.5.2 has been published to Stable tModLoader v2023.10, learn more at the homepage[discord.gg]

### Patch 2.3.5.2, December 12, 2023
### Fix
- Fixed Junimo being unable to retrieve the Player instance.
- Junimo's exp checks are now static.

Update: 12 Dec, 2023 @ 6:58am

Version 2.3.5.1 has been published to Stable tModLoader v2023.10, learn more at the homepage[discord.gg]

### Patch 2.3.5.1, December 12, 2023
### Changes & Fixes
- Added many item Icons for Pets that has conditions with specific items.
- Namely; Baby Grinch, Baby Hornet, Baby Penguin, Baby Panda, Baby Snowman, Blue Chicken, Cursed Sapling, Dirtiest Block, Glommer, Honey Bee and Destroyer-Lite.
- A few punctuation mark improvements.
- Improved wording slightly.
- Improved Eye of Cthulhu Pet's tooltip, now highlighting with red about its drawback and added another line specifying it sets your defense to 0.
- Fixed Volt Bunny reducing Player's damage when movement speed is lower than the base 100%.
### QoL Changes
- Estee now uses Player's base mana when calculating its magic damage bonus rather than checking for mana higher than 200.
- Tiki Totem now uses Player's base whip attack speed when calculating its whip boosts rather than checking for attack speed higher than 100%.

Update: 11 Dec, 2023 @ 12:53pm

Version 2.3.5 has been published to Stable tModLoader v2023.10, learn more at the homepage[discord.gg]

### Pet Perk Clarification Tooltip Improvements, Patch 2.3.5, December 11, 2023
### Changes & Fixes
- Changed all Regular Pet tooltips to now be way more tidier, clearer, more understandable and better communicate their conditions.
- All individual Perks of a Pet now is 'listed'.
- Now usage of punctuation marks are better.
- Alongside this, many wording fixes.
- Removed all double-negatives, such as 'reduces by -3', now instead says 'reduces by 3'
- Hyphen (-) is used for categorizing a Perk.
- Asterisk (*) is used for sub-categorizing things about a perk, such as conditions or further explanations.
- Changed some Pet's code slightly to simplify the tooltips to reduce confusion and removed unneeded stuff.
- Namely, Cursed Sapling, Baby Truffle,
- Added info on Junimo Fishing Perk, Bonus Angler Quest Loot to better reflect what it does and how many times it rolls.
- Baby Snowman now uses dynamic tooltip for when full Frost Armor is worn.
- Changed Pet names in Pet Dictionary to match the Projectile display name of the Pet
- Removed an unused Dictionary
- Cleaned up code slightly
- Fixed Grenade Launcher not being considered a Plantera Weapon for lifesteal purposes of Sapling Pet.
- Fixed Petals of Flower Pow not being considered a Plantera Weapon for lifesteal purposes of Sapling Pet.
- Tried to make Brain in a Jar's drawback even more clear.
### Balance Changes
- Blue Chicken
- New: Upon entering hardmode, Pearlwood gets added to Tree list with 200 weight.
- New: Upon defeating Plantera, Spooky Wood gets added to Tree list with 30 weight.

Update: 8 Dec, 2023 @ 11:34am

Version 2.3.4 has been published to Stable tModLoader v2023.10, learn more at the homepage[discord.gg]

### Keybind & Tooltip Improvements Patch 2.3.4, December 8, 2023
### Changes & Fixes
- Config option to hide Pet tooltips and only show them while the down button is held now uses a keybind rather than down button. Defaults to left-shift button now. (Has to be binded manually)
- Fixed Light Pets not having any text regarding a button must be pressed to view the tooltip.
- Fixed Parrot Pets Tooltip retrieveing check not working properly.
- Fixed Easy Joja-Cola obtaining mechanic's config option both missing its display name and tooltip.
- Removed a few unused localization entries.
- Keybind tooltips now retrieves from code of what the Keybind currently is.
- Cleaned up code to be more readable
- Fixed small mistakes in tooltips
- Better worded Spider Brain, Shark Pup and Lightning Bunny
- Overhauled Prince Slime, Princess Slime and Dual Slimes' tooltips to be way more clear, interesting and tell what they do and what they work with exactly.
- They now view which item they work on (Eg. Prince Slime now has Water Gun and Slime Gun in its tooltip)
- Effects are now categorized as 'Enemies' and 'Players' to have it more sorted and reduce confusion.
- Dual Slimes can now show both Prince Slime's and Princess Slime's tooltips with its own stats. Press the given Keybind to swap the tooltips, defaults to P. (Has to be binded manually)
### Balance Change
- Prince Slime & Dual Slimes
- New: Wet (de)buff now makes all burn type debuffs run out 2 times faster on Players
- Fix: Fixed Dual Slime granting 90% movement speed boost rather than intended 9%.

Update: 7 Dec, 2023 @ 12:29pm

Version 2.3.3.2 has been published to Stable tModLoader v2023.10, learn more at the homepage[discord.gg]

### Patch 2.3.2.2, December 7, 2023
### Fixes & Additions
- Added a new 20% chance to catch a Joja Cola at anytime no matter the fishing power etc. This goes away once you catch one.
- This can be disabled by config.
- Added to Joja Cola's tooltip to now heavily hint towards Purifying it at Dryad.
- Fixed in scenarios where somehow the NBT data is corrupted or is simply nonexistent/missing proceeds to crash/freeze the game. Now every single NBT data retrieveing done uses defensive code and checks if the data actually exists before trying to retrieve the data.
### Balance Change
- Spider Brain
- Lifesteal decreased to 4.5% from 5%.
- Maximum health the pool can hold decreased to 7% of maximum health from 7.5%.
- Reduced 1 health recovery rate accumulated towards the pool to 0.4 second from 0.33 second.

Update: 6 Dec, 2023 @ 10:14pm

Version 2.3.3.1 has been published to Stable tModLoader v2023.10, learn more at the homepage[discord.gg]

### Patch 2.3.3.1, December 7, 2023
### Fixes
- Now correctly sends Placed blocks to the server.
- Now correctly sends Re-Placed blocks to the server.
- Fixed List of Player Placed Blocks not working correctly in Multiplayer by not registering the blocks at all to the Server

Update: 4 Dec, 2023 @ 10:11pm

Version 2.3.3 has been published to Stable tModLoader v2023.10, learn more at the homepage[discord.gg]

### OnPickup Pets Improvement, Patch 2.3.3, December 5, 2023
### Changes & Fixes
- Now all Pets that works upon picking up an item works before the regular OnPickup method, effectively allowing them to still work under circumstances where another mod would remove the item before the Pet could work.
- Created new Hook system & Event for any Pets Overhaul Pet to be able to subscribe for and to use (Credit: Andro951)
- OnPickup methods are changed to PreOnPickup
- PreOnPickup methods are now more accessible, they are now static.
- All GlobalPet (Pet) Properties are now public
- Made code a bit more readable.

Update: 2 Dec, 2023 @ 12:29am

Version 2.3.2.1 has been published to Stable tModLoader v2023.10, learn more at the homepage[discord.gg]

### Patch 2.3.2.1, December 2, 2023
### Fixes
- Removed an unused check
- Fixed Suspicious Eye being quite misleading on the cooldown department, stating 25 minutes, rather than intended 2.5 minutes. Now simply says 150 seconds.

Update: 1 Dec, 2023 @ 1:39pm

Version 2.3.2 has been published to Stable tModLoader v2023.10, learn more at the homepage[discord.gg]

### Patch 2.3.2, December 1, 2023
### Fixes & Changes
- Reverted a unneeded check that may cause Pets Overhaul's on pickup mechanics to not work properly
- Decent amount of tooltip/notice typo and grammar fixes.
- A few tooltip clarifications/better wording.
### Balance Changes
- Spider Brain (BoC)
- Reduced Maximum pool amount to 7.5% health from 10% health
- Reduced Lifesteal to 5% from 6.5%
- Increased 1 health recovery rate for the pool to 0.33 second from 0.416 second.
- Bugfix: Now correctly states that the stated value for Pool health recovery is actually how much seconds Pet takes to recover +1 health in the pool, rather than how many health it recovers every second, misleading to lower values than it actually is.
- Moonling
- Reduced Ranged Crit chance bonus to 15% from 20%
- Increased Ranged Armor Pen bonus to +25 from +20
- Reduced Summoner damage boost to 5% from 10%
- Increased Whip Attack speed boost to 30% from 20%
- Increased Whip Range boost to 60% from 55%
- Parrot
- Increased bonus projectile chance to 22% from 20%
- Increased Melee/Close combat summon damage re-strike chance to 28% from 25%
- Mini Minotaur
- Increased % Defense boost to 0.23% per stack from 0.2% per stack
- Blue Chicken
- Increased laid egg's chance of being a Blue Egg to be 0.6% from 0.2% chance
- Increased laid egg's chance of being a Rotten Egg to be 14.4% from 0.3% chance
- Increased Amber Gemcorn Seed weight to 11 from 10 in Tree Table
- Increased Diamond Gemcorn Seed weight to 10 from 9 in Tree Table
- New: Now if the world is in hardmode, Plant table and Rare Plant table gets Grapes added to them with 3 weight, and Tree table gets Dragonfruit and Starfruit added with 3 weight.
- Turtle
- Reduced Damage Penalty to 4% from 5%
- New: Gives +1 flat defense on top of already existing 1.11x multiplier.
- Baby Hornet
- Increased base Bee Chance on hit to 7% from 5% (Doubled to be 14% for summoner hits from 10%)

Update: 24 Nov, 2023 @ 1:58am

Version 2.3.1.3 has been published to Stable tModLoader v2023.9, learn more at the homepage[discord.gg]

### Patch 2.3.1.3, Novermber 24, 2023
### Fix
- Changed an list thats instanced per NPC to be static where its unneeded.
- This fixes compability issues where Calamity Mod etc. tries to generate a world with Pets Overhaul.
- This reduces amount of memory etc. used by Pets Overhaul.