kimi gone wild

This commit is contained in:
ra
2026-02-14 23:12:33 -07:00
parent bbd205ecbe
commit 0222be36c5
98 changed files with 39726 additions and 309 deletions

View File

@@ -26,6 +26,32 @@ defmodule Odinsea.Application do
Odinsea.Game.ItemInfo,
Odinsea.Game.MapFactory,
Odinsea.Game.LifeFactory,
Odinsea.Game.DropTable,
Odinsea.Game.SkillFactory,
Odinsea.Game.ReactorFactory,
Odinsea.Game.Quest,
# Cash Shop data provider
Odinsea.Shop.CashItemFactory,
# MTS (Maple Trading System)
Odinsea.Shop.MTS,
# Scripting system (must be before game servers)
Odinsea.Scripting.Supervisor,
# Timer system (before game servers)
Odinsea.Game.Timer.WorldTimer,
Odinsea.Game.Timer.MapTimer,
Odinsea.Game.Timer.BuffTimer,
Odinsea.Game.Timer.EventTimer,
Odinsea.Game.Timer.CloneTimer,
Odinsea.Game.Timer.EtcTimer,
Odinsea.Game.Timer.CheatTimer,
Odinsea.Game.Timer.PingTimer,
Odinsea.Game.Timer.RedisTimer,
Odinsea.Game.Timer.EMTimer,
Odinsea.Game.Timer.GlobalTimer,
# Registry for player lookups
{Registry, keys: :unique, name: Odinsea.PlayerRegistry},