tuxemon.rumble.tools module

class tuxemon.rumble.tools.Rumble[source]

Bases: object

rumble(target=0, period=25, magnitude=24576, length=2, delay=0, attack_length=256, attack_level=0, fade_length=256, fade_level=0, direction=16384)[source]
Parameters:
  • target (float) –

  • period (float) –

  • magnitude (float) –

  • length (float) –

  • delay (float) –

  • attack_length (float) –

  • attack_level (float) –

  • fade_length (float) –

  • fade_level (float) –

  • direction (float) –

Return type:

None

tuxemon.rumble.tools.find_library(locations)[source]
Parameters:

locations (List[str]) –

Return type:

str | None