ModernUO/Projects/UOContent/Mobiles/Monsters/AOS
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
..
AbysmalHorror.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
BoneDemon.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
CrystalElemental.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
DarknightCreeper.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
DemonKnight.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
Devourer.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
FleshGolem.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
FleshRenderer.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
Gibberling.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
GoreFiend.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
Impaler.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
MoundOfMaggots.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
PatchworkSkeleton.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
Ravager.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
Revenant.cs fix: Removes scale speed by dex for monsters, fixes NPC movement/thinking speed (#1019) 2022-05-15 10:01:14 -07:00
ShadowKnight.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
SkitteringHopper.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
Treefellow.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
VampireBat.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
WailingBanshee.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
WandererOfTheVoid.cs fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00