Skip to content

🔥 ダメージの最低保証を削除#2282

Open
Lapis-LJA wants to merge 1 commit into
masterfrom
fix/lapis_damage_min
Open

🔥 ダメージの最低保証を削除#2282
Lapis-LJA wants to merge 1 commit into
masterfrom
fix/lapis_damage_min

Conversation

@Lapis-LJA

Copy link
Copy Markdown
Contributor

No description provided.

Comment on lines -50 to -57
# 最低値設定
# $Modifier(e2) = max($Modifier(e2), (0.45 - $Difficulty * 0.10) * e2, 0)
function api:global_vars/get_difficulty
execute store result score $Difficulty Temporary run data get storage api: Return.Difficulty 10
scoreboard players operation $Difficulty Temporary *= $-1 Const
scoreboard players add $Difficulty Temporary 45
scoreboard players operation $Difficulty Temporary > $0 Const
scoreboard players operation $Modifier Temporary > $Difficulty Temporary

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MUST

  • 最小値を 0 にする必要はありそう(バランスどうこうではなく、API の実装として)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants