tModLoader

tModLoader

Turtle's L'il Dragon Race
Showing 71-80 of 425 entries
< 1 ... 6  7  8  9  10 ... 43 >
Update: Jun 28 @ 11:13pm

Version 4.9.4
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Minor comment changes and code reorganisation. Should have no noticeable impact.

Update: Jun 25 @ 1:15am

Version 4.9.3
** New **
None

** Changes **
None

** Fixes **
- Improved AFK's Pets compat. to fix human heads being offset wrongly.
Please note that the Nerve Parasite item will still be glitchy- you can blame AFK's Pets for using a static var for their head offset.

** Code/Internal **
None

Update: Jun 22 @ 8:44pm

Version 4.9.2
** New **
- Added new configs:
Breath Knockback Multiplier - Modifies the knockback of ALL breath attacks. Found in common config.
Rescue Grace Minimum Health - Heals the player up to this % of their max health while the Rescue Grace buff is active. Found in common config.
...and damage/knockback multipliers for each of the four breath types, so you can configure their stats separately from one another! Find them in the race config.

** Changes **
- Adjusted config description for the 'Rescued Grace Time' config option.

** Fixes **
None

** Code/Internal **
- Removed a bunch of useless Increment(1)'s in the config files.

Update: Jun 21 @ 11:55pm

Version 4.9.1
** New **
- Added a number of new custom NPC dialogues for the L'il Dragon. Some of these will get updated for the B'ig Dragon and my other races in time, too.

** Changes **
- Custom NPC dialogue should no longer appear if you're playing in a language other than English.

** Fixes **
None

** Code/Internal **
None

Update: Jun 15 @ 4:32am

Version 4.9.0
** New **
None

** Changes **
- Split the server config file into multiple configs to help with managing config settings.
As a consequence of this change, you may have lost some config customisations, sorry!
- The display names of each config file has changed.
- ...and a bunch of other config things I forgot the specifics of. Some configs have been shuffled around, some are under new headers, etc.

** Fixes **
- Fixed a number of spelling mistakes of Fledgling as Fledging. THERE'S A BIG DIFFERENCE.

** Code/Internal **
- Updated minimum Chaos Dragon Onyxia version to 0.1.15. Chaos Dragon Onyxia will break after this update if it isn't updated too.

Update: Jun 13 @ 6:05am

Version 4.8.19 - Including some tether config tweaks, a pre-emptive fix, and a special challenge config.
** New **
- Added a new server config in a new 'Observation Crystal' section: 'Observation Challenge'. Original idea by dargon, this will force you to view the next player in sequence (based on internal IDs) as if you had an attuned Observation Crystal equipped.
- Added new server configs to replace the old 'Tether Imprisonment' config. Now, you can individually tweak each restriction while tethered.

** Changes **
None

** Fixes **
None

** Code/Internal **
- Pre-emptive fix for the Observation Crystal camera-moving code not checking for non-active players. The actual item itself does and usually prevents this from being an issue, but for the new challenge config I needed to do this.

editor's note: Yes, I accidentally skipped v4.8.18. I am aware.

Update: Jun 11 @ 8:05pm

Version 4.8.17
** New **
- Added new server config: 'Only Dragon Codebase Races Can Mash'. When enabled, it prevents the statue mashing mechanic from working for races not built on the L'il Dragon codebase. Default is off.

** Changes **
None

** Fixes **
- Fixed some bad logic that would prevent players from mashing out of the rescue state if 'Allow Mashing To Rescue' was enabled but 'Pause Stoned Debuff' wasn't.

** Code/Internal **
None

Update: Jun 6 @ 1:46am

Version 4.8.16
** New **
- Added four new server configs under the 'Petrification' section to control petrified hopping. You can control the delay between hops, how much force is applied on both axes, and fine-tune the 'frictionless time' after hopping.

** Changes **
- Loosened tether configs so you can provide negative values in the max speed and pull strength values to do funny business?

** Fixes **
None

** Code/Internal **
None

Update: May 30 @ 2:47am

Version 4.8.15
** New **
- Added a new server config: Allow Same-size Mounting. When enabled, races of the same mount size can ride one another (eg. L'il Dragon riding L'il Dragon), but still prevents larger creatures riding smaller ones (eg. B'ig Dragon riding L'il Dragon).
- Added a new synced client config: Allow Flute Summon By Others. You can disable this to prevent being summoned by players with Summoning Flutes tied to your name.

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

** Fixes **
None

** Code/Internal **
- Added new race data object field, HoldsItemsInMouth. By default, this just matches DragonUtil.ServerConfig.dragonItemInMouth but can be set on a per-race basis if you need a race to swing items with their arms again.

Update: May 26 @ 4:43pm

Version 4.8.14
** New **
None

** Changes **
- Fire breath projectile damage increased from +25% to +30%
- Fire breath defence reduction increased from 15% to 30%.

** Fixes **
None

** Code/Internal **
None