Difference between revisions of "Techniques"

From Tuxepedia
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 24: Line 24:


* [[Technical Manual]]s
* [[Technical Manual]]s
* [[Move Module]]s
* Other tuxemon
* Other tuxemon


Line 66: Line 67:
= Current and proposed implementation =
= Current and proposed implementation =


''[https://forum.tuxemon.org/thread.php?pid=2258#p2258 Original thread]''
''[https://forum.tuxemon.org/thread.php?pid=2258 Original thread]''


Technique effects are defined in the [http://www.tuxemon.org/docs/core.components.monster.html#core.components.monster.Technique core.components.monster.Technique] class.  
Technique effects are defined in the [http://www.tuxemon.org/docs/core.components.monster.html#core.components.monster.Technique core.components.monster.Technique] class.  
Line 73: Line 74:


Each technique has a recharge time between one Round (i.e. available from the next round) and four Rounds.  
Each technique has a recharge time between one Round (i.e. available from the next round) and four Rounds.  
Techniques are split into Special (non-attacks) and then Melee (Melee vs Armour), Ranged (Ranged vs Dodge), Touch (Melee vs Dodge), Reach (Ranged vs Armour) and Reliable (no Stats) attacks.


Each technique has the following options:
Each technique has the following options:
Line 90: Line 89:
* Range (Melee, Ranged, Touch, Reach, Reliable; only for attacks): Which Stats are compared for calculating damage
* Range (Melee, Ranged, Touch, Reach, Reliable; only for attacks): Which Stats are compared for calculating damage


== Damage formula ==
== Attack Properties ==
 
    (User Melee or Ranged/Target Armour or Dodge OR 1 if Reliable) * (7 + User Level) * Technique Power * Weakness or Resistance Multiplier


= Other options =
'''Fast''' attacks multiply the user's Speed by 1.5 for this Round.


== Field techniques ==
'''Area''' attacks do half Damage on a Miss. No Conditions on a Miss, however.


[[Beyond_Episode_1#Field_techniques|Field techniques]] would be usable outside of combat.
== Attack Categories ==


== Body Shapes and Subelements ==
[[Techniques]] have one of six '''attack categories''':


As a tuxemon levels up, they learn new techniques at fixed levels, based on their species, [[Sub-Elements]] and [[Body Types]]. These are their "nature techniques", because they are innate to the tuxemon.
* '''Special:''' Any technique that does not involve an attack
* '''Melee:''' Multiply damage by User Melee/Target Armour
* '''Ranged:''' Multiply damage by User Ranged/Target Dodge
* '''Touch:''' Multiply damage by User Melee/Target Dodge
* '''Reach:''' Multiply damage by User Ranged/Target Armour
* '''Reliable:''' Multiply by 1


Tuxemon can also learn new techniques from [[Combat Codex]]es. They can also be taught techniques from other tuxemon that know that technique ([[Technique Teachers]]). These are their "nurture techniques", because they are taught.
== Damage formula ==


Tuxemon have a finite list of nurture techniques that they can learn, also based on Life Stage, Sub-Element and Body Type. These are distinct from their nature techniques.
    (User Melee or Ranged/Target Armour or Dodge OR 1 if Reliable) * (7 + User Level) * Technique Power * Weakness or Resistance Multiplier


== Effects ==
= Other options =
 
''[https://forum.tuxemon.org/thread.php?id=136 Original thread]''
 
=== Random technique generator ===
''[https://forum.tuxemon.org/thread.php?id=128 Original thread]''
 
=== Terms ===
'''Low/Mid/High Chance:''' An effect's chance of success can be set to:
 
* Low = 10% + (10% * user's level/50)
* Mid = 20% + (20% * user's level/50)
* High = 30% + (30% * user's level/50)
 
'''MAX:''' Maximum HP.
 
=== Targets ===
 
An effect can target:
 
* Self, in other words the one using the technique
* Opponent, in other words the target of the technique
* Persistent Self, which means that it affects the one using the technique and any other tuxemon that replace them
* Persistent Opponent, which means that it affects the target of the technique and any other tuxemon that replace them
* Battlefield, which just means both Self and Opponent
* Persistent Battlefield, which just means both Self and Opponent and any other tuxemon that replace them
 
Persistent effects end after 5 turns. The conditions that were caused by that persistent effect, if any, last as long as they usually do even if the 5 turns is expired.
 
=== General ===
* Charge Up: The technique has no effect this turn. The rest of the technique takes place on the attacker's next turn.
* Shelter: The technique has no effect this turn, except the attacker cannot be hit by attacks except Area attacks. The rest of the technique takes place on the attacker's next turn.
* Fast: This technique goes before the other technique, regardless (unless that technique is also Fast).
* Backlash #: The user takes #/16 of their MAX in damage (unmodified).
* Disarmed: The target loses its item, and the other creature picks it up if it is not holding an item. Otherwise, it is not accessible until the end of the battle. In any case, all items are returned to their original owner at the end of the battle.
* Scope: The opponent's stats are revealed.
* Switched Stats: If this is a melee attack, it targets Dodge (not Armour, as is typical). If this is a ranged attack, it targets Armour (not Dodge).
* Likely Crit: Increases the chances of a crit by 1/8th for every rank of this effect. (Base crit chance is 1/8).
 
=== Ones that affect damage done by the technique ===
* Area: This technique still does x0.5 damage on a miss.
* Reliable Damage: This technique does exactly its Power * 100 in damage, unmodified, instead of using the [[Damage Formula]].
* Proportional Damage: This technique does damage to the enemy equal to #/16 of the enemy's MAX.
* Proportional Damage (User): This technique does damage to the enemy equal to #/16 of the user's MAX.
 
=== Multiattacks ===
 
* Multiattack (Random): Do one attack (25% chance), two attacks (50% chance) or four attacks (25% chance).
* Multiattack #: Do # attacks.
* Multiattack (Uses): Do # attacks, where # is the number of times in this combat that the technique has already been used.
 
=== Conditions ===
See [[Conditions]] for the consequences of having a condition.
 
=== Stat Buff and Debuffs ===
Every stat can be increased or decreased by anywhere from x1 to x6. This refers to how many 'steps' up or down the stat moves; see [[Stats#Temporary stat changes]] for more.
 
=== Healing ===
 
* Healing (Reliable): This technique heals the user exactly its Power in damage, unmodified.
* Healing (Proportional, User) #: This technique heals the user equal to #/16 of the user's MAX.
* Healing (Proportional, Enemy) #: This technique heals the user equal to #/16 of the enemy's MAX.
* Contrary Healing: This technique heals the enemy, not the user. (How much it heals is determined by which of the other healing effects the technique has)
 
=== Strengths and Weaknesses ===
Techniques can give the user or the target a strength, weakness or immunity towards/against any type.
 
=== Expanding the Concept ===
* “if” statements, e.g. “if target Asleep, user heals 4 MAX” . If enemy attacks this round, X. Otherwise Y. If attack misses, user takes X damage
* fields, e.g. “user heals DAMAGE DONE BY THIS ATT” or “do 50% of enemy’s CURRENT HP in dmg” or “user heals USER’S CURRENT DAMAGE and enemy takes USER’S CURRENT DAMAGE”)
* tags, e.g. Aerial (can hit Swooping), Underground (can hit Hibernate), Gaze, Light, Sound (some are immune to conditions/pseudo-c/pro-c from Sound techniques, and take half damage from them), etc
* have absolute values for resist (Resist 50, Resist 30, Resist .25 * Defence) instead of multipliers
* Items that remove or add states, conditions, etc.
* Signature techniques that only one tuxemon family knows
 
=== New Effects ===
* Stall or stop swap-outs, or punish them
* High critical hit ratio
* Recoil (Backlash that only occurs on a hit)
* 1HKO (if not higher level)
* Change the user’s Type to (a) the target’s Type, (b) this technique’s Type, (c) the Type of the last technique used on the user
* Go off the target’s Defence (if a Special technique) or the target’s Sp Def (if a Physical technique)
* Charge Down: Miss a turn after your current turn (cf Charge Up)
* Auto-Hit: Doesn’t miss
* Interact with items - stealing, eating your opponent's, etc
* Target: Own Team (target one or all of your benched creatures)
* Switch out for another
* Cure some or all conditions
* Flurry: Attack multiple times in a row
 
=== New States ===
* Retaliate #: Keep track of all damage you take between entering this state and next doing damage. You do additional damage equal to damage taken, multiplied by whatever number Retaliate this is
* Earthy, Watery, Metallic, Woody, Fiery: That Type replaces your other type(s)
* Harpooned: If you swap out, take X damage
* Spiky: If you swap in, take X damage
 
=== New Pseudo-Conditions ===
* Lockdown: Cannot use items
* Spooked:


=== New Pro-Conditions ===
* [[Other technique ideas]]
* Prickly: Each time you are hit by a Physical move, the attacker takes 1 MAX (your HP)
* [[Technique design space]]
* Feedback: Each time you are hit by a Special move, the attacker takes 1 MAX (your HP)
* Enlarged: Your MAX and CURRENT HP increase by X

Latest revision as of 07:39, 20 May 2023

This page describes the game mechanics of techniques. Category:Technique is the list of techniques that have been designed and Creating Techniques is the guide to making your own techniques.

Techniques are discrete attacks, blocks, tricks and other manoeuvres that tuxemon perform in combat.

How they work[edit | edit source]

Acquisition[edit | edit source]

There are two main options for how techniques are acquired:

  1. A tuxemon species knows a certain number of techniques automatically, and they might be able to learn or acquire others from another list.
  2. A tuxemon species learns certain techniques at certain levels, and they might be able to learn or acquire others from another list.

Availability[edit | edit source]

To keep things managable, tuxemon should probably only have access to a finite set of techniques in combat. There are two options:

  1. When a tuxemon learns a new technique but they are already at their limit, they have to forget an old technique
  2. Out of battle, a tuxemon trainer can choose their tuxemon's techniques, from the list of all techniques that they know

The latter is how EvoCreo does it. However, there is some concern that this takes an interesting decision away from the player.

Additional[edit | edit source]

Tuxemon could learn additional techniques from a number of sources:

Both options are attractive, and having both lets comparisons be made between them: pay a corporation for a Technical Manual, or share knowledge between tuxemon for no charge.

Uses[edit | edit source]

There are also a number of ways of pacing how many times a technique can be used:

  • Each technique could have a fixed number of uses, reset by a rest.
  • Each technique could have a fixed number of uses, reset when the encounter ends.
  • Techniques could each have a cost in mana - once mana is too low, they are not available for use. Tuxemon might recover mana over time
  • Techniques could have a recharge time: once used, it takes them a while to be available for use again.
  • Techniques could be used any number of times, perhaps because there is a scissors-paper-rock dynamic where over-using a particular technique is dangerous.
  • Techniques could be rationed in another way, like Dynamons World's technique card deck.

I think recharging is the best way of doing it.

Varieties[edit | edit source]

There are a number of types of technique you can have:

  • Distinguishing between attacks based on how they use Stats - Melee (the attacking tuxemon bodily strikes the target in close quarters) and Ranged (the attacking tuxemon using a projectile, energy beam, pseudopod or other remote attack)
  • Having a mega technique and a healing technique in dedicated slots, like EvoCreo does
  • Additional generic techniques, like Defend

Elements[edit | edit source]

The most obvious is for techniques to have Types that match the types that monsters can have, including having two types if such a thing is possible for monsters.

However, there are a few other options:

  • Only being able to have one type.
  • An additional type, "Aether", that takes on the user tuxemon's type(s). This allows for generic attacks like tackles and bites to not belong to a particular type.
  • Special techniques - which don't involve attacks - don't need a type at all.
  • Techniques could have completely different types to the types that monsters have. See Types for more discussion.

Options[edit | edit source]

There could be any number of options for techniques. Some are below under Other options.

Current and proposed implementation[edit | edit source]

Original thread

Technique effects are defined in the core.components.monster.Technique class.

Each tuxemon species has three techniques all individuals of that species automatically know. The final fourth slot can be filled with a technique from a Technical Manual or one taught by a fellow tuxemon, or left empty.

Each technique has a recharge time between one Round (i.e. available from the next round) and four Rounds.

Each technique has the following options:

  • Element (one or two; only for attacks - all special techniques get the Aether element): Element(s) determine whether the target is weak or resistant to the attack.
  • Accuracy (0 to 100): Accuracy is the chance of the technique succeeding.
  • Potency (0 to 100; only for technqiues with a User or Target Condition, or both): Potency is the chance of the conditions being applied.
  • User Condition: The condition that the user receives (if Potency is successful)
  • Target Condition: The condition that the target receives (if Potency is successful)
  • Power (0 to 3; 0 for non-attacks): The damage multiplier
  • Healing Power (0 to 16): The healing multiplier
  • Fast: Whether the user's Speed is increased for determining who goes first
  • Area (only for attacks): Whether the attack does damage even if the technique fails
  • Recharge: How many Rounds you have to wait before it can be used again
  • Range (Melee, Ranged, Touch, Reach, Reliable; only for attacks): Which Stats are compared for calculating damage

Attack Properties[edit | edit source]

Fast attacks multiply the user's Speed by 1.5 for this Round.

Area attacks do half Damage on a Miss. No Conditions on a Miss, however.

Attack Categories[edit | edit source]

Techniques have one of six attack categories:

  • Special: Any technique that does not involve an attack
  • Melee: Multiply damage by User Melee/Target Armour
  • Ranged: Multiply damage by User Ranged/Target Dodge
  • Touch: Multiply damage by User Melee/Target Dodge
  • Reach: Multiply damage by User Ranged/Target Armour
  • Reliable: Multiply by 1

Damage formula[edit | edit source]

   (User Melee or Ranged/Target Armour or Dodge OR 1 if Reliable) * (7 + User Level) * Technique Power * Weakness or Resistance Multiplier

Other options[edit | edit source]