[Artifact 0015] ガソリンの作成#2074
Open
ogachu0331 wants to merge 11 commits into
Open
Conversation
Lapis-LJA
requested changes
Jun 17, 2026
| data modify storage asset:artifact Name set value '{"text":"ガソリン","color":"red"}' | ||
| # 神器の説明文 (TextComponentString[]) | ||
| data modify storage asset:artifact Lore set value ['{"translate":"体力を5回復し、%1$sを10秒間得る","color":"white","with":[{"text":"水攻撃+6%","color":"green"}]}','{"translate":"-%1$s水攻撃バフは最大3スタックまで重複する","color":"white","with":[{"text":"\\u0003","font":"space"}]}','{"translate":"-%1$s3スタックになると回復せず、10の固定ダメージを受ける","color":"white","with":[{"text":"\\u0003","font":"space"}]}'] | ||
| data modify storage asset:artifact Lore set value ['{"text":"大量のガソリンをぶっかけて攻撃する"}','{"text":"攻撃した敵の火耐性を大きく下げる"}','{"text":"⚠誤飲注意","color":"gray"}'] |
Lapis-LJA
requested changes
Jun 19, 2026
| # 神器の名前 (TextComponentString) | ||
| data modify storage asset:artifact Name set value '{"text":"ガソリン","color":"red"}' | ||
| # 神器の説明文 (TextComponentString[]) | ||
| data modify storage asset:artifact Lore set value ['{"text":"大量のガソリンをぶっかけて攻撃する"}','[{"text":"攻撃した敵の","color":"white"},{"text":"火耐性-30%","color":"red"}]','{"text":"⚠誤飲注意","color":"gray"}'] |
Comment on lines
+16
to
+21
| # ダメージ | ||
| data modify storage api: Argument.Damage set value 10.0f | ||
| data modify storage api: Argument.AttackType set value "Physical" | ||
| data modify storage api: Argument.ElementType set value "None" | ||
| data modify storage api: Argument.DeathMessage append value '[{"translate":"%1$sはガソリン中毒で死んだ","with":[{"selector":"@s"}]}]' | ||
| data modify storage api: Argument.DeathMessage append value '[{"translate":"%1$sは自分を車と勘違いした","with":[{"selector":"@s"}]}]' |
Contributor
There was a problem hiding this comment.
これダメージ入る?ダメージの設定だけして肝心のダメージ与える処理なくない?
Contributor
Author
There was a problem hiding this comment.
なんか消えてた()
修正しました!
Comment on lines
+31
to
+32
| # 消すのに必要なレベル (int) (default = 1) | ||
| data modify storage asset:effect RequireClearLv set value 1 |
Comment on lines
+35
to
+36
| # エフェクトのスタックををUIに表示するか (boolean) (default = true) | ||
| # data modify storage asset:effect StackVisible set value |
Contributor
Author
There was a problem hiding this comment.
あ、これデフォがtrueなんですね。。めっちゃ勘違いしてた()
直しました。
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.