Difference between revisions of "Other technique ideas"

From Tuxepedia
Jump to navigation Jump to search
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''This is a grab-bag of technique ideas that have gathered over the years, from many contributors, some of whom are no longer involved in the project. Before implementing any particular idea, we should discuss on GitHub and Discord whether it's helpful.'''
== Move lists and techniques ==
== Move lists and techniques ==
''[https://forum.tuxemon.org/thread.php?id=141 Original thread]''
''[https://forum.tuxemon.org/thread.php?id=141 Original thread]''
Line 13: Line 15:
* Charge Up: The technique has no effect this turn. The rest of the technique takes place on the attacker's next turn.
* 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.
* 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 hit point maximum in damage (unmodified).
* Backlash #: The user takes #/16 of their hit point maximum in damage (unmodified).
* Recoil #: The user takes #/16 of their hit point maximum in damage (unmodified), if they hit.  
* Recoil #: The user takes #/16 of their hit point maximum in damage (unmodified), if they hit.  
* Disarm: 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.
* Disarm: 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.
* Scope: The opponent's stats are revealed. '''(implemented)'''
* Contrary Healing: This technique heals the enemy, not the user. (How much it heals is determined by healing_power)
* Contrary Healing: This technique heals the enemy, not the user. (How much it heals is determined by healing_power). '''(implemented as effect)'''
* 1HKO: If the target is lower level than the attacker, they are reduced to 0 HP.  
* 1HKO: If the target is lower level than the attacker, they are reduced to 0 HP.  
* Area: This technique still does x0.5 damage on a miss.
* Proportional Damage #: This technique does damage to the enemy equal to #/16 of the enemy's maximum HP. '''(implemented as effect)'''
* Proportional Damage #: This technique does damage to the enemy equal to #/16 of the enemy's maximum HP.
* Proportional Damage (User) #: This technique does damage to the enemy equal to #/16 of the user's maximum HP. '''(implemented as effect)'''
* Proportional Damage (User) #: This technique does damage to the enemy equal to #/16 of the user's maximum HP.
* Multiattack (Random): Do one attack (25% chance), two attacks (50% chance) or four attacks (25% chance).
* Multiattack (Random): Do one attack (25% chance), two attacks (50% chance) or four attacks (25% chance).
* Multiattack #: Do # attacks.
* Multiattack #: Do # attacks. '''(implemented as effect)'''


=== Vaguer ideas ===
=== Vaguer ideas ===
Line 37: Line 37:
== Conditions ==
== Conditions ==


* '''Flame Shield:''' Creatures that hit you with a melee or touch attack take 1/16 your maximum hit points in damage.
* Earthy, Watery, Metallic, Woody, Fiery: That Type replaces your other type(s) '''(implemented as switch and reverse)'''
* Retaliate: Keep track of all damage you take between entering this state and next doing damage. You do additional damage equal to damage taken.
* Feedback: Each time you are hit by a ranged or reach move, the attacker takes 1/8th your maximum HP in damage. '''(implemented)'''
* Earthy, Watery, Metallic, Woody, Fiery: That Type replaces your other type(s)
* Flame Shield: Creatures that hit you with a melee or touch attack take 1/16 your maximum hit points in damage. '''(implemented as elemental shield)'''
* Harpooned: If you swap out, take damage equal to 1/8th your maximum HP
* Flinching: 50% chance to miss your next turn. If you do miss your next turn, this condition ends. '''(implemented)'''
* Harpooned: If you swap out, take damage equal to 1/8th your maximum HP '''(implemented)'''
* Lockdown: Cannot use items  '''(implemented)'''
* Prickly: Each time you are hit by a melee or touch move, the attacker takes 1/8th your maximum HP in damage. '''(implemented)'''
* Wasting: Take #/16 of your maximum HP in damage each turn, where # = the number of turns that you have had this condition. '''(implemented)'''
* Wild: 1/4 chance each turn that instead of using the chosen technique, you take 1/8 your maximum HP in unmodified damage. '''(implemented)'''
* Retaliate: Keep track of all damage you take between entering this state and next doing damage. You do additional damage equal to damage taken. '''(implemented)'''
* Revenge Stance: The next time you are attacked, your enemy takes the same amount of damage that you do. You heal as much damage as you dealt. '''(implemented)'''
* Enlarged: Your maximum and current HP increase by 1/4, but you take that much damage when you lose this condition. '''(reconsidered, really necessary?)'''
* Charmed: Techniques have a 50% chance of not working if they target the enemy. '''(A uses Pound against B, A is charmed, Pound has 50% chance of not working?)'''
* Frightened: 1/8 chance each turn that you swap out for a randomly chosen alternative tuxemon on your team. If there are no others, you attempt to retreat.
* Delay: Do nothing on the first turn that you become Slow. On each later round, do the thing that you were commanded to do one round earlier. '''(changed into "delay", the original was "slow", already used)'''
* Spiky: If an opponent swaps in, they take damage equal to 1/8th your maximum HP
* Spiky: If an opponent swaps in, they take damage equal to 1/8th your maximum HP
* Lockdown: Cannot use items
* Prickly: Each time you are hit by a Physical move, the attacker takes 1/8th your maximum HP in damage
* Feedback: Each time you are hit by a Special move, the attacker takes 1/8th your maximum HP in damage
* Enlarged: Your maximum and current HP increase by 1/4, but you take that much damage when you lose this condition
* Wasting: Take #/16 of your maximum HP in damage each turn, where # = the number of turns that you have had this condition.
* Charmed: Techniques have a 50% chance of not working if they target the enemy.
* Flinching: 50% chance to miss your next turn. If you do miss your next turn, this condition ends.
* Wild: 1/4 chance each turn that instead of using the chosen technique, you take 1/8 your maximum HP in unmodified damage.
* Frightened: 1/8 chance each turn that you swap out for a randomly chosen alternative tuxemon on your team. If there are no others, you attempt to retreat.
* Slow: Do nothing on the first turn that you become Slow. On each later round, do the thing that you were commanded to do one round earlier.


== Healing ==
== Healing ==
Line 64: Line 65:
* 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
* 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


== Technique ideas ==
= Ideas for particular techniques =
* Verdigris (Resist Metal), Drought (Resist Water), Salt (Resist Wood), Sinkhole (Resist Earth), Steel Beams (Resist Fire). All Aether techniques with accuracy 100% and no recharge time.
* '''Evil Eye:''' Damage. If you have previously used [[Glower]] this combat, do an additional 50% damage.
* '''Evil Eye:''' Damage. If you have previously used [[Glower]] this combat, do an additional 50% damage.
* '''Eruption:''' The attack occurs as normal in the first round, and then in each of the following four rounds, unless interrupted (e.g. by a miss). Each subsequent attack has double the power of the one before it. Each attack has a 10% chance of imposing the Burn condition.
* '''Eruption:''' The attack occurs as normal in the first round, and then in each of the following four rounds, unless interrupted (e.g. by a miss). Each subsequent attack has double the power of the one before it. Each attack has a 10% chance of imposing the Burn condition.
* '''Swallow:''' The attack occurs as normal in the first round, and then in each of the following four rounds, unless interrupted (e.g. by a miss). Each subsequent attack has double the power of the one before it.
* '''Swallow:''' The attack occurs as normal in the first round, and then in each of the following four rounds, unless interrupted (e.g. by a miss). Each subsequent attack has double the power of the one before it.
* '''Revenge Stance:''' The next time you are attacked, your enemy takes the same amount of damage that you do. You heal as much damage as you dealt.
* '''Reclaim Relic (Memnomnom):''' If the opponent uses an item this turn, Memnomnom receives the effect instead of the target (or there is no effect if Memnomnom is not an eligible target). The item is consumed if it would normally be consumed.
 
= Field techniques =
 
[[Beyond_Episode_1#Field_techniques|Field techniques]] would be usable outside of combat.
 
= Body Shapes and Subelements =
 
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.
 
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.
 
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.
 
= Effects system =
 
[[Sanglorian]]'s original proposal. Spun off into [[Effects system]] page because it was quite involved.


== Sandy's technique ideas ==
== Sandy's technique ideas ==
Aaardorn/aardart:
Aaardorn/aardart
 
Going to be based around slowing down your opponent and dealing mid-range damage
Going to be based around slowing down your opponent and dealing mid-range damage


Main moves:
Main moves:


All In
* All In
Hibernate
* Hibernate
Overfeed
* Overfeed
Reckless Abandon
* Reckless Abandon
 
Abesnaki


Abesnaki:
High Attack with debuffs for opponents but low defense
High Attack with debuffs for opponents but low defense
Main Moves:
Main Moves:
Dash
Envision
Poison Bite
Retalliate


Agnite/Agnidon/Agnigon:
* Dash
* Envision
* Poison Bite
* Retalliate
 
Agnite/Agnidon/Agnigon
 
Powerful, but has alot of moves that damage itself.
Powerful, but has alot of moves that damage itself.
Main Moves:
Main Moves:
Combustion
 
Heated Fury
* Combustion
Fume
* Heated Fury
Fire Claw
* Fume
Reckless Abandon
* Fire Claw
* Reckless Abandon


Allagon:
Allagon:
Going to have very heavy hitting moves but with very low accuracy, at level 12 will learn a move called "lock on" which makes the next move a guaranteed hit
Going to have very heavy hitting moves but with very low accuracy, at level 12 will learn a move called "lock on" which makes the next move a guaranteed hit
Main moves:
Main moves:
Rust Bomb
 
Shrapnel
* Rust Bomb
Lock on
* Shrapnel
* Lock on


Angrito/Sadito:
Angrito/Sadito:
Angrito has High attack, Low defense, Can transform into Sadito which has Low Attack, high defense with the move Rewire
Angrito has High attack, Low defense, Can transform into Sadito which has Low Attack, high defense with the move Rewire


Main Moves:
Main Moves:
Rewire
 
Duelists Inversion
* Rewire
Rust Bomb
* Duelists Inversion
* Rust Bomb


Anoleaf:
Anoleaf:
High Speed and Attack, with Lots of attacks with the is_fast priority  
High Speed and Attack, with Lots of attacks with the is_fast priority  
Main Moves:
Main Moves:
Dash
 
Retalliate
* Dash
Thorn Lash
* Retalliate
* Thorn Lash


Anu:
Anu:
More powerful when it just took damage
More powerful when it just took damage
Main Moves:
Main Moves:
Retalliate
 
Revenge of Shadows
* Retalliate
Lock On
* Revenge of Shadows
Dash
* Lock On
* Dash


Araiginee:
Araiginee:
Fast and Slows down opponents
Fast and Slows down opponents
Main Moves:
Main Moves:
Web
 
Overfeed
* Web
Posion bite
* Overfeed
* Posion bite


Arthrobolt:
Arthrobolt:
Low Defense,but more powerful with lower HP.
Low Defense,but more powerful with lower HP.
Moves:
Moves:
Electrostatic
 
Retalliate
* Electrostatic
Shrapnel
* Retalliate
Lock On
* Shrapnel
Self Destruct
* Lock On
* Self Destruct


AV8R:
AV8R:
More Powerful in Sunlight(needs weather implemented):
More Powerful in Sunlight(needs weather implemented):
Moves:
Moves:
peck
 
Dash
* peck
Solar Charge
* Dash
Bright Flash
* Solar Charge
Fly
* Bright Flash
* Fly


Axlyghtl:
Axlyghtl:
High Defense, uses the move Lure to force opponents to use certain types of moves
High Defense, uses the move Lure to force opponents to use certain types of moves
Moves:
Moves:
Lure
 
Envision
* Lure
Solar Charge
* Envision
Pressure Wash
* Solar Charge
* Pressure Wash


Bamboon:
Bamboon:
Based around lifeleech and wearing down the opponent and healing itself
Based around lifeleech and wearing down the opponent and healing itself
Moves:
Moves:
Thwack
 
Lifeleech
* Thwack
Bamboo Sweep
* Lifeleech
Poison Bite
* Bamboo Sweep
* Poison Bite


Bigfin:
Bigfin:
Big, Slow, and Tough, low attack.
Big, Slow, and Tough, low attack.
All In
 
Ram
* All In
Pressure Wash
* Ram
* Pressure Wash


Birdling:
Birdling:
very low in most stats, but high HP, can use hatch to heal and shellshock to prevent damage.
very low in most stats, but high HP, can use hatch to heal and shellshock to prevent damage.
Peck
 
Fly
* Peck
Hatch
* Fly
Shell Shock
* Hatch
* Shell Shock


High Defense
High Defense
Budaye:
Budaye:
Scratch
 
Fluff Up
* Scratch
* Fluff Up


Cateye:
Cateye:
Going to be based around looking at and predicting your opponents moves to make it work effectively
Going to be based around looking at and predicting your opponents moves to make it work effectively
Main Moves:
Main Moves:
Scratch
 
Envision
* Scratch
Seal in
* Envision
Dark Prophecy
* Seal in
* Dark Prophecy


Sumchon:
Sumchon:
Going to be based around have a heavy weight with moves that are propritionate to tuxemons weight. Very Slow.
Going to be based around have a heavy weight with moves that are propritionate to tuxemons weight. Very Slow.
main moves:
main moves:


All in
* All in
Overfeed
* Overfeed
Heavy Armor
* Heavy Armor
Slam Throw
* Slam Throw


yinaang:
yinaang:
going to have moves that switch its stats with eachother and moves that buff and debuff stats
going to have moves that switch its stats with eachother and moves that buff and debuff stats
main moves:
main moves:
All_In
 
Amnesia
* All_In
Duelists Inversion
* Amnesia
Heavy Armor
* Duelists Inversion
Mediate
* Heavy Armor
Supernova
* Mediate
* Supernova


Finished Moves:
Finished Moves:
Amnesia(fix bug)
 
levitate
* Amnesia(fix bug)
overfeed
* levitate
Poison bite
* overfeed
lifeleech
* Poison bite
lock on
* lifeleech
fume
* lock on
combustion
* fume
* combustion
 
[[Category:Proposed content]]

Latest revision as of 16:21, 6 November 2023

This is a grab-bag of technique ideas that have gathered over the years, from many contributors, some of whom are no longer involved in the project. Before implementing any particular idea, we should discuss on GitHub and Discord whether it's helpful.

Move lists and techniques[edit | edit source]

Original thread

On Google Drive

Battlefield Effect[edit | edit source]

Some techniques cause battlefield effects, which apply to both monsters in play, and remain in place until replaced by another battlefield effect.

  • Resist X (Resist Fire, Resist Water, Resist Wood, Resist Metal, Resist Fire): Both monsters halve damage from the specified type.

Technique Riders[edit | edit source]

  • 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.
  • Backlash #: The user takes #/16 of their hit point maximum in damage (unmodified).
  • Recoil #: The user takes #/16 of their hit point maximum in damage (unmodified), if they hit.
  • Disarm: 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. (implemented)
  • Contrary Healing: This technique heals the enemy, not the user. (How much it heals is determined by healing_power). (implemented as effect)
  • 1HKO: If the target is lower level than the attacker, they are reduced to 0 HP.
  • Proportional Damage #: This technique does damage to the enemy equal to #/16 of the enemy's maximum HP. (implemented as effect)
  • Proportional Damage (User) #: This technique does damage to the enemy equal to #/16 of the user's maximum HP. (implemented as effect)
  • Multiattack (Random): Do one attack (25% chance), two attacks (50% chance) or four attacks (25% chance).
  • Multiattack #: Do # attacks. (implemented as effect)

Vaguer ideas[edit | edit source]

  • Stall or stop swap-outs, or punish them
  • High critical hit ratio (currently we don't have any critical hits)
  • 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
  • Interact with items - eating your opponent's consumable item, stop opponent from using items, etc
  • Target: Own Team (target one or all of your benched creatures)
  • Switch out one monster for another
  • Multiattack (Uses): Do # attacks, where # is the number of times in this combat that the technique has already been used.

Conditions[edit | edit source]

  • Earthy, Watery, Metallic, Woody, Fiery: That Type replaces your other type(s) (implemented as switch and reverse)
  • Feedback: Each time you are hit by a ranged or reach move, the attacker takes 1/8th your maximum HP in damage. (implemented)
  • Flame Shield: Creatures that hit you with a melee or touch attack take 1/16 your maximum hit points in damage. (implemented as elemental shield)
  • Flinching: 50% chance to miss your next turn. If you do miss your next turn, this condition ends. (implemented)
  • Harpooned: If you swap out, take damage equal to 1/8th your maximum HP (implemented)
  • Lockdown: Cannot use items (implemented)
  • Prickly: Each time you are hit by a melee or touch move, the attacker takes 1/8th your maximum HP in damage. (implemented)
  • Wasting: Take #/16 of your maximum HP in damage each turn, where # = the number of turns that you have had this condition. (implemented)
  • Wild: 1/4 chance each turn that instead of using the chosen technique, you take 1/8 your maximum HP in unmodified damage. (implemented)
  • Retaliate: Keep track of all damage you take between entering this state and next doing damage. You do additional damage equal to damage taken. (implemented)
  • Revenge Stance: The next time you are attacked, your enemy takes the same amount of damage that you do. You heal as much damage as you dealt. (implemented)
  • Enlarged: Your maximum and current HP increase by 1/4, but you take that much damage when you lose this condition. (reconsidered, really necessary?)
  • Charmed: Techniques have a 50% chance of not working if they target the enemy. (A uses Pound against B, A is charmed, Pound has 50% chance of not working?)
  • Frightened: 1/8 chance each turn that you swap out for a randomly chosen alternative tuxemon on your team. If there are no others, you attempt to retreat.
  • Delay: Do nothing on the first turn that you become Slow. On each later round, do the thing that you were commanded to do one round earlier. (changed into "delay", the original was "slow", already used)
  • Spiky: If an opponent swaps in, they take damage equal to 1/8th your maximum HP

Healing[edit | edit source]

  • 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 maximum HP.
  • Healing (Proportional, Enemy) #: This technique heals the user equal to #/16 of the enemy's maximum HP.

Expanding the Concept[edit | edit source]

  • “if” statements, e.g. “if target Asleep, user heals 4 maximum HP” . 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

Ideas for particular techniques[edit | edit source]

  • Verdigris (Resist Metal), Drought (Resist Water), Salt (Resist Wood), Sinkhole (Resist Earth), Steel Beams (Resist Fire). All Aether techniques with accuracy 100% and no recharge time.
  • Evil Eye: Damage. If you have previously used Glower this combat, do an additional 50% damage.
  • Eruption: The attack occurs as normal in the first round, and then in each of the following four rounds, unless interrupted (e.g. by a miss). Each subsequent attack has double the power of the one before it. Each attack has a 10% chance of imposing the Burn condition.
  • Swallow: The attack occurs as normal in the first round, and then in each of the following four rounds, unless interrupted (e.g. by a miss). Each subsequent attack has double the power of the one before it.
  • Reclaim Relic (Memnomnom): If the opponent uses an item this turn, Memnomnom receives the effect instead of the target (or there is no effect if Memnomnom is not an eligible target). The item is consumed if it would normally be consumed.

Field techniques[edit | edit source]

Field techniques would be usable outside of combat.

Body Shapes and Subelements[edit | edit source]

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.

Tuxemon can also learn new techniques from Combat Codexes. They can also be taught techniques from other tuxemon that know that technique (Technique Teachers). These are their "nurture techniques", because they are taught.

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.

Effects system[edit | edit source]

Sanglorian's original proposal. Spun off into Effects system page because it was quite involved.

Sandy's technique ideas[edit | edit source]

Aaardorn/aardart

Going to be based around slowing down your opponent and dealing mid-range damage

Main moves:

  • All In
  • Hibernate
  • Overfeed
  • Reckless Abandon

Abesnaki

High Attack with debuffs for opponents but low defense

Main Moves:

  • Dash
  • Envision
  • Poison Bite
  • Retalliate

Agnite/Agnidon/Agnigon

Powerful, but has alot of moves that damage itself.

Main Moves:

  • Combustion
  • Heated Fury
  • Fume
  • Fire Claw
  • Reckless Abandon

Allagon:

Going to have very heavy hitting moves but with very low accuracy, at level 12 will learn a move called "lock on" which makes the next move a guaranteed hit

Main moves:

  • Rust Bomb
  • Shrapnel
  • Lock on

Angrito/Sadito:

Angrito has High attack, Low defense, Can transform into Sadito which has Low Attack, high defense with the move Rewire

Main Moves:

  • Rewire
  • Duelists Inversion
  • Rust Bomb

Anoleaf:

High Speed and Attack, with Lots of attacks with the is_fast priority

Main Moves:

  • Dash
  • Retalliate
  • Thorn Lash

Anu:

More powerful when it just took damage

Main Moves:

  • Retalliate
  • Revenge of Shadows
  • Lock On
  • Dash

Araiginee:

Fast and Slows down opponents

Main Moves:

  • Web
  • Overfeed
  • Posion bite

Arthrobolt:

Low Defense,but more powerful with lower HP.

Moves:

  • Electrostatic
  • Retalliate
  • Shrapnel
  • Lock On
  • Self Destruct

AV8R:

More Powerful in Sunlight(needs weather implemented):

Moves:

  • peck
  • Dash
  • Solar Charge
  • Bright Flash
  • Fly

Axlyghtl:

High Defense, uses the move Lure to force opponents to use certain types of moves

Moves:

  • Lure
  • Envision
  • Solar Charge
  • Pressure Wash

Bamboon:

Based around lifeleech and wearing down the opponent and healing itself

Moves:

  • Thwack
  • Lifeleech
  • Bamboo Sweep
  • Poison Bite

Bigfin:

Big, Slow, and Tough, low attack.

  • All In
  • Ram
  • Pressure Wash

Birdling:

very low in most stats, but high HP, can use hatch to heal and shellshock to prevent damage.

  • Peck
  • Fly
  • Hatch
  • Shell Shock

High Defense Budaye:

  • Scratch
  • Fluff Up

Cateye:

Going to be based around looking at and predicting your opponents moves to make it work effectively

Main Moves:

  • Scratch
  • Envision
  • Seal in
  • Dark Prophecy

Sumchon:

Going to be based around have a heavy weight with moves that are propritionate to tuxemons weight. Very Slow. main moves:

  • All in
  • Overfeed
  • Heavy Armor
  • Slam Throw

yinaang:

going to have moves that switch its stats with eachother and moves that buff and debuff stats

main moves:

  • All_In
  • Amnesia
  • Duelists Inversion
  • Heavy Armor
  • Mediate
  • Supernova

Finished Moves:

  • Amnesia(fix bug)
  • levitate
  • overfeed
  • Poison bite
  • lifeleech
  • lock on
  • fume
  • combustion