Skip to content

Commit

Permalink
カブシス コメント修正
Browse files Browse the repository at this point in the history
  • Loading branch information
NePonpon committed Apr 24, 2024
1 parent 057f2c8 commit b831c43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scoreboard players operation # _ -= # Calc

# # _が -1 ~ 1 以外なら符号反転
execute unless score # _ matches -1..1 run scoreboard players operation # _ *= @s _
# # _が 0 なら3回前の変化の5倍
# # _が 0 なら3回前の変化のINT(買値/2)倍
execute if score # _ matches 0 store result score _ Calc run data get storage mob_data: StockVillager.StockInfo[-1].History[-4]
execute if score # _ matches 0 store result score # Calc run data get storage mob_data: StockVillager.StockInfo[-1].History[-3]
execute if score # _ matches 0 run scoreboard players operation # Calc -= _ Calc
Expand Down

0 comments on commit b831c43

Please sign in to comment.