-
Notifications
You must be signed in to change notification settings - Fork 34
Creating Champion Modules
Nicolás de Ory edited this page Apr 6, 2020
·
3 revisions
(This should be better documented)
Take a look at Modules/LeagueOfLegends/ChampionModules/AhriModule.cs to get started. You can use it as a template to make modules for different champions. You shouldn't need to change too much of the template.
The main difference you'll need to take into account between different champions is whether each ability has normal cast or instant cast (for instance, VelKoz's W is cast normally - W + Click, but his R is quick-cast).