tModLoader

tModLoader

Turtle's L'il Dragon Race
正在显示第 331 - 340 项,共 418 项条目
< 1 ... 32  33  34  35  36 ... 42 >
更新于:2024 年 12 月 6 日 上午 12:24
作者:Turtleren

Version 2.6.0, with some additional Calamity mod content and a few bug fixes, most of which were pointed out by the community. Thank you!
** New **
- (With Calamity Mod only) Added a new Breath Power Gem with 200 power, available after acquiring Divine Geodes from defeating Providence.
- (With Calamity Mod only) Added a new Breath Power Gem with 500 power, available after acquiring Auric Bars.
- (With Calamity Mod only) Added four new Breath Gems for advanced versions of each breath element, available after acquiring Yharon Soul Fragments from defeating, well, Yharon.
Breath attacks should be more formidable here, but I would still keep actual weapons. Again, breath attacks are not designed to be a substitute for an actual weapon.

** Changes **
None

** Fixes **
- Fixed a desync where dragons would not be considered 'sleeping' on pedestals for other clients in multiplayer.
- Fixed electricity breath projectiles having 'scale up' code despite only ever being a fixed size. I don't think it should have any actual impact, but mentioning it as a 'fix' anyway.
- Fixed the dragon sometimes becoming translucent. The logic for this should be much more stable now.

** Code/Internal **
None

I have no idea if the Calamity gems are balanced. I haven't played Calamity in a very long time and am making these additions based off of little experience.
Please let me know if you'd like some numbers changed!

更新于:2024 年 12 月 5 日 上午 2:32
作者:Turtleren

Version 2.5.12
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Library tweak to support items like shackles on B'ig Dragons.

更新于:2024 年 12 月 5 日 上午 1:22
作者:Turtleren

Version 2.5.10
** New **
None

** Changes **
None

** Fixes **
- Once again, I forgot to give proper names to the new items. Silly me.

** Code/Internal **
None

更新于:2024 年 12 月 5 日 上午 12:54
作者:Turtleren

Version 2.5.9
** New **
- L'il Dragon versions of Fossil and Ninja armour have arrived! Thanks again to Poem The Dragon for spriting these, your work is awesome.
- L'il Dragon compatible mana and life regen bands.

** Changes **
None

** Fixes **
None

** Code/Internal **
- DragonHandOn layer now accepts sprites of any width and will try to render them.

更新于:2024 年 12 月 4 日 下午 8:20
作者:Turtleren

Version 2.5.8, code library update to support robes, and dragon items are a bit more flexible in terms of restricting which dragon library races they will render on. Another modder could even make their own now, if they wanted to.
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Support for items to be enabled on multiple dragon library races through some additional data, instead of dragon items simply not rendering on any dragon library race except for the one it was built on.
- Split IL helper functions into a separate class.
- Added data fields: SittingRobeLegFrame, SittingRobeLegOffset, SittingRobeGravFlipY to control sit/crouching animations when wearing robes. Currently, dragons don't have any supported robes, this is just planning for a future where there are!
- Other robe-related code tweaks that should affect anything else. There's debugging item for testing out robes that is currently uncraftable.

更新于:2024 年 12 月 4 日 上午 6:47
作者:Turtleren

Version 2.5.7
** New **
None

** Changes **
- Custom rendering of frozen/webbed effects so that I can position and scale them myself.

** Fixes **
- Shifted some draw layers around. Back wings will draw in front of balloon accessories, but it's hardly noticable.
- Hopefully fixed 'detail' colours on the dragon rendering when they shouldn't. I can't do much about the eye right now.

** Code/Internal **
- Removed a whole bunch of startup IL logging.
- Added new data fields: FrozenSpriteScale, WebbedBackSpriteScale, WebbedFeetSpriteScale that multiply the scale of the associated effects.

更新于:2024 年 12 月 4 日 上午 4:32
作者:Turtleren

Version 2.5.6 tweaks ice breath and fixes a bunch of bugs. Also more support for more texture stuff behind the scenes.
** New **
None

** Changes **
- Ice breath now has a reduced effect against enemies immune to Confused, which includes some boss parts, BUT it can affect bosses themselves now, to a lesser extent.
- Ice breath debuff effect time reduced significantly (10s -> 4s).
There are also some other under-the-hood tweaks to how ice breath slows enemies to help it be balanced for slowing bosses.

** Fixes **
- Fixed ice breath getting some bosses and their parts stuck (there is now a minimum speed limit).
- Petrify effects should play in the correct spot for pedestals when (re)spawning on them.
- Properly net coded pedestal states so dragons don't jitter or fall off pedestals in multiplayer.
Note - As a side effect, particles and sounds will no longer play when hopping from pedestal to pedestal without stepping off inbetween.

** Code/Internal **
- Some code cleanups.
- Added new data field: HookJumpLeniency. Set to a positive value to allow jumping off of grappling hooks when abs(Y velocity) is <= this data value.
- Codebase now supports glowing textures for the following: headgear, body armour, tail armour, big legs+back legs, big top body armour. All glowing assets are suffixed with 'Glow' and must be registered in SetStaticDefaults of the armour item by calling the appropriate DragonUtil.Register function for your item type.

更新于:2024 年 12 月 4 日 上午 12:20
作者:Turtleren

Version 2.5.5
** New **
None

** Changes **
None

** Fixes **
AHHHHHHHHHHHHHH I LEFT MORE LOGGING IN AND IT'S FLOODING PEOPLE'S CONSOLES
it's gone now
i swear

** Code/Internal **
None

更新于:2024 年 12 月 4 日 上午 12:05
作者:Turtleren

Version 2.5.4
** New **
None

** Changes **
None

** Fixes **
- Fixed tail using colorArmorLegs when it should be using colorArmorBody.
- Fixed a logic error that could theoretically result in a duplicate tail armour texture loading.

** Code/Internal **
- Some code changes for the B'ig Dragon mod to support better-looking armour.
- Removed a bunch of asset loading logging.

更新于:2024 年 12 月 3 日 上午 4:22
作者:Turtleren

Version 2.5.3
** New **
None

** Changes **
None

** Fixes **
- Breath power gems now reject use by other Turtle's races that can't actually get an elemental breath attack in the first place.

** Code/Internal **
- B'ig Dragon leg layer tweaks to support armours.