tModLoader

tModLoader

Turtle's L'il Dragon Race
Viser 251-260 af 418 forekomster
< 1 ... 24  25  26  27  28 ... 42 >
Opdatering: 31. dec. 2024 kl. 2:14

Version 3.6.3
** New **
None

** Changes **
- Pendant of Stone now also has a recipe to use Platinum Bars instead of Gold Bars.

** Fixes **
None

** Code/Internal **
None

Opdatering: 31. dec. 2024 kl. 1:14

Version 3.6.2
** New **
None

** Changes **
None

** Fixes **
- Oops, left a debug print in there.

** Code/Internal **
None

Opdatering: 31. dec. 2024 kl. 1:13

Version 3.6.1
** New **
None

** Changes **
None

** Fixes **
- Fixed visual item offsets being wrong when in a minecart.
Please note that projectile spawnpoints will still look wrong while in a minecart. Mounts/carts are strange and I don't dare touch them too much right now.

** Code/Internal **
None

Opdatering: 30. dec. 2024 kl. 21:28

Version 3.6.0
** New **
- This isn't really a content addition, but...
The code library now supports custom offsets for projectile spawnpoints, among other things.
I'll be rolling out the appropriate changes to my other races where needed, too. Most of my races should work OK with the current offset, though.
Overall, this should result in a more logical set of projectile spawnpoints for my races!
There may be some other bugs I didn't find... please let me know if you find any, unless they're about the stepping stool. I tried fixing that, but um, yeah, it's complicated.

** Changes **
None

** Fixes **
None

** Code/Internal **
- DragonUtil.GetData is now safer, to prevent some issues with the game softlocking.
- Cleaned up a bunch of null checks where it was impossible for the value to be null without already throwing an exception anyway (eg. null checking the result of GetModPlayer).
- Add data field HitboxCenterYOffset for custom projectile spawning offset (and other things using this variable).

Opdatering: 30. dec. 2024 kl. 15:50

Version 3.5.3
** New **
None

** Changes **
None

** Fixes **
- Fixed the 'give up' feature of the Petrification On Death system not working for non-L'il Dragon codebase races.

** Code/Internal **
None

Opdatering: 29. dec. 2024 kl. 21:36

Version 3.5.2
** New **
- Added a client setting to decide if the Focused Pendant of Stone is toggled or 'hold to activate'. Defaults to 'toggled' mode.
- With Petrify On Death enabled, individual players can now forcibly respawn by holding JUMP for 3 seconds after 'death'. You will still have to wait out the normal respawn timer.

** Changes **
- The Focused Pendant of Stone is now a toggle by default, and has some sound effects to indicate when it is toggled on or off.
This can be controlled by the relevant client setting added in this update, for if you want the old behaviour back.

** Fixes **
None

** Code/Internal **
None

Opdatering: 29. dec. 2024 kl. 17:09

Version 3.5.1
** New **
None

** Changes **
- Being mounted no longer refreshes double jumps, to prevent Cloud in a Bottle double jump spam, etc. Wings and rocket boots still get their flight times reset.

** Fixes **
None

** Code/Internal **
None

Opdatering: 29. dec. 2024 kl. 17:03

Version 3.5.0
** New **
- Added the Focused Pendant of Stone. Make it with a normal Pendant of Stone and a Diamond at an Anvil!
This version allows you to selectively choose when you turn to stone, by holding the tertiary racial skill key (C by default).
Please note that the petrification lingers for a short time after releasing the key.

** Changes **
- Adjusted the Pendant of Stone (and similar items) description to be more accurate to how they work.

** Fixes **
None

** Code/Internal **
- Internal changes to the logic for Pendants of Stone. Should be no noticable functionality difference.

Opdatering: 28. dec. 2024 kl. 22:50

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.

Opdatering: 28. dec. 2024 kl. 6:54

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