-
Notifications
You must be signed in to change notification settings - Fork 1
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
⚖️ [Artifact 1045] ブラックホール・ミニの弾が一定時間経過後に強制的に起動するように #1057
Conversation
data modify storage asset:object Field.Speed set value 1 | ||
data modify storage asset:object Field.Range set value 50 | ||
data modify storage asset:object Field.MovePerStep set value 0.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: 前より速度も射程も小さくなってるけど大丈夫なの?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
射程は短くなってるので直す 弾速は...どれくらいなのこれ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
弾速は...どれくらいなのこれ?
もともとは 0.75m/t を lib:motion/ で付与していた
バニラの仕様で速度減衰みたいなのがなければそれで一定のはず
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Range100のMovePerStep0.75かな
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Range100のMovePerStep0.75かな
そこまで MovePerStep が大きいとすり抜けまくりそう
わざわざ別 Object にせんでもなー、という気持ちにはなった |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix #682