Space Engineers

Space Engineers

42 valoraciones
Common Upgrade Module Support
   
Premio
Favoritos
Favorito
Quitar
Type: Mod
Mod category: Script
Tamaño
Publicado el
3.424 KB
4 MAR 2021 a las 11:58 a. m.
1 nota sobre cambios ( ver )

Suscríbete para descargar
Common Upgrade Module Support

Descripción
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>