tModLoader
Turtle's L'il Dragon Race
Mostrando 261-270 de 420 aportaciones
< 1 ... 25  26  27  28  29 ... 42 >
Actualización: 28 DIC 2024 a las 10:50 p. m.

Version 3.4.1
** New **
None

** Changes **
- Solar/Lunar Pendants of Stone recipes are now disabled by default. Their recipes can be enabled again in the server config.
These pendants don't really serve any good use outside of a few cheeky applications, so I'm turning them off by default to reduce confusion.
- Updated gold pile seat description.

** Fixes **
None

** Code/Internal **
- Swap language line for 'Can Craft Stone Gun' to be a common line for anything that needs its recipe enabled in config.

Actualización: 28 DIC 2024 a las 6:54 a. m.

Version 3.4.0 adds the breath bar! No, not the one for oxygen... the one for breath attack stamina!
** New **
- Added a breath bar that will appear while the dragon is using its breath attack. This shows how much breath you have left. The head will close its eyes when your breath is suffering from overuse.
Client configs were also added to move this bar or disable it entirely, if you desire.

** Changes **
- Updated Special Thanks to include Solarium_ for the breath bar idea! Thank you for the suggestion, and although I didn't use the sprites you provided, the general idea set me down on the right path.
- The Stone Shield Trinket now considers being submerged in a liquid as OK for the beneficial component of its effects.

** Fixes **
None

** Code/Internal **
None

Actualización: 28 DIC 2024 a las 2:34 a. m.

Version 3.3.10
** New **
None

** Changes **
- No longer re-apply hitbox height in PostUpdate() as it wasn't needed.

** Fixes **
- Added an attempted fix for small races falling through some of Starlight River's moving platforms. No promises. This took me an entire day and I still don't really know why it happens.

** Code/Internal **
None

Actualización: 27 DIC 2024 a las 8:02 a. m.

Version 3.3.9
** New **
- Added client config setting: Mounting Respects Furniture. Defaults to Off. When enabled, attempts to mount another player will fail if there is a tile in the background that registers an interaction attempt, such as chests.
This default setting is different from what was previously implemented: previously you could not mount someone standing in front of furniture if you clicked on the furniture as well. Now, that is completely ignored by default.

** Changes **
None

** Fixes **
None

** Code/Internal **
None

Actualización: 27 DIC 2024 a las 4:00 a. m.

Version 3.3.8
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- oops, function name typo.

Actualización: 27 DIC 2024 a las 3:57 a. m.

Version 3.3.7
** New **
- Added a few lines of custom dialogue for some NPCs when talked to by the L'il Dragon.

** Changes **
- Updated special thanks with Joshthefox for some of the custom NPC dialogue ideas!

** Fixes **
None

** Code/Internal **
None

Actualización: 26 DIC 2024 a las 9:49 p. m.

Version 3.3.6
** New **
None

** Changes **
- Reworked how mounted damage resistance works. The resistance is now a multiplier on the player's final damage taken, rather than adding a flat amount to your 'endurance' stat. The config has also changed a little bit, so please check that if it's not already using the default value!
- Mounted damage resistance is now 50% by default. The setting is also now called 'Mounted Damage Taken Modifier' to be clearer.

** Fixes **
- Fixed some trinket variables not resetting on non-L'il Dragon codebase races.
- Fixed affinity logic STILL being wrong. It should work flawlessly now, I swear.

** Code/Internal **
None

Actualización: 26 DIC 2024 a las 9:19 p. m.

Version 3.3.5
** New **
None

** Changes **
- Shifted the gold pile seating position up a little.

** Fixes **
None

** Code/Internal **
None

Actualización: 26 DIC 2024 a las 8:19 p. m.

Version 3.3.4
** New **
None

** Changes **
- Updated the gold pile crafting cost.

** Fixes **
None

** Code/Internal **
None

Actualización: 26 DIC 2024 a las 8:16 p. m.

Version 3.3.3
** New **
- Added a gold pile that you can craft at the Dragon Vanity Bench. You can sit on it.

** Changes **
- Offset the L'il Dragon a bit higher on seats so that it looks better.

** Fixes **
- Fixed the big leg rendering layers supported by this codebase (used by B'ig Dragon) getting messed up on certain seats.

** Code/Internal **
None