Penetrates damage on transporter #1766
Draft
+224
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PenetratesTransport.Level
of warhead larger thanPenetratesTransport.Level
of target and it's passengers, it will enable penetrates damage logic on passenger.PenetratesTransport.Level
大于目标及其乘客的PenetratesTransport.Level
,就会对乘客启用穿透伤害逻辑。PenetratesTransport.PassThrough
is the chance of penetration, actual chance will multiply byPenetratesTransport.PassThroughMultiplier
of target.PenetratesTransport.PassThrough
是穿透的概率,实际概率还会乘以目标载具的PenetratesTransport.PassThroughMultiplier
。PenetratesTransport.FatalRate
is the chance of one hit kill passenger, actual change will multiply byPenetratesTransport.FatalRateMultiplier
of target.PenetratesTransport.FatalRate
是一击秒杀乘客的概率,实际概率还会乘以目标载具的PenetratesTransport.FatalRateMultiplier
。PenetratesTransport.DamageAll
control whether it will damage all passengers or random one passenger in transport.PenetratesTransport.DamageAll
控制是对全部乘客造成伤害还是随机对一个乘客造成伤害。PenetratesTransport.DamageMultiplier
is multiplier of damage on passenger.PenetratesTransport.DamageMultiplier
是对乘客的伤害倍率。PenetratesTransport.CleanSound
will play when all passengers has been killed.PenetratesTransport.CleanSound
会在击杀了所有乘客时播放。In
rulesmd.ini