Space Engineers

Space Engineers

43 értékelés
Common Upgrade Module Support
   
Díjazás
Kedvenc
Kedvenc
Törlés
Type: Mod
Mod category: Script
Fájlméret:
Közzétéve:
3.424 KB
2021. márc. 4., 11:58
1 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Common Upgrade Module Support

Leírás
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>