spells
Version:
360 Spells of 360 Colors
58 lines (40 loc) • 1.79 kB
Markdown
# Spells
> 360 Spells of 360 Colors
Homepage: http://spells.xcatliu.com/
## Introduction
This is a subproject of [The War of Colors](https://github.com/xcatliu/the-war-of-colors).
Each hue represents a spell, there are 360 spells of 360 colors.
## Spells Table
| Hue | Color | Name | Type | Cost | Cooldown | Effects | Comments |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| [000] | `#ff0000` | Fireball | Damage | 10 | 0 | Magical-Damage-10 | [wow fireball] |
| [060] | `#ffff00` | Sharpen | Buff | 10 | 0 | Buff-5-Attack-10 | |
| [120] | `#00ff00` | Heal | Healing | 10 | 0 | Restore-Health-10 | |
| [180] | `#00ffff` | Sleep | Illusion | 10 | 5 | Stun-3 | |
| [240] | `#0000ff` | Summon Water Elemental | Summon | 50 | 10 | Summon-10-Water-Elemental | |
| [300] | `#ff00ff` | Poison | Debuff | 10 | 0 | Magical-DoT-5-1-3 | |
Checkout more spells: http://spells.xcatliu.com/
## Contribution
### Getting Start
```shell
npm install
npm start
```
### Deploy Site
```shell
npm run deploy
```
## Links
- http://hslpicker.com/
- https://github.com/Qix-/color
- http://www.wowhead.com/spell=133/fireball
- http://magic-spells-and-potions.com/color_magic_colour_magic.htm
- http://dota2.gamepedia.com/Abilities
- http://wiki.teamliquid.net/dota2/Abilities
[wow fireball]: http://www.wowhead.com/spell=133/fireball
[000]: https://github.com/xcatliu/spells/blob/master/src/spells/000.json
[060]: https://github.com/xcatliu/spells/blob/master/src/spells/060.json
[120]: https://github.com/xcatliu/spells/blob/master/src/spells/120.json
[180]: https://github.com/xcatliu/spells/blob/master/src/spells/180.json
[240]: https://github.com/xcatliu/spells/blob/master/src/spells/240.json
[300]: https://github.com/xcatliu/spells/blob/master/src/spells/300.json