Skip to content

Commit

Permalink
火力バフをナーフ
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapis-LJA committed Nov 24, 2024
1 parent 31f8a80 commit 237cadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# タグ削除
tag @s remove PassiveBuff
# 攻撃+30%
# 攻撃+25%
data modify storage api: Argument.UUID set value [1, 2, 1, 12]
function api:modifier/attack/base/remove
# MP回復量+30%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

# タグ付与
tag @s add PassiveBuff
# 攻撃+30%
# 攻撃+25%
data modify storage api: Argument.UUID set value [1, 2, 1, 12]
data modify storage api: Argument.Amount set value 0.3
data modify storage api: Argument.Amount set value 0.25
data modify storage api: Argument.Operation set value "multiply_base"
function api:modifier/attack/base/add
# MP回復量+30%
Expand Down

0 comments on commit 237cadc

Please sign in to comment.