Space Engineers

Space Engineers

43 次評價
Common Upgrade Module Support
   
獎勵
加入最愛
已加入最愛
移除最愛
Type: Mod
Mod category: Script
檔案大小
發佈於
3.424 KB
2021 年 3 月 4 日 上午 11:58
1 項更新註記 (檢視)

訂閱以下載
Common Upgrade Module Support

描述
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>