ModernUO/Projects/UOContent/Spells/Spellweaving
Kamron Batman eee8494558
fix: Removes scale speed by dex for monsters, fixes NPC movement/thinking speed (#1019)
* Removes scaled speed by dex for monsters
* Changes scaled speed by dex for pets (HS+ expansion) to be 400ms -> 100ms between 50 -> 200 dex
* Removes speed changes that were broken for various mobs
* Combines "Legacy" speed and renames the class to `NPCSpeeds`
* Creates speed "classes" (slow, medium, fast, very fast)
* Introduces a new overridable property `SpeedClass`. Register a new speed class using `NPCSpeeds.Register()` and then set the speed class to bulk/mass apply speeds.

Order of speed determination:
1. SpeedMod
2. SpeedClass property (not null)
3. SpeedClass entry in Data\npc-speeds.json for that type
4. "Fast" (200ms Active, 400ms Passive)
2022-05-15 10:01:14 -07:00
..
Items feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Mobiles fix: Removes scale speed by dex for monsters, fixes NPC movement/thinking speed (#1019) 2022-05-15 10:01:14 -07:00
ArcaneCircle.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
ArcaneForm.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
ArcaneSummon.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
ArcanistSpell.cs fix: Removes from literals (#893) 2021-12-24 15:56:07 -08:00
AttuneWeapon.cs fix: More spell variable cleanup (#850) 2021-11-14 18:48:44 -08:00
EssenceOfWind.cs fix: More spell variable cleanup (#850) 2021-11-14 18:48:44 -08:00
EtherealVoyage.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
GiftOfLife.cs fix: More spell variable cleanup (#850) 2021-11-14 18:48:44 -08:00
GiftOfRenewal.cs fix: More spell variable cleanup (#850) 2021-11-14 18:48:44 -08:00
ImmolatingWeapon.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
NatureFury.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
ReaperForm.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
SummonFey.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
SummonFiend.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
Thunderstorm.cs fix: More spell variable cleanup (#850) 2021-11-14 18:48:44 -08:00
WordOfDeath.cs fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08:00