Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[バグ] 幸運値による最大MPの変化が最大HPにも影響を与えている #243

Closed
NePonpon opened this issue Mar 8, 2024 · 0 comments
Labels
1-19-4 MCver1.19.4で確認された問題 バグ / 機能修正 バグ。修正したらクローズ。

Comments

@NePonpon
Copy link
Member

NePonpon commented Mar 8, 2024

発生したTUSBv13のVersion

v13.1.2α2

概要

最大HPが幸運値による最大MPの増減も反映されている。
マナエンチャントがライフエンチャントより強くなってしまっている。

再現方法

  1. マナエンチャントが付いた装備を着ける
  2. 体力が増える

予想される動作

最大HPは職業Lvのみから算出されるのが正しい。

原因となるコマンド

#> effects:status/modify_max

execute store result score @s Luck run attribute @s minecraft:generic.luck get 10
scoreboard players operation @s MPMax += @s Luck

scoreboard players operation _ HPMax = @s MPMax

NBTデータ

No response

ログ

No response

@NePonpon NePonpon added バグ / 機能修正 バグ。修正したらクローズ。 1-19-4 MCver1.19.4で確認された問題 labels Mar 8, 2024
@NePonpon NePonpon closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-19-4 MCver1.19.4で確認された問題 バグ / 機能修正 バグ。修正したらクローズ。
Projects
None yet
Development

No branches or pull requests

1 participant