Difference between revisions of "Vasama"
m (Text replacement - ":fr" to "/fr") |
|||
(32 intermediate revisions by 15 users not shown) | |||
Line 1: | Line 1: | ||
{{Otherlang2 | |||
|fr=Vasama/fr | |||
|ru=Vasama:ru | |||
|de=Vasama:de | |||
|zh-cn=瓦萨马摩托 | |||
|ua=Весама | |||
}} | |||
{|{{Infobox ship begin}} | {|{{Infobox ship begin}} | ||
{{Infobox ship image | |||
|Ship image=Starbase_vasama1.png | |||
|Ship caption=Vasama | |||
}} | |||
{{Infobox ship career | {{Infobox ship career | ||
|Hide header= | |Hide header= | ||
| | |Class and Type=Civilian ship, Starter | ||
|Ship name=Vasama | |Ship name=Vasama | ||
Line 8: | Line 20: | ||
|- | |- | ||
| General use: | | General use: | ||
| | |Transport | ||
|- | |- | ||
{{Infobox ship characteristics | {{Infobox ship characteristics | ||
Line 22: | Line 34: | ||
|- | |- | ||
| [[Thrusters]]: | | [[Thrusters]]: | ||
| | |7 maneuver | ||
|- | |- | ||
| [[Propellant]] containers: | | [[Propellant]] containers: | ||
|1 small | |1 small | ||
|- | |- | ||
| Material Cost: | |||
| 45,000 | |||
|- | |||
| Prebuilt Cost: | |||
| 200,000 | |||
|} | |} | ||
== Ship description == | == Ship description == | ||
Vasama is a very small | The Vasama is a very small spaceship that is powered only by [[Battery|batteries]]. | ||
The | Vasamas are generally used to get around the massive [[Capital Mega Station]] as an alternative to walking. | ||
The | |||
==Controls and Systems== | |||
The Vasama is balanced using plates, which makes alterations challenging. Removing or adding a single part can cause forward thrust to induce rotation. | |||
The cockpit features a one-way lever for forward thrust, three two-way levers for controlling yaw, roll and pitch, a button that activates a "turtle mode" for the main thruster, and meters that display the current status of the main thruster, propellant tank, and both batteries. | |||
The Vasama uses Yolol chips for direct control of its seven manoeuvring thrusters, allowing it to go forward, and turn on all three axes. Three of its four Yolol chips are used solely to control the rotation thrusters, and its fourth chip contains code that reduces the main thruster's maximum speed when the "turtle mode" button has been activated. | |||
Before the public phase of the Closed Alpha, its complete code was shared on the official Discord. | |||
{| role="presentation" class="wikitable mw-collapsible mw-collapsed" | |||
| <strong>Vasama Yolol code</strong> | |||
|- | |||
| <pre>:t6=:roll*(:roll>0) :t7=-(:roll)*(:roll<0) goto 1 | |||
roll yolol | |||
roll= roll lever | |||
t6 and t7 are thrusters ( top middle)</pre> | |||
<pre>:t2=:pitch*(:pitch>0) :t3=-(:pitch)*(:pitch<0) goto 1 | |||
pitch yolol | |||
pitch = pitch lever | |||
t2and t3 are thrusters ( bottom)</pre> | |||
<pre>:t4=:yaw*(:yaw>0) :t5=-(:yaw)*(:yaw<0) goto 1 | |||
yaw yolol | |||
yaw=yaw lever | |||
t4 and t5 are thrusters (front side thrusters)</pre> | |||
<pre>goto 1+:turtle | |||
:lbms=10 if :turtle==0 then goto 3 else goto 2 end | |||
:lbms=80</pre> | |||
|} | |||
== Ship location == | == Ship location == | ||
[[Capital Mega Station|Capital Mega Stations]] sell and lease Vasama mopeds. | [[Capital Mega Station|Capital Mega Stations]] sell and lease Vasama mopeds.<br> | ||
<!-- scooter --> | <!-- scooter --> |
Latest revision as of 06:15, 25 July 2021
Vasama
| |
Info | |
---|---|
Name: | Vasama |
General use: | Transport |
General characteristics | |
Crew: | 1 pilot |
Thrust power: | 10,000 |
Flight time: | 88.9 minutes |
Thrusters: | 7 maneuver |
Propellant containers: | 1 small |
Material Cost: | 45,000 |
Prebuilt Cost: | 200,000 |
Ship description
The Vasama is a very small spaceship that is powered only by batteries.
Vasamas are generally used to get around the massive Capital Mega Station as an alternative to walking.
Controls and Systems
The Vasama is balanced using plates, which makes alterations challenging. Removing or adding a single part can cause forward thrust to induce rotation.
The cockpit features a one-way lever for forward thrust, three two-way levers for controlling yaw, roll and pitch, a button that activates a "turtle mode" for the main thruster, and meters that display the current status of the main thruster, propellant tank, and both batteries.
The Vasama uses Yolol chips for direct control of its seven manoeuvring thrusters, allowing it to go forward, and turn on all three axes. Three of its four Yolol chips are used solely to control the rotation thrusters, and its fourth chip contains code that reduces the main thruster's maximum speed when the "turtle mode" button has been activated.
Before the public phase of the Closed Alpha, its complete code was shared on the official Discord.
Vasama Yolol code |
:t6=:roll*(:roll>0) :t7=-(:roll)*(:roll<0) goto 1 roll yolol roll= roll lever t6 and t7 are thrusters ( top middle) :t2=:pitch*(:pitch>0) :t3=-(:pitch)*(:pitch<0) goto 1 pitch yolol pitch = pitch lever t2and t3 are thrusters ( bottom) :t4=:yaw*(:yaw>0) :t5=-(:yaw)*(:yaw<0) goto 1 yaw yolol yaw=yaw lever t4 and t5 are thrusters (front side thrusters) goto 1+:turtle :lbms=10 if :turtle==0 then goto 3 else goto 2 end :lbms=80 |
Ship location
Capital Mega Stations sell and lease Vasama mopeds.