Skip to content

Commit 68a6350

Browse files
committed
修改spin-piece上一个提交的机制为更严苛的版本
1 parent d976464 commit 68a6350

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/game/mechanicLib/brik/chargeLimit.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ do -- spin
164164

165165
local pieceDev_init=20
166166
local pieceDev_max=26
167-
local pieceDev_cost_discount=3
167+
local pieceDev_cost_tax=7
168168
local pieceDev_cost=5
169169
local pieceDev_punish=10
170170
local columnDev_init=20
@@ -297,8 +297,8 @@ do -- spin
297297
local id=colorToID[C.color]
298298
if id then
299299
devices[id].pow=devices[id].pow-(
300-
P.hand and P.hand.shape==colorToID[C.color] and C.did<P.stat.piece and
301-
pieceDev_cost_discount or pieceDev_cost
300+
P.hand and P.hand.shape~=colorToID[C.color] and
301+
pieceDev_cost_tax or pieceDev_cost
302302
)
303303
end
304304
end

0 commit comments

Comments
 (0)