Skip to content

Repository files navigation

CellAdditions

Lua CI Stylua License Last Commit

CellAdditions is a modular addon for World of Warcraft, designed to extend the functionality of the Cell unit frame addon. It offers additional features such as clickable overlays and visual shadow effects that are fully configurable and easy to expand.

🔧 Features

  • Clicker Module: Creates clickable overlays on unit frames with freely definable actions.
  • Shadow Module: Adds dynamic shadow effects for better visual feedback.
  • Modular Architecture: Easily extendable with additional modules.
  • Smooth Cell Integration: Built to work seamlessly with the Cell addon.

📦 Installation

Manual

  1. Download this repository or extract the ZIP archive.
  2. Move the CellAdditions folder to: World of Warcraft/retail/Interface/AddOns/
  3. Make sure the folder contains the CellAdditions.toc file.

Addon Manager

If you're using an addon manager like CurseForge or WowUp, you currently need to install this addon manually, as it is not yet published.

⚙️ Dependencies

  • Cell – must be installed and enabled.

🧪 Usage

After launching the game, CellAdditions will automatically load when Cell is active. The modules are built to integrate themselves into the Cell environment. Additional configuration options can be found directly in the code or extended via custom modules.

📁 File Structure

CellAdditions/
├── CellAdditions.toc
├── Core.lua
├── API/
│ └── FrameState.lua
├── Modules/
│ ├── Clicker.lua
│ └── Shadow.lua
├── Locales
│ ├── LoadLocales.xml
│ ├── deDE.lua
│ ├── enUS.lua
│ ├── esES.lua
│ ├── frFR.lua
│ ├── itIT.lua
│ ├── koKR.lua
│ ├── ptBR.lua
│ ├── ruRU.lua
│ ├── zhCN.lua
│ └── zhTW.lua
└── Media/
  ├── Textures
  │ ├── TextureList.lua
  │ └── healthbar1.tga
‎  ├── glowTex.tga
‎  └── icon.tga

📸 Screenshots

SOON™

📜 License

This project is licensed under the MIT License. See the LICENSE file for details, if available.


Note: This addon is intended for developers and power users who want to extend Cell. For questions or contributions, feel free to open an issue or pull request.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages