-
-
Notifications
You must be signed in to change notification settings - Fork 113
Penetrates damage on transporter #1766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
NetsuNegi
wants to merge
14
commits into
Phobos-developers:develop
Choose a base branch
from
NetsuNegi:origin/feature/damage-passengers
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Penetrates damage on transporter #1766
NetsuNegi
wants to merge
14
commits into
Phobos-developers:develop
from
NetsuNegi:origin/feature/damage-passengers
+275
−10
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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