diff --git a/Pawn - BP_BaseShip.-.md b/Pawn - BP_BaseShip.-.md index 58fdafe..3837f75 100644 --- a/Pawn - BP_BaseShip.-.md +++ b/Pawn - BP_BaseShip.-.md @@ -20,4 +20,7 @@ Next you need to add a slew of variables to your pawn. They are categorized on t | Variable Name | Variable Type | Default Value | | ------------------------ | ------------- | ------------- | | MovementEnabled | Boolean | True | +| VerticalThrusterSpeed | Float | 0.75 | +| CanReverse? | Boolean | False | +| CanThrottle? | Boolean | False |