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>