Move - shadow-row-games/Parodikos GitHub Wiki
###General A move is an action in combat that takes up a single turn. Moves can be extremely varied and have a number of different effects, such as dealing damage, healing, or inflicting buffs/debuffs. Moves can also be chained together into combos.
###Under the hood Each move is defined by only two different parameters: a name and an "execute". The name is the display name of the move, and it is what is shown when the move is referenced. The execute param is a function that, when passed a user and a target, carries through with the effects of the move and returns a battle message.