// ==UserScript== // @name DinoRPG Faster // @namespace e78e44fc24cf93fab2271d8996cfa6fa // @description Making DinoRPG faster // @include http://en.dinorpg.com/* // @include http://www.dinorpg.com/* // @include http://es.dinorpg.com/* // @include http://www.dinorpg.de/* // @version 2.18 // @author LazyBastard (based on sunn0's script) // @downloadURL none // ==/UserScript== // Create array contains function Array.prototype.contains = function (obj) { var i = this.length; while (i--) { if (this[i] === obj) { return true; } } return false; } /* Show answers directly */ if (document.getElementById("answers")) { document.getElementById("answers").style.display = 'block'; } /* Show fightresults directly */ if (document.getElementById("debrief")) { var results = document.getElementById("debrief"); var newresult = document.createElement("div"); newresult.style = "float:left;position:relative;margin-left: 285px;margin-top:58px;"; var resultlink = document.createElement("a"); resultlink.setAttribute('href', '#'); resultlink.addEventListener("click", function () { if (document.getElementById("debrief").style.display == 'block') { document.getElementById("debrief").style.display = 'none'; } else { document.getElementById("debrief").style.display = 'block'; } }, false); var linktext = document.createTextNode('Show/Hide fight results'); resultlink.appendChild(linktext); newresult.appendChild(resultlink); results.parentNode.appendChild(newresult); } /* Hide View Image */ var views = document.getElementsByClassName("view"); if (views.length) { views[0].style.display = "none"; } /* Hide notifications */ var notification = document.getElementById("notification"); if (notification) { document.body.removeChild(notification); } /* section for status items - needed for multiple actions below */ var centerContent = document.getElementById('centerContent'); /* Water charm script */ var baofanaction = document.getElementById("act_dialog_wcharm"); if (baofanaction && baofanaction.id && centerContent.childNodes[1].childNodes[17].innerHTML.indexOf('Bao Charm') < 0) { var wnode = baofanaction.cloneNode(true); wnode.id = "act_dialog_wcharm2"; wnode.children[0].children[0].children[1].childNodes[0].nodeValue = "\n Water charm\n "; var btr = wnode.children[0].children[0]; var onclick = btr.getAttribute("onClick"); var re = /\/(\d+)\/act\/dialog\/wcharm/.exec(onclick); if (re) { dinoId = re[1]; userId = onclick.substr(-7, 5); btr.setAttribute("onClick", ""); btr.setAttribute("onMouseOver", "mt.js.Tip.show(this,'
'+ dinozRace + ' | ' + '|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_getat_name + ' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_getat_loc + ' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_name + ' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_power + ' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_skills + ' |
Level 1 | ' + 'Level 2 | ' + 'Level 3 | ' + 'Level 4 | ' + 'Level 5 |
---|---|---|---|---|
Strength | ' + 'Martial Arts | ' + 'Blowtorch palm | ' + '||
Vigilance | ' + 'Warlord | ' + '|||
Waikikido | ' + 'Bazalt Armor | ' + '|||
Buddha | ' + '||||
Charge | ' + 'Kamikaze | ' + 'Ram | ' + '||
Sprint | ' + '||||
Divine Propulsion | ' + 'Infernal Talons | |||
Burning Claws | ' + 'Smashroom Hunter | ' + 'Giant Hunter | ' + 'Dragon Hunter | ' + '|
Lava Flow | ' + 'Vulcan | ' + '|||
Burning Breath | ' + 'Combustion | ' + 'Torch | ' + '||
Elementary Teacher | ' + '||||
Flying Totem | ' + '||||
Fire Ball | ' + 'Armor of Ifrit | ' + '|||
Dijin | ' + '||||
Wrath | ' + 'Fury | ' + 'Incandescent Aura | ' + 'Meteors | ' + '|
Golem | ' + '||||
Vengeance | ' + 'Vendetta | ' + '|||
Odine | ' + '||||
Warm Blood | ' + 'Nap | ' + 'Self-Control | ' + 'Brave | ' + '|
Burning Heart | ' + 'Blessing of the Fairies | ' + '|||
Fire skills |
DOUBLE SKILLS | ' + '||||
---|---|---|---|---|
Basalt Armor | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the armor of the Dinoz by 3. | ' + '- |
Sprint | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the initiative by 6. | ' + '- |
Elementary Teacher | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increase of 2 elements Water and Fire | ' + '- |
Vendetta | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the chance of counter-attacks by 20%. | ' + '- |
INVOCATIONS | ' + '||||
---|---|---|---|---|
' + ' | Buddha | ' + '![]() ' + ' ![]() ' + ' ![]() | ' +
'+10 defense to each element on each dinoz on the team ' + 'Hippoclam only. | ' +
'very high | ' + '
' + ' | Vulcan | ' + '![]() ' + ' ![]() | ' +
'Attack all enemies with a power of 20![]() ' + 'Moueffe only. | ' +
'very high | ' + '
' + ' | Flying Totem | ' + '![]() ' + ' ![]() | ' +
'Attacks an enemy with a strength of 30![]() Kabuki only. | ' +
'very high | ' + '
' + ' | Armor of Ifrit | ' + '![]() ' + ' ![]() | ' +
'Improve ![]() ' + 'Softpig only. | ' +
'very high | ' + '
' + ' | Dijin | ' + '![]() ' + ' ![]() | ' +
'Attacks all enemies with an ![]() Pteroz only. | ' +
'very high | ' + '
' + ' | Golem | ' + '![]() ' + ' ![]() | ' +
'Increase +20![]() Rocky only. | ' +
'very high | ' + '
' + ' | Odine | ' + '![]() ' + ' ![]() | ' +
'Attacks an enemy with a strength of 30![]() Sirain only. | ' +
'very high | ' + '
' + ' | Blessing of the Fairies | ' + '![]() ' + ' ![]() | ' +
'Add 10 initiative to all dinoz in the group. ' + 'Gorilloz only. | ' +
'very high | ' + '
' + ' | Salamander | ' + '![]() or Vigilance ' + ' ![]() | ' +
'Attacks an enemy with a strength of 40![]() ' + 'Feros only. | ' +
'very high |
STRENGTH PATH | ' + '||||
---|---|---|---|---|
1 | Strength | ' + 'P | ' + 'Increase the strength of all assaults by 1 | ' + '- | ' + '
2 | Martial Arts | ' + 'P | ' + 'Increase the strength of all assaults by 2 | ' + '- | ' + '
2 | Charge | ' + 'P | ' + 'Increases the strength of the first attack by 5 | ' + '- | ' + '
2 | Divine Propulsion | ' + 'P | ' + 'Increases speed of fire attack by 30% and decreases fire element by 2 ' + 'Quetzu only. | ' +
'- | ' + '
3 | Blowtorch Palm | ' + 'A | ' + 'Attacks one enemy with a Fire power by 10 then decreases the Dinoz initiative by 15 | ' + 'weak | ' + '
3 | Vigilance | ' + 'P | ' + 'Increases the Fire defense by 5 | ' + '- | ' + '
3 | Waïkikidô | ' + 'P | ' + 'Increases the counter-attack chance by 10% and the maximum of health points by 20. Decreases the Dinoz initiative by 5 | ' + '- | ' + '
3 | Kamikaze | ' + 'A | ' + 'Attacks one enemy with a Fire power 15 then the Dinoz loses half of his life | ' + 'weak | ' + '
3 | Infernal Talons | ' + 'S | ' + 'Inflicts continuous fire damage on an adversary ' + 'Quetzu only. The black flames does damage equal the flaming dinoz' + ' element (per round like Acid Blood), but the damage is based on the target (flaming) dinoz, not on the attackers (the quetzu) fire element. | ' +
'- | ' + '
4 | Warlord | ' + 'P | ' + 'Increases the strength of all assaults of all Dinoz in the Group by 2 | ' + '- | ' + '
4 | Ram | ' + 'P | ' + 'Increases the strength of the first assault by 20 | ' + '- | ' + '
BURNING CLAWS PATH | ' + '||||
1 | Burning Claws | ' + 'P | ' + 'Increases the strength of all fire assaults by 7 | ' + '- | ' + '
2 | Smashroom hunter | ' + 'C | ' + 'Enables the Dinoz to hunt small animals in some places | ' + '- | ' + '
2 | Burning Breath | ' + 'A | ' + 'Attacks all enemies with a Fire power by 5 | ' + 'weak | ' + '
3 | Giant Hunter | ' + 'C | ' + 'Enables the Dinoz to hunt medium animals in some places | ' + '- | ' + '
3 | ' + 'Lava Flow | ' + 'A | ' + 'Attack 1 enemy with Fire strength of 12 | ' + 'normal | ' + '
3 | Fire Ball | ' + 'A | ' + 'Attacks one enemy with a Fire power 7 | ' + 'weak | ' + '
3 | Combustion | ' + 'E | ' + 'All the enemies lose health points equal to their Wood element | ' + 'weak | ' + '
4 | Dragon Hunter | ' + 'C | ' + 'Enables the Dinoz to hunt rare and dangerous animals in some places | ' + '- | ' + '
4 | Torch | ' + 'S | ' + 'The Dinoz is on fire Increases defense +10 fire (this part of the effect is not noted in the description) ' + 'When an enemy lands an attack it will loose up to 1-10' + ' ![]() | ' +
'- | ' + '
STRENGTH PATH | ' + '||||
1 | Wrath | ' + 'E | ' + 'Increases the strength of the next assault by 25% | ' + 'weak | ' + '
2 | Fury | ' + 'P | ' + 'Increases the strength of all assaults by 3 and decreases all defenses by 2 | ' + '- | ' + '
2 | Warm Blood | ' + 'P | ' + 'Increases the initiative by 4 | ' + '- | ' + '
3 | Incandescent Aura | ' + 'P | ' + 'Increases the Fire element by 2 | ' + '- | ' + '
3 | Vengeance | ' + 'P | ' + 'Increases the counter-attack chances by 5% | ' + '- | ' + '
3 | Burning Heart | ' + 'P | ' + 'Increases the strength of all assaults by 12 and increases the maximum health points by 20 | ' + '- | ' + '
3 | Nap | ' + 'A | ' + 'The Dinoz recovers up to 20 health points and falls asleep | ' + 'weak | ' + '
4 | Meteors | ' + 'A | ' + 'Attacks all enemies with a Fire power 10 | ' + 'high | ' + '
4 | Self-Control | ' + 'S | ' + 'Prevents all negative status and decreases the initiative by 3 ' + 'Makes your Dinoz unaffected by any of the enemies attack effects like slowing it down with gel,' + ' marsh, vines or getting poisoned. | ' + '- | ' + '
5 | Brave | ' + 'S | ' + 'The Dinoz wont be able to be part of a Group anymore.' + ' Increases the Fire element by 6 the maximum life by 50 and the speed by 15%. | ' + '- |
![]() | ' +
'||||
---|---|---|---|---|
1 | Brazier | ' + 'E | ' + 'Attacks all enemies with Fire at a strength of 3. | ' + 'normal | ' + '
2 | Detonation | ' + 'E | ' + 'The Dinoz loses 5 health points and gain 15 intiative. | ' + 'very high | ' + '
3 | Heart of the Phoenix | ' + 'P | ' + 'Increases the health points recovered at rest by 15%. | ' + '- |
Level 1 | Level 2 | ' + 'Level 3 | Level 4 | Level 5 | ' + '
---|---|---|---|---|
Carapace | Sympathetic | ' + 'Faroe Heritage | Gorilloz Spirit | ' + '|
Armour of Ifrit | ' + '||||
Planner | ' + ' | |||
Vines | ' + 'Precious Spring | Forest Keeper | ' + 'Yggdrasil | |
Hive Queen | ' + '||||
Primal State | ' + 'Shock | |||
Blessing of the Fairies | ' + '||||
Endurance | ' + 'Growth | Cocoon | ' + 'Giant | Colossive | ' + '
Bazalt Armor | ||||
Wide Jaw | ' + ' | |||
Search | Detective | ' + 'Archeologist | ||
Search Expert | ' + ' | |||
Savagery | Korgon Reinforcement | ' + 'Acrobat | ' + ' | |
Wild Instinct | Earth Tremor | ' + '|||
Engineer | ' + '||||
Werewolf | ' + ' | |||
Tenacity | Charisma | ' + 'Leader | ||
Grand High Babooner | ' + ' | |||
Magic Resistance | Tireless | ' + '|||
Wood skills |
DOUBLE SKILLS | ' + '||||
---|---|---|---|---|
Shock | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the elements Wood and Lightning. Adds the value of element Wood (onslaught) to Lightning and adds the value of' + ' Lightning element to the Wood element. | ' + '- | ' + '
Basalt Armor | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the armor of the Dinoz by 3. | ' + '- | ' + '
Earth Tremor | ' + '![]() ' + ' ![]() | ' +
'A | ' + 'Ground attack with a power of Wood + Air at a strength of 4. | ' + 'weak | ' + '
Tireless | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases all defenses by 2. | ' + '- |
INVOCATIONS | ' + '||||
---|---|---|---|---|
' + ' | Armor of Ifrit | ' + '![]() ' + ' ![]() | ' +
'Improve ![]() ' + 'Softpig only. | ' +
'very high | ' + '
' + ' | Yggdrasil | ' + '![]() ' + ' ![]() | ' +
'+20 to wood defense for each dinoz on the team' +
' Wanwan only. | ' +
'very high | ' + '
' + ' | Hive Queen | ' + '![]() ' + ' ![]() | ' +
'Empty opponent dinoz endurance bar ' + 'Etherwasp only. | ' +
'very high | ' + '
' + ' | Blessing of the Fairies | ' + '![]() ' + ' ![]() | ' +
'Add 10 initiative to all dinoz in the group. ' + 'Gorilloz only. | ' +
'very high | ' + '
' + ' | Werewolf | ' + '![]() ' + ' ![]() | ' +
'Attack all enemies with a power of 30![]() ' + 'Castivorous only. | ' +
'very high | ' + '
' + ' | Grand High Babooner | ' + '![]() ' + ' ![]() | ' +
'+20% dodge to your team ' + 'Tofufu only. | ' +
'very high |
CARAPACE PATH | ' + '||||
---|---|---|---|---|
1 | Carapace | ' + 'P | ' + 'Increases the armor by 1 | ' + '- | ' + '
2 | Sympathetic | ' + 'S | ' + 'The Dinoz can be followed by an additional Dinoz | ' + '- | ' + '
2 | Vines | ' + 'E | ' + 'Decreases the initiative of one enemy by 15 | ' + 'weak | ' + '
3 | Faroe Heritage | ' + 'P | ' + 'Increases the strenght of the wood attacks by 12 and the armor by 1 | ' + '- | ' + '
3 | Planner | ' + 'C | ' + 'Enables the Dinoz to search an additional square | ' + '- | ' + '
3 | Primal State | ' + 'E | ' + 'Cancels all positive status of the enemies and all negative status of the Group | ' + 'weak | ' + '
3 | Precocious Spring | ' + 'E | ' + 'All the other Dinoz in the Group recover health points up to the Wood element of the Dinoz | ' + 'weak | ' + '
4 | Gorilloz Spirit | ' + 'E | ' + 'Calls a Gorilloz spirit to help in fight | ' + 'high | ' + '
4 | Forest Keeper | ' + 'P | ' + 'Increases the Wood defense of all Dinoz in the Group by 3 | ' + '- | ' + '
ENDURANCE PATH | ' + '||||
1 | Endurance | ' + 'P | ' + 'Increases the Wood defense by 2 | ' + '- | ' + '
2 | Growth | ' + 'P | ' + 'Increases the strength of all assaults by 1 and increase the maximum' +
' ![]() | ' +
'- | ' + '
2 | Search | ' + 'C | ' + 'Enables the Dinoz to find artifacts in some places | ' + '- | ' + '
3 | Cocoon | ' + 'S | ' + 'Increases the speed of ![]() | ' +
'- | ' + '
3 | Wide Jaw | ' + 'P | ' + 'Increases the strength of Wood assaults by 15 | ' + '- | ' + '
3 | Search Expert | ' + 'C | ' + 'Enables the Dinoz to search an additional square | ' + '- | ' + '
3 | Detective | ' + 'C | ' + 'Enables the Dinoz to find uncommon artifacts in some places | ' + '- | ' + '
4 | Giant | ' + 'P | ' + 'Increases the assaults strength by 5, the max ![]() | ' +
'- | ' + '
4 | Archeologist | ' + 'C | ' + 'Enables the Dinoz to find rare or exceptional artifacts in some places | ' + '- | ' + '
5 | Colossus | ' + 'P | ' + 'Increases the strength of all assaults by 15 and the ' +
'![]() | ' +
'- | ' + '
SAVAGERY PATH | ' + '||||
1 | Savagery | ' + 'P | ' + 'Increases the power of Wood assaults by 5 | ' + '- | ' + '
2 | Korgon Reinforcement | ' + 'E | ' + 'Calls a Korgon to help in the fight | ' + 'normal | ' + '
2 | Tenacity | ' + 'P | ' + 'Increases the minimum damage by 1 | ' + '- | ' + '
3 | Acrobat | ' + 'P | ' + 'Increases the speed by 15% | ' + '- | ' + '
3 | Wild Instinct | ' + 'P | ' + 'Increases the Wood element by 2 | ' + '- | ' + '
3 | Charisma | ' + 'S | ' + 'The Dinoz can be followed by an additional Dinoz | ' + '- | ' + '
3 | Magic Resistance | ' + 'E | ' + 'Cancels all negative status | ' + 'weak | ' + '
4 | Engineer | ' + 'U | ' + 'All Dinoz can be equipped with an additional combat gear | ' + '- | ' + '
4 | Leader | ' + 'U | ' + 'Increases the maximum Dinoz number by 3 | ' + '- |
![]() | ' +
'||||
---|---|---|---|---|
1 | Acorn Thrower | ' + 'A | ' + 'Attacks one nemy with Wood at a strenght of 5. | ' + 'normal | ' + '
2 | Scratcher | ' + 'C | ' + 'Enables the Dinoz to search anadditional square. | ' + '- | ' + '
3 | Good Whack | ' + 'E | ' + 'Double the power of the next assault. | ' + 'high |
Level 1 | ' + 'Level 2 | ' + 'Level 3 | ' + 'Level 4 | ' + 'Level 5 |
---|---|---|---|---|
Water Cannon | ' + 'Cold Shower | ' + 'Sapper | ' + 'Storekeeper | ' + '|
Bubble | ' + '||||
Acupuncture | ' + '||||
Gel | ' + 'Petrification | ' + 'Kaar-Sher Beam | ' + '||
Absolute Zero | ' + 'Elementary Teacher | ' + '|||
Perception | ' + 'Aperentice Fisherman | ' + 'March | ' + 'Electrolysis | ' + '|
Skilled Fisher | ' + 'Master Fisherman | ' + 'Sacred Whale | ||
Tricky Hits | ' + 'Fatal Hits | ' + 'Salamander | ' + '||
Undersea Training | ' + 'Adv. Undersea Training | ' + 'Life Guard | ' + '||
Hades | ' + '||||
Mutation | ' + 'Underwater Karate | ' + 'Aqueous Clone | ' + 'Tireless | ' + '|
Poisoned Claws | ' + 'Acid Blood | ' + 'Leviatan | ||
Ventral Pouch | ' + 'Without Mercy | ' + 'Odine | ' + '||
Sumo | ' + 'Cooker | ' + '|||
Glowing Scales | ' + 'Snakeskin | |||
Water skills |
DOUBLE SKILLS | ' + '||||
---|---|---|---|---|
Bubble | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Unaffected by all spells/skills without Wood spells/skills. ' + 'Bubble is a very good defense skill, it will stop attacks to the % value ' + 'of (water + air) / (sum of all elements) so for example dino with 30% water and 40% air ' + 'will eliminate 70% of the attack value.' + ' Does not stop the Venerable however. | ' +
'- |
Elementary Teacher | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increase of 2 elements Water and Fire | ' + '- | ' + '
Electrolysis | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases by 5% the Speed of all Dinoz group. | ' + '- |
Tireless | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases all defenses by 2. | ' + '- |
INVOCATIONS | ' + '||||
---|---|---|---|---|
' + ' | Sacred Whale | ' + '![]() ' + ' ![]() | ' +
'Improve water element defense by 20 points for the whole team. ' + 'Winks only. | ' +
'very high | ' + '
' + ' | Salamander | ' + '![]() or Vigilance ' + ' ![]() | ' +
'Attacks an enemy with a strength of 40![]() ' + 'Feros only. | ' +
'very high | ' + '
' + ' | Hades | ' + '![]() ' + ' ![]() ' + ' ![]() | ' +
'Poisons all enemies with a power of 17 It also slows down enemies, though this seems to be bugged' + ' Santaz only. | ' +
'very high | ' + '
' + ' | Leviatan | ' + '![]() ' + ' ![]() | ' +
'Attacks an enemy with a strength of 20![]() Mahamuti only. | ' +
'very high | ' + '
' + ' | Odine | ' + '![]() ' + ' ![]() | ' +
'Attacks an enemy with a strength of 30![]() Sirain only. | ' +
'very high |
WATER CANNON PATH | ' + '||||
---|---|---|---|---|
1 | Water Cannon | ' + 'A | ' + 'Attacks one enemy with a Water power 6 | ' + 'weak |
2 | Cold Shower | ' + 'E | ' + 'Attacks all enemies with a Water power 2 | ' + 'weak |
2 | Gel | ' + 'A | ' + 'Attacks one enemy with a Water power 5. The enemy is after slower | ' + 'weak |
3 | Acupuncture | ' + 'P | ' + 'Gives the status of healing. If the enemy lands an attack, the enemy loses 1 life point. ' +
'The Dinoz gain 1![]() | ' +
'- |
3 | Sapper | ' + 'S | ' + 'Increases chance of using battle gear by 50% | ' + '- |
3 | Petrification | ' + 'A | ' + 'Petrifies an enemy. The enemy is turned into stone and is unable to use any skill or attack for a short time. | ' + 'weak |
3 | Absolute Zero | ' + 'P | ' + 'Increase the defense against fire by 25 | ' + '- |
4 | Shop Keeper | ' + 'U | ' + 'Increases the maximum inventory with 50% | ' + '- |
4 | Kaar-Sher Beam | ' + 'A | ' + 'Attacks all enemies with a water power 7 | ' + 'high |
MUTATION PATH | ' + '||||
1 | Mutation | ' + 'P | ' + 'Increases the maximum ![]() | ' +
'- |
2 | Underwater Karate | ' + 'P | ' + 'Increases the strength of all Water assaults and powers by 10 | ' + '- |
2 | Ventral Pouch | ' + 'S | ' + 'Enables the Dinoz to be equipped with an additional battle item | ' + '- |
2 | Glowing Scales | ' + 'P | ' + 'Increases armor by 2 Quetzu only. | ' +
'- | ' + '
3 | Aqueous Clone | ' + 'E | ' + 'Create a clone of the Dino with 1 point of life | ' + 'high | ' + '
3 | Poisoned Claws | ' + 'S | ' + 'If one of the rounds of the Dinoz Water touches an enemy, it is poisoned | ' + '- | ' + '
3 | Without Mercy | ' + 'S | ' + 'Chooses the target with the least health points for each assault | ' + '- | ' + '
3 | Sumo | ' + 'P | ' + 'Increases the maximum health points by 100. ' + 'The Dinoz will become twice as big: increase size | ' +
'- | ' + '
3 | Snakeskin | ' + 'P | ' + 'Increases evasion by 10% and decreases water attack speed by 15% ' + 'Quetzu only. | ' +
'- | ' + '
4 | Acid Blood | ' + 'S | ' + 'If one of the enemy assaults hit the Dinoz, he can make the enemy lose some life, Dinoz will have a Sparkling Aura | ' + '- | ' + '
4 | Cooker | ' + 'U | ' + 'Increases the life gain of the items by 10% for all the Dinoz | ' + '- | ' + '
PERCEPTION PATH | ||||
1 | Perception | ' + 'P | ' + 'Increases the strength of all Water assaults by 4 and enables your Dinoz to attack immaterial enemies | ' + '- | ' + '
2 | Apprentice Fisher | ' + 'C | ' + 'Enables the Dinoz to fish little fishes in some places | ' + '- | ' + '
2 | Tricky Hits | ' + 'A | ' + 'Attacks one enemy. In case of success, the enemy lose half of his health points | ' + 'weak | ' + '
3 | Marsh | ' + 'E | ' + 'All the enemies are slow | ' + 'weak | ' + '
3 | Skilled Fisher | ' + 'C | ' + 'The Dinoz can catch big fishes in certain places | ' + '- | ' + '
3 | Fatal Hits | ' + 'A | ' + 'Attacks one enemy. In case of succes, the enemy lose all of his health points. | ' + 'weak | ' + '
3 | Underwater Training | ' + 'P | ' + 'Increases the maximum health points by 10 | ' + '- | ' + '
4 | Master Fisher | ' + 'C | ' + 'The dinoz can catch rare and exceptional fish in certain places | ' + '- | ' + '
4 | Advanced Underwater Training | ' + 'P | ' + 'Increases the maximum health points by 20 | ' + '- | ' + '
5 | Life Guard | ' + 'S | ' + 'Increases the element of water by 5 | ' + '- |
![]() | ' +
'||||
---|---|---|---|---|
1 | Vitality | ' + 'P | ' + 'Increases the maximum healyh points by 10. | ' + '- | ' + '
2 | Liquid Stubs | ' + 'A | ' + 'Decreases the intiative of one enemy by 25. | ' + 'very high | ' + '
3 | Flood | ' + 'A | ' + 'Attacs all enemies with Water at a strenght of 10, and decreases the intiative of all enemy Dinoz by 8. | ' + 'very high |
Level 1 | ' + 'Level 2 | ' + 'Level 3 | ' + 'Level 4 | ' + 'Level 5 | ' + 'Level 6 | ' + '
---|---|---|---|---|---|
Focus | ' + 'Concentration | ' + 'Kaos Path | ' + 'Blazing Twilight | ' + 'Corrosive Archangel | ' + 'Hercolubus | ' + '
Sprint | ' + '|||||
Gaia Path | Leafy Dawn | ' + 'Genesive Archangel | |||
Shock | ' + ' | ||||
Buddha | ' + '' + ' | ||||
Regeneration | ' + 'Saving Pure | ' + 'Benediction Aura | ' + 'Priest | ' + ' | |
Hermetic Aura | ' + '' + ' | ||||
Intelligence | ' + 'First Aid | ' + 'Adrenaline | ' + 'Overload | ' + ' | |
Sacred Whale | ' + ' | ||||
Medicine | Hospital Poter | ' + '||||
Lightning Conductor | ' + 'Diamant Fangs | ' + 'Vulcan | ' + '|||
Elemental Fission | ' + 'Merchant | ' + ' | |||
Golem | ' + '|||||
Celerity | ' + 'Lightning Attack | Hazard | ' + '|||
Double Hit | Career Plan | ' + 'Reincarnation | ' + ' | ||
Lightning Dance | Fujin | ' + '||||
Grand High Babooner | ' + '|||||
Lightning | ' + 'Electrolysis | ' + ' | |||
Quetzalcoat | ' + '|||||
Raijin | ' + ' | ||||
Lightning skills |
DOUBLE SKILLS | ' + '|||||
---|---|---|---|---|---|
Sprint | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the initiative by 6. | ' + '- | |
Shock | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the elements Wood and Lightning.' + ' Adds the value of element Wood (onslaught) to Lightning and adds the value of Lightning element to the Wood element. | ' + '- | |
Overload | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases chances of multi attack by 15%. | ' + '- | |
Electrolysis | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases by 5% the Speed of all Dinoz group. | ' + '- |
INVOCATIONS | ' + '|||||
---|---|---|---|---|---|
' + ' | Buddha | ' + '![]() ' + ' ![]() ' + ' ![]() | ' +
' +10 defense to each element on each dinoz on the team ' + 'Hippoclam only. | ' +
'very high | |
' + ' | Sacred Whale | ' + '![]() ' + ' ![]() | ' +
'Improve water element defense by 20 points for the whole team. ' + 'Winks only. | ' +
'very high | |
' + ' | Vulcan | ' + '![]() ' + ' ![]() | ' +
'Attack all enemies with a power of 20![]() ' + 'Moueffe only. | ' +
'very high | |
' + ' | Golem | ' + '![]() ' + ' ![]() | ' +
'Increase +20![]() Rocky only. | ' +
'very high | |
' + ' | Fujin | ' + '![]() ' + ' ![]() | ' +
'Add 50% of speed to all in the group ' + 'Cloudoz only. | ' +
'very high | |
' + ' | Grand High Babooner | ' + '![]() ' + ' ![]() | ' +
'+20% dodge to your team ' + 'Tofufu only. | ' +
'very high | |
' + ' | Quetzalcoat | ' + '![]() | ' +
'Attacks all enemies with a Lightning power 40 ' + 'Quetzu only. | ' +
'very high | |
' + ' | Raijin | ' + '![]() ' + ' ![]() | ' +
'Attacks all enemies with a power of 20![]() Glidwings only. | ' +
'very high | |
' + ' | Hercolubus | ' + '![]() ' + ' ![]() | ' +
'Attacks all enemies with an invocation of 30![]() Smog only. | ' +
'very high |
FOCUS PATH | ' + '|||||
---|---|---|---|---|---|
1 | ' + 'Focus | E | ' + 'Enhances the strength of the next assault with a Lightning bonus 1 | ' + 'weak | |
2 | Concentration | ' + 'S | ' + 'The assaults always target the same enemy | ' + '- | |
2 | ' + 'Regeneration | ' + 'S | ' + 'Increases the speed of health points recovering when resting, The Dinoz recovers 3HP each hour | ' + '- | |
3 | Gaia Path | ' + 'P | ' + 'Increases the strength of Wood and Lightning defenses by 3 | ' + '- | |
3 | Kaos Path | ' + 'P | ' + 'Increases the strength of Fire and Lightning assaults by 6 | ' + '- | |
3 | Hermetic Aura | ' + 'E | ' + 'Give the status Shield, dinoz has a yellow auro and when triggered increases all defense by 6 | ' + 'weak | |
3 | Saving Puree | ' + 'E | ' + 'Cancels all Negative Status of the Group | ' + 'high | |
4 | Leafy Dawn | ' + 'A | ' + 'Regenerates all Dinoz in the Group up to Lightning 2 + Wood 2 health points | ' + 'very high | |
3 | Blazing Twilight | ' + 'A | ' + 'Attacks all enemies with a power of Fire 6 + Lightning 6 | ' + 'high | ' + '|
3 | Benediction | ' + 'E | ' + 'Gives the status Blessed to a group | ' + 'weak | |
5 | Genesive Archangel | ' + 'P | Increases Wood Element by 2 and Lightning Element by 1 | ' + '- | |
5 | Corrosive Archangel | ' + 'P | Increases the Fire Element by 2 and the Lightning Element by 1 | ' + '- | |
5 | Priest | ' + 'U | ' + 'Increases the speed of health points recovering of all Dinoz when resting | ' + '- | |
INTELLIGENCE PATH | ' + '|||||
1 | Intelligence | ' + 'S | Increases the experience gain at the end of the fight by 5% | ' + '- | |
2 | Lightning Conductor | ' + 'C | ' + 'Enables the Dinoz to absorb the lightning energy in some places | ' + '- | |
2 | First Aid | ' + 'S | ' + 'The Dinoz will recover one health point at the end of the fight if he has lost some life | ' + '- | |
3 | Diamant Fangs | ' + 'P | Increases the strength of all assault by 2 | ' + '- | |
3 | Elemental Fission | ' + 'C | ' + 'Enables the dinoz to collect all kind of element energy in some places | ' + '- | |
3 | Adrenaline | ' + 'P | Increases the speed of all Lightning attacks by 50% | ' + '- | |
3 | Medicine | ' + 'S | Enables to recover up to 3 health points at the end of the fight | ' + '- | |
4 | Merchant | ' + 'U | Decreases all prices in Dinoland shops by 10% | ' + '- | |
4 | Hospital Porter | ' + 'S | ' + 'Enables one another Dinoz in the Group to recover up to 5 health points at the end of the fight | ' + '- | |
CELERITY PATH | ' + '|||||
1 | Celerity | ' + 'P | Increases the Dinoz speed by 15% | ' + '- | |
2 | Lightning Attack | ' + 'P | Increases the speed of all Lightning attacks by 40% | ' + '- | |
2 | Double Hit | ' + 'P | Increases the chances of multi-attacks by 20% | ' + '- | |
3 | Hazard | ' + 'P | Increases the initiative by 7 | ' + '- | |
3 | Lightning Dance | ' + 'A | Attacks 5 times with a Lightning power 3 | ' + 'high | |
3 | Lightning | ' + 'A | Attacks one enemy with a Lightning power 10 | ' + 'normal | ' + '|
3 | Career Plan | ' + 'S | ' + 'Enables the Dinoz to throw again his element at the moment of his level changing, you can do over the level up segment 1 time | ' + '- | |
4 | Reincarnation | ' + 'S | The Dinoz will be able to be reincarnated from the level 40. ' + 'That means that he will return to level 1, he will lose all his status items, all his skills and all his element points.' + 'However he will obtain bonus of 5 points in various elements, as he would be in fact level 6. That will enables him ' + 'to be more powerful once he will have reached again his actual level. | ' +
'- |
![]() | ' +
'|||||
---|---|---|---|---|---|
1 | Reflex | ' + 'P | Increases initiative by 5. | ' + '- | |
2 | Sinuous Lightning | ' + 'A | Attacks up to 3 enemies with Lightning at a power 10. | ' + 'very high | |
3 | Survival | ' + 'S | Allow Dinoz to escape one death in combat. | ' + '- |
Level 1 | ' + 'Level 2 | ' + 'Level 3 | ' + 'Level 4 | ' + 'Level 5 | ' + 'Level 6 | ' + '
---|---|---|---|---|---|
Agility | ' + 'Dodge | ' + 'Vacuum Disc | ' + 'Black Hole | ' + '||
Fujin | ' + '|||||
Elasticy | ' + 'Overload | ' + '||||
Raijin | ' + ' | ||||
Jump | ' + 'Attack Plunge | ' + 'Master Levitation | ' + '|||
Stealth | ' + ' | ||||
Strategy | ' + 'Analyze | ' + 'Specialist | ' + '' + ' | ||
Achilles\' Heel | ' + 'Vendetta | ' + '||||
Gathering | ' + 'Toxic Cloud | ' + 'Fetid Breath | ' + 'Djinn | ' + '||
Hades | ' + '|||||
Sharp-Eye | ' + '' + ' | ||||
Yggdrail | ' + '' + ' | ||||
Mistral | ' + 'Tai-Chi | ' + 'Awakening | ' + 'Lonely Meditation | ' + 'Trans. Meditation | ' + 'Immaterial |
Proffesor | ' + '|||||
Buddha | ' + '|||||
Flying Totem | ' + '|||||
Ejector Palms | ' + 'Earth Tremor | ' + '||||
Tornado | ' + 'Viviacous Wind | ' + 'Life Breath | ' + '|||
Werewolf | ' + '|||||
Hive Queen | ' + '|||||
Vaporous Form | ' + 'Bubble | ' + '||||
Hercolubus | ' + '|||||
Leviatan | ' + '|||||
Flight | ' + '' + ' | ||||
Air skills |
DOUBLE SKILLS | ' + '||||
---|---|---|---|---|
Overload | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases chances of multi attack by 15%. | ' + '- |
Vendetta | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the chance of counter-attacks by 20%. | ' + '- |
Earth Tremor | ' + '![]() ' + ' ![]() | ' +
'A | ' + 'Ground attack with a power of Wood + Air at a strength of 4. | ' + 'weak |
Bubble | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Unaffected by all spells/skills without Wood spells/skills. ' + 'Bubble is a very good defense skill as it brings back all damage to the % value ' + 'of (water + air) / (sum of all elements) so for example dino with 30% water and 40% air will ' + 'eliminate 70% of the attack value | ' +
'- |
INVOCATIONS | ' + '||||
---|---|---|---|---|
' + ' | Fujin | ' + '![]() ' + ' ![]() | ' +
'Add 50% of speed to all in the group ' + 'Cloudoz only. | ' +
'very high |
' + ' | Raijin | ' + '![]() ' + ' ![]() | ' +
'Attacks all enemies with a power of 20![]() Glidwings only. | ' +
'very high |
' + ' | Dijin | ' + '![]() ' + ' ![]() | ' +
'Attacks all enemies with a power of 20![]() Pteroz only. | ' +
'very high |
' + ' | Hades | ' + '![]() ' + ' ![]() ' + ' ![]() | ' +
'Poisons all enemies with a power of 17 It also slows down enemies, though this seems to be bugged' + ' Santaz only. | ' +
'very high |
' + ' | Yggdrasil | ' + '![]() ' + ' ![]() | ' +
'+20 to wood defense for each dinoz on the team' +
' Wanwan only. | ' +
'very high |
' + ' | Buddha | ' + '![]() ' + ' ![]() ' + ' ![]() | ' +
'+10 defense to each element on each dinoz on the team ' + 'Hippoclam only. | ' +
'very high |
' + ' | Flying Totem | ' + '![]() ' + ' ![]() | ' +
'Attacks an enemy with a strength of 30![]() Kabuki only. | ' +
'very high |
' + ' | Werewolf | ' + '![]() ' + ' ![]() | ' +
'Attack all enemies with a power of 30![]() ' + 'Castivorous only. | ' +
'very high |
' + ' | Hive Queen | ' + '![]() ' + ' ![]() | ' +
'Empty opponent dinoz endurance bar ' + 'Etherwasp only. | ' +
'very high |
' + ' | Leviatan | ' + '![]() ' + ' ![]() | ' +
'Attacks an enemy with a strength of 20![]() Mahamuti only. | ' +
'very high |
' + ' | Hercolubus | ' + '![]() ' + ' ![]() | ' +
'Attacks all enemies with an invocation of 30![]() Smog only. | ' +
'very high |
AGILITY PATH | ' + '|||||
---|---|---|---|---|---|
1 | Agility | ' + 'P | ' + 'Increases the strength of all Air assaults by 5 | ' + '- | ' + '|
2 | Dodge | ' + 'P | ' + 'Increases evasion chance by 10% | ' + '- | ' + '|
2 | Jump | ' + 'P | ' + 'Enables to attack flying enemies | ' + '- | ' + '|
3 | Vacuum Disc | ' + 'A | ' + 'Attacks one enemy with an air strength of 12 | ' + 'high | ' + '|
3 | Elasticity | ' + 'P | ' + 'Increaes the strength of air attacks by 10 and air defense by 3 | ' + '- | ' + '|
3 | Plunging Attack | ' + 'A | ' + 'Attacks one enemy with an assault with air bonus 2 | ' + 'weak | ' + '|
3 | Stealth | ' + 'P | ' + 'Increases Air, water, Lightning defense by 2 | ' + '- | ' + '|
4 | Black Hole | ' + 'A | ' + 'Send an enemy into a parallel dimension | ' + 'very high | ' + '|
4 | Master Leviticus | ' + 'S | ' + 'All dinoz in the group can attack an enemy in flight | ' + '- | ' + '|
MISTRAL PATH | ' + '|||||
1 | Mistral | ' + 'A | ' + 'Attack all enemies with an Air power of 3 | ' + 'weak | ' + '|
2 | Tornado | ' + 'A | ' + 'Attacks all enemies with an Air power of 5 | ' + 'normal | ' + '|
2 | Tai-Chi | ' + 'P | ' + 'Increases strength of all air assault by 15. Decreases the speed of air attacks by 20% | ' + '- | ' + '|
3 | Evil Awakening | ' + 'P | ' + 'Decreases the speed of Air attacks by 20% | ' + '- | ' + '|
3 | Ejector Palms | ' + 'A | ' + 'Attacks one enemy with an assault 2x strength then decreases the initiative by 15 | ' + 'weak | ' + '|
3 | Vaporous Form | ' + 'S | ' + 'Enables to gain the status Immaterial by defending himself | ' + '- | ' + '|
3 | Vivacious Wind | ' + 'S | ' + 'Gives the status accelarated, doubles speed | ' + 'normal | ' + '|
4 | Professor | ' + 'U | ' + 'Increases the experience gain of all Dinoz by 5% | ' + '- | ' + '|
4 | Lonely meditation | ' + 'P | ' + 'Increases Air defense by 3. Decreases the speed of air attacks by 50% | ' + '- | ' + '|
4 | Life Breath | ' + 'S | ' + 'Immune to the poison and curses | ' + '- | ' + '|
5 | Transcedental Meditation | ' + 'P | ' + 'Increases air defense by 6. decreases the speed of Air attacks by 50% | ' + '- | ' + '|
6 | Immaterial (Etheral Form) | ' + 'E | E' + 'Dinoz becomes Immaterial | ' + '- | ' + '|
STRATEGY PATH | ' + '|||||
1 | Strategy | ' + 'S | ' + 'Adopts the best attack strategy according to the enemies\' defenses | ' + '- | ' + '|
2 | Analyze | ' + 'S | ' + 'Choose the best target for each attack | ' + '- | ' + '|
2 | Gathering | ' + 'C | ' + 'Enables the Dinoz to gather plants in some places | ' + '- | ' + '|
3 | Specialist | ' + 'S | ' + 'For the assault the weakest is replaced by the strongest, the lowest attack element will be deleted | ' + '- | ' + '|
3 | Achilles\' Heel | ' + 'P | ' + 'Increases the strength of all assaults by 2 | ' + '- | ' + '|
3 | Toxic Cloud | ' + 'A | ' + 'Poisons all enemies | ' + 'high | ' + '|
3 | Sharp-Eye | ' + 'C | ' + 'Enables the Dinoz to find exotic plants in some places | ' + '- | ' + '|
4 | Fetid Breath | ' + 'S | ' + 'Poisons all enemies touched by an assault, each hit is poisoning | ' + '- | ' + '|
FLIGHT PATH | ' + '|||||
1 | Flight | ' + 'A | ' + 'The Dinoz makes an assaults then takes flight. Reserved to the flying Dinoz | ' + 'weak |
![]() | ' +
'|||||
---|---|---|---|---|---|
1 | Sting | ' + 'E | E' + 'Attacks one enemy with Ait at a strength of 3. | ' + 'high | ' + '|
2 | Smelly Aura | ' + 'S | ' + 'Poisons the enmemy if they make an assault against you. | ' + 'high | ' + '|
3 | Hypnosis | ' + 'A | ' + 'An enemy joins your side. | ' + 'very high |