tModLoader
Turtle's L'il Dragon Race
411개 중 171~180개 표시 중
< 1 ... 16  17  18  19  20 ... 42 >
업데이트: 2025년 1월 27일 오후 6시 03분
작성자: Turtleren

Version 3.10.13
** New **
None

** Changes **
- Crystal statue materials now play the Crystal Shard breaking sound on hit.

** Fixes **
None

** Code/Internal **
None

업데이트: 2025년 1월 27일 오전 5시 46분
작성자: Turtleren

Version 3.10.12
** New **
None

** Changes **
- Updated mod description.

** Fixes **
None

** Code/Internal **
None

업데이트: 2025년 1월 27일 오전 5시 42분
작성자: Turtleren

Version 3.10.11
** New **
None

** Changes **
- The ice statue material now makes an ice hit sound instead of the normal dirt/stone hit sound.

** Fixes **
None

** Code/Internal **
None

업데이트: 2025년 1월 25일 오후 4시 46분
작성자: Turtleren

Version 3.10.10
** New **
- Added new server config: Photosensitive Petrification Buff. Allows you to specify exactly which buff you'd like to be applied leading up to photosensitive petrification petrifying the player. Previously, this was always the Dazed debuff.

** Changes **
- 'Petrify Additional Buff' and all other settings that used a buff ID are now a BuffDefinition type, allowing the player to freely select any buff they wish from a user-friendly list. Your existing config settings may be lost as a result of this data type change.

** Fixes **
None

** Code/Internal **
None

업데이트: 2025년 1월 25일 오전 12시 25분
작성자: Turtleren

Version 3.10.9
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Added new data object function: AdjustRunAndSlowdownSpeed. Allows for custom code to run and modify speed multipliers that are compatible with also adjusting accessory speeds.

업데이트: 2025년 1월 24일 오후 10시 16분
작성자: Turtleren

Version 3.10.8
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Reset wingAssetString in ResetEffects.
- Added data field: UseHVelForTailWhileMidair. When true, the race's tail will animate according to horizontal velocity as well, but only while midair.
- Added data field: WearsMainBoots to decide if the dragon should wear normal boots (hind boots are separate).

To anyone reading this: I lied! ok, well, plans changed, rather than actually intending to lie x.x
You might understand within the next week or two ;)

업데이트: 2025년 1월 24일 오전 2시 03분
작성자: Turtleren

Version 3.10.7
** New **
None

** Changes **
None

** Fixes **
- Minor leg sprite corrections for the L'il Dragon.

** Code/Internal **
None

업데이트: 2025년 1월 23일 오후 11시 51분
작성자: Turtleren

Version 3.10.6
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Dragon wing textures are now controlled by DragonPlayer.wingAssetString, so that their textures can be swapped on the fly.

업데이트: 2025년 1월 22일 오후 7시 56분
작성자: Turtleren

Version 3.10.5
** New **
None

** Changes **
- Change to the 'player not in world' message that the Summoning Flute can return.

** Fixes **
- Fixed the Summoning Flute description still saying that it loses its target between sessions, when it no longer does.

** Code/Internal **
None

업데이트: 2025년 1월 22일 오전 1시 54분
작성자: Turtleren

Version 3.10.4
** New **
- Added new server config: Flute Attunes By Name. On by default. When enabled, the Summoning Flute will use new behaviour where the flute will be able to summon players only by name- no need to re-assign it each time the server restarts.
This is slightly risky as players can potentially grief by loading your name into a flute on a local game, then coming over to your world. For most cases with friends you trust, this is fine. You can always disable being summoned in the mod's client config.

** Changes **
- The Summoning Flute now saves its target between sessions.
- The 'Allow Petrified Hopping' setting has moved to the top of the Petrification section of the server config (previously was under 'Features').
- Players that are petrified due to photosensitive petrification or the solar/lunar pendants no longer run the usual checks to determine if a player is allowed to sleep, for passing time. In other words, even if an eclipse is on or a boss is alive, etc. a player petrified this way will still attempt to pass time quickly.

** Fixes **
- Fixed player statues rendering in front of other players when the Inner Essence effect was disabled and you posed on a pedestal.
- The old behaviour of the Summoning Flute now checks the player's name as well as their index, to make sure it's really the right player we're summoning and reduce the risk of a stale reference causing issues.

** Code/Internal **
None