tModLoader
Turtle's L'il Storm Drake Race
50개 중 11~20개 표시 중
< 1  2  3  4  5 >
업데이트: 2025년 7월 11일 @ 오전 7시 18분

Version 0.4.9
** New **
None

** Changes **
- L'il Dragon dependency bumped to v4.10.5

** Fixes **
- Fixed Storm Drake hover wings not working properly when gravity is flipped (controls were inverted, couldn't land on the 'ceiling').

** Code/Internal **
- Tweaks to use new ModifyWingPositions function from L'il Dragon + rendering code optimisations.

업데이트: 2025년 7월 9일 @ 오후 10시 18분

Version 0.4.8
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Moving some code over from StormDrakePlayer into StormDrake (the race object) to reduce load.
This time I didn't mess up and have to revert like I did with Onyxia heheh

업데이트: 2025년 7월 3일 @ 오전 2시 58분

Version 0.4.7 - Changing up storm breath a little bit to make it more... interesting~
** New **
None

** Changes **
- Thorns buff removed from affinity T2 charge.
+ T2 charge now gives +20% movement speed.
+ T2 and T3 charge now halve the amount of hits for additional bolts to strike, but only in rain.
- T3 damage boost reduced from 20% to 15%.
+ T3 now increases storm dash velocity by 25%.
+ T3 now sprays out additional shots while using the storm dash. These shots will not spawn Doom Bolts or grant the associated debuff.

- Tweaked the limits on some configs to be more lenient.

** Fixes **
- Fixed improper use of Player.direction, now using Player.ChangeDir() which is the proper way to do it.

** Code/Internal **
- Charge tier checks simplified into StormDrakePlayer properties, HasT1Charge, HasT2Charge and HasT3Charge.
- Also done the same for storm dash speed, in the form of StormDashSpeed as a property.

업데이트: 2025년 6월 22일 @ 오전 12시 10분

Version 0.4.6
** New **
- Added custom NPC dialogue for the storm drake (mostly copied from L'il Dragon race).

** Changes **
- L'il Dragon dependency bumped up to v4.9.1.

** Fixes **
None

** Code/Internal **
None

업데이트: 2025년 6월 6일 @ 오전 1시 26분

Version 0.4.5
** New **
None

** Changes **
- Oxygen Loss config is now called 'Oxygen Capacity Increase' and uses the new Player.breathEffectiveness value introduced in the latest tModLoader version. If you have modified the default value, you may need to adjust it for the new logic.
For context, the previous config represented 'how fast breath drains, as a percentage', but the new value represents 'how much longer breath lasts, as a percentage increase of the base value'.

** Fixes **
None

** Code/Internal **
None

업데이트: 2025년 5월 30일 @ 오전 2시 51분

Version 0.4.4
** New **
None

** Changes **
- Race mount size config now supports negative values.

** Fixes **
None

** Code/Internal **
None

업데이트: 2025년 5월 22일 @ 오전 1시 10분

Version 0.4.3
** New **
None

** Changes **
- 'Storm Dash Hit Cooldown Modifier' default config value set to 1%. It feels better this way, so that you can chain dashes into one another freely, rather than waiting a rather arbitrary delay between each.
The config remains if you wish to revert to the old behaviour.

** Fixes **
None

** Code/Internal **
None

업데이트: 2025년 5월 19일 @ 오전 6시 43분

Version 0.4.2
** New **
None

** Changes **
- The 'Storm Dash Hit Cooldown Modifier' config no longer affects the last hit in a combo.

** Fixes **
- Storm Drake Levitation Wings stop things like rocket boots from trying to work when holding JUMP. Cloud in a Bottle and similar items will still work to give you an upwards boost.
- Also stopped odd behaviour when holding UP and DOWN with the levitation wings.

** Code/Internal **
None

업데이트: 2025년 5월 16일 @ 오후 7시 51분

Version 0.4.1
** New **
None

** Changes **
None

** Fixes **
- Sync chargeDecreaseTimeLeft so that wing flickering doesn't desync.

** Code/Internal **
None

업데이트: 2025년 5월 14일 @ 오전 7시 25분

Version 0.4.0
** New **
- Added the "Storm Drake's RGB Sphere" item, made with a Ruby, Emerald and Sapphire at the Dragon Vanity Bench. It makes most of the Storm Drake's glowing effects become rainbow!
- Added a config to control the speed of the Storm Drake's RGB Sphere rainbow effect.

** Changes **
None

** Fixes **
None

** Code/Internal **
None