Space Engineers

Space Engineers

43 betyg
Common Upgrade Module Support
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Type: Mod
Mod category: Script
Filstorlek
Lades upp
3.424 KB
4 mar, 2021 @ 11:58
1 ändringsnotis ( visa )

Abonnera för att ladda ner
Common Upgrade Module Support

Beskrivning
Provides the ability for mod Authors to make Thruster upgrades and in the future other block upgrades.

To make a thruster upgrade module simply make an upgrade section like this

<Upgrades>
<MyUpgradeModuleInfo>
<UpgradeType>ThrustPower</UpgradeType>
<Modifier>1.25</Modifier>
<ModifierType>Multiplicative</ModifierType>
</MyUpgradeModuleInfo>
<MyUpgradeModuleInfo>
<UpgradeType>ThrustEfficiency</UpgradeType>
<Modifier>0.83333333</Modifier>
<ModifierType>Multiplicative</ModifierType>
</MyUpgradeModuleInfo>
</Upgrades>