Space Engineers

Space Engineers

Aerodynamic Physics
DraygoKorvan  [开发者] 2015 年 12 月 22 日 下午 6:00
Mod Support
This mod now interfaces with other mods using the <Description> tag.

Enabled:
heat{}
Planned
drag{}
lift{}

Detail:
heat{all=1.0;tall=750}

Damage Multiplier:
all - sets the damage multiplier for all sides of the block, individual sides will be available later. Default value is 1.0, cannot be negative
up - sets damage multiplier for the up block direction (alias: u)
down - sets damage multiplier for the down block direction (alias: d)
left - sets damage multiplier for the left block direction (alias: l)
right - sets damage multiplier for the right block direction (alias: r)
forward - sets the damage multiplier for the forward block direction (alias: f)
backward - sets damage multiplier for the backward block direction (alias: b)

Damage Threshhold:
tall - sets the damage threshold for all sides of the block, individual sides will be coming later. Default value is 750, cannot be less than 750.
tup - sets damage threshold for the up block direction (alias: tu)
tdown - sets damage threshold for the down block direction (alias: td)
tleft - sets damage threshold for the left block direction (alias: tl)
tright - sets damage threshold for the right block direction (alias: tr)
tforward - sets the damage threshold for the forward block direction (alias: tf)
tbackward - sets damage threshold for the backward block direction (alias: tb)


Example:

<Description>heat{all=0.9;tall=1000;tforward=0.5}</Description> <!-- block takes 90% heat damage and does not start taking damage until total heat is 1,000 block takes 50% heat damage from the blocks forward direction.-->

NOTE: Keep in mind that values are added IN ORDER so if an all is set after a up variable the all variable will overwrite the up variable heat{tforward=0.5;tall=1.0} t will be 1.0. heat{tall=1.0;tforward=0.5} tforward will be 0.5
最后由 DraygoKorvan 编辑于; 2016 年 1 月 29 日 下午 7:54
< >
正在显示第 1 - 4 条,共 4 条留言
Engi 2015 年 12 月 23 日 上午 11:34 
So if someone wanted to make a heat resistant light weight ceramic tile block like the space shuttle has they would use this to make it work with your mod?
DraygoKorvan  [开发者] 2015 年 12 月 23 日 下午 12:27 
yes
Engi 2015 年 12 月 23 日 下午 2:16 
sweet, too bad I have no idea how to do those kinds of things.
Bobisback 2016 年 8 月 22 日 上午 10:07 
Do we have any way to find all mods that use this mod?
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50