Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Vehicle: Revision history

From Aeronautica Official Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 April 2025

  • curprev 04:5804:58, 26 April 2025 Mapper talk contribs 32,902 bytes −546 No edit summary undo
  • curprev 04:5204:52, 26 April 2025 Mapper talk contribs 33,448 bytes +33,448 Created page with "require( 'strict' ) local Vehicle = {} local BOUNDS = { ScmSpeed = { min = 45, max = 300 }, MaximumSpeed = { min = 20, max = 1485 }, ReverseSpeed = { min = 7, max = 34 }, RollRate = { min = 15, max = 234 }, PitchRate = { min = 7, max = 97 }, YawRate = { min = 8, max = 97 } } local metatable = {} local methodtable = {} metatable.__index = methodtable local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module:Translate..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.