|
|
(225 révisions intermédiaires par 3 utilisateurs non affichées) |
Ligne 1 : |
Ligne 1 : |
− | <div class="grid2" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); justify-content: left; grid-gap: 5px;">
| + | ==Ordre des bonus== |
− | <div style="padding: 5px; border: 1px solid #2f1d1f; display: flex; flex-direction: column;">
| + | ===Contexte=== |
− | <div class="fondfenetre" style="display: flex; line-height: 25px; color: white; flex-wrap: nowrap; flex-basis: 100%; justify-content: space-between;">
| + | Il existe de très nombreux [[bonus]] pouvant augmenter ou diminuer les [[Dégâts#Dégâts finaux|dégâts finaux]] lors d'une attaque. Ainsi, il est nécessaire de connaître l'ordre d'application des bonus afin de calculer les dégâts exacts. Les exemples suivants permettent de comprendre l'importance de définir l'ordre des bonus. |
− | <div id="soulignement" style="padding: 0 5px;">[[Épée|<span style="color: white;">Épée</span>]]</div>
| + | {{Exemple|1= |
− | <div style="padding: 0 5px;>(1)</div>
| + | J'inflige une attaque physique à un adversaire. |
− | </div>
| + | *Mes données : |
− | <div style="margin: 5px auto;">[[Image:Epee.png]]</div>
| + | **1500 [[Dégâts#Dégâts de base|dégâts de base]], |
− | <div style="margin: 5px auto 0;">
| + | **[[Attaque au corps à corps/magique]] +15 %. |
− | <div class="button">Détail</div>
| + | *Donnée de l'adversaire : |
− | </div>
| + | **900 de [[défense]]. |
− | </div>
| + | Sans connaître l'ordre d'application des bonus, il existe 2 possibilités pour calculer les dégâts finaux : |
− | <div style="grid-column: 1 / -1;">
| + | #(1500 - 900) * 1,15 = 690 (la défense est calculée en première) |
− | <div style="display: flex; flex-direction: row;">
| + | #1500 * 1,15 - 900 = 825 (la défense est calculée en deuxième) |
− | <div style="display: grid; grid-template-columns: max-content; justify-items: center; column-gap: 4px; row-gap: 2px; margin-right: 3px; align-self: start;">
| + | Nous remarquons des résultats complètement différents. |
− | <div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">Amélioration</div>
| + | }} |
− | <div id="soulignement" style="border: 1px solid black; width: 100%; font-weight: bold; height: 32px; line-height: 32px;">[[Valeur d'attaque|VA]]</div>
| + | Comme l'illustre l'exemple ci-dessus, l'ordre des bonus est particulièrement important lorsqu'un bonus ajoute une valeur fixe (par opposition à une augmentation en pourcentage). Au contraire, l'ordre des bonus n'a à priori pas d'influence sur des bonus qui augmentent les dégâts en pourcentage (car a * b = b * a). Cependant, ce n'est pas tout à fait vrai à cause des arrondis effectués à chaque opération. |
− | <div id="soulignement" style="border: 1px solid black; width: 100%; font-weight: bold; height: 32px; line-height: 32px;">[[Valeur d'attaque magique|VAM]]</div>
| + | {{Exemple|1= |
− | <div id="soulignement" style="border: 1px solid black; width: 100%; font-weight: bold; height: 35px; line-height: 35px;">[[Yangs]] [[Image:Yang1.png|25px]]</div>
| + | J'inflige une attaque physique à un monstre. |
− | <div style="border: 1px solid black; width: 100%; font-weight: bold; height: 35px; line-height: 35px;">Objet 1</div>
| + | *Mes données : |
− | </div>
| + | **1505 [[Dégâts#Dégâts de base|dégâts de base]], |
− | <div style="width: 100%; overflow: auto;">
| + | **[[Attaque au corps à corps/magique]] +15 %, |
− | <div style="margin: 0 1px 5px 1px;">
| + | **[[Force contre les Monstres]] +35 %. |
− | <div style="width: 100%; display: grid; grid-template-columns: repeat(10, minmax(75px, 1fr)); justify-items: center; column-gap: 4px; row-gap: 2px;">
| + | Sans connaître l'ordre d'application de ces bonus, il existe 2 possibilités pour calculer les dégâts. |
− | <div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+0</div><div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+1</div><div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+2</div><div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+3</div><div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+4</div><div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+5</div><div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+6</div><div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+7</div><div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+8</div><div class="fondfenetre" style="color: white; width: 100%; border: 1px black solid;">+9</div>
| + | |
− | <div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">13 - 15
| + | Première possibilité : |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">20 - 22
| + | #1506 * 1,15 = 1731 |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">27 - 29
| + | #1731 * 1,35 = 2336 |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">34 - 36
| + | Deuxième possibilité : |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">41 - 43
| + | #1505 * 1,35 = 2033 |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">48 - 50
| + | #2033 * 1,15 = 2337 |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">55 - 57
| + | }} |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">62 - 64
| + | |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">69 - 71
| + | |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">76 - 78
| + | {| {{Prettytable4}} |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">15 - 19
| + | |+ Position des bonus dans la formule des dégâts |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">22 - 26
| + | ! Bonus (ou fonction) |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">29 - 33
| + | ! Position |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">36 - 40
| + | |- |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">43 - 47
| + | | |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">50 - 54
| + | <div class="ul-res"> |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">57 - 61
| + | *[[Valeur d'attaque (%)]] |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">64 - 68
| + | *[[Attaque magique]] |
− | </div></div><div style="display: flex; border: 1px solid black; width: 100%; height: 32px;"><div style="margin: auto;">71 - 75
| + | *[[Attaque au corps à corps/magique]] |
− | </div></div>
| |
− | <div style="display: flex; border: 1px solid black; width: 100%; height: 32px;">
| |
− | <div style="margin: auto;">78 - 82</div>
| |
− | </div>
| |
− | <div style="display: flex; border: 1px solid black; width: 100%; height: 35px;"></div>
| |
− | <div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">600
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">1200
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">2500
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">5000
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">10 k
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">20 k
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">30 k
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">45 k
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">75 k
| |
− | </div>
| |
− | </div>
| |
− | <div style="display: flex; border: 1px solid black; width: 100%; height: 35px;"></div>
| |
− | <div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">[[Image:Peaudepattedours.png|link=Peau de patte d'ours]] x1
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">[[Image:Nattederubanblanc+.png|link=Natte de ruban blanc+]] x2
| |
− | </div>
| |
− | </div><div style="display: flex; border: 1px solid black; width: 100%; height: 35px;">
| |
− | <div style="margin: auto;">[[Image:Porcelainebrisee.png|link=Porcelaine brisée]] x2
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | <div style="padding: 5px; border: 1px solid #2f1d1f; display: flex; flex-direction: column;">
| |
− | <div class="fondfenetre" style="display: flex; line-height: 25px; color: white; flex-wrap: nowrap; flex-basis: 100%; justify-content: space-between;">
| |
− | <div id="soulignement" style="padding: 0 5px;">[[Épée longue|<span style="color: white;">Épée longue</span>]]</div>
| |
− | <div style="padding: 0 5px;>(5)</div>
| |
− | </div>
| |
− | <div style="margin: 5px auto;">[[Image:Epeelongue.png]]</div>
| |
− | <div style="margin: 5px auto 0;">
| |
− | <div class="button">Détail</div>
| |
− | </div>
| |
− | </div>
| |
− | <div style="padding: 5px; border: 1px solid #2f1d1f; display: flex; flex-direction: column;">
| |
− | <div class="fondfenetre" style="display: flex; line-height: 25px; color: white; flex-wrap: nowrap; flex-basis: 100%; justify-content: space-between;">
| |
− | <div id="soulignement" style="padding: 0 5px;">[[Lame courbe|<span style="color: white;">Lame courbe</span>]]</div>
| |
− | <div style="padding: 0 5px;>(10)</div>
| |
− | </div>
| |
− | <div style="margin: 5px auto;">[[Image:Lamecourbe.png]]</div>
| |
− | <div style="margin: 5px auto 0;">
| |
− | <div class="button">Détail</div>
| |
− | </div>
| |
− | </div>
| |
− | <div style="padding: 5px; border: 1px solid #2f1d1f; display: flex; flex-direction: column;">
| |
− | <div class="fondfenetre" style="display: flex; line-height: 25px; color: white; flex-wrap: nowrap; flex-basis: 100%; justify-content: space-between;">
| |
− | <div id="soulignement" style="padding: 0 5px;">[[Canne épée|<span style="color: white;">Canne épée</span>]]</div>
| |
− | <div style="padding: 0 5px;>(15)</div>
| |
− | </div>
| |
− | <div style="margin: 5px auto;">[[Image:Canneepee.png]]</div>
| |
− | <div style="margin: 5px auto 0;">
| |
− | <div class="button">Détail</div>
| |
− | </div>
| |
− | </div>
| |
− | <div style="padding: 5px; border: 1px solid #2f1d1f; display: flex; flex-direction: column;">
| |
− | <div class="fondfenetre" style="display: flex; line-height: 25px; color: white; flex-wrap: nowrap; flex-basis: 100%; justify-content: space-between;">
| |
− | <div id="soulignement" style="padding: 0 5px;">[[Épée large|<span style="color: white;">Épée large</span>]]</div>
| |
− | <div style="padding: 0 5px;>(20)</div>
| |
− | </div>
| |
− | <div style="margin: 5px auto;">[[Image:Epeelarge.png]]</div>
| |
− | <div style="margin: 5px auto 0;">
| |
− | <div class="button">Détail</div>
| |
− | </div>
| |
− | </div>
| |
− | <div style="padding: 5px; border: 1px solid #2f1d1f; display: flex; flex-direction: column;">
| |
− | <div class="fondfenetre" style="display: flex; line-height: 25px; color: white; flex-wrap: nowrap; flex-basis: 100%; justify-content: space-between;">
| |
− | <div id="soulignement" style="padding: 0 5px;">[[Épée en argent|<span style="color: white;">Épée en argent</span>]]</div>
| |
− | <div style="padding: 0 5px;>(25)</div>
| |
− | </div>
| |
− | <div style="margin: 5px auto;">[[Image:Epeeenargent.png]]</div>
| |
− | <div style="margin: 5px auto 0;">
| |
− | <div class="button">Détail</div>
| |
− | </div>
| |
− | </div>
| |
− | <div style="padding: 5px; border: 1px solid #2f1d1f; display: flex; flex-direction: column;">
| |
− | <div class="fondfenetre" style="display: flex; line-height: 25px; color: white; flex-wrap: nowrap; flex-basis: 100%; justify-content: space-between;"> | |
− | <div id="soulignement" style="padding: 0 5px;">[[Épée de la lune pleine|<span style="color: white;">Épée de la lune pleine</span>]]</div>
| |
− | <div style="padding: 0 5px;>(30)</div>
| |
− | </div>
| |
− | <div style="margin: 5px auto;">[[Image:Epeedelalunepleine.png]]</div>
| |
− | <div style="margin: 5px auto 0;">
| |
− | <div class="button">Détail</div>
| |
− | </div>
| |
− | </div>
| |
− | <div style="padding: 5px; border: 1px solid #2f1d1f; display: flex; flex-direction: column;">
| |
− | <div class="fondfenetre" style="display: flex; line-height: 25px; color: white; flex-wrap: nowrap; flex-basis: 100%; justify-content: space-between;">
| |
− | <div id="soulignement" style="padding: 0 5px;">[[Épée aux orchidées|<span style="color: white;">Épée aux orchidées</span>]]</div>
| |
− | <div style="padding: 0 5px;>(32)</div>
| |
− | </div>
| |
− | <div style="margin: 5px auto;">[[Image:Epeeauxorchidees.png]]</div>
| |
− | <div style="margin: 5px auto 0;">
| |
− | <div class="button">Détail</div>
| |
| </div> | | </div> |
| + | | {{OrdreBonus|Bonus=Valeur d'attaque (%)|Brut=True}} |
| + | |- |
| + | | [[Résistance contre les attaques des monstres]] |
| + | | {{OrdreBonus|Bonus=Résistance contre les attaques des monstres|Brut=True}} |
| + | |- |
| + | | [[Force contre les pierres Metin]] |
| + | | {{OrdreBonus|Bonus=Force contre les pierres Metin|Brut=True}} |
| + | |- |
| + | | [[Bonus contre un type]] |
| + | | {{OrdreBonus|Bonus=Bonus contre un type|Brut=True}} |
| + | |- |
| + | | [[Force contre les Monstres]] |
| + | | {{OrdreBonus|Bonus=Force contre les Monstres|Brut=True}} |
| + | |- |
| + | | [[Bonus contre une race]] |
| + | | {{OrdreBonus|Bonus=Bonus contre une race|Brut=True}} |
| + | |- |
| + | | [[Système d'éléments|Bonus élémentaires]] |
| + | | {{OrdreBonus|Bonus=Bonus élémentaires|Brut=True}} |
| + | |- |
| + | | [[Défense]] |
| + | | {{OrdreBonus|Bonus=Défense|Brut=True}} |
| + | |- |
| + | | [[Dégâts#Minimisation des dégâts|Minimisation des dégâts]] |
| + | | {{OrdreBonus|Bonus=Minimisation des dégâts|Brut=True}} |
| + | |- |
| + | | [[Défenses contre les armes]] |
| + | | {{OrdreBonus|Bonus=Défense contre les armes|Brut=True}} (ou {{formatnum:{{#expr:{{OrdreBonus|Bonus=Défense contre les armes|Brut=True}}-2.5}}}})<sup>1</sup> |
| + | |- |
| + | | [[Dégâts d'une compétence]] |
| + | | {{OrdreBonus|Bonus=Dégâts d'une compétence|Brut=True}} |
| + | |- |
| + | | [[Coup perçant (effet)|Coup perçant]] |
| + | | {{OrdreBonus|Bonus=Coup perçant|Brut=True}} |
| + | |- |
| + | | [[Coup perçant (effet)#Bonus de dégâts|Coup perçant (bonus de dégâts)]] |
| + | | {{OrdreBonus|Bonus=Coup perçant (bonus)|Brut=True}} |
| + | |- |
| + | | [[Dégâts moyen]] |
| + | | {{OrdreBonus|Bonus=Dégâts moyen|Brut=True}} |
| + | |- |
| + | | [[Résistance aux Dégâts Moyens]] |
| + | | {{OrdreBonus|Bonus=Résistance aux Dégâts Moyens|Brut=True}} |
| + | |- |
| + | | [[Dégâts de compétence]] |
| + | | {{OrdreBonus|Bonus=Dégâts de compétence|Brut=True}} |
| + | |- |
| + | | [[Résistance contre les dégâts de compétences]] |
| + | | {{OrdreBonus|Bonus=Résistance contre les dégâts de compétences|Brut=True}} |
| + | |- |
| + | | <div style="max-width: 300px;">[[Avec un nombre de points de grade plus faible, les dégâts infligés sont augmentés.]]</div> |
| + | | {{OrdreBonus|Bonus=Avec un nombre de points de grade plus faible, les dégâts infligés sont augmentés.|Brut=True}} |
| + | |- |
| + | | [[Protection des ténèbres]] |
| + | | {{OrdreBonus|Bonus=Protection des ténèbres|Brut=True}} |
| + | |- |
| + | | [[Défense (%)]] |
| + | | {{OrdreBonus|Bonus=Défense (%)|Brut=True}} |
| + | |- |
| + | | [[Dégâts (bonus)]] |
| + | | {{OrdreBonus|Bonus=Dégâts|Brut=True}} |
| + | |} |
| + | <sup>1</sup> : dans le calcul des [[Dégâts#Compétences physiques|compétences physiques]] et des [[Dégâts#Compétences d'archerie|compétences d'archerie]], la défense contre les armes est calculée avant la défense. |
| + | |
| + | |
| + | ------------------------------------------- |
| + | {{Subpage3|[[Liste des quêtes]]}} |
| + | ==Conditions== |
| + | |
| + | <div style="display: grid; grid-template-columns: max-content auto; gap: 5px 10px;"> |
| + | <div>'''Type de quête''' :</div><div>Quêtes principales</div> |
| + | <div>'''Niveau requis''' :</div><div>Champion 1</div> |
| + | <div>'''Quête précédente''' :</div><div>[[Animaux possédés]]</div> |
| + | <div>'''Quête suivante''' :</div><div>[[Dans les profondeurs du ravin]]</div> |
| </div> | | </div> |
| + | ==Déroulement de la quête== |
| + | |
| + | *Parler au [[Gardien d'Aquilon]] au [[Ravin d'Aquilon]] |
| + | *Parler à [[Confucius (NC)|Confucius]] au [[Niveau Dongan]] |
| + | *Retourner parler au [[Gardien d'Aquilon]] |
| + | *Parler de nouveau au [[Gardien d'Aquilon]] |
| + | ==Récompenses== |
| + | |
| + | *{{L|Parchemindulieu|Parchemin du lieu}} |
| + | *[[Image:Troisiememain.png|25px]] [[Troisième main#Troisième main (3 j)|Troisième main (3 j)]] |
| + | *250 k points d'[[Niveau de Champion|Expérience de Champion]] |
| + | |
| + | |
| + | |
| + | <div style="display: none;"> |
| + | *[[À dos de cheval (sabots vifs)]] |
| + | *[[À dos de cheval (EXP)]] |
| + | *[[À dos de cheval (forte tempête)]] |
| + | *[[À dos de cheval (foulée de plume)]] |
| + | *[[À dos de cheval (invincibilité)]] |
| + | *[[À dos de cheval (sans recul)]] |
| + | *[[À dos de cheval (force contre les demi-humains)]] |
| + | *[[À dos de cheval (force contre les animaux)]] |
| + | *[[À dos de cheval (force contre les orcs)]] |
| + | *[[À dos de cheval (force contre les mystiques)]] |
| + | *[[À dos de cheval (force contre les morts-vivants)]] |
| + | *[[À dos de cheval (force contre le Mal)]] |
| + | *[[À dos de cheval (force contre les monstres du zodiaque)]] |
| + | *[[À dos de cheval (force contre les monstres du désert)]] |
| + | *[[À dos de cheval (force contre les insectes)]] |
| + | *[[À dos de cheval (force contre tous les monstres)]] |
| + | *[[À dos de cheval (aptitude de monture)]] |
| + | *[[À dos de cheval (force contre les Guerriers)]] |
| + | *[[Force contre les Ninjas]] |
| + | *[[À dos de cheval (force contre les Suras)]] |
| + | *[[À dos de cheval (force contre les Chamanes)]] |
| + | *[[Force contre les Lycans]] |
| + | *[[À dos de cheval (volonté de SungMa STR)]] |
| + | *[[À dos de cheval (volonté de SungMa VIT)]] |
| + | *[[À dos de cheval (volonté de SungMa RES)]] |
| + | *[[À dos de cheval (volonté de SungMa INT)]] |
| + | *[[À dos de cheval (précision)]] |
| </div> | | </div> |