Page de test 3 : Différence entre versions
[version vérifiée] | [version vérifiée] |
(132 révisions intermédiaires par 3 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
− | {{Subpage3}} | + | <!--- |
+ | ==Création d'un combat== | ||
+ | Veuillez choisir un attaquant et une victime pour créer un combat ! | ||
+ | {{Tabs | ||
+ | |toggle=true | ||
+ | |url=false | ||
+ | |Bo1=Attaquant | ||
+ | |Co1= | ||
+ | <div style="border: 1px black solid; padding: 10px;> | ||
+ | <div style="display: flex; gap: 10px; overflow-x: auto; padding: 2px;"> | ||
+ | {{Input|type=radio|name=race|id=warrior|labelStyle=padding: 0;|value=warrior|checked=True|textAfter=[[Image:Bandeaurougehomme.png|80px|link=]]}} | ||
+ | {{Input|type=radio|name=race|id=warrior2|labelStyle=padding: 0;|value=warrior|checked=True|textAfter=[[Image:Bandeaurougehomme.png|80px|link=]]}} | ||
+ | {{Input|type=radio|name=race|id=ninja|labelStyle=padding: 0;|value=ninja|textAfter=[[Image:Queuedechevalclair.png|80px|link=]]}} | ||
+ | </div> | ||
+ | <div style="display: flex; gap: 10px; overflow-x: auto; padding: 2px; margin-top: 10px;"> | ||
+ | {{Input|type=radio|name=race|id=dog|labelStyle=padding: 0;|value=warrior|checked=True|textAfter=[[Image:Chienerrant-min.png|100px|link=]]}} | ||
+ | {{Input|type=radio|name=race|id=alastor|labelStyle=padding: 0;|value=warrior|checked=True|textAfter=[[Image:Alastorfacile.png|100px|link=]]}} | ||
+ | </div> | ||
+ | </div> | ||
+ | |Bo2=Victime | ||
+ | |Co2= | ||
+ | }} | ||
+ | <div style="display: flex; flex-direction: column; gap: 10px; align-items: center; border: 1px black solid; margin-top: 10px;"> | ||
+ | <div style="display: flex; align-items: center; justify-content: center;"> | ||
+ | <div style="width: 150px; height: 150px; display: flex; align-items: center; justify-content: center;">[[Image:Bandeaurougehomme.png|120px|link=]]</div> | ||
+ | <div>VS</div> | ||
+ | <div>[[Image:Chienerrant-min.png|150px|link=]]</div> | ||
+ | </div> | ||
+ | <div style="display: flex; gap: 10px; overflow-x: auto; padding: 2px;"> | ||
+ | {{Input|type=radio|name=attack|id=physical|labelStyle=padding: 0;|value=warrior|checked=True|textAfter=<div style="width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; font-size: 25px;">🗡️</div>}} | ||
+ | {{Input|type=radio|name=attack|id=mouli|labelStyle=padding: 0;|value=warrior|checked=True|textAfter=[[Image:Moulinetalepeeg.png|link=]]}} | ||
+ | </div> | ||
+ | {{Button|id=add-new-character|class=brown|style=display: flex; align-items: center; width: 100%; margin: 0 auto; padding: 0; border: none; outline: none; border-radius: 5px; overflow: hidden; font-family: 'Quicksand', sans-serif; font-size: 16px; font-weight: 500; cursor: pointer; max-width: 400px;|text=<span style="padding: 10px 20px; margin: 0 auto; color: #fff; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden;">Calculer les dégâts</span><span style="display: flex; padding: 0 10px; background: rgba(0, 0, 0, 0.08); font-size: 1.8em;">⚔️</span>}} | ||
+ | </div>--->{{Subpage3}} | ||
{{Attention|1= | {{Attention|1= | ||
− | Version du calculateur : '''0. | + | Version du calculateur : '''0.16.4'''. |
Cette page est en cours de développement. Actuellement, le calculateur peut simuler exactement les dégâts physiques des joueurs contre les monstres et des joueurs contre les joueurs. | Cette page est en cours de développement. Actuellement, le calculateur peut simuler exactement les dégâts physiques des joueurs contre les monstres et des joueurs contre les joueurs. | ||
Ligne 9 : | Ligne 42 : | ||
}} | }} | ||
{{Loading}} | {{Loading}} | ||
− | <div id=" | + | <div id="show-after-loading" class="tabber-noactive"> |
==Gestion des personnages== | ==Gestion des personnages== | ||
{{LoadJavascript|Script=element}} | {{LoadJavascript|Script=element}} | ||
− | |||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 10px; align-items: start; margin-top: 30px;"> | <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="border: 1px black solid; padding: 10px; border-radius: 8px; box-shadow: 1px 1px 9px 0px #544e41;"> | ||
Ligne 23 : | Ligne 55 : | ||
</div> | </div> | ||
<div style="display: flex; flex-direction: column; gap: 5px; margin: 10px 0;"> | <div style="display: flex; flex-direction: column; gap: 5px; margin: 10px 0;"> | ||
− | {{Button|id=add-new-character|class=brown|style=display: flex; align-items: center; width: 100%; padding: 0; border: none; outline: none; border-radius: 5px; overflow: hidden; font-family: 'Quicksand', sans-serif; font-size: 16px; font-weight: 500; cursor: pointer;|text=<span style="padding: 10px 20px; margin: 0 auto; color: #fff; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden;">Créer un personnage</span><span style="display: flex; padding: 10px 24px | + | {{Button|id=add-new-character|class=brown|style=display: flex; align-items: center; width: 100%; padding: 0; border: none; outline: none; border-radius: 5px; overflow: hidden; font-family: 'Quicksand', sans-serif; font-size: 16px; font-weight: 500; cursor: pointer;|text=<span style="padding: 10px 20px; margin: 0 auto; color: #fff; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden;">Créer un personnage</span><span style="display: flex; padding: 10px 24px; background: rgba(0, 0, 0, 0.08);">{{Svg|style=fill: white;|height=24|viewBox=0 -960 960 960|width=24|data=add}}</span>}} |
<div id="character-drop-zone" class="drop-zone" style="height: 44px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; border-radius: 10px;><span style="font-family: 'Quicksand', sans-serif; font-weight: 500; font-size: 16px;">Déposer les personnages ici</span> | <div id="character-drop-zone" class="drop-zone" style="height: 44px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; border-radius: 10px;><span style="font-family: 'Quicksand', sans-serif; font-weight: 500; font-size: 16px;">Déposer les personnages ici</span> | ||
{{Input|id=character-input|type=file|style=display: none;}} | {{Input|id=character-input|type=file|style=display: none;}} | ||
Ligne 29 : | Ligne 61 : | ||
</div> | </div> | ||
<h3>Liste des monstres</h3> | <h3>Liste des monstres</h3> | ||
− | <div style=" | + | <div id="monsters-container"> |
− | + | <div id="monster-button-templates" class="tabber-noactive"> | |
− | <div style="font- | + | <div class="handle-monster" data-action="add" style="grid-area: 1 / -1; margin-top: auto; padding-top: 20px;"> |
+ | {{Button|class=brown-transparent brown|style=display: flex; align-items: center; gap: 6px; padding: 0 8px; border: none; outline: none; border-radius: 5px; overflow: hidden; font-family: 'Quicksand', sans-serif; font-weight: 500; cursor: pointer;|text=<span style="margin: 0 auto; color: #fff; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden;">Ajouter</span><span style="display: flex;">{{Svg|style=fill: white;|height=24|viewBox=0 -960 960 960|width=24|data=add}}</span>}} | ||
+ | </div> | ||
+ | <div class="handle-monster" data-action="remove" style="grid-area: 1 / -1; margin-top: auto; padding-top: 20px;"> | ||
+ | {{Button|class=red|style=display: flex; align-items: center; gap: 6px; padding: 0 8px; border: none; outline: none; border-radius: 5px; overflow: hidden; font-family: 'Quicksand', sans-serif; font-weight: 500; cursor: pointer;|text=<span style="margin: 0 auto; color: #fff; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden;">Supprimer</span><span style="display: flex;">{{Svg|style=fill: white;|height=24|viewBox=0 -960 960 960|width=24|data=delete}}</span>}} | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
− | |||
<div id="new-monster-template" class="tabber-noactive"> | <div id="new-monster-template" class="tabber-noactive"> | ||
<div style="display: flex; justify-content: space-between; align-items: center; font-size: 1.2em; gap: 5px; border: 1px grey solid; padding: 0 5px 0 8px; height: 28px; border-radius: 5px; margin-bottom: 5px; background: #e6d2a1;"><span class="input" style="white-space: nowrap; text-overflow: ellipsis; overflow: hidden;"></span><div class="svg-container" style="user-select: none; white-space: nowrap; height: 24px;">{{Svg|class=svg-icon svg-icon-delete|height=24|viewBox=0 -960 960 960|width=24|data=delete|title=Supprimer ce monstre}}</div> | <div style="display: flex; justify-content: space-between; align-items: center; font-size: 1.2em; gap: 5px; border: 1px grey solid; padding: 0 5px 0 8px; height: 28px; border-radius: 5px; margin-bottom: 5px; background: #e6d2a1;"><span class="input" style="white-space: nowrap; text-overflow: ellipsis; overflow: hidden;"></span><div class="svg-container" style="user-select: none; white-space: nowrap; height: 24px;">{{Svg|class=svg-icon svg-icon-delete|height=24|viewBox=0 -960 960 960|width=24|data=delete|title=Supprimer ce monstre}}</div> | ||
Ligne 41 : | Ligne 75 : | ||
</div> | </div> | ||
</div> | </div> | ||
− | {{ | + | <div style="margin: 10px 0; display: flex; gap: 5px;"> |
− | + | {{Button|id=add-new-monster|class=brown modal-trigger|data=modal+monster|style=display: flex; align-items: center; width: 100%; padding: 0; border: none; outline: none; border-radius: 5px; overflow: hidden; font-family: 'Quicksand', sans-serif; font-weight: 500; cursor: pointer;|text=<span style="padding: 0 5px; margin: 0 auto; color: #fff; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden;">Monstres</span><span style="display: flex; padding: 0 14px; color: #fff; background: rgba(0, 0, 0, 0.08);">[[Image:Oursbrun-min.png|40px|link=]]</span>}} | |
− | < | + | {{Button|id=add-new-stone|class=brown modal-trigger|data=modal+stone|style=display: flex; align-items: center; width: 100%; padding: 0; border: none; outline: none; border-radius: 5px; overflow: hidden; font-family: 'Quicksand', sans-serif; font-weight: 500; cursor: pointer;|text=<span style="padding: 0 5px; margin: 0 auto; color: #fff; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden;">Pierres</span><span style="display: flex; padding: 1px 14px; color: #fff; background: rgba(0, 0, 0, 0.08);">[[Image:Perredemontourinfer-min.png|38px|link=]]</span>}} |
− | |||
</div> | </div> | ||
+ | {{Modal | ||
+ | |addEvent=True | ||
+ | |width=1100px | ||
+ | |height=100% | ||
+ | |name=monster | ||
+ | |title=<div style="margin: 20px 10px 0 10px; font-size: 1.5em; font-family: Quattrocento; line-height: 1.25;">Ajouter un monstre</div> | ||
+ | |content= | ||
+ | {{Loading|id=loading-animation-monster|class=loading-animation flex|style=align-items: center; justify-content: center; height: 100%;}} | ||
+ | {{Iframe|id=monster-iframe|class=flex tabber-noactive|style=width: 100%; height: 100%; border: none;}} | ||
+ | }} | ||
+ | {{Modal | ||
+ | |addEvent=True | ||
+ | |width=1100px | ||
+ | |height=100% | ||
+ | |name=stone | ||
+ | |title=<div style="margin: 20px 10px 0 10px; font-size: 1.5em; font-family: Quattrocento; line-height: 1.25;">Ajouter une pierre</div> | ||
+ | |content= | ||
+ | {{Loading|id=loading-animation-stone|class=loading-animation flex|style=align-items: center; justify-content: center; height: 100%;}} | ||
+ | {{Iframe|id=stone-iframe|class=flex tabber-noactive|style=width: 100%; height: 100%; border: none;}} | ||
}} | }} | ||
</div> | </div> | ||
Ligne 53 : | Ligne 105 : | ||
{{Form|id=character-creation|class=tabber-noactive|content= | {{Form|id=character-creation|class=tabber-noactive|content= | ||
<div style="display: flex; flex-direction: column; gap: 10px; margin-bottom: 10px;"> | <div style="display: flex; flex-direction: column; gap: 10px; margin-bottom: 10px;"> | ||
− | {{Button|id=save-character|type=submit|style=display: flex; align-items: center; width: 100%; padding: 0; border: none; outline: none; border-radius: 5px; overflow: hidden; font-family: 'Quicksand', sans-serif; font-size: 16px; font-weight: 500; cursor: pointer;|text=<span style="padding: 10px 20px; margin: 0 auto; color: #fff; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden;">Sauvegarder les modifications</span><span style="display: flex; padding: 10px 24px | + | {{Button|id=save-character|type=submit|style=display: flex; align-items: center; width: 100%; padding: 0; border: none; outline: none; border-radius: 5px; overflow: hidden; font-family: 'Quicksand', sans-serif; font-size: 16px; font-weight: 500; cursor: pointer;|text=<span style="padding: 10px 20px; margin: 0 auto; color: #fff; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden;">Sauvegarder les modifications</span><span style="display: flex; padding: 10px 24px; background: rgba(0, 0, 0, 0.08);">{{Svg|style=fill: white;|height=24|viewBox=0 -960 960 960|width=24|data=save}}</span>}} |
{{Input|id=name|class=notranslate|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3); margin: 0 10px 0 0; text-overflow: ellipsis;|labelStyle=display: block; padding-left: 0; pointer-events: none; margin: 0;|textAfter=Pseudo}} | {{Input|id=name|class=notranslate|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3); margin: 0 10px 0 0; text-overflow: ellipsis;|labelStyle=display: block; padding-left: 0; pointer-events: none; margin: 0;|textAfter=Pseudo}} | ||
</div> | </div> | ||
Ligne 62 : | Ligne 114 : | ||
|Bo1=Général | |Bo1=Général | ||
|Co1= | |Co1= | ||
+ | |||
<div style="display: flex; flex-direction: column; gap: 5px 0; margin: 0 5px;"> | <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;"> | <div style="display: flex; gap: 5px; overflow-x: auto; padding-bottom: 5px;"> | ||
Ligne 70 : | Ligne 123 : | ||
{{Input|type=radio|name=race|id=lycan|value=lycan|text=Lycan|textAfter=[[Image:Protectionfrontalerouge.png|70px|link=]]}} | {{Input|type=radio|name=race|id=lycan|value=lycan|text=Lycan|textAfter=[[Image:Protectionfrontalerouge.png|70px|link=]]}} | ||
</div> | </div> | ||
− | {{Input|id=level|type=number|min=1|max=120|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Niveau}} | + | {{Input|id=level|type=number|min=1|max=120|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=<span class="notranslate" style="color: #98ff33; text-shadow: black 1px 0px 0px, black 0.540302px 0.841471px 0px, black -0.416147px 0.909297px 0px, black -0.989992px 0.14112px 0px, black -0.653644px -0.756802px 0px, black 0.283662px -0.958924px 0px, black 0.96017px -0.279415px 0px">'''Lv'''</span> <span>Niveau</span>}} |
{{Select|id=class-choice|name=class|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 10px;|textAfter=Classe|content= | {{Select|id=class-choice|name=class|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 10px;|textAfter=Classe|content= | ||
{{Option|text=Corps-à-corps|value=body|data=race+warrior}} | {{Option|text=Corps-à-corps|value=body|data=race+warrior}} | ||
Ligne 82 : | Ligne 135 : | ||
{{Option|text=Lycan|value=lycan|data=race+lycan|class=tabber-noactive}} | {{Option|text=Lycan|value=lycan|data=race+lycan|class=tabber-noactive}} | ||
}} | }} | ||
− | + | </div> | |
− | + | <div style="display: flex; flex-direction: column; gap: 5px 0; margin-top: 10px; padding-top: 10px; border-top: 1px black dashed;"> | |
− | {{ | + | {{Input|id=is-riding|name=isRiding|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Sanglierpugnace.png|25px|link=]] <span>Êtes-vous sur une monture ?</span>}} |
− | {{ | + | {{Input|id=is-polymorph|name=isPolymorph|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Orbedepolymorphie.png|25px|link=]] <span>Êtes-vous en polymorphie ?</span>}} |
− | |||
− | |||
− | |||
− | | | ||
− | }} | ||
{{Select|id=polymorph-monster|name=polymorphMonster|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 10px;|textAfter=Orbe de Polymorphie|content= | {{Select|id=polymorph-monster|name=polymorphMonster|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 10px;|textAfter=Orbe de Polymorphie|content= | ||
{{Option|text=Chien errant|value=101|selected=true}} | {{Option|text=Chien errant|value=101|selected=true}} | ||
Ligne 101 : | Ligne 149 : | ||
|Bo2=Statistiques | |Bo2=Statistiques | ||
|Co2= | |Co2= | ||
− | + | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 126 : | Ligne 174 : | ||
|title=[[Dextérité]] | |title=[[Dextérité]] | ||
}} | }} | ||
− | + | ||
− | |||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 144 : | Ligne 191 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |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 | + | {{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;|textAfter=[[Image:Vitesseattaque.png|link=]] <span>Vitesse d'attaque</span>}} |
|title=[[Vitesse d'attaque]] | |title=[[Vitesse d'attaque]] | ||
|p1=Ce bonus n'est pas encore implémenté. | |p1=Ce bonus n'est pas encore implémenté. | ||
}} | }} | ||
</div> | </div> | ||
− | + | ||
{{Collapsible | {{Collapsible | ||
|Custom=True | |Custom=True | ||
|Title=Yohara (nouveau continent) | |Title=Yohara (nouveau continent) | ||
|Content= | |Content= | ||
− | + | {{Input|id=on-yohara|name=onYohara|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px; flex-shrink: 0;|labelStyle=flex-direction: row; padding-left: 0; margin-top: 10px;|textAfter=Êtes-vous dans une zone de Yohara (nouveau continent) ?}} | |
+ | <div id="yohara-creation" class="flex tabber-noactive" style="flex-direction: column; gap: 3px 0; margin: 8px 5px;"> | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 160 : | Ligne 208 : | ||
|title=[[Volonté de SungMa (STR)]] | |title=[[Volonté de SungMa (STR)]] | ||
}} | }} | ||
− | |||
− | |||
− | |||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 169 : | Ligne 214 : | ||
|p1=Il s'agit de la volonté de Sung Mahi associée à la STR de la zone dans laquelle vous vous trouvez. Par exemple, si vous vous trouvez au [[Niveau Dongan]], vous devez entrer la valeur 15. | |p1=Il s'agit de la volonté de Sung Mahi associée à la STR de la zone dans laquelle vous vous trouvez. Par exemple, si vous vous trouvez au [[Niveau Dongan]], vous devez entrer la valeur 15. | ||
}} | }} | ||
− | |||
</div> | </div> | ||
}} | }} | ||
Ligne 178 : | Ligne 222 : | ||
Les bonus de votre arme et de votre étole sont demandés dans la section bonus. | Les bonus de votre arme et de votre étole sont demandés dans la section bonus. | ||
}} | }} | ||
− | <div style=" | + | <div style="margin: 15px 20px 10px 0; font-size: 1.35em; font-family: Quattrocento; line-height: 1.25;">Arme sélectionnée</div> |
− | + | <div style="display: flex; flex-direction: column; gap: 10px 0; margin: 10px 5px;"> | |
− | <div | + | <div id="weapon-display">[[Image:Poings.png|link=]]<span> Poings</span>{{Select|id=weapon-upgrade|name=weaponUpgrade|labelClass=tabber-noactive|labelStyle=padding-left: 0;|inline=True|textAfter=<span style="visibility: hidden; position: absolute;">Amélioration de l'arme</span>}}</div> |
− | <div id="random-attack-value" class="flex tabber-noactive" style=" | + | <div style="display: flex; flex-direction: column; gap: 3px 0;"> |
− | {{Input|id= | + | <div id="random-attack-value" class="flex tabber-noactive" style="align-items: center;"> |
− | {{Input|id=max-attack-value-random|name= | + | {{Input|id=min-attack-value|name=minAttackValueRandom|type=number|min=0|max=2000|value=0|required=True|style=margin-right: 0; width: 55px; |labelStyle=display: block; padding-left: 0;}} |
+ | <div style="font-family: system-ui; padding: 0 10px;">—</div> | ||
+ | {{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;}} | ||
+ | <div>Valeur d'attaque</div> | ||
+ | </div> | ||
+ | <div id="random-magic-attack-value" class="flex tabber-noactive" style="align-items: center;"> | ||
+ | {{Input|id=min-magic-attack-value-random|name=minMagicAttackValueRandom|type=number|min=0|max=2000|value=0|required=True|style=margin-right: 0; width: 55px; |labelStyle=display: block; padding-left: 0;}} | ||
+ | <div style="font-family: system-ui; padding: 0 10px;">—</div> | ||
+ | {{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;}} | ||
+ | <div>Valeur d'attaque magique</div> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | <div class="button styled-button modal-trigger" style="margin-left: 5px;" data-modal="weapon-selection">Modifier</div> | ||
{{Modal | {{Modal | ||
− | | | + | |autoClose=True |
− | | | + | |width=800px |
− | | | + | |name=weapon-selection |
− | + | |title=<div style="margin: 20px 10px 10px 20px; font-size: 1.5em; font-family: Quattrocento; line-height: 1.25;">Sélectionner votre arme</div> | |
− | | | + | |content= |
− | <div style="margin: 20px; font-size: 1.5em; font-family: Quattrocento; line-height: 1.25;">Sélectionner votre arme</div> | + | <div id="weapon-category" style="overflow-x: hidden;"> |
− | <div id="weapon-category" style=" | ||
<div> | <div> | ||
<div style="margin: 15px 20px; font-size: 1.35em; font-family: Quattrocento; line-height: 1.25;">Épées</div> | <div style="margin: 15px 20px; font-size: 1.35em; font-family: Quattrocento; line-height: 1.25;">Épées</div> | ||
Ligne 223 : | Ligne 274 : | ||
{{Input|type=radio|name=weapon|id=w-310|value=310|labelClass=popInfo|textAfter=[[Image:Lameduzodiaque.png|link=]]{{IconeHelp|Version=3|Épée du zodiaque}}}} | {{Input|type=radio|name=weapon|id=w-310|value=310|labelClass=popInfo|textAfter=[[Image:Lameduzodiaque.png|link=]]{{IconeHelp|Version=3|Épée du zodiaque}}}} | ||
{{Input|type=radio|name=weapon|id=w-360|value=360|labelClass=popInfo|textAfter=[[Image:Epeeserpent.png|link=]]{{IconeHelp|Version=3|Épée serpent}}}} | {{Input|type=radio|name=weapon|id=w-360|value=360|labelClass=popInfo|textAfter=[[Image:Epeeserpent.png|link=]]{{IconeHelp|Version=3|Épée serpent}}}} | ||
− | {{Input|type=radio|name=weapon|id=w-21900|value=21900|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Justicier de Durandal | + | {{Input|type=radio|name=weapon|id=w-21900|value=21900|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Justicier de Durandal}}}} |
− | {{Input|type=radio|name=weapon|id=w-21910|value=21910|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Fureur ardente | + | {{Input|type=radio|name=weapon|id=w-21910|value=21910|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Fureur ardente}}}} |
− | {{Input|type=radio|name=weapon|id=w-21920|value=21920|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Lame du destin | + | {{Input|type=radio|name=weapon|id=w-21920|value=21920|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Lame du destin}}}} |
− | {{Input|type=radio|name=weapon|id=w-21930|value=21930|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Voleur d'âmes | + | {{Input|type=radio|name=weapon|id=w-21930|value=21930|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Voleur d'âmes}}}} |
− | {{Input|type=radio|name=weapon|id=w-21940|value=21940|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Bruit de l'acier | + | {{Input|type=radio|name=weapon|id=w-21940|value=21940|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Bruit de l'acier}}}} |
− | {{Input|type=radio|name=weapon|id=w-21950|value=21950|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Héritage de Balmung | + | {{Input|type=radio|name=weapon|id=w-21950|value=21950|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Héritage de Balmung}}}} |
− | {{Input|type=radio|name=weapon|id=w-21960|value=21960|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Askalahel | + | {{Input|type=radio|name=weapon|id=w-21960|value=21960|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Askalahel}}}} |
− | {{Input|type=radio|name=weapon|id=w-21970|value=21970|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Requiem | + | {{Input|type=radio|name=weapon|id=w-21970|value=21970|labelClass=popInfo|textAfter=[[Image:Justicierdedurandal.png|link=]]{{IconeHelp|Version=3|Requiem}}}} |
</div> | </div> | ||
</div> | </div> | ||
Ligne 248 : | Ligne 299 : | ||
{{Input|type=radio|name=weapon|id=w-1060|value=1060|labelClass=popInfo|textAfter=[[Image:Daguedupoingdiab.png|link=]]{{IconeHelp|Version=3|Dague du poing diab.}}}} | {{Input|type=radio|name=weapon|id=w-1060|value=1060|labelClass=popInfo|textAfter=[[Image:Daguedupoingdiab.png|link=]]{{IconeHelp|Version=3|Dague du poing diab.}}}} | ||
{{Input|type=radio|name=weapon|id=w-1070|value=1070|labelClass=popInfo|textAfter=[[Image:Daguesanglante.png|link=]]{{IconeHelp|Version=3|Dague sanglante}}}} | {{Input|type=radio|name=weapon|id=w-1070|value=1070|labelClass=popInfo|textAfter=[[Image:Daguesanglante.png|link=]]{{IconeHelp|Version=3|Dague sanglante}}}} | ||
− | {{Input|type=radio|name=weapon|id=w-1080|value=1080|labelClass=popInfo|textAfter=[[Image:Couteaudenervure.png|link=]]{{IconeHelp|Version=3|Couteau de | + | {{Input|type=radio|name=weapon|id=w-1080|value=1080|labelClass=popInfo|textAfter=[[Image:Couteaudenervure.png|link=]]{{IconeHelp|Version=3|Couteau de Nervure}}}} |
{{Input|type=radio|name=weapon|id=w-1090|value=1090|labelClass=popInfo|textAfter=[[Image:Chakram.png|link=]]{{IconeHelp|Version=3|Chakram}}}} | {{Input|type=radio|name=weapon|id=w-1090|value=1090|labelClass=popInfo|textAfter=[[Image:Chakram.png|link=]]{{IconeHelp|Version=3|Chakram}}}} | ||
{{Input|type=radio|name=weapon|id=w-1100|value=1100|labelClass=popInfo|textAfter=[[Image:Couteaududragon.png|link=]]{{IconeHelp|Version=3|Couteau du dragon}}}} | {{Input|type=radio|name=weapon|id=w-1100|value=1100|labelClass=popInfo|textAfter=[[Image:Couteaududragon.png|link=]]{{IconeHelp|Version=3|Couteau du dragon}}}} | ||
Ligne 260 : | Ligne 311 : | ||
{{Input|type=radio|name=weapon|id=w-1500|value=1500|labelClass=popInfo|textAfter=[[Image:Daguedekyanite.png|link=]]{{IconeHelp|Version=3|Dague de kyanite}}}} | {{Input|type=radio|name=weapon|id=w-1500|value=1500|labelClass=popInfo|textAfter=[[Image:Daguedekyanite.png|link=]]{{IconeHelp|Version=3|Dague de kyanite}}}} | ||
{{Input|type=radio|name=weapon|id=w-1210|value=1210|labelClass=popInfo|textAfter=[[Image:Dagueserpent.png|link=]]{{IconeHelp|Version=3|Dague serpent}}}} | {{Input|type=radio|name=weapon|id=w-1210|value=1210|labelClass=popInfo|textAfter=[[Image:Dagueserpent.png|link=]]{{IconeHelp|Version=3|Dague serpent}}}} | ||
− | {{Input|type=radio|name=weapon|id=w-21901|value=21901|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Cure-dent assassin | + | {{Input|type=radio|name=weapon|id=w-21901|value=21901|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Cure-dent assassin}}}} |
− | {{Input|type=radio|name=weapon|id=w-21911|value=21911|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Capture d'elfe | + | {{Input|type=radio|name=weapon|id=w-21911|value=21911|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Capture d'elfe}}}} |
− | {{Input|type=radio|name=weapon|id=w-21921|value=21921|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Pique du vent | + | {{Input|type=radio|name=weapon|id=w-21921|value=21921|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Pique du vent}}}} |
− | {{Input|type=radio|name=weapon|id=w-21931|value=21931|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Trancheur psychique | + | {{Input|type=radio|name=weapon|id=w-21931|value=21931|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Trancheur psychique}}}} |
− | {{Input|type=radio|name=weapon|id=w-21941|value=21941|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Scalpel du clair de lune | + | {{Input|type=radio|name=weapon|id=w-21941|value=21941|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Scalpel du clair de lune}}}} |
− | {{Input|type=radio|name=weapon|id=w-21951|value=21951|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Fée de la mort | + | {{Input|type=radio|name=weapon|id=w-21951|value=21951|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Fée de la mort}}}} |
− | {{Input|type=radio|name=weapon|id=w-21961|value=21961|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Épine furieuse | + | {{Input|type=radio|name=weapon|id=w-21961|value=21961|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Épine furieuse}}}} |
− | {{Input|type=radio|name=weapon|id=w-21971|value=21971|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Assassin de roi | + | {{Input|type=radio|name=weapon|id=w-21971|value=21971|labelClass=popInfo|textAfter=[[Image:Daguedefeuillenoire.png|link=]]{{IconeHelp|Version=3|Assassin de roi}}}} |
</div> | </div> | ||
</div> | </div> | ||
Ligne 302 : | Ligne 353 : | ||
{{Input|type=radio|name=weapon|id=w-21932|value=21932|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Messager de la tempête}}}} | {{Input|type=radio|name=weapon|id=w-21932|value=21932|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Messager de la tempête}}}} | ||
{{Input|type=radio|name=weapon|id=w-21942|value=21942|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Feuille de l'ombre}}}} | {{Input|type=radio|name=weapon|id=w-21942|value=21942|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Feuille de l'ombre}}}} | ||
− | {{Input|type=radio|name=weapon|id=w-21952|value=21952|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Voix des | + | {{Input|type=radio|name=weapon|id=w-21952|value=21952|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Voix des titans}}}} |
{{Input|type=radio|name=weapon|id=w-21962|value=21962|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Tendon des dieux}}}} | {{Input|type=radio|name=weapon|id=w-21962|value=21962|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Tendon des dieux}}}} | ||
{{Input|type=radio|name=weapon|id=w-21972|value=21972|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Épendrion}}}} | {{Input|type=radio|name=weapon|id=w-21972|value=21972|labelClass=popInfo|textAfter=[[Image:Capteurdereves.png|link=]]{{IconeHelp|Version=3|Épendrion}}}} | ||
Ligne 311 : | Ligne 362 : | ||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(32px, 1fr)); grid-gap: 10px; text-align: center; margin: 20px;"> | <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(32px, 1fr)); grid-gap: 10px; text-align: center; margin: 20px;"> | ||
{{Input|type=radio|name=weapon|id=w-3000|value=3000|labelClass=popInfo|textAfter=[[Image:Glaive.png|link=]]{{IconeHelp|Version=3|Glaive}}}} | {{Input|type=radio|name=weapon|id=w-3000|value=3000|labelClass=popInfo|textAfter=[[Image:Glaive.png|link=]]{{IconeHelp|Version=3|Glaive}}}} | ||
− | {{Input|type=radio|name=weapon|id=w-3010|value= | + | {{Input|type=radio|name=weapon|id=w-3010|value=3010|labelClass=popInfo|textAfter=[[Image:Lance.png|link=]]{{IconeHelp|Version=3|Lance}}}} |
{{Input|type=radio|name=weapon|id=w-3020|value=3020|labelClass=popInfo|textAfter=[[Image:Lameguillotine.png|link=]]{{IconeHelp|Version=3|Lame guillotine}}}} | {{Input|type=radio|name=weapon|id=w-3020|value=3020|labelClass=popInfo|textAfter=[[Image:Lameguillotine.png|link=]]{{IconeHelp|Version=3|Lame guillotine}}}} | ||
{{Input|type=radio|name=weapon|id=w-3030|value=3030|labelClass=popInfo|textAfter=[[Image:Lancearaignee.png|link=]]{{IconeHelp|Version=3|Lance araignée}}}} | {{Input|type=radio|name=weapon|id=w-3030|value=3030|labelClass=popInfo|textAfter=[[Image:Lancearaignee.png|link=]]{{IconeHelp|Version=3|Lance araignée}}}} | ||
Ligne 333 : | Ligne 384 : | ||
{{Input|type=radio|name=weapon|id=w-3500|value=3500|labelClass=popInfo|textAfter=[[Image:Lamedekyanite.png|link=]]{{IconeHelp|Version=3|Lame de kyanite}}}} | {{Input|type=radio|name=weapon|id=w-3500|value=3500|labelClass=popInfo|textAfter=[[Image:Lamedekyanite.png|link=]]{{IconeHelp|Version=3|Lame de kyanite}}}} | ||
{{Input|type=radio|name=weapon|id=w-3250|value=3250|labelClass=popInfo|textAfter=[[Image:Grandeepeeserpent.png|link=]]{{IconeHelp|Version=3|Grande épée serpent}}}} | {{Input|type=radio|name=weapon|id=w-3250|value=3250|labelClass=popInfo|textAfter=[[Image:Grandeepeeserpent.png|link=]]{{IconeHelp|Version=3|Grande épée serpent}}}} | ||
− | {{Input|type=radio|name=weapon|id=w-21903|value=21903|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Boucher d'orcs | + | {{Input|type=radio|name=weapon|id=w-21903|value=21903|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Boucher d'orcs}}}} |
− | {{Input|type=radio|name=weapon|id=w-21913|value=21913|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Marteau d'obsidienne | + | {{Input|type=radio|name=weapon|id=w-21913|value=21913|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Marteau d'obsidienne}}}} |
− | {{Input|type=radio|name=weapon|id=w-21923|value=21923|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Pacte de sang | + | {{Input|type=radio|name=weapon|id=w-21923|value=21923|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Pacte de sang}}}} |
− | {{Input|type=radio|name=weapon|id=w-21933|value=21933|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Le jugement | + | {{Input|type=radio|name=weapon|id=w-21933|value=21933|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Le jugement}}}} |
− | {{Input|type=radio|name=weapon|id=w-21943|value=21943|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Armageddon | + | {{Input|type=radio|name=weapon|id=w-21943|value=21943|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Armageddon}}}} |
− | {{Input|type=radio|name=weapon|id=w-21953|value=21953|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Grondement de tonnerre | + | {{Input|type=radio|name=weapon|id=w-21953|value=21953|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Grondement de tonnerre}}}} |
− | {{Input|type=radio|name=weapon|id=w-21963|value=21963|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Crépuscule des dieux | + | {{Input|type=radio|name=weapon|id=w-21963|value=21963|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Crépuscule des dieux}}}} |
− | {{Input|type=radio|name=weapon|id=w-21973|value=21973|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Brachindul | + | {{Input|type=radio|name=weapon|id=w-21973|value=21973|labelClass=popInfo|textAfter=[[Image:Boucherdorcs.png|link=]]{{IconeHelp|Version=3|Brachindul}}}} |
</div> | </div> | ||
</div> | </div> | ||
Ligne 365 : | Ligne 416 : | ||
{{Input|type=radio|name=weapon|id=w-5500|value=5500|labelClass=popInfo|textAfter=[[Image:Gongdekyanite.png|link=]]{{IconeHelp|Version=3|Gong de kyanite}}}} | {{Input|type=radio|name=weapon|id=w-5500|value=5500|labelClass=popInfo|textAfter=[[Image:Gongdekyanite.png|link=]]{{IconeHelp|Version=3|Gong de kyanite}}}} | ||
{{Input|type=radio|name=weapon|id=w-5200|value=5200|labelClass=popInfo|textAfter=[[Image:Clocheserpent.png|link=]]{{IconeHelp|Version=3|Cloche serpent}}}} | {{Input|type=radio|name=weapon|id=w-5200|value=5200|labelClass=popInfo|textAfter=[[Image:Clocheserpent.png|link=]]{{IconeHelp|Version=3|Cloche serpent}}}} | ||
− | {{Input|type=radio|name=weapon|id=w-21904|value=21904|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Baiser d'elfe | + | {{Input|type=radio|name=weapon|id=w-21904|value=21904|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Baiser d'elfe}}}} |
− | {{Input|type=radio|name=weapon|id=w-21914|value=21914|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Appel des Valkyries | + | {{Input|type=radio|name=weapon|id=w-21914|value=21914|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Appel des Valkyries}}}} |
− | {{Input|type=radio|name=weapon|id=w-21924|value=21924|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Appel de la tempête | + | {{Input|type=radio|name=weapon|id=w-21924|value=21924|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Appel de la tempête}}}} |
− | {{Input|type=radio|name=weapon|id=w-21934|value=21934|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Hall du tonnerre | + | {{Input|type=radio|name=weapon|id=w-21934|value=21934|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Hall du tonnerre}}}} |
− | {{Input|type=radio|name=weapon|id=w-21944|value=21944|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Son glorieux | + | {{Input|type=radio|name=weapon|id=w-21944|value=21944|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Son glorieux}}}} |
− | {{Input|type=radio|name=weapon|id=w-21954|value=21954|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Furie chantante | + | {{Input|type=radio|name=weapon|id=w-21954|value=21954|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Furie chantante}}}} |
− | {{Input|type=radio|name=weapon|id=w-21964|value=21964|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Coup final | + | {{Input|type=radio|name=weapon|id=w-21964|value=21964|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Coup final}}}} |
− | {{Input|type=radio|name=weapon|id=w-21974|value=21974|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Baiser de la mort | + | {{Input|type=radio|name=weapon|id=w-21974|value=21974|labelClass=popInfo|textAfter=[[Image:Baiserdelfe.png|link=]]{{IconeHelp|Version=3|Baiser de la mort}}}} |
</div> | </div> | ||
</div> | </div> | ||
Ligne 392 : | Ligne 443 : | ||
{{Input|type=radio|name=weapon|id=w-6500|value=6500|labelClass=popInfo|textAfter=[[Image:Griffedekyanite.png|link=]]{{IconeHelp|Version=3|Griffe de kyanite}}}} | {{Input|type=radio|name=weapon|id=w-6500|value=6500|labelClass=popInfo|textAfter=[[Image:Griffedekyanite.png|link=]]{{IconeHelp|Version=3|Griffe de kyanite}}}} | ||
{{Input|type=radio|name=weapon|id=w-6150|value=6150|labelClass=popInfo|textAfter=[[Image:Griffedeserpent.png|link=]]{{IconeHelp|Version=3|Griffe de serpent}}}} | {{Input|type=radio|name=weapon|id=w-6150|value=6150|labelClass=popInfo|textAfter=[[Image:Griffedeserpent.png|link=]]{{IconeHelp|Version=3|Griffe de serpent}}}} | ||
− | {{Input|type=radio|name=weapon|id=w-21906|value=21906|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Foudre et tonnerre | + | {{Input|type=radio|name=weapon|id=w-21906|value=21906|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Foudre et tonnerre}}}} |
− | {{Input|type=radio|name=weapon|id=w-21916|value=21916|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Rapaces | + | {{Input|type=radio|name=weapon|id=w-21916|value=21916|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Rapaces}}}} |
− | {{Input|type=radio|name=weapon|id=w-21926|value=21926|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Disséqueur | + | {{Input|type=radio|name=weapon|id=w-21926|value=21926|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Disséqueur}}}} |
− | {{Input|type=radio|name=weapon|id=w-21936|value=21936|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Éventreur psychique | + | {{Input|type=radio|name=weapon|id=w-21936|value=21936|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Éventreur psychique}}}} |
− | {{Input|type=radio|name=weapon|id=w-21946|value=21946|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Griffes du destin | + | {{Input|type=radio|name=weapon|id=w-21946|value=21946|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Griffes du destin}}}} |
− | {{Input|type=radio|name=weapon|id=w-21956|value=21956|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Griffes du tourment | + | {{Input|type=radio|name=weapon|id=w-21956|value=21956|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Griffes du tourment}}}} |
− | {{Input|type=radio|name=weapon|id=w-21966|value=21966|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Pattes de velours | + | {{Input|type=radio|name=weapon|id=w-21966|value=21966|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Pattes de velours}}}} |
− | {{Input|type=radio|name=weapon|id=w-21976|value=21976|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Fureur aveugle | + | {{Input|type=radio|name=weapon|id=w-21976|value=21976|labelClass=popInfo|textAfter=[[Image:Foudreettonnerre.png|link=]]{{IconeHelp|Version=3|Fureur aveugle}}}} |
</div> | </div> | ||
</div> | </div> | ||
Ligne 428 : | Ligne 479 : | ||
{{Input|type=radio|name=weapon|id=w-7500|value=7500|labelClass=popInfo|textAfter=[[Image:Eventaildekyanite.png|link=]]{{IconeHelp|Version=3|Éventail de kyanite}}}} | {{Input|type=radio|name=weapon|id=w-7500|value=7500|labelClass=popInfo|textAfter=[[Image:Eventaildekyanite.png|link=]]{{IconeHelp|Version=3|Éventail de kyanite}}}} | ||
{{Input|type=radio|name=weapon|id=w-7330|value=7330|labelClass=popInfo|textAfter=[[Image:Eventailserpent.png|link=]]{{IconeHelp|Version=3|Éventail serpent}}}} | {{Input|type=radio|name=weapon|id=w-7330|value=7330|labelClass=popInfo|textAfter=[[Image:Eventailserpent.png|link=]]{{IconeHelp|Version=3|Éventail serpent}}}} | ||
− | {{Input|type=radio|name=weapon|id=w-21905|value=21905|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Justicier des veuves | + | {{Input|type=radio|name=weapon|id=w-21905|value=21905|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Justicier des veuves}}}} |
− | {{Input|type=radio|name=weapon|id=w-21915|value=21915|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Malédiction silencieuse | + | {{Input|type=radio|name=weapon|id=w-21915|value=21915|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Malédiction silencieuse}}}} |
− | {{Input|type=radio|name=weapon|id=w-21925|value=21925|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Danseur de l'ombre | + | {{Input|type=radio|name=weapon|id=w-21925|value=21925|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Danseur de l'ombre}}}} |
− | {{Input|type=radio|name=weapon|id=w-21935|value=21935|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Bruit du vent | + | {{Input|type=radio|name=weapon|id=w-21935|value=21935|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Bruit du vent}}}} |
− | {{Input|type=radio|name=weapon|id=w-21945|value=21945|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Griffe de corbeau | + | {{Input|type=radio|name=weapon|id=w-21945|value=21945|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Griffe de corbeau}}}} |
− | {{Input|type=radio|name=weapon|id=w-21955|value=21955|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Tessen de Bélial | + | {{Input|type=radio|name=weapon|id=w-21955|value=21955|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Tessen de Bélial}}}} |
− | {{Input|type=radio|name=weapon|id=w-21965|value=21965|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Nexus | + | {{Input|type=radio|name=weapon|id=w-21965|value=21965|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Nexus}}}} |
− | {{Input|type=radio|name=weapon|id=w-21975|value=21975|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Kor Glâsh | + | {{Input|type=radio|name=weapon|id=w-21975|value=21975|labelClass=popInfo|textAfter=[[Image:Justicierdesveuves.png|link=]]{{IconeHelp|Version=3|Kor Glâsh}}}} |
</div> | </div> | ||
</div> | </div> | ||
Ligne 457 : | Ligne 508 : | ||
<div style="margin: 15px 20px; font-size: 1.35em; font-family: Quattrocento; line-height: 1.25;">Poings (sans arme)</div> | <div style="margin: 15px 20px; font-size: 1.35em; font-family: Quattrocento; line-height: 1.25;">Poings (sans arme)</div> | ||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(32px, 1fr)); grid-gap: 10px; text-align: center; margin: 20px;"> | <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(32px, 1fr)); grid-gap: 10px; text-align: center; margin: 20px;"> | ||
− | {{Input|type=radio|name=weapon|id=w-0|value=0|checked=True|textAfter=[[Image:Poings.png|link=]]}} | + | {{Input|type=radio|name=weapon|id=w-0|value=0|checked=True|textAfter=[[Image:Poings.png|link=]]{{IconeHelp|Version=3|Poings}}}} |
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
}} | }} | ||
− | <div style="margin-top: 15px;"> | + | <div style="border-top: 1px black dashed; margin-top: 15px;"></div> |
+ | <div style="margin: 15px 20px 10px 0; font-size: 1.35em; font-family: Quattrocento; line-height: 1.25;">Étole [[Image:Etoledexpertrare.png|link=Système d'étole]] [[Image:Etoledemaitrerare.png|link=Système d'étole]]</div> | ||
Entrer les valeurs d'attaques qui sont affichées sur votre [[Système d'étole|étole]]. | Entrer les valeurs d'attaques qui sont affichées sur votre [[Système d'étole|étole]]. | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 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; | + | <div style="display: flex; align-items: center; gap: 3px 0;"> |
− | {{Input|id=max-attack-value-slash|name=maxAttackValueSlash|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0; | + | {{Input|id=min-attack-value-slash|name=minAttackValueSlash|type=number|min=0|max=500|value=0|required=True|style=margin-right: 0;|labelStyle=display: block; padding-left: 0;}} |
+ | <div style="font-family: system-ui; padding: 0 10px;">—</div> | ||
+ | {{Input|id=max-attack-value-slash|name=maxAttackValueSlash|type=number|min=0|max=500|value=0|required=True|labelStyle=display: block; padding-left: 0;}} | ||
+ | <div>Valeur d'attaque</div> | ||
</div> | </div> | ||
− | <div style="display: flex; | + | <div style="display: flex; align-items: center; gap: 3px 0;"> |
− | {{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; | + | {{Input|id=min-magic-attack-value-slash|name=minMagicAttackValueSlash|type=number|min=0|max=200|value=0|required=True|style=margin-right: 0;|labelStyle=display: block; padding-left: 0;}} |
− | {{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; | + | <div style="font-family: system-ui; padding: 0 10px;">—</div> |
+ | {{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;}} | ||
+ | <div>Valeur d'attaque magique</div> | ||
</div> | </div> | ||
</div> | </div> | ||
Ligne 482 : | Ligne 539 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 521 : | Ligne 578 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |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 | + | {{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;|textAfter=Force c. m. zodiaque}} |
|title=[[Force contre les monstres du Zodiaque]] | |title=[[Force contre les monstres du Zodiaque]] | ||
|p1=Ce bonus n'est pas encore implémenté. | |p1=Ce bonus n'est pas encore implémenté. | ||
Ligne 596 : | Ligne 653 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=defense-useless|name=defenseUseless|type=number | + | {{Input|id=defense-useless|name=defenseUseless|type=number|style=color: transparent;|labelStyle=display: block; padding-left: 0;|disabled=true|textAfter=Valeur de défense}} |
|title=Il n'y a pas encore de page décrivant ce bonus | |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. | |p1=Nous n'avons pas besoin de ce bonus pour calculer les dégâts. | ||
Ligne 645 : | Ligne 702 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=magic-attack-value|name=magicAttackValue|type=number|min=0|max= | + | {{Input|id=magic-attack-value|name=magicAttackValue|type=number|min=0|max=500|value=0|labelStyle=display: block; padding-left: 0;|textAfter=Bonus d'attaque mag}} |
− | |title= | + | |title=[[Valeur d'attaque magique (bonus)]] |
− | |p1= | + | |p1=La formule utilisée n'est pas tout à fait exacte, ce qui peut entraîner d'infimes différences entre les résultats de la simulation et ceux observés en jeu. Cependant, cette formule reste extrêmement proche de la réalité. |
}} | }} | ||
Ligne 682 : | Ligne 739 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |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}} | {{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]] | |title=[[Résistance à la Magie]] | ||
− | |p1= | + | |p1=La formule utilisée n'est pas tout à fait exacte, ce qui peut entraîner d'infimes différences entre les résultats de la simulation et ceux observés en jeu. Cependant, cette formule reste extrêmement proche de la réalité. |
}} | }} | ||
{{Tooltip | {{Tooltip | ||
|1= | |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 | + | {{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;|textAfter=Anti-magie}} |
|title=Il n'y a pas encore de page décrivant ce bonus | |title=Il n'y a pas encore de page décrivant ce bonus | ||
|p1=Ce bonus n'est pas encore implémenté. | |p1=Ce bonus n'est pas encore implémenté. | ||
Ligne 777 : | Ligne 834 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 846 : | Ligne 903 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 938 : | Ligne 995 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |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}} | {{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]] | |title=[[Chance de bloquer un coup au Corps-à-corps]] | ||
+ | }} | ||
+ | |||
+ | {{Tooltip | ||
+ | |1= | ||
+ | {{Input|id=block-penetration|name=blockPenetration|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=Percée}} | ||
+ | |title=[[Percée]] | ||
+ | |p1=Ce bonus n'est pas encore implémenté. | ||
}} | }} | ||
Ligne 953 : | Ligne 1 017 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |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 | + | {{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;|textAfter=Précision}} |
|title=[[Précision (bonus)|Précision]] | |title=[[Précision (bonus)|Précision]] | ||
|p1=Ce bonus n'est pas encore implémenté. | |p1=Ce bonus n'est pas encore implémenté. | ||
Ligne 965 : | Ligne 1 029 : | ||
|Content= | |Content= | ||
<p style="margin: 10px 0;">Ces bonus n'apparaissent pas dans les [[détails des bonus]].</p> | <p style="margin: 10px 0;">Ces bonus n'apparaissent pas dans les [[détails des bonus]].</p> | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 1 001 : | Ligne 1 065 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=biologist-70|name=biologist70|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=biologist-70|name=biologist70|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=Mission biologique niveau 70}} |
|title=[[Défense (biologiste)]] | |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. | |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. | ||
Ligne 1 008 : | Ligne 1 072 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=empire-malus|name=empireMalus|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=empire-malus|name=empireMalus|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=Malus empire}} |
|title=Il n'y a pas encore de page décrivant ce bonus | |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. | |p1=Cocher cette case si vous vous trouvez dans un empire différent du votre. | ||
Ligne 1 015 : | Ligne 1 079 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=tiger-strength|name=tigerStrength|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=tiger-strength|name=tigerStrength|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Forcedutigre.png|25px|link=]] Force du tigre}} |
|title=Il n'y a pas encore de page décrivant ce bonus | |title=Il n'y a pas encore de page décrivant ce bonus | ||
|p1=Cocher cette case si vous avez consommé {{L|Forcedutigre|Force du tigre}} (+40 % de dégâts contre les monstres). | |p1=Cocher cette case si vous avez consommé {{L|Forcedutigre|Force du tigre}} (+40 % de dégâts contre les monstres). | ||
Ligne 1 022 : | Ligne 1 086 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=white-dragon-elixir|name=whiteDragonElixir|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=white-dragon-elixir|name=whiteDragonElixir|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Elixirblancdragonl.png|25px|link=]] Élixir blanc dragon}} |
|title=Il n'y a pas encore de page décrivant ce bonus | |title=Il n'y a pas encore de page décrivant ce bonus | ||
|p1=Cocher cette case si vous utilisez un {{L|Elixirblancdragonl|Élixir dragon blanc}} (+10 % de dégâts). | |p1=Cocher cette case si vous utilisez un {{L|Elixirblancdragonl|Élixir dragon blanc}} (+10 % de dégâts). | ||
Ligne 1 029 : | Ligne 1 093 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=steel-dragon-elixir|name=steelDragonElixir|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=steel-dragon-elixir|name=steelDragonElixir|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Elixiracierdragonl.png|25px|link=]] Élixir acier dragon}} |
|title=Il n'y a pas encore de page décrivant ce bonus | |title=Il n'y a pas encore de page décrivant ce bonus | ||
|p1=Cocher cette case si vous utilisez un {{L|Elixiracierdragonl|Élixir acier blanc}} (-10 % de dégâts subis). | |p1=Cocher cette case si vous utilisez un {{L|Elixiracierdragonl|Élixir acier blanc}} (-10 % de dégâts subis). | ||
Ligne 1 036 : | Ligne 1 100 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=low-rank|name=lowRank|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=low-rank|name=lowRank|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|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.]] | |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. | |p1=Cocher cette case puis choisissez votre [[grade]] si vous possédez ce bonus. | ||
Ligne 1 060 : | Ligne 1 124 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 1 115 : | Ligne 1 179 : | ||
|Content= | |Content= | ||
− | < | + | <!--{{Input|id=has-fear|name=hasFear|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px; flex-shrink: 0;|labelStyle=flex-direction: row; padding-left: 0; margin: 10px 0;|textAfter=<span>Êtes-vous sous l'effet de la compétence '''Peur''' ?</span>}} |
− | {{Input|id= | + | <div id="fear-creation" class="flex tabber-noactive" style="flex-direction: column; gap: 3px 0; margin: 10px 5px; border-top: 1px black dashed;"> |
− | <div id=" | + | {{Tooltip |
− | < | + | |1= |
− | <div style=" | + | {{SkillSelect|id=skill-fear|name=skillFear|labelStyle=flex-direction: row; align-items: center; margin-top: 10px; padding-left: 0; gap: 0 10px;|textAfter=[[Image:Peurg.png|link=]] <span>Peur</span>}} |
− | <p style="margin: 0; margin- | + | |title=[[Peur]] |
+ | }} | ||
+ | </div> | ||
+ | -->{{Input|id=is-blessed|name=isBlessed|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px; flex-shrink: 0;|labelStyle=flex-direction: row; padding-left: 0; margin: 10px 0;|textAfter=<span>Êtes-vous sous l'effet de la compétence '''Bénédiction''' ?</span>}} | ||
+ | <div id="blessing-creation" class="flex tabber-noactive" style="flex-direction: column; gap: 3px 0; margin: 10px 5px; border-top: 1px black dashed;"> | ||
+ | <p style="margin: 0; margin-top: 8px;">Il faut entrer les valeurs du joueur qui vous a conféré l'effet de la compétence <span class="tabber-noactive" data-class="dragon">(le joueur peut être vous-même) </span>!</p> | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 1 142 : | Ligne 1 211 : | ||
|data=class+dragon | |data=class+dragon | ||
|1= | |1= | ||
− | {{Input|id=blessing-onself|name=blessingOnself|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=blessing-onself|name=blessingOnself|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|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). | |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> | ||
Ligne 1 156 : | Ligne 1 223 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Select|id=skill-ward-choice|name=skillWardChoice|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 10px;|content= | {{Select|id=skill-ward-choice|name=skillWardChoice|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 10px;|content= | ||
{{Option|text=Aucune parade sélectionnée...|value=0|selected=true}} | {{Option|text=Aucune parade sélectionnée...|value=0|selected=true}} | ||
Ligne 1 189 : | Ligne 1 256 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 1 210 : | Ligne 1 277 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 1 244 : | Ligne 1 311 : | ||
|Content= | |Content= | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 1 295 : | Ligne 1 362 : | ||
|Co6= | |Co6= | ||
− | {{Input|id=is-married|name=isMarried|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=is-married|name=isMarried|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px; flex-shrink: 0;|labelStyle=flex-direction: row; padding-left: 0;|textAfter=Êtes-vous marié et votre conjoint est-il connecté dans la même zone que vous ?}} |
<div id="marriage-creation" class="tabber-noactive"> | <div id="marriage-creation" class="tabber-noactive"> | ||
− | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: | + | <div style="display: flex; flex-direction: column; gap: 5px 0; margin: 8px 5px; border-top: 1px black dashed; padding-top: 12px;"> |
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
Ligne 1 306 : | Ligne 1 373 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=harmony-bracelet|name=harmonyBracelet|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=harmony-bracelet|name=harmonyBracelet|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Braceletdharmonie.png|link=|25px]] <span>Bracelet d'Harmonie</span>}} |
|title=[[Bracelet d'Harmonie]] | |title=[[Bracelet d'Harmonie]] | ||
|p1=Réduit les dégâts des monstres. | |p1=Réduit les dégâts des monstres. | ||
Ligne 1 313 : | Ligne 1 380 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=love-necklace|name=loveNecklace|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=love-necklace|name=loveNecklace|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter= [[Image:Collierdelamour.png|link=|25px]] <span>Collier de l'Amour</span>}} |
|title=[[Collier de l'Amour]] | |title=[[Collier de l'Amour]] | ||
|p1=Augmente les dégâts contre les monstres. | |p1=Augmente les dégâts contre les monstres. | ||
Ligne 1 320 : | Ligne 1 387 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=harmony-necklace|name=harmonyNecklace|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=harmony-necklace|name=harmonyNecklace|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Collierdharmonie.png|link=|25px]] <span>Collier d'Harmonie</span>}} |
|title=[[Collier d'Harmonie]] | |title=[[Collier d'Harmonie]] | ||
|p1=Augmente la défense contre les monstres. | |p1=Augmente la défense contre les monstres. | ||
Ligne 1 327 : | Ligne 1 394 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=love-earrings|name=loveEarrings|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=love-earrings|name=loveEarrings|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Bouclesdoreilleamour.png|link=|25px]] <span>Boucles d'oreille amour</span>}} |
|title=[[Boucles d'oreille amour]] | |title=[[Boucles d'oreille amour]] | ||
|p1=Augmente les chances d'effectuer un coup critique contre les monstres. | |p1=Augmente les chances d'effectuer un coup critique contre les monstres. | ||
Ligne 1 334 : | Ligne 1 401 : | ||
{{Tooltip | {{Tooltip | ||
|1= | |1= | ||
− | {{Input|id=harmony-earrings|name=harmonyEarrings|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=harmony-earrings|name=harmonyEarrings|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=[[Image:Anneauxdharmonie.png|link=|25px]] <span>Anneaux d'harmonie</span>}} |
|title=[[Anneaux d'harmonie]] | |title=[[Anneaux d'harmonie]] | ||
|p1=Augmente les chances d'effectuer un coup perçant contre les monstres. | |p1=Augmente les chances d'effectuer un coup perçant contre les monstres. | ||
Ligne 1 351 : | Ligne 1 418 : | ||
Section en travaux. | Section en travaux. | ||
}} | }} | ||
− | <div style="display: flex; flex-direction: column; gap: | + | <div style="display: flex; flex-direction: column; gap: 3px 0; margin: 10px 5px;"> |
{{Input|id=sung-mahi-floor|name=sungMahiFloor|type=number|min=1|max=50|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Étage de la tour}} | {{Input|id=sung-mahi-floor|name=sungMahiFloor|type=number|min=1|max=50|value=1|required=True|labelStyle=display: block; padding-left: 0;|textAfter=Étage de la tour}} | ||
{{Select|id=sung-mahi-step|name=sungMahiStep|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 10px;|textAfter=Étape de l'étage|content= | {{Select|id=sung-mahi-step|name=sungMahiStep|labelStyle=flex-direction: row; align-items: center; padding-left: 0; gap: 0 10px;|textAfter=Étape de l'étage|content= | ||
Ligne 1 372 : | Ligne 1 439 : | ||
Pour choisir un bonus, sélectionnez-le parmi les onglets précédents en cliquant dessus tout en maintenant la touche <kbd>Alt</kbd> ou <kbd>Ctrl</kbd> enfoncée. | Pour choisir un bonus, sélectionnez-le parmi les onglets précédents en cliquant dessus tout en maintenant la touche <kbd>Alt</kbd> ou <kbd>Ctrl</kbd> enfoncée. | ||
---- | ---- | ||
− | {{Input|id=bonus-variation-activation|name=bonusVariationActivation|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | {{Input|id=bonus-variation-activation|name=bonusVariationActivation|type=checkbox|style=display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|textAfter=Activer la variation de bonus}} |
{{Input|id=bonus-variation|name=bonusVariation|labelClass=tabber-noactive|type=text}} | {{Input|id=bonus-variation|name=bonusVariation|labelClass=tabber-noactive|type=text}} | ||
− | {{Input|id=bonus-variation-display|name=bonusVariationDisplay|type=text|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3); margin-right: 10px; min-width: 100px; max-width: 100%;|labelStyle=display: block; padding-left: 0; pointer-events: none | + | {{Input|id=bonus-variation-display|name=bonusVariationDisplay|type=text|style=background-color: rgba(239, 239, 239, 0.3); color: rgb(84, 84, 84); border-color: rgba(118, 118, 118, 0.3); margin-right: 10px; min-width: 100px; max-width: 100%;|labelStyle=display: block; padding-left: 0; pointer-events: none;|textAfter=Bonus sélectionné}} |
<div class="tabber-noactive flex" id="bonus-variation-range" style="flex-direction: column; gap: 5px 0; margin: 0 5px 10px 5px;"> | <div class="tabber-noactive flex" id="bonus-variation-range" style="flex-direction: column; gap: 5px 0; margin: 0 5px 10px 5px;"> | ||
{{Input|id=bonus-variation-min-value|name=bonusVariationMinValue|type=number|value=0|required=True|style=width: 55px;|labelStyle=display: block; padding-left: 0;|textAfter=Valeur minimale}} | {{Input|id=bonus-variation-min-value|name=bonusVariationMinValue|type=number|value=0|required=True|style=width: 55px;|labelStyle=display: block; padding-left: 0;|textAfter=Valeur minimale}} | ||
Ligne 1 478 : | Ligne 1 545 : | ||
<p>La simulation du combat a généré <span class="unique-damages-counter"></span> valeurs de dégâts distinctes.</p> | <p>La simulation du combat a généré <span class="unique-damages-counter"></span> valeurs de dégâts distinctes.</p> | ||
<p>À chaque fois qu'une attaque est infligée, une valeur de dégâts est choisie aléatoirement parmi ces <span class="unique-damages-counter"></span> valeurs. Le graphique ci-dessous représente le pourcentage de chance associé à chaque valeur de dégâts possible.</p> | <p>À chaque fois qu'une attaque est infligée, une valeur de dégâts est choisie aléatoirement parmi ces <span class="unique-damages-counter"></span> valeurs. Le graphique ci-dessous représente le pourcentage de chance associé à chaque valeur de dégâts possible.</p> | ||
− | <div | + | <div class="chart-container" style="position: relative;"> |
− | <div style="display: flex; position: absolute; z-index: 10; right: | + | <div style="display: flex; position: absolute; z-index: 10; right: 10px; padding-top: 10px; gap: 10px;"> |
− | {{Svg|class=svg-icon|height=24|viewBox=0 -960 960 960|width=24|data=download|title=Télécharger les données brutes}} | + | {{Svg|id=download-raw-data|class=svg-icon tabber-noactive|height=24|viewBox=0 -960 960 960|width=24|data=download|title=Télécharger les données brutes|style=background: #d3d3d396; border-radius: 50%; padding: 5px; box-shadow: 1px 1px 4px 0px black;}} |
<div id="reduce-chart-points-container" class="tabber-noactive"> | <div id="reduce-chart-points-container" class="tabber-noactive"> | ||
{{Tooltip | {{Tooltip | ||
|position=left | |position=left | ||
+ | |iconStyle=margin: 0; background-color: #d3d3d396; border-radius: 50%; padding: 5px; box-shadow: 1px 1px 4px 0px black; background-position: center center; | ||
|p1=Les points affichés sur le graphique peuvent être agrégés pour des raisons de performnance. | |p1=Les points affichés sur le graphique peuvent être agrégés pour des raisons de performnance. | ||
− | |input={{Input|id=reduce-chart-points|name=reduceChartPoints|type=checkbox|style=justify-content: flex-end; display: inline-block; vertical-align: middle; margin: 0 10px 0; width: | + | |input={{Input|id=reduce-chart-points|name=reduceChartPoints|type=checkbox|style=justify-content: flex-end; display: inline-block; vertical-align: middle; margin: 0 10px 0; width: 25px; height: 25px; border-radius: 8px;|labelStyle=display: block; padding-left: 0;|checked=True|textAfter=Limiter le nombre de points}} |
}} | }} | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div style="background: #f0f0f0; width: 100%; overflow-x: auto; user-select: none; position: relative;"> | + | <div style="background: #f0f0f0; width: 100%; overflow-x: auto; user-select: none; position: relative; border: 1px #651e10 solid; border-radius: 5px;"> |
{{Canvas|id=plot-damages|style=max-width: 100%; min-width: 400px; min-height: 400px; max-height: 400px;}} | {{Canvas|id=plot-damages|style=max-width: 100%; min-width: 400px; min-height: 400px; max-height: 400px;}} | ||
</div> | </div> | ||
Ligne 1 499 : | Ligne 1 567 : | ||
|Title=Un problème avec les résultats ? | |Title=Un problème avec les résultats ? | ||
|Content= | |Content= | ||
− | |||
Les points suivants répertorient les erreurs courantes en fonction des valeurs que vous avez fournies. | Les points suivants répertorient les erreurs courantes en fonction des valeurs que vous avez fournies. | ||
<ul> | <ul> | ||
+ | <li class="tabber-noactive" data-error="magic-attack-value-bonus">La formule de la [[valeur d'attaque magique (bonus)]] n'est pas tout à fait exacte, ce qui peut entraîner d'infimes différences entre les résultats de la simulation et ceux observés en jeu. Cependant, cette formule reste extrêmement proche de la réalité.</li> | ||
+ | <li class="tabber-noactive" data-error="magic-resistance">La formule de la [[résistance à la Magie]] n'est pas tout à fait exacte, ce qui peut entraîner d'infimes différences entre les résultats de la simulation et ceux observés en jeu. Cependant, cette formule reste extrêmement proche de la réalité.</li> | ||
<li class="tabber-noactive" data-error="monster-attacker">Lorsque l'attaquant est un monstre, les simulations peuvent être très mauvaises...</li> | <li class="tabber-noactive" data-error="monster-attacker">Lorsque l'attaquant est un monstre, les simulations peuvent être très mauvaises...</li> | ||
<li class="tabber-noactive" data-error="save">Avez-vous sauvegardé les modifications de votre personnage ? Le bouton « Sauvegarder les modifications » doit apparaître en vert ! Si cliquer dessus ne change pas sa couleur en vert, cela signifie que des valeurs incorrectes ont été saisies.</li> | <li class="tabber-noactive" data-error="save">Avez-vous sauvegardé les modifications de votre personnage ? Le bouton « Sauvegarder les modifications » doit apparaître en vert ! Si cliquer dessus ne change pas sa couleur en vert, cela signifie que des valeurs incorrectes ont été saisies.</li> | ||
Ligne 1 512 : | Ligne 1 581 : | ||
<li>Faites attention aux bonus s'activant automatiquement en combat, par exemple [[Recevez pouvoir de la foudre pendant X seconde(s) en combat]].</li> | <li>Faites attention aux bonus s'activant automatiquement en combat, par exemple [[Recevez pouvoir de la foudre pendant X seconde(s) en combat]].</li> | ||
</ul> | </ul> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
</div> | </div> | ||
<div id="bonus-variation-result-container" class="tabber-noactive"> | <div id="bonus-variation-result-container" class="tabber-noactive"> | ||
<p>Le mode ''variation d'un bonus'' est activé. Pour le désactiver, aller dans l'onglet ''Variation'' de votre personnage.</p> | <p>Le mode ''variation d'un bonus'' est activé. Pour le désactiver, aller dans l'onglet ''Variation'' de votre personnage.</p> | ||
− | <div style="background: #f0f0f0; width: 100%; overflow-x: auto; user-select: none; position: relative;"> | + | <div class="tabber-noactive" data-error="attacker-victim-variation"> |
+ | {{Attention|1= | ||
+ | Le mode ''variation d'un bonus'' est activé pour l'attaquant et l'adversaire. L'attaquant a été sélectionné par défaut. Si vous souhaitez examiner la variation d'un bonus de l'adversaire, veuillez désactiver le mode pour l'attaquant. | ||
+ | }} | ||
+ | </div> | ||
+ | <div class="chart-container" style="position: relative;"> | ||
+ | <div style="display: flex; position: absolute; z-index: 10; right: 10px; padding-top: 10px; gap: 10px;"> | ||
+ | {{Svg|id=download-raw-data-variation|class=svg-icon tabber-noactive|height=24|viewBox=0 -960 960 960|width=24|data=download|title=Télécharger les données brutes|style=background: #d3d3d396; border-radius: 50%; padding: 5px; box-shadow: 1px 1px 4px 0px black;}} | ||
+ | </div> | ||
+ | <div style="background: #f0f0f0; width: 100%; overflow-x: auto; user-select: none; position: relative; border: 1px #651e10 solid; border-radius: 5px;"> | ||
{{Canvas|id=plot-bonus-variation|style=max-width: 100%; min-width: 400px; min-height: 400px; max-height: 400px;}} | {{Canvas|id=plot-bonus-variation|style=max-width: 100%; min-width: 400px; min-height: 400px; max-height: 400px;}} | ||
+ | </div> | ||
</div> | </div> | ||
<p style="font-size: .9em;">💡 Les <span id="simulation-counter"></span> simulations ont été calculées en <span id="simulation-time"></span>.</p> | <p style="font-size: .9em;">💡 Les <span id="simulation-counter"></span> simulations ont été calculées en <span id="simulation-time"></span>.</p> |
Version actuelle datée du 17 décembre 2024 à 23:41
Sommaire
Gestion des personnages
Liste des personnages
Liste des monstres
Édition d'un personnage
Vous n'avez sélectionné aucun personnage.
Entrer les valeurs d'attaques qui sont affichées sur votre étole.
Cet onglet vous permet de sélectionner un bonus et de voir une représentation graphique de l'évolution des dégâts en fonction de la variation de ce bonus.
Pour choisir un bonus, sélectionnez-le parmi les onglets précédents en cliquant dessus tout en maintenant la touche Alt ou Ctrl enfoncée.
Création d'un combat
Attaquant | Adversaire | Type d'attaque | Dégâts moyens | Dégâts minimaux | Dégâts maximaux |
---|---|---|---|---|---|
La simulation du combat a généré valeurs de dégâts distinctes.
À chaque fois qu'une attaque est infligée, une valeur de dégâts est choisie aléatoirement parmi ces valeurs. Le graphique ci-dessous représente le pourcentage de chance associé à chaque valeur de dégâts possible.
💡 Les possibilités de dégâts ont été calculées en . L'affichage des résultats a pris .
Le mode variation d'un bonus est activé. Pour le désactiver, aller dans l'onglet Variation de votre personnage.
💡 Les simulations ont été calculées en .
Historique des combats
Attaquant | Adversaire | Type d'attaque | Dégâts moyens | Dégâts minimaux | Dégâts maximaux | Supprimer |
---|---|---|---|---|---|---|
Il n'y a aucun combat à afficher ! Cliquer sur le bouton « Calculer » ci-dessus pour créer un combat. | ||||||