Elemental MOBA

Student workshop

Production date: 18/01/2021

Game infos:

Dota like

Third person

Online multiplayer

Killer achiever magicka player

Unity

15 weeks

1 persons

Role:

Tech Designer

Tasks:

  • Game design
  • Content design
  • Elements systems
  • Combat feature

Pitch

Elemental MOBA is a dota like where 2 teams of 3 players fight to capture turrets. They have one element each that combines with the others to create combos.


Game design

There are 6 classes and 6 elements. Each character has 1 class and 1 element.

When a character gets applied an element, it creates a combo with the current applied element.


Here, an electrical character apply electricity to a opponent, creating a lightning bolt with the other opponent, who is wet, damaging the 2.

Each weapon have a different gameplay.

Weapons have slots to attach upgrades, changing stats or behaviour.

Content design

I created some spells and there dedicated passive tree.

I also created some weapons.

And I created some upgrades for the weapons.

Elements systems

Each character has a list of applied elements, and perform actions depending on the currents applied elements.

Combat feature

Each weapon has a different gameplay, so the attack is programmed inside each 'WeaponName' script, child on a 'Weapon' script.