feat: add elements

This commit is contained in:
Kazhnuz 2020-08-11 21:25:29 +02:00
parent 18712d3acc
commit e44c86317d

View file

@ -0,0 +1,19 @@
## Elements
Like Sonic Chronicles, Radiance will use a slight Element system, in order to add strenths and weaknesses to ennemies and characters.
The six elements are :
- Water : Aquatic badnics
- Fire : Fire-using badnics
- Ice : Snow level badnics
- Wind : Aerial badnics
- Earth : underground badnics
- Light(ning) : Electricity-using badnics.
A seventh is the chaos, that is weak to itself. It's the element of Phi-based bots, Android Shadows, etc.
Each elements is weak to the previous on the list (Water -> Fire -> Ice -> Wind -> Earth -> Light), and resists to itself and to the next.
Each heroes will have one elemental weakness and one resistence.
Each badnics will have an element, and will follow the normal circle.