Technique effects

From Tuxepedia
Revision as of 04:19, 17 September 2016 by Sanglorian (talk | contribs) (Created page with "== Current effects == Here is a list of the technique effects that are available in Tuxemon. Technique effects are defined in the [http://www.tuxemon.org/docs/core.components....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Current effects

Here is a list of the technique effects that are available in Tuxemon. Technique effects are defined in the core.components.monster.Technique class. Techniques can use any of these effects:

  • damage: This effect applies damage to a target monster. This effect will be applied if "damage" is defined in this technique's effect list.
  • poison: This effect has a chance to apply the poison status effect to a target monster. Currently there is a 1/10 chance of poison.

Proposed effects

Here