Wings: Difference between revisions

322 bytes removed ,  20:35, 4 October 2020
use new formula template
No edit summary
(use new formula template)
Line 295: Line 295:
The following formulas are used to determine bonuses and penalties based on mutation level.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=Wings}}{{Code Reference|namespace=XRL.World.Parts|class=TerrainTravel}}
The following formulas are used to determine bonuses and penalties based on mutation level.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=Wings}}{{Code Reference|namespace=XRL.World.Parts|class=TerrainTravel}}
{| class="wikitable"
{| class="wikitable"
| style="border-top:1px solid transparent;border-left:1px solid transparent;" |
! Formula
! Notes
|-
! World Map Travel Speed
! World Map Travel Speed
| <div style="display:inline-block;font-size:130%;color:#009403;">'''1.5 + ( 0.5 ×''' Level ''')'''</div>
| {{simple formula | 1.5 + ( 0.5 * Level ) }}
|
|-
|-
! Lost Chance Reduction
! Lost Chance Reduction
| <div style="display:inline-block;font-size:130%;color:#009403;">'''( 36 + (''' Level '''× 4 ) )% <span style="color:#155352;">[maximum 95%]</span>'''</div>
| {{simple formula | ( 36 + ( Level * 4 ) )% }}
| maximum 95%
|-
|-
! Fall Chance
! Fall Chance
| <div style="display:inline-block;font-size:130%;color:#009403;">'''( 6 -''' Level''' )% <span style="color:#155352;">[minimum 0%]</span>'''</div>
| {{simple formula | ( 6 - Level )% }}
| minimum 0%
|-
|-
! Move Speed while Sprinting
! Move Speed while Sprinting
| <div style="display:inline-block;font-size:130%;color:#009403;">'''( ( 0.1 ×''' Level '''+ 0.1 ) × 100 )%'''</div>
| {{simple formula | ( ( 0.1 * Level + 0.1 ) * 100 )% }}
|
|-
|-
! Jump Distance Bonus
! Jump Distance Bonus
| <div style="display:inline-block;font-size:130%;color:#009403;">'''1 + ( '''Level '''/ 3 )'''</div>
| {{simple formula | 1 + ( Level / 3 ) }}
|
|-
|-
! Charge Distance Bonus
! Charge Distance Bonus
| <div style="display:inline-block;font-size:130%;color:#009403;">'''2 + ( '''Level '''/ 3 )'''</div>
| {{simple formula | 2 + ( Level / 3 ) }}
|
|}
|}