ModernUO/Projects/UOContent/Mobiles/Monsters/SE
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
..
BakeKitsune.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
DeathWatchBeetle.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
DeathWatchBeetleHatchling.cs fix: Fixes speed issues (#959) 2022-03-15 10:18:27 -07:00
EliteNinja.cs fix: Removes scale speed by dex for monsters, fixes NPC movement/thinking speed (#1019) 2022-05-15 10:01:14 -07:00
FanDancer.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
FireBeetle.cs fix: Removes scale speed by dex for monsters, fixes NPC movement/thinking speed (#1019) 2022-05-15 10:01:14 -07:00
Kappa.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
KazeKemono.cs fix: Round 3 of speed updates for NPCs (#963) 2022-03-18 12:56:42 -07:00
LadyOfTheSnow.cs fix: Round 3 of speed updates for NPCs (#963) 2022-03-18 12:56:42 -07:00
Oni.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
RaiJu.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
RevenantLion.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
Ronin.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
RuneBeetle.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
TsukiWolf.cs fix: Round 3 of speed updates for NPCs (#963) 2022-03-18 12:56:42 -07:00
Yamandon.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
YomotsuElder.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
YomotsuPriest.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
YomotsuWarrior.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00