Skip to content

S0mbr3/coc-damage-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

coc-damage-calculator package is meant to help Clash of Clans players to quickly calculate damages to buildings from various equipements and spells.

It provides an hydra menu to select the options.

./coc-dc.png

Usage

Just press the options you need and fill the informations needed.

If you want to know if you are gonna down a building using different spells levels (earthquakes or lightnings) use the Custom setup option always use the higher earthquakes levels first to optimize damages.

Custom setup

To use correctly the Custom setup option you have to provide the setup order.

./custom-setup.png

  • e: earthquake
  • l: lightning
  • f: fireball
  • a: giant arrow
  • s: rocket spear
  • b: spicky ball

Installation

This package needs the hydra package to work.

For MELPA installation with use-package.

(use-package hydra
  :ensure t
  :defer t)

(use-package coc-dc
  :ensure t
  :init
  (require 'hydra)
  :bind (("C-c c" . coc-dc-menu)))

Using Straight fetching directly from the repo.

(use-package hydra
  :straight t
  :defer t)

(use-package coc-dc
  :straight '(coc-dc :host github
                                    :repo "S0mbr3/coc-damage-calculator")
  :init
  (require 'hydra)
  :bind (("C-c c" . coc-dc-menu)))

About

Emacs package to calculate various Clash of Clans equipements and spells damages right from home.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published