✨ [Artifact 1430] 運命の盾を作成#2000
Open
k22992068-crypto wants to merge 19 commits into
Open
Conversation
Lapis-LJA
requested changes
Jun 5, 2026
Contributor
Lapis-LJA
left a comment
There was a problem hiding this comment.
効果量を神器側で設定するにあたって、付与する場所は共通にするといいかも?
Comment on lines
+8
to
+15
| data modify storage api: Argument.ID set value 354 | ||
| execute as @s run function api:entity/mob/effect/give | ||
| function api:entity/mob/effect/reset | ||
|
|
||
| #>デバフ削除 | ||
| data modify storage api: Argument.ID set value 355 | ||
| execute as @s run function api:entity/mob/effect/remove/from_id | ||
| function api:entity/mob/effect/reset |
Comment on lines
+22
to
+23
| playsound minecraft:block.copper_trapdoor.open master @a ~ ~ ~ 1.0 0.9 0.0 | ||
| playsound minecraft:block.copper_door.open master @a ~ ~ ~ 1.0 0.5 0.0 |
Contributor
There was a problem hiding this comment.
playsoundがmasterなので、playerに変えてね
| scoreboard players reset $13Q.HealthPer Temporary | ||
|
|
||
| # sound | ||
| playsound minecraft:block.copper_trapdoor.open master @a ~ ~ ~ 1.0 0.5 0.0 |
|
|
||
| #>Effect付与 | ||
| data modify storage api: Argument.ID set value 354 | ||
| execute as @s run function api:entity/mob/effect/give |
|
|
||
| #>Effect付与 | ||
| data modify storage api: Argument.ID set value 355 | ||
| execute as @s run function api:entity/mob/effect/give |
|
|
||
| # 補正を付与する | ||
| data modify storage api: Argument.UUID set value [I;1,3,354,0] | ||
| data modify storage api: Argument.Amount set value 0.15 |
| # 名前 (TextComponentString) | ||
| data modify storage asset:effect Name set value '{"text":"勇気の存護"}' | ||
| # 説明文 (TextComponentString[]) | ||
| data modify storage asset:effect Description set value ['{"text":盾に守られ耐性+15%}'] |
Contributor
There was a problem hiding this comment.
ここに効果量は書かないほうがよい
ある程度フレーバーテキストを残したいなら
Suggested change
| data modify storage asset:effect Description set value ['{"text":盾に守られ耐性+15%}'] | |
| data modify storage asset:effect Description set value ['{"text":盾に守られ、被ダメージが低下する}'] |
かな
|
|
||
| # 補正を付与する | ||
| data modify storage api: Argument.UUID set value [I;1,3,355,0] | ||
| data modify storage api: Argument.Amount set value -0.15 |
| # 名前 (TextComponentString) | ||
| data modify storage asset:effect Name set value '{"text":"心隙弱化"}' | ||
| # 説明文 (TextComponentString[]) | ||
| data modify storage asset:effect Description set value ['{"text":"これはあなたの心の隙。"}','{"text":"耐性-15%"}'] |
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.