Modèle:Test1 : Différence entre versions
[version vérifiée] | [version vérifiée] |
Ligne 1 : | Ligne 1 : | ||
− | + | __NOTOC__ | |
+ | {{Subpage3}} | ||
+ | {{Attention|1= | ||
+ | Version du calculateur : '''0.9.3'''. | ||
+ | Cette page est en cours de développement. Actuellement, le calculateur peut simuler parfaitement les dégâts physiques des joueurs contre les monstres et des joueurs contre les joueurs. | ||
+ | }} | ||
+ | {{Attention|1= | ||
+ | Les personnages créés sont enregistrés sur le cache de votre navigateur. Ainsi, votre personnage ne sera pas perdu d'une session à l'autre. Pour plus de sécurité, vous pouvez enregistrer votre personnage en local via l'icône : {{Svg|data=download|class=svg-icon|height=24|viewBox=0 -960 960 960|width=24|title=Icône de téléchargement}}. Vous pourrez ensuite le téléverser via l'icône {{Svg|id=upload-no-use|class=svg-icon|height=24|viewBox=0 -960 960 960|width=24|data=upload|title=Icône de téléversement}} si votre cache est supprimé. | ||
+ | }} | ||
+ | {{Loading}} | ||
+ | <div id="hide-all" class="tabber-noactive"> | ||
+ | ==Gestion des personnages== | ||
+ | {{LoadJavascript|Script=element}} | ||
+ | {{LoadJavascript|Script=calculator}} | ||
+ | <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 10px; align-items: start; margin-top: 30px;"> | ||
+ | <div style="border: 1px black solid; padding: 10px; border-radius: 8px; box-shadow: 1px 1px 9px 0px #544e41;"> | ||
+ | <div style="margin: 10px 0; font-weight: bold; font-size: 1.4em;">Liste des personnages</div> | ||
+ | <div id="characters-container"> | ||
+ | <div id="new-character-template" class="tabber-noactive"> | ||
+ | <div style="display: flex; justify-content: space-between; line-height: 24px; font-size: 1.2em; gap: 10px; border: 1px grey solid; padding: 0 10px; height: 24px; cursor: pointer; border-radius: 5px; margin-bottom: 5px; background: #e6d2a1;"><span class="input notranslate">Pseudo</span><div class="svg-container popContenu" style="user-select: none;">{{Svg|class=svg-icon|height=24|viewBox=0 -960 960 960|width=24|data=duplicate|title=Dupliquer ce personnage}}{{Svg|class=svg-icon|height=24|viewBox=0 -960 960 960|width=24|data=download|title=Télécharger les données de ce personnage}}{{Svg|class=svg-icon svg-icon-delete|height=24|viewBox=0 -960 960 960|width=24|data=delete|title=Supprimer ce personnage}}</div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div style="display: flex; justify-content: center;"> | ||
+ | {{Svg|id=add-new-character|class=svg-icon|height=24|viewBox=0 -960 960 960|width=24|data=add|title=Ajouter un nouveau personnage}} | ||
+ | {{Svg|id=upload-character|class=svg-icon|height=24|viewBox=0 -960 960 960|width=24|data=upload|title=Téléverser vos personnages}} | ||
+ | </div> | ||
+ | <div style="margin: 10px 0; font-weight: bold; font-size: 1.4em;">Liste des monstres</div> | ||
+ | <div id="monsters-container"> | ||
+ | <div id="new-monster-template" class="tabber-noactive"> | ||
+ | <div style="display: flex; justify-content: space-between; line-height: 24px; font-size: 1.2em; gap: 10px; border: 1px grey solid; padding: 0 5px; height: 24px; border-radius: 5px; margin-bottom: 5px; background: #e6d2a1;"><span class="input"></span><div class="svg-container" style="user-select: none;">{{Svg|class=svg-icon svg-icon-delete|height=24|viewBox=0 -960 960 960|width=24|data=delete|title=Supprimer ce monstre}}</div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | {{Form|id=monster-list-form|content= | ||
+ | {{Input|id=search-monster|type=text|labelStyle=position: relative; padding: 0; max-width: 280px;|style=margin: 0; width: 280px;|placeholder=Ajouter un monstre}} | ||
+ | <div style="position: relative;"> | ||
+ | <ul id="monster-list" class="container tabber-noactive" style="position: absolute; z-index: 10; top: 100%; left: 0; min-width: max-content; width: 280px; margin: 0; list-style: none; background-color: #fff; border: 1px solid #ccc; border-radius: 5px; flex-direction: column; max-height: 180px; overflow-y: auto;"></ul> | ||
+ | </div> | ||
+ | }} | ||
+ | </div> | ||
+ | <div style="border: 1px black solid; padding: 10px; border-radius: 8px; box-shadow: 1px 1px 9px 0px #544e41;"> | ||
+ | <div style="margin: 10px 0; font-weight: bold; font-size: 1.4em;">Édition/création d'un personnage</div> | ||
+ | {{Form|id=character-creation|class=tabber-noactive|content= | ||
+ | <div style="display: flex; justify-content: space-between; align-items: flex-end;"> | ||
+ | {{Input|id=name|class=notranslate|labelStyle=pointer-events: none;|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3); margin: 0;|text='''Pseudo'''}} | ||
+ | {{Button|id=save-button|type=submit|class=saved-button|style=display: flex; flex-direction: column; align-items: center; gap: 5px;|text=<div class="save-bar" style="height: 4px; width: 100%;"></div><div style="display: flex; align-items: center; gap: 5px; flex-wrap: wrap; margin: 5px 0;">{{Svg|height=24|viewBox=0 -960 960 960|width=24|data=save}} Sauvegarder</div>}} | ||
+ | </div> | ||
+ | ---- | ||
+ | {{Tabber | ||
+ | |noBg=true | ||
+ | |noOverflow=true | ||
+ | |url=true | ||
+ | |Bo1=Général | ||
+ | |Co1= | ||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 0 5px;"> | ||
+ | <div style="display: flex; gap: 5px; overflow-x: auto; padding-bottom: 5px;"> | ||
+ | {{Input|type=radio|name=race|id=warrior|value=warrior|checked=True|text=Guerrier|textAfter=[[Image:Bandeaurougehomme.png|70px|link=]]}} | ||
+ | {{Input|type=radio|name=race|id=ninja|value=ninja|text=Ninja|textAfter=[[Image:Coupecourterougefemme.png|70px|link=]]}} | ||
+ | {{Input|type=radio|name=race|id=sura|value=sura|text=Sura|textAfter=[[Image:Couperespectableblanchomme.png|70px|link=]]}} | ||
+ | {{Input|type=radio|name=race|id=chamane|value=shaman|text=Chamane|textAfter=[[Image:Coupeeleganteclairfemme.png|70px|link=]]}} | ||
+ | {{Input|type=radio|name=race|id=lycan|value=lycan|text=Lycan|textAfter=[[Image:Protectionfrontalerouge.png|70px|link=]]}} | ||
+ | </div> | ||
+ | {{Input|id=level|type=number|min=1|max=120|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Niveau}} | ||
+ | {{Select|id=class-choice|name=class|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=Classe|content= | ||
+ | {{Option|text=Corps-à-corps|value=body|data=race+warrior}} | ||
+ | {{Option|text=Mental|value=mental|data=race+warrior}} | ||
+ | {{Option|text=Magie noire|value=black_magic|data=race+sura|class=tabber-noactive}} | ||
+ | {{Option|text=Arme magique|value=weaponary|data=race+sura|class=tabber-noactive}} | ||
+ | {{Option|text=Assassin|value=blade_fight|data=race+ninja|class=tabber-noactive}} | ||
+ | {{Option|text=Archer|value=archery|data=race+ninja|class=tabber-noactive}} | ||
+ | {{Option|text=Dragon|value=dragon|data=race+shaman|class=tabber-noactive}} | ||
+ | {{Option|text=Soin|value=heal|data=race+shaman|class=tabber-noactive}} | ||
+ | {{Option|text=Lycan|value=lycan|data=race+lycan|class=tabber-noactive}} | ||
+ | }} | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Select|id=state-choice|name=state|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=État|content= | ||
+ | {{Option|text=À pied|value=normal}} | ||
+ | {{Option|text=À cheval|value=horse}} | ||
+ | {{Option|text=Polymorphie|value=polymorph}} | ||
+ | }} | ||
+ | |p1=Attention, lorsque vous changez d'état, n'oubliez pas de modifier vos bonus en conséquence. | ||
+ | }} | ||
+ | {{Select|id=polymorph-monster|name=polymorphMonster|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=Orbe de Polymorphie|content= | ||
+ | {{Option|text=Chien errant|value=Chien errant}} | ||
+ | {{Option|text=Minion Barbare|value=Minion Barbare}} | ||
+ | {{Option|text=Jeune Araignée|value=Jeune Araignée}} | ||
+ | {{Option|text=Jeune venimeuse|value=Jeune venimeuse}} | ||
+ | }} | ||
+ | </div> | ||
− | <div | + | |Bo2=Statistiques |
− | + | |Co2= | |
− | {{ | + | <div style="display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px;"> |
− | + | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 0 5px;"> | |
− | + | {{Tooltip | |
− | + | |1= | |
− | + | {{Input|id=vit|type=number|min=1|max=300|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:VIT.png|link=]] Vitalité}} | |
− | + | |title=[[Vitalité]] | |
− | + | }} | |
− | + | ||
− | + | {{Tooltip | |
− | + | |1= | |
− | < | + | {{Input|id=int|type=number|min=1|max=300|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:INT.png|link=]] Intelligence}} |
− | + | |title=[[Intelligence]] | |
− | + | }} | |
− | + | ||
− | + | {{Tooltip | |
− | + | |1= | |
+ | {{Input|id=str|type=number|min=1|max=300|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:STR.png|link=]] Force}} | ||
+ | |title=[[Force]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=dex|type=number|min=1|max=300|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:DEX.png|link=]] Dextérité}} | ||
+ | |title=[[Dextérité]] | ||
+ | }} | ||
+ | </div> | ||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 0 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=defense|name=defense|type=number|min=0|max=5000|value=0|required=True|style=width: 55px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Defense.png|link=]] Défense}} | ||
+ | |title=[[Défense]] | ||
+ | |p1=Il s'agit de votre valeur totale de défense. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=magic-defense|name=magicDefense|type=number|min=0|max=3000|value=0|required=True|style=width: 55px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Defensemagique.png|link=]] Défense magique}} | ||
+ | |title=[[Défense magique]] | ||
+ | |p1=Il s'agit de votre valeur totale de défense magique. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=attack-speed|name=attackSpeed|type=number|min=0|max=300|value=100|required=True|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3);|labelStyle=display: block; padding-left: 0; pointer-events: none; padding-left: 0;|textAfter=[[Image:Vitesseattaque.png|link=]] Vitesse d'attaque}} | ||
+ | |title=[[Vitesse d'attaque]] | ||
+ | |p1=Ce bonus n'est pas encore implémenté. | ||
+ | }} | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |Bo3=Armes | ||
+ | |Co3= | ||
+ | <div style="padding: 0 5px;"> | ||
+ | <div>'''Arme sélectionnée'''</div> | ||
+ | <div id="weapon-display" style="margin: 10px 0;">[[Image:Poings.png|link=]]<span> Poings</span>{{Select|id=weapon-upgrade|name=weaponUpgrade|labelClass=tabber-noactive|labelStyle=padding-left: 0;|inline=True}}</div> | ||
+ | <div id="random-attack-value" class="flex tabber-noactive" style="flex-direction: column; gap: 5px 0; margin: 0 5px 10px;"> | ||
+ | {{Input|id=min-attack-value|name=minAttackValueRandom|type=number|min=0|max=2000|value=0|required=True|style=width: 55px; |labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque minimum}} | ||
+ | {{Input|id=max-attack-value-random|name=maxAttackValueRandom|type=number|min=0|max=2000|value=0|required=True|style=width: 55px;|labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque maximum}} | ||
+ | </div> | ||
+ | <div id="random-magic-attack-value" class="flex tabber-noactive" style="flex-direction: column; gap: 5px 0; margin: 0 5px 10px;"> | ||
+ | {{Input|id=min-magic-attack-value-random|name=minMagicAttackValueRandom|type=number|min=0|max=2000|value=0|required=True|style=width: 55px; |labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque magique minimum}} | ||
+ | {{Input|id=max-magic-attack-value-random|name=maxMagicAttackValueRandom|type=number|min=0|max=2000|value=0|required=True|style=width: 55px; |labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque magique maximum}} | ||
+ | </div> | ||
+ | {{Modal | ||
+ | |Flex=True | ||
+ | |Haut=True | ||
+ | |overflow=True | ||
+ | |1=Modifier votre arme | ||
+ | |2= | ||
+ | {{Test}} | ||
+ | }} | ||
+ | <div style="margin-top: 15px;">'''Étole''' [[Image:Etoledemaitrerare.png|link=]]</div> | ||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Input|id=min-attack-value-slash|name=minAttackValueSlash|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque minimum}} | ||
+ | {{Input|id=max-attack-value-slash|name=maxAttackValueSlash|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque maximum}} | ||
+ | </div> | ||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Input|id=min-magic-attack-value-slash|name=minMagicAttackValueSlash|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque magique minimum}} | ||
+ | {{Input|id=max-magic-attack-value-slash|name=maxMagicAttackValueSlash|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque magique maximum}} | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |Bo4=Bonus | ||
+ | |Co4= | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Dégâts/Défense | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=stone-bonus|name=stoneBonus|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Fort contre les pierres Metin}} | ||
+ | |title=[[Force contre les pierres Metin]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=human-bonus|name=humanBonus|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Force c. demi-hum.}} | ||
+ | |title=[[Bonus contre les demi-humains]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=human-resistance|name=humanResistance|type=number|min=0|max=100|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Rés. c. demi-humains}} | ||
+ | |title=[[Fort contre les demi-humains]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=orc-bonus|name=orcBonus|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Force c. orcs}} | ||
+ | |title=[[Bonus contre les Orcs]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=undead-bonus|name=undeadBonus|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Force c. m-vivants}} | ||
+ | |title=[[Bonus contre les Mort-vivants]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=monster-bonus|name=monsterBonus|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Force Monstres}} | ||
+ | |title=[[Force contre les Monstres]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=zodiac-bonus|name=zodiacBonus|type=number|min=0|max=100|value=0|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3);|labelStyle=display: block; padding-left: 0; pointer-events: none; padding-left: 0;|textAfter=Force c. m. zodiaque}} | ||
+ | |title=[[Force contre les monstres du Zodiaque]] | ||
+ | |p1=Ce bonus n'est pas encore implémenté. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=monster-resistance|name=monsterResistance|type=number|min=0|max=50|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0; padding-left: 0;|textAfter=Résist. aux monstres}} | ||
+ | |title=[[Résistance contre les attaques des monstres]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=animal-bonus|name=animalBonus|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Force c. animaux}} | ||
+ | |title=[[Bonus contre les Animaux]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=mystic-bonus|name=mysticBonus|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Force c. mystiques}} | ||
+ | |title=[[Bonus contre les Mystiques]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=devil-bonus|name=devilBonus|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Force c. diable}} | ||
+ | |title=[[Bonus contre le Mal]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=desert-bonus|name=desertBonus|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Force c. m. désert}} | ||
+ | |title=[[Fort contre les monstres du désert]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=insect-bonus|name=insectBonus|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Force c. insectes}} | ||
+ | |title=[[Fort contre les insectes]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=attack-value-percent|name=attackValuePercent|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque}} | ||
+ | |title=[[Valeur d'attaque (%)]] | ||
+ | |p1=Il s'agit de la première valeur. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=attack-value|name=attackValue|type=number|min=0|max=10000|value=0|required=True|style=width: 55px;|labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque}} | ||
+ | |title=[[Valeur d'attaque (bonus)]] | ||
+ | |p1=Il s'agit de la deuxième valeur. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=defense-percent|name=defensePercent|type=number|min=0|max=100|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Défense}} | ||
+ | |title=[[Défense (%)]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=defense-useless|name=defenseUseless|type=number|min=0|max=100|value=0|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3);|labelStyle=display: block; padding-left: 0; pointer-events: none; padding-left: 0;|textAfter=Valeur de défense}} | ||
+ | |title=Il n'y a pas encore de page décrivant ce bonus | ||
+ | |p1=Nous n'avons pas besoin de ce bonus pour calculer les dégâts. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=average-damage|name=averageDamage|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Dégâts moyens}} | ||
+ | |title=[[Dégâts moyen]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=average-damage-resistance|name=averageDamageResistance|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rés. dégâts moyens}} | ||
+ | |title=[[Résistance aux Dégâts Moyens]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=skill-damage|name=skillDamage|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Dégâts de compétence}} | ||
+ | |title=[[Dégâts de compétence]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=skill-damage-resistance|name=skillDamageResistance|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Résist. dégâts compétence}} | ||
+ | |title=[[Résistance contre les dégâts de compétences]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=attack-magic|name=attackMeleeMagic|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Attaque de mêlée/mag}} | ||
+ | |title=[[Attaque au corps à corps/magique]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=attack-magic|name=attackMagic|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Attaque magique}} | ||
+ | |title=[[Attaque magique]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=magic-attack-value|name=magicAttackValue|type=number|min=0|max=200|value=0|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3);|labelStyle=display: block; padding-left: 0; pointer-events: none; padding-left: 0;|textAfter=Bonus d'attaque mag}} | ||
+ | |title=Il n'y a pas encore de page décrivant ce bonus | ||
+ | |p1=Ce bonus n'est pas encore implémenté. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=critical-hit|name=criticalHit|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Chance de coup crit.}} | ||
+ | |title=[[Chance de coup critique]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=piercing-hit|name=piercingHit|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Coup perçant}} | ||
+ | |title=[[Chances de coup perçant]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=critical-hit-resistance|name=criticalHitResistance|type=number|min=0|max=50|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rés. coup critique}} | ||
+ | |title=[[Résistance contre les coups critiques]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=piercing-hit-resistance|name=piercingHitResistance|type=number|min=0|max=50|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rés. coup perçant}} | ||
+ | |title=[[Résistance contre les coups perçants]] | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | }} | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Bonus élémentaires | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=magic-resistance|name=magicResistance|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Résistance magique}} | ||
+ | |title=[[Résistance à la Magie]] | ||
+ | |p1=Ce bonus n'est pas encore implémenté. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=anti-magic|name=antiMagic|type=number|min=0|max=200|value=0|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3);|labelStyle=display: block; padding-left: 0; pointer-events: none; padding-left: 0;|textAfter=Anti-magie}} | ||
+ | |title=Il n'y a pas encore de page décrivant ce bonus | ||
+ | |p1=Ce bonus n'est pas encore implémenté. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=lightning-resistance|name=lightningResistance|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Résistance foudre}} | ||
+ | |title=[[Résistance à la foudre]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=fire-resistance|name=fireResistance|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Résistance feu}} | ||
+ | |title=[[Résistance au feu]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=ice-resistance|name=iceResistance|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Résistance glace}} | ||
+ | |title=[[Résistance à la glace]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=wind-resistance|name=windResistance|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Résistance vent}} | ||
+ | |title=[[Résistance au Vent]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=earth-resistance|name=earthResistance|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Résistance terre}} | ||
+ | |title=[[Résistance à la terre]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=darkness-resistance|name=darknessResistance|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rés. obscurité}} | ||
+ | |title=[[Résistance à l'obscurité]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=lightning-bonus|name=lightningBonus|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Pouvoir de la foudre}} | ||
+ | |title=[[Pouvoir de la foudre]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=fire-bonus|name=fireBonus|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Pouvoir du feu}} | ||
+ | |title=[[Pouvoir du feu]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=ice-bonus|name=iceBonus|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Pouvoir de la glace}} | ||
+ | |title=[[Pouvoir de la glace]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=wind-bonus|name=windBonus|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Pouvoir du vent}} | ||
+ | |title=[[Pouvoir du vent]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=earth-bonus|name=earthBonus|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Pouvoir de la terre}} | ||
+ | |title=[[Pouvoir de la terre]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=darkness-bonus|name=darknessBonus|type=number|min=0|max=400|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Pouvoir des ténèbres}} | ||
+ | |title=[[Pouvoir des ténèbres]] | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | }} | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Bonus de classe | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=warrior-bonus|name=warriorBonus|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Force c. Guerriers}} | ||
+ | |title=[[Bonus contre les Guerriers]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=ninja-bonus|name=ninjaBonus|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Force c. Ninjas}} | ||
+ | |title=[[Bonus contre les Ninjas]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=sura-bonus|name=suraBonus|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Force c. Suras}} | ||
+ | |title=[[Bonus contre les Sura]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=shaman-bonus|name=shamanBonus|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Force c. Chamanes}} | ||
+ | |title=[[Bonus contre les chamanes]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=lycan-bonus|name=lycanBonus|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Force c. Lycans}} | ||
+ | |title=[[Bonus contre les Lycan]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=warrior-resistance|name=warriorResistance|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Déf. c. Guerriers}} | ||
+ | |title=[[Chance de parer une attaque Guerrier]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=ninja-resistance|name=ninjaResistance|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Déf. c. Ninjas}} | ||
+ | |title=[[Chance de parer une attaque Ninja]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=sura-resistance|name=suraResistance|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Déf. c. Suras}} | ||
+ | |title=[[Chance de parer une attaque Sura]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=shaman-resistance|name=shamanResistance|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Déf. c. Chamanes}} | ||
+ | |title=[[Chance de parer une attaque Chamane]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=lycan-resistance|name=lycanResistance|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Déf. c. Lycans}} | ||
+ | |title=[[Chance de parer une attaque Lycan]] | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | }} | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Bonus d'arme | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=sword-defense|name=swordDefense|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Défense c. épée}} | ||
+ | |title=[[Défense contre l'épée]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=two-handed-sword-defense|name=twoHandedSwordDefense|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Défense c. deux mains}} | ||
+ | |title=[[Défense contre l'épée à deux mains]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=dagger-defense|name=daggerDefense|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Défense c. dague}} | ||
+ | |title=[[Défense contre la dague]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=claw-defense|name=clawDefense|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Défense c. griffes}} | ||
+ | |title=[[Défense contre les griffes]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=bell-defense|name=bellDefense|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Défense c. gong}} | ||
+ | |title=[[Défense contre le Gong]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=fan-defense|name=fanDefense|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Défense c. éventail}} | ||
+ | |title=[[Défense contre l'éventail]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=arrow-defense|name=arrowDefense|type=number|min=0|max=200|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Défense c. flèches}} | ||
+ | |title=[[Défense contre les flèches]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=break-sword-defense|name=breakSwordDefense|type=number|min=0|max=10|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rupture épée}} | ||
+ | |title=[[Rupture de la défense contre l'épée]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=break-two-handed-sword-defense|name=breakTwoHandedSwordDefense|type=number|min=0|max=10|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rupture épée à deux mains}} | ||
+ | |title=[[Rupture de la défense contre l'épée à deux mains]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=break-dagger-defense|name=breakDaggerDefense|type=number|min=0|max=10|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rupture dague}} | ||
+ | |title=[[Rupture de la défense contre la dague]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=break-bell-defense|name=breakBellDefense|type=number|min=0|max=10|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rupture gong}} | ||
+ | |title=[[Rupture de la défense contre le gong]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=break-fan-defense|name=breakFanDefense|type=number|min=0|max=10|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rupture éventail}} | ||
+ | |title=[[Rupture de la défense contre l'éventail]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=break-arrow-defense|name=breakArrowDefense|type=number|min=0|max=10|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rupture flèches}} | ||
+ | |title=[[Rupture de la défense contre les flèches]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=break-claw-defense|name=breakClawDefense|type=number|min=0|max=10|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Rupture griffes}} | ||
+ | |title=[[Rupture de la défense contre les griffes]] | ||
+ | }} | ||
+ | </div> | ||
+ | }} | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Autres bonus | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=melee-block|name=meleeBlock|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Bloquer une attaque}} | ||
+ | |title=[[Chance de bloquer un coup au Corps-à-corps]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=arrow-block|name=arrowBlock|type=number|min=0|max=200|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Éviter des flèches}} | ||
+ | |title=[[Chance d'éviter les flèches]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=precision|name=precision|type=number|min=0|max=200|value=0|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3);|labelStyle=display: block; padding-left: 0; pointer-events: none; padding-left: 0;|textAfter=Précision}} | ||
+ | |title=[[Précision (bonus)|Précision]] | ||
+ | |p1=Ce bonus n'est pas encore implémenté. | ||
+ | }} | ||
+ | </div> | ||
+ | }} | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Bonus cachés | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=leadership|name=leadership|type=number|min=0|max=100|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Valeur d'attaque commandement}} | ||
+ | |p1=Il s'agit de la valeur d'attaque conférée par le rôle attaquant via le [[commandement]], le [[charisme]] et l'[[inspiration]]. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=boss-damage|name=bossDamage|type=number|min=0|max=20|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Dégâts d'attaque contre les boss}} | ||
+ | |title=[[Dégâts d'attaque contre les boss]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=skill-boss-damage|name=skillBossDamage|type=number|min=0|max=20|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Dégâts de compétence contre les boss}} | ||
+ | |title=[[Dégâts de compétence contre les boss]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=damage-bonus|name=damageBonus|type=number|min=0|max=10|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Dégâts (bonus)}} | ||
+ | |title=[[Dégâts (bonus)]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=melee-arrow-block|name=meleeArrowBlock|type=number|min=0|max=10|value=0|labelStyle=display: block; padding-left: 0; padding-left: 0;|textAfter=Blocage d'attaque}} | ||
+ | |title=[[Les dégâts d'attaque ont X % de probabilité d'être bloqués]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=biologist-70|name=biologist70|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter=Mission biologique niveau 70}} | ||
+ | |title=[[Défense (biologiste)]] | ||
+ | |p1=Cocher cette case si vous avez terminé [[la recherche du biologiste 5]]. Il s'agit de la seule [[missions biologiques|mission biologique]] où le bonus obtenu n'apparaît nulle part. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=empire-malus|name=empireMalus|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter=Malus empire}} | ||
+ | |title=Il n'y a pas encore de page décrivant ce bonus | ||
+ | |p1=Cocher cette case si vous vous trouvez dans un empire différent du votre. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=low-rank|name=lowRank|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter=Bonus grade}} | ||
+ | |title=[[Avec un nombre de points de grade plus faible, les dégâts infligés sont augmentés.]] | ||
+ | |p1=Cocher cette case puis choisissez votre [[grade]] si vous possédez ce bonus. | ||
+ | }} | ||
+ | {{Select|id=player-rank|name=playerRank|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=Grade|content= | ||
+ | {{Option|text=Neutre ou plus|value=neutral}} | ||
+ | {{Option|text=Agressif|value=aggressive}} | ||
+ | {{Option|text=Retord|value=fraudulent}} | ||
+ | {{Option|text=Malicieux|value=malicious}} | ||
+ | {{Option|text=Cruel|value=cruel}} | ||
+ | }} | ||
+ | </div> | ||
+ | }} | ||
+ | |||
+ | |Bo5=Compétences | ||
+ | |Co5= | ||
+ | |||
+ | <div id="skill-container"> | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Compétences de classe offensives | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{SkillSelect|id=attack-skill-1|name=attackSkill1|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=<span data-class="body">[[Image:Triplelacerationg.png|link=]] Triple lacération</span><span data-class="mental">[[Image:Attaquedelespritg.png|link=]] Attaque de l'esprit</span><span data-class="blade_fight">[[Image:Embuscadeg.png|link=]] Embuscade</span><span data-class="archery">[[Image:Tirarepetitiong.png|link=]] Tir à répétition</span><span data-class="weaponary">[[Image:Toucherbrulantg.png|link=]] Toucher brûlant</span><span data-class="black_magic">[[Image:Attaquedestenebresg.png|link=]] Attaque des ténèbres</span><span data-class="dragon">[[Image:Talismanvolantg.png|link=]] Talisman volant</span><span data-class="heal">[[Image:Jetdefoudreg.png|link=]] Jet de foudre</span><span data-class="lycan">[[Image:Dechiqueterg.png|link=]] Déchiqueter</span>}} | ||
+ | |title=<span data-class="body">[[Triple lacération]]</span><span data-class="mental">[[Attaque de l'esprit]]</span><span data-class="blade_fight">[[Embuscade]]</span><span data-class="archery">[[Tir à répétition]]</span><span data-class="weaponary">[[Toucher brûlant]]</span><span data-class="black_magic">[[Attaque des ténèbres]]</span><span data-class="dragon">[[Talisman volant]]</span><span data-class="heal">[[Jet de foudre]]</span><span data-class="lycan">[[Déchiqueter]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{SkillSelect|id=attack-skill-2|name=attackSkill2|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=<span data-class="body">[[Image:Moulinetalepeeg.png|link=]] Moulinet à l'épée</span><span data-class="mental">[[Image:Attaquedelapaumeg.png|link=]] Attaque de la paume</span><span data-class="blade_fight">[[Image:Attaquerapideg.png|link=]] Attaque rapide</span><span data-class="archery">[[Image:Pluiedeflechesg.png|link=]] Pluie de flèches</span><span data-class="weaponary">[[Image:Tourbillondudragong.png|link=]] Tourbillon du Dragon</span><span data-class="black_magic">[[Image:Attaquedeflammesg.png|link=]] Attaque de flammes</span><span data-class="dragon">[[Image:Dragonchassantg.png|link=]] Dragon chassant</span><span data-class="heal">[[Image:Invocationdefoudreg.png|link=]] Invocation de foudre</span><span data-class="lycan">[[Image:Souffledeloupg.png|link=]] Souffle de loup</span>}} | ||
+ | |title=<span data-class="body">[[Moulinet à l'épée]]</span><span data-class="mental">[[Attaque de la paume]]</span><span data-class="blade_fight">[[Attaque rapide]]</span><span data-class="archery">[[Pluie de flèches]]</span><span data-class="weaponary">[[Tourbillon du Dragon]]</span><span data-class="black_magic">[[Attaque de flammes]]</span><span data-class="dragon">[[Dragon chassant]]</span><span data-class="heal">[[Invocation de foudre]]</span><span data-class="lycan">[[Souffle de loup]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+mental blade_fight archery black_magic dragon heal lycan | ||
+ | |1= | ||
+ | {{SkillSelect|id=attack-skill-3|name=attackSkill3|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=<span data-class="mental">[[Image:Chargeg.png|link=]] Charge</span><span data-class="blade_fight">[[Image:Daguefilanteg.png|link=]] Dague filante</span><span data-class="archery">[[Image:Flechedefeug.png|link=]] Flèche de feu</span><span data-class="black_magic">[[Image:Espritdeflammesg.png|link=]] Esprit de flammes</span><span data-class="dragon">[[Image:Rugissementdudragong.png|link=]] Rugissement du Dragon</span><span data-class="heal">[[Image:Griffedefoudreg.png|link=]] Griffe de foudre</span><span data-class="lycan">[[Image:Bonddeloupg.png|link=]] Bond de loup</span>}} | ||
+ | |title=<span data-class="mental">[[Charge]]</span><span data-class="blade_fight">[[Dague filante]]</span><span data-class="archery">[[Flèche de feu]]</span><span data-class="black_magic">[[Esprit de flammes]]</span><span data-class="dragon">[[Rugissement du Dragon]]</span><span data-class="heal">[[Griffe de foudre]]</span><span data-class="lycan">[[Bond de loup]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+lycan | ||
+ | |1= | ||
+ | {{SkillSelect|id=attack-skill-4|name=attackSkill4|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=<span data-class="lycan">[[Image:Griffedeloupg.png|link=]] Griffe de loup</span>}} | ||
+ | |title=<span data-class="lycan">[[Griffe de loup (compétence)|Griffe de loup]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+body mental blade_fight archery black_magic | ||
+ | |1= | ||
+ | {{SkillSelect|id=attack-skill-5|name=attackSkill5|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=<span data-class="body">[[Image:Accelerationg.png|link=]] Accélération</span><span data-class="mental">[[Image:Coupdepeeg.png|link=]] Coup d'épée</span><span data-class="blade_fight">[[Image:Brumeempoisonneeg.png|link=]] Brume empoisonnée</span><span data-class="archery">[[Image:Flecheempoisonneeg.png|link=]] Flèche empoisonnée</span><span data-class="black_magic">[[Image:Frappedelespritg.png|link=]] Frappe de l'esprit</span>}} | ||
+ | |title=<span data-class="body">[[Accélération]]</span><span data-class="mental">[[Coup d'épée]]</span><span data-class="blade_fight">[[Brume empoisonnée]]</span><span data-class="archery">[[Flèche empoisonnée]]</span><span data-class="black_magic">[[Frappe de l'esprit]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+body mental blade_fight archery weaponary black_magic | ||
+ | |1= | ||
+ | {{SkillSelect|id=attack-skill-6|name=attackSkill6|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=<span data-class="body">[[Image:Volontedevivreg.png|link=]] Volonté de vivre</span><span data-class="mental">[[Image:Orbedelepeeg.png|link=]] Orbe de l'épée</span><span data-class="blade_fight">[[Image:Poisoninsidieuxg.png|link=]] Poison insidieux</span><span data-class="archery">[[Image:Coupetincelantg.png|link=]] Coup étincelant</span><span data-class="weaponary">[[Image:Contresortg.png|link=]] Contre-sort</span><span data-class="black_magic">[[Image:Orbedestenebresg.png|link=]] Orbe des ténèbres</span>}} | ||
+ | |title=<span data-class="body">[[Volonté de vivre]]</span><span data-class="mental">[[Orbe de l'épée]]</span><span data-class="blade_fight">[[Poison insidieux]]</span><span data-class="archery">[[Coup étincelant]]</span><span data-class="weaponary">[[Contre-sort]]</span><span data-class="black_magic">[[Orbe des ténèbres]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+body mental blade_fight archery weaponary black_magic dragon lycan | ||
+ | |1= | ||
+ | {{SkillSelect|id=attack-skill-9|name=attackSkill9|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=<span data-class="body">[[Image:Tremblementdeterreg.png|link=]] Tremblement de terre</span><span data-class="mental">[[Image:Tremblementdeterreg.png|link=]] Tremblement de terre</span><span data-class="blade_fight">[[Image:Etoilesbrillantesg.png|link=]] Étoiles brillantes</span><span data-class="archery">[[Image:Tirtempeteg.png|link=]] Tir tempête</span><span data-class="weaponary">[[Image:Coupdemoniaqueg.png|link=]] Coup démoniaque</span><span data-class="black_magic">[[Image:Vaguemortelleg.png|link=]] Vague mortelle</span><span data-class="dragon">[[Image:Meteoreg.png|link=]] Météore</span><span data-class="lycan">[[Image:Tempetecinglanteg.png|link=]] Tempête cinglante</span>}} | ||
+ | |title=<span data-class="lycan">[[Tempête cinglante]]</span><span data-class="body">[[Tremblement de terre]]</span><span data-class="blade_fight">[[Étoiles brillantes]]</span><span data-class="archery">[[Tir tempête]]</span><span data-class="weaponary">[[Coup démoniaque]]</span><span data-class="black_magic">[[Vague mortelle]]</span><span data-class="dragon">[[Météore]]</span><span data-class="mental">[[Tremblement de terre]]</span> | ||
+ | }} | ||
+ | |||
+ | }} | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Compétences de buff | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Input|id=blessing-activation|name=blessingActivation|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter=Êtes-vous sous l'effet de bénédiction ?}} | ||
+ | <div id="blessing-creation" class="tabber-noactive" style="border: 1px solid grey; position: relative; margin-top: 20px; border-radius: 5px;"> | ||
+ | <span style="background: #e6d2a1; border: 1px solid grey; position: absolute; top: 0; transform: translateY(calc(-50% - 4px)); left: 50px; padding: 2px 10px;">'''Bénédiction'''</span> | ||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 20px 10px 10px;"> | ||
+ | <p style="margin: 0; margin-bottom: 4px;">Il faut entrer les valeurs du joueur qui vous a conféré l'effet de la compétence <span data-class="dragon">(le joueur peut être vous-même) </span>!</p> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{SkillSelect|id=skill-blessing|name=skillBlessing|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=[[Image:Benedictiong.png|link=]] Bénédiction}} | ||
+ | |title=[[Bénédiction]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=int-blessing|name=intBlessing|type=number|min=1|max=300|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:INT.png|link=]] Intelligence}} | ||
+ | |title=[[Intelligence]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=dex-blessing|name=dexBlessing|type=number|min=1|max=300|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:DEX.png|link=]] Dextérité}} | ||
+ | |title=[[Dextérité]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+dragon | ||
+ | |1= | ||
+ | {{Input|id=blessing-onself|name=blessingOnself|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter=Bénédiction sur soi-même}} | ||
+ | |p1=Cocher cette case si vous avez lancé la compétence bénédiction sur vous-même (dans ce cas, la compétence est renforcée). | ||
+ | }} | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | }} | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Parade et bonus | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Select|id=skill-ward-choice|name=skillWardChoice|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|content= | ||
+ | {{Option|text=Aucune parade sélectionnée...|value=0|selected=true}} | ||
+ | {{Option|text=Parade Moulinet à l'épée|value=body}} | ||
+ | {{Option|text=Parade Attaque de l'esprit|value=mental}} | ||
+ | {{Option|text=Parade Embuscade|value=blade_fight}} | ||
+ | {{Option|text=Parade Flèche de feu|value=archery}} | ||
+ | {{Option|text=Parade Toucher brûlant|value=weaponary}} | ||
+ | {{Option|text=Parade Attaque des Ténèbres|value=black_magic}} | ||
+ | {{Option|text=Parade Dragon chassant|value=dragon}} | ||
+ | {{Option|text=Parade Invocation de foudre|value=heal}} | ||
+ | {{Option|text=Parade Souffle de loup|value=lycan}} | ||
+ | }} | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{SkillSelect|id=skill-ward|name=skillWard|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=[[Image:Livredeparade.png|link=]] Parade}} | ||
+ | |title=[[Compétences#7ème compétence|Parade]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{SkillSelect|id=skill-bonus|name=skillBonus|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=[[Image:Livredebonus.png|link=]] Bonus <span data-class="body">Moulinet à l'épée</span><span data-class="mental">Attaque de l'esprit</span><span data-class="blade_fight">Embuscade</span><span data-class="archery">Flèche de feu</span><span data-class="weaponary">Toucher brûlant</span><span data-class="black_magic">Attaque des Ténèbres</span><span data-class="dragon">Dragon chassant</span><span data-class="heal">Invocation de foudre</span><span data-class="lycan">Souffle de loup</span>}} | ||
+ | |title=[[Compétences#8ème compétence|Bonus]] | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | }} | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Compétences secondaires | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{SkillSelect|id=polymorph-point|name=polymorphPoint|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=[[Image:Polymorphie.png|link=]] Polymorphie}} | ||
+ | |title=[[Polymorphie]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{SkillSelect|id=horse-point|name=horsePoint|numeric=True|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 5px;|textAfter=[[Image:Equitation.png|link=]] Équitation}} | ||
+ | |title=[[Équitation]] | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | }} | ||
+ | |||
+ | {{Collapsible | ||
+ | |Custom=True | ||
+ | |Title=Bonus de compétence | ||
+ | |Content= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=skill-bonus-1|name=skillBonus1|type=number|min=0|max=5|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=<span data-class="body">Dégâts de triple lacération</span><span data-class="mental">Dégâts d'attaque de l'esprit</span><span data-class="blade_fight">Dégâts d'embuscade</span><span data-class="archery">Dégâts de tir à répétition</span><span data-class="weaponary">Dégâts de toucher brûlant</span><span data-class="black_magic">Dégâts d'attaque des ténèbres</span><span data-class="dragon">Dégâts de talisman volant</span><span data-class="heal">Dégâts de jet de foudre</span><span data-class="lycan">Dégâts de déchiqueter</span>}} | ||
+ | |title=<span data-class="body">[[Dégâts de triple lacération]]</span><span data-class="mental">[[Dégâts d'attaque de l'esprit]]</span><span data-class="blade_fight">[[Dégâts d'embuscade]]</span><span data-class="archery">[[Dégâts de tir à répétition]]</span><span data-class="weaponary">[[Dégâts de toucher brûlant]]</span><span data-class="black_magic">[[Dégâts d'attaque des ténèbres]]</span><span data-class="dragon">[[Dégâts de talisman volant]]</span><span data-class="heal">[[Dégâts de jet de foudre]]</span><span data-class="lycan">[[Dégâts de déchiqueter]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=skill-bonus-2|name=skillBonus2|type=number|min=0|max=5|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=<span data-class="body">Dégâts de moulinet à l'épée</span><span data-class="mental">Dégâts d'attaque de la paume</span><span data-class="blade_fight">Dégâts d'attaque rapide</span><span data-class="archery">Dégâts de pluie de flèches</span><span data-class="weaponary">Dégâts de tourbillon du dragon</span><span data-class="black_magic">Dégâts d'attaque de flammes</span><span data-class="dragon">Dégâts de dragon chassant</span><span data-class="heal">Dégâts d'invocation de foudre</span><span data-class="lycan">Dégâts de souffle de loup</span>}} | ||
+ | |title=<span data-class="body">[[Dégâts de moulinet à l'épée]]</span><span data-class="mental">[[Dégâts d'attaque de la paume]]</span><span data-class="blade_fight">[[Dégâts d'attaque rapide]]</span><span data-class="archery">[[Dégâts de pluie de flèches]]</span><span data-class="weaponary">[[Dégâts de tourbillon du dragon]]</span><span data-class="black_magic">[[Dégâts d'attaque de flammes]]</span><span data-class="dragon">[[Dégâts de dragon chassant]]</span><span data-class="heal">[[Dégâts d'invocation de foudre]]</span><span data-class="lycan">[[Dégâts de souffle de loup]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+blade_fight archery dragon heal lycan | ||
+ | |1= | ||
+ | {{Input|id=skill-bonus-3|name=skillBonus3|type=number|min=0|max=5|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=<span data-class="blade_fight">Dégâts de dague filante</span><span data-class="archery">Dégâts de flèche de feu</span><span data-class="dragon">Dégâts de rugissement du dragon</span><span data-class="heal">Dégâts de griffe de foudre</span><span data-class="lycan">Dégâts de bond de loup</span>}} | ||
+ | |title=<span data-class="blade_fight">[[Dégâts de dague filante]]</span><span data-class="archery">[[Dégâts de flèche de feu]]</span><span data-class="dragon">[[Dégâts de rugissement du dragon]]</span><span data-class="heal">[[Dégâts de griffe de foudre]]</span><span data-class="lycan">[[Dégâts de bond de loup]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+lycan | ||
+ | |1= | ||
+ | {{Input|id=skill-bonus-4|name=skillBonus4|type=number|min=0|max=5|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=<span data-class="lycan">Dégâts de griffe de loup</span>}} | ||
+ | |title=<span data-class="lycan">[[Dégâts de griffe de loup]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+body mental blade_fight archery | ||
+ | |1= | ||
+ | {{Input|id=skill-bonus-5|name=skillBonus5|type=number|min=0|max=5|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=<span data-class="body">Dégâts d'accélération</span><span data-class="mental">Dégâts de coup d'épée</span><span data-class="blade_fight">Dégâts de brume empoisonnée</span><span data-class="archery">Dégâts de flèche empoisonnée</span>}} | ||
+ | |title=<span data-class="body">[[Dégâts d'accélération]]</span><span data-class="mental">[[Dégâts de coup d'épée]]</span><span data-class="blade_fight">[[Dégâts de brume empoisonnée]]</span><span data-class="archery">[[Dégâts de flèche empoisonnée]]</span> | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |data=class+black_magic | ||
+ | |1= | ||
+ | {{Input|id=skill-bonus-6|name=skillBonus6|type=number|min=0|max=5|value=0|required=True|labelStyle=display: block; padding-left: 0;|textAfter=<span data-class="black_magic">Dégâts d'orbe des ténèbres</span>}} | ||
+ | |title=<span data-class="black_magic">[[Dégâts d'orbe des ténèbres]]</span> | ||
+ | }} | ||
+ | |||
+ | </div> | ||
+ | |||
+ | }} | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |Bo6=Mariage | ||
+ | |Co6= | ||
+ | |||
+ | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 10px 5px;"> | ||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=love-point|name=lovePoint|type=number|min=50|max=100|value=50|required=True|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Pointdamour.png|link=|25px]] Point d'amour}} | ||
+ | |title=[[Le Mariage#Les points d'amour|Point d'amour]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=harmony-bracelet|name=harmonyBracelet|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Braceletdharmonie.png|link=|25px]] Bracelet d'Harmonie}} | ||
+ | |title=[[Bracelet d'Harmonie]] | ||
+ | |p1=Réduit les dégâts des monstres. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=love-necklace|name=loveNecklace|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter= [[Image:Collierdelamour.png|link=|25px]] Collier de l'Amour}} | ||
+ | |title=[[Collier de l'Amour]] | ||
+ | |p1=Augmente les dégâts contre les monstres. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=harmony-necklace|name=harmonyNecklace|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Collierdharmonie.png|link=|25px]] Collier d'Harmonie}} | ||
+ | |title=[[Collier d'Harmonie]] | ||
+ | |p1=Augmente la défense contre les monstres. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=love-earrings|name=loveEarrings|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Bouclesdoreilleamour.png|link=|25px]] d'oreille amour}} | ||
+ | |title=[[Boucles d'oreille amour]] | ||
+ | |p1=Augmente les chances d'effectuer un coup critique contre les monstres. | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=harmony-earrings|name=harmonyEarrings|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Anneauxdharmonie.png|link=|25px]] Anneaux d'harmonie}} | ||
+ | |title=[[Anneaux d'harmonie]] | ||
+ | |p1=Augmente les chances d'effectuer un coup perçant contre les monstres. | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | }} | ||
+ | }} | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | ==Création d'un combat== | ||
+ | {{Form|id=create-battle|content= | ||
+ | <div style="display: flex; align-items: flex-start; flex-wrap: wrap; gap: 10px;"> | ||
+ | {{Select||text=Qui inflige les dégâts ?|id=attacker-selection|name=attacker|labelStyle=align-items: flex-start; padding: 0;|required=true|content= | ||
+ | {{Option|text=Choisir un attaquant|value=|disabled=true|selected=true}} | ||
+ | }} | ||
+ | {{Select||text=Quel type d'attaque simuler ?|id=attack-type-selection|name=attackTypeSelection|labelStyle=align-items: flex-start; padding: 0;|required=true|content= | ||
+ | {{Option|text=Choisir une attaque|value=|disabled=true|selected=true}} | ||
+ | {{Option|text=Attaque physique|value=physical}} | ||
+ | {{Option|class=tabber-noactive|text=Triple lacération|value=attackSkill1|data=class+body}} | ||
+ | {{Option|class=tabber-noactive|text=Moulinet à l'épée|value=attackSkill2|data=class+body}} | ||
+ | {{Option|class=tabber-noactive|text=Accélération|value=attackSkill5|data=class+body}} | ||
+ | {{Option|class=tabber-noactive|text=Volonté de vivre|value=attackSkill6|data=class+body|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Tremblement de terre|value=attackSkill9|data=class+body|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Attaque de l'esprit|value=attackSkill1|data=class+mental}} | ||
+ | {{Option|class=tabber-noactive|text=Attaque de la paume|value=attackSkill2|data=class+mental}} | ||
+ | {{Option|class=tabber-noactive|text=Charge|value=attackSkill3|data=class+mental}} | ||
+ | {{Option|class=tabber-noactive|text=Coup d'épée|value=attackSkill5|data=class+mental}} | ||
+ | {{Option|class=tabber-noactive|text=Orbe de l'épée|value=attackSkill6|data=class+mental|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Tremblement de terre|value=attackSkill9|data=class+mental|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Embuscade|value=attackSkill1|data=class+blade_fight|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Attaque rapide|value=attackSkill2|data=class+blade_fight|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Dague filante|value=attackSkill3|data=class+blade_fight}} | ||
+ | {{Option|class=tabber-noactive|text=Brume empoisonnée|value=attackSkill5|data=class+blade_fight}} | ||
+ | {{Option|class=tabber-noactive|text=Poison insidieux|value=attackSkill6|data=class+blade_fight}} | ||
+ | {{Option|class=tabber-noactive|text=Étoiles brillantes|value=attackSkill9|data=class+blade_fight|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Tir à répétition|value=attackSkill1|data=class+archery|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Pluie de flèches|value=attackSkill2|data=class+archery}} | ||
+ | {{Option|class=tabber-noactive|text=Flèche de feu|value=attackSkill3|data=class+archery|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Flèche empoisonnée|value=attackSkill5|data=class+archery|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Coup étincelant|value=attackSkill6|data=class+archery|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Tir tempête|value=attackSkill9|data=class+archery|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Toucher brûlant|value=attackSkill1|data=class+weaponary}} | ||
+ | {{Option|class=tabber-noactive|text=Tourbillon du Dragon|value=attackSkill2|data=class+weaponary}} | ||
+ | {{Option|class=tabber-noactive|text=Contre-sort|value=attackSkill6|data=class+weaponary|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Coup démoniaque|value=attackSkill9|data=class+weaponary|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Attaque des ténèbres|value=attackSkill1|data=class+black_magic|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Attaque de flammes|value=attackSkill2|data=class+black_magic|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Esprit de flammes|value=attackSkill3|data=class+black_magic|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Frappe de l'esprit|value=attackSkill5|data=class+black_magic|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Orbe des ténèbres|value=attackSkill6|data=class+black_magic}} | ||
+ | {{Option|class=tabber-noactive|text=Vague mortelle|value=attackSkill9|data=class+black_magic|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Talisman volant|value=attackSkill1|data=class+dragon}} | ||
+ | {{Option|class=tabber-noactive|text=Dragon chassant|value=attackSkill2|data=class+dragon}} | ||
+ | {{Option|class=tabber-noactive|text=Rugissement du Dragon|value=attackSkill3|data=class+dragon}} | ||
+ | {{Option|class=tabber-noactive|text=Météore|value=attackSkill9|data=class+dragon|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Jet de foudre|value=attackSkill1|data=class+heal}} | ||
+ | {{Option|class=tabber-noactive|text=Invocation de foudre|value=attackSkill2|data=class+heal}} | ||
+ | {{Option|class=tabber-noactive|text=Griffe de foudre|value=attackSkill3|data=class+heal}} | ||
+ | {{Option|class=tabber-noactive|text=Déchiqueter|value=attackSkill1|data=class+lycan|disabled=true}} | ||
+ | {{Option|class=tabber-noactive|text=Souffle de loup|value=attackSkill2|data=class+lycan}} | ||
+ | {{Option|class=tabber-noactive|text=Bond de loup|value=attackSkill3|data=class+lycan}} | ||
+ | {{Option|class=tabber-noactive|text=Griffe de loup|value=attackSkill4|data=class+lycan}} | ||
+ | {{Option|class=tabber-noactive|text=Tempête cinglante|value=attackSkill9|data=class+lycan|disabled=true}} | ||
+ | }} | ||
+ | {{Select||text=Qui reçoit les dégâts ?|id=victim-selection|name=victim|labelStyle=align-items: flex-start; padding: 0;|required=true|content= | ||
+ | {{Option|text=Choisir un adversaire|value=|disabled=true|selected=true}} | ||
+ | }} | ||
+ | </div> | ||
+ | <div style="margin-top: 10px;"> | ||
+ | {{Button|text=Calculer}} | ||
+ | </div> | ||
+ | }} | ||
+ | <div id="result-damage"></div> | ||
+ | <div id="result-table-container" class="tabber-noactive" style="margin-top: 10px;"> | ||
+ | {{Collapsible | ||
+ | |Title=Afficher les détails | ||
+ | |Content= | ||
+ | <div id="result-table"> | ||
+ | <table {{Prettytable4}}> | ||
+ | <tr> | ||
+ | <th>Dégâts</th> | ||
+ | <th>Pourcentage</th> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | }} | ||
+ | </div> | ||
+ | </div> |
Version du 26 mars 2024 à 22:31
Gestion des personnages
Liste des personnages
Pseudo
Dupliquer ce personnage
Télécharger les données de ce personnage
Supprimer ce personnage
Ajouter un nouveau personnage
Téléverser vos personnages
Liste des monstres
Supprimer ce monstre
Édition/création d'un personnage
Pseudo
Général
Statistiques
Armes
Bonus
Compétences
Mariage
Guerrier
Ninja
Sura
Chamane
Lycan
Niveau
Corps-à-corps
Mental
Magie noire
Arme magique
Assassin
Archer
Dragon
Soin
Lycan
Classe
À pied
À cheval
Polymorphie
État
Chien errant
Minion Barbare
Jeune Araignée
Jeune venimeuse
Orbe de Polymorphie
Vitalité
Intelligence
Force
Dextérité
Défense
Défense magique
Vitesse d'attaque
Arme sélectionnée
Poings
Valeur d'attaque minimum
Valeur d'attaque maximum
Valeur d'attaque magique minimum
Valeur d'attaque magique maximum
{{{content}}}
Étole
Valeur d'attaque minimum
Valeur d'attaque maximum
Valeur d'attaque magique minimum
Valeur d'attaque magique maximum
Dégâts/Défense
Bonus élémentaires
Bonus de classe
Bonus d'arme
Autres bonus
Bonus cachés
Compétences de classe offensives
Compétences de buff
Parade et bonus
Compétences secondaires
Bonus de compétence
Point d'amour
Bracelet d'Harmonie
Collier de l'Amour
Collier d'Harmonie
d'oreille amour
Anneaux d'harmonie
Création d'un combat
Qui inflige les dégâts ?
Choisir un attaquant
Quel type d'attaque simuler ?
Choisir une attaque
Attaque physique
Triple lacération
Moulinet à l'épée
Accélération
Volonté de vivre
Tremblement de terre
Attaque de l'esprit
Attaque de la paume
Charge
Coup d'épée
Orbe de l'épée
Tremblement de terre
Embuscade
Attaque rapide
Dague filante
Brume empoisonnée
Poison insidieux
Étoiles brillantes
Tir à répétition
Pluie de flèches
Flèche de feu
Flèche empoisonnée
Coup étincelant
Tir tempête
Toucher brûlant
Tourbillon du Dragon
Contre-sort
Coup démoniaque
Attaque des ténèbres
Attaque de flammes
Esprit de flammes
Frappe de l'esprit
Orbe des ténèbres
Vague mortelle
Talisman volant
Dragon chassant
Rugissement du Dragon
Météore
Jet de foudre
Invocation de foudre
Griffe de foudre
Déchiqueter
Souffle de loup
Bond de loup
Griffe de loup
Tempête cinglante
Qui reçoit les dégâts ?
Choisir un adversaire
Calculer
Afficher les détails