Space Engineers

Space Engineers

43 vurderinger
Common Upgrade Module Support
   
Utmerkelse
Favoritt
Favoritter
Fjern som favoritt
Type: Mod
Mod category: Script
Filstørrelse
Lagt ut
3.424 KB
4. mars 2021 kl. 11.58
1 endringslogg ( vis )

Abonner for å laste ned
Common Upgrade Module Support

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