tModLoader
Turtle's L'il Storm Drake Race
53개 중 11~20개 표시 중
< 1  2  3  4  5  6 >
업데이트: 2025년 7월 30일 오전 5시 47분
작성자: Turtleren

Version 0.4.12
** New **
None

** Changes **
None

** Fixes **
- Fixed for L'il Dragon v4.11.3

** Code/Internal **
None

업데이트: 2025년 7월 24일 오전 12시 33분
작성자: Turtleren

Version 0.4.11
** New **
None

** Changes **
None

** Fixes **
- Fixed breath projectile spawning position after latest L'il Dragon update.

** Code/Internal **
None

업데이트: 2025년 7월 21일 오전 6시 29분
작성자: Turtleren

Version 0.4.10
** New **
None

** Changes **
None

** Fixes **
- Storm Dash, Doom Bolt and Doom Laser hitboxes now use local immunity to prevent one another from blocking their hits.
As a result, dash damage may seem a bit higher than before.

** Code/Internal **
None

업데이트: 2025년 7월 11일 오전 7시 18분
작성자: Turtleren

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분
작성자: Turtleren

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분
작성자: Turtleren

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분
작성자: Turtleren

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분
작성자: Turtleren

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분
작성자: Turtleren

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분
작성자: Turtleren

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