-
Notifications
You must be signed in to change notification settings - Fork 0
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
[神器1021] ブレイブブックを作成 #351
base: master
Are you sure you want to change the base?
[神器1021] ブレイブブックを作成 #351
Conversation
Chuzume
commented
Nov 12, 2024
•
edited
Loading
edited
- レベル4召喚神器。現状だと単体限定とはいえ、手放しにしては妙に高いDPSが出ます。
- 元々「コール: ブレイブナイト」って名前で作ってブランチが放置されていたものです。
- 動画でコンセプトとして出した時はそれぞれの神に用意された専用武器の一つで、これはルーモア限定でしたが、「高レベル入門用召喚武器」、つまり現在のブレイブソードと同じ立ち位置のほうがいいかと思って、全ての信仰で使用可能になっています。このことを踏まえると、同レベルの召喚武器より弱いほうがいいのかもしれません。
# 攻撃に関する情報 -Damage量 (literal[]/literal) Wikiを参照 (オプション) | ||
# data modify storage asset:artifact AttackInfo.Damage set value [0,0] | ||
# 攻撃に関する情報 -攻撃タイプ (string[]) Wikiを参照 (オプション) | ||
# data modify storage asset:artifact AttackInfo.AttackType set value [Physical,Magic] | ||
# 攻撃に関する情報 -攻撃属性 (string[]) Wikiを参照 (オプション) | ||
# data modify storage asset:artifact AttackInfo.ElementType set value [Fire,Water,Thunder,None] |
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.
ダメージ表記は必要
execute at @p[tag=1058.OwnerPlayer,distance=..60] run tag @e[type=#lib:living,tag=Enemy,sort=nearest,limit=1] add 1058.TargetedEnemy | ||
|
||
# MarkerにID付与 | ||
scoreboard players operation @e[type=marker,tag=1058.MoveMarkerInit,distance=..60,sort=nearest,limit=1] 1058.OwnerID = @s 1058.OwnerID |
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.
これマーカーにIDを付与する必要ある?
このmcf内で召喚してkillまでしちゃうから必要ない気がする
# MP必要量 (int) (オプション) | ||
data modify storage asset:artifact MPRequire set value 250 |
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.
これはMP最大値ではなく現在値を参照するから、現在MPが250ないと使用できないけど意図的?
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.
未使用?