Skip to content

Commit

Permalink
🩹 [Effect 29] 毒の最大スタックを 99 に
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Mar 6, 2025
1 parent ea90a73 commit 60c9246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# 最大効果時間 (int) (default = 2147483647)
# data modify storage asset:effect MaxDuration set value
# 最大スタック (int) (default = 2147483647)
data modify storage asset:effect MaxStack set value 100
data modify storage asset:effect MaxStack set value 99
# 悪い効果か否か (boolean)
data modify storage asset:effect IsBadEffect set value true
# 死亡時のエフェクトの処理 (default = "remove")
Expand Down

0 comments on commit 60c9246

Please sign in to comment.