Space Engineers

Space Engineers

41 ratings
Common Upgrade Module Support
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
Mod category: Script
File Size
Posted
3.424 KB
4 Mar, 2021 @ 11:58am
1 Change Note ( view )

Subscribe to download
Common Upgrade Module Support

Description
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>