[Artifact 1492] 古き想い出の額縁の作成#2061
Open
k22992068-crypto wants to merge 11 commits into
Open
Conversation
Lapis-LJA
requested changes
Jun 14, 2026
| function asset:artifact/common/use/offhand | ||
|
|
||
| # 攻撃対象の近くにオーブを召喚 | ||
| execute at @e[type=#lib:living,type=!player,tag=Victim,limit=1] run function asset:artifact/1492.your_thoughts_frames/trigger/summon |
Comment on lines
+15
to
+19
| # 近くのプレイヤーに自身の向きを変えずに追尾 | ||
| execute at @s facing entity @a[distance=..2,limit=1] eyes positioned ^ ^ ^0.25 run tp @s ~ ~ ~ | ||
|
|
||
| # playerに触れるとMPを回復して消滅 | ||
| execute positioned ~-0.5 ~-0.5 ~-0.5 if entity @a[gamemode=!spectator,tag=!Death,dx=0,limit=1] run function asset:object/1164.piece_of_creation/tick/hit_player |
Contributor
There was a problem hiding this comment.
接触判定はspectatorを除外しているのにこっちでは除外してないの気になるな、どっちが仕様だ?
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
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.
No description provided.