Flying: Difference between revisions

238 bytes added ,  21:09, 27 October 2020
update with percentages and more info
mNo edit summary
(update with percentages and more info)
Line 8: Line 8:


== Swooping ==
== Swooping ==
Whenever a creature is {{name}}, that creature also gains access to a '''Swoop''' ability.{{Code Reference|namespace=XRL.World.Capabilities|class=Flight}} '''Swoop''' will attempt to attack an adjacent non-flying creature, with the attack functioning similarly to a melee attack. When using '''Swoop''', a {{name}} creature will have a small chance of falling clumsily to the ground.
Whenever a creature is {{name}}, that creature also gains access to a '''Swoop''' ability.{{Code Reference|namespace=XRL.World.Capabilities|class=Flight}} '''Swoop''' will attempt to attack an adjacent non-flying creature, with the attack functioning identically to a melee attack. When using '''Swoop''', a {{name}} creature will have a small chance of falling clumsily to the ground. The chance of falling to the ground is doubled if the swoop-attacker is [[block|shield blocked]]{{Code Reference|class=Combat}}.


==Sources of Flying==
==Sources of Flying==
Line 17: Line 17:
|-
|-
| The [[Wings]] mutation
| The [[Wings]] mutation
|
| (6 - Level)%
|
| (24 - Level)%
|-
|-
| {{favilink|mechanical wings}}
| {{favilink|mechanical wings}}
|
| 5%
|
| 23%
|-
|-
| {{favilink|gyrocopter backpack}}
| {{favilink|gyrocopter backpack}}*
|
| 2%
|
| 20%
|-
|-
| {{favilink|anti-gravity boots}}
| {{favilink|anti-gravity boots}}*
|
| 0%
|
| 18%
|}
|}
* ''Require energy to function''


=== Formulas ===
=== Formulas ===
{| class="wikitable"
{| class="wikitable"
! Movement fall chance
! Movement fall chance
| {{simple formula| TBA }}
| {{simple formula| 6 - FlightLevel}}
|-
|-
! Swoop fall chance
! Swoop fall chance
| {{simple formula| TBA }}
| {{simple formula| 24 - FlightLevel}}
|}
|}