feat: add elements
This commit is contained in:
parent
18712d3acc
commit
e44c86317d
1 changed files with 19 additions and 0 deletions
19
game-design/gameplay/battlesystem/elements.md
Normal file
19
game-design/gameplay/battlesystem/elements.md
Normal 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.
|
Loading…
Reference in a new issue