Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 756 Bytes

Collaborators:

29988122, ryuga93, potchy, TryBane.

Major contributions:

29988122: Repository owner.

ryuga93: Autoskill module.

potchy: Support selection module.

TryBane: Script optimization.

Naming conventions:

  • camelCase for all fields and module imports. Eg: cardCounter
  • UPPER_CASE for constants. Use underscore for spacing. Eg: WEAK_MULTI
  • PascalCase for all functions. Eg: CheckCardType()
  • Mixed_Case_With_Underscores for user defined constant in FGO_REGULAR.lua. Eg: Refill_Or_Not
  • UPPER_CASE_REGION for defining image region. Eg: MENU_REGION
  • UPPER_CASE_CLICK for defining click location. Eg: APPLE_CLICK