Space Engineers

Space Engineers

43 lượt đánh giá
Common Upgrade Module Support
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Type: Mod
Mod category: Script
Kích cỡ file
Đã đăng
3.424 KB
4 Thg03, 2021 @ 11:58am
1 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
Common Upgrade Module Support

Mô tả
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>