tModLoader

tModLoader

Turtle's L'il Dragon Race
Menampilkan301-310 dari 420 kiriman
< 1 ... 29  30  31  32  33 ... 42 >
Pembaruan: 18 Des 2024 @ 3:46pm
berdasarkan Turtleren

Version 2.12.3
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Added capabilities to custom-draw helmets, if and only if they're a dragon-specific one.
- Added new data field for the above: CustomHelmetOffsetX.
- Draw layer 'DragonHelmetGlow' is now named 'DragonHelmet'.

This will be used in the B'ig Dragon mod so that helmets can stick out behind the dragon's head more.

Pembaruan: 18 Des 2024 @ 5:22am
berdasarkan Turtleren

Version 2.12.2
** New **
None

** Changes **
None

** Fixes **
- Dragons and other races running on this codebase should now properly release grapples, etc. when petrified.

** Code/Internal **
None

Pembaruan: 18 Des 2024 @ 1:40am
berdasarkan Turtleren

Version 2.12.1
** New **
None

** Changes **
None

** Fixes **
- Forgot to match the version number in the changelog with the actual mod build... again.

** Code/Internal **
None

Pembaruan: 18 Des 2024 @ 1:39am
berdasarkan Turtleren

Version 2.12.0 overall nerfs breath attacks quite a bit... but also adds configuration options to greatly customise the breath system if you desire!
Please feel free to let me know what you think of these balancing changes, and if I should tweak some of the default config values.
I understand that I've hit breath attacks pretty hard in this update.

** New **
- Added a variety of server configuration options to customise how breath attacks work. You can pretty much adjust the system however you want!

** Changes **
- Updated description to mention the 30% mounted damage resistance.
- The dragon's eye now remains half-closed after the exhaustion warning point, until the dragon recharges back to full stamina, to better indicate when your breath is fully recharged.
- Dragons will now get the slowed debuff from exhausting themselves even while not using elemental breath (eg. while recovering). Previously, the debuff only applied while actively using breath attacks.
- Dragon stamina capacity for breath attacks reduced slightly (3000 -> 2500).
- Breath attack minimum power at max exhaustion reduced (20% -> 10%).
- Stamina recharge delay increased (0.5s -> 1.5s).
- Stamina recharge speed reduced (10 -> 7).
- Stamina drain per projectile increased (10 -> 13).
- Fire, Ice and Life breath projectiles pierce reduced (3 -> 2).

** Fixes **
None

** Code/Internal **
- Added data fields to control breath spawn positions while crouching and crouch walking. The logic for determining breath spawn position while crouching/crouch walking is better now, too.

Pembaruan: 17 Des 2024 @ 3:15am
berdasarkan Turtleren

Version 2.11.2
Ok so, this update is a bit awkward.
I'm actually deleting the new transformation essences.
I was hopeful about the concept, but in practice it just DOES NOT WORK and breaks a lot of things.
Sorry. The item will remain in the code for the L'il Dragon mod in case I go back on my decision, but otherwise it's being made unobtainable.

Pembaruan: 17 Des 2024 @ 2:51am
berdasarkan Turtleren

Version 2.11.1
** New **
None

** Changes **
- Minor description tweak. Wasn't happy with the wording :)

** Fixes **
None

** Code/Internal **
None

Pembaruan: 17 Des 2024 @ 2:50am
berdasarkan Turtleren

Version 2.11.0 (edit: the transformation essences have since been made unobtainable in a newer update due to the very nature of the item being a bit broken. The code remains and I may revisit the idea, but otherwise, it's gone for now.)
** New **
- Introducing a new type of item: Transformation Essences.
When used, immediately changes your race into the race indicated by the essence. Any race can use them, even races that don't run on the L'il Dragon codebase.
Please note that if you're using this item as a race that does not support Transformation Essences, you may not be able to return to your original form. Be careful!
I will be adding Transformation Essences for my other race mods too, so that they support this system!
You can craft the Transformation Essence at an Alchemy Table with 5 Magic Power Potions. The Alchemy Table discount will not apply to this recipe.

** Changes **
- Updated mod description to include info about the new Transformation Essence item.

** Fixes **
None

** Code/Internal **
- Put all the DragonUtil function summaries on a diet by removing a lot of unused summary info (returns, parameters...)

Pembaruan: 16 Des 2024 @ 11:11pm
berdasarkan Turtleren

Version 2.10.6
** New **
None

** Changes **
None

** Fixes **
- Extra safety to revert gravity back to normal if it's inverted when hopping onto a pedestal. I don't think this should affect anything noticably since it already behaved pretty well.

** Code/Internal **
- Added StopAllCurrentActions and PreventStandardControls methods to DragonUtil for re-use.

Pembaruan: 16 Des 2024 @ 6:31pm
berdasarkan Turtleren

Version 2.10.5
** New **
None

** Changes **
None

** Fixes **
- Fixed tail-replacing accessories not saving data, and thus not showing up in the character selection screen.

** Code/Internal **
- Added data field StatueTotalFrames to support what I was trying to achieve in the last update with statues that have more than 2 sprites in their sheets.

Pembaruan: 16 Des 2024 @ 5:24pm
berdasarkan Turtleren

Version 2.10.4
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Added a data object field to run custom code on a per-race basis for deciding which sprite index to use when petrified.